@font-face {
  font-family: "3dots";
  src: url('../fonts/3dot.eot') format("embedded-opentype"), url('../fonts/3dot.woff') format("woff"), url('../fonts/3dot.ttf') format("truetype"), url('../fonts/3dot.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Dexa contas font;
  src: url('../fonts/DEXA_CONTAS_FONT.eot') format("embedded-opentype"), url('../fonts/DEXA_CONTAS_FONT.woff') format("woff"), url('../fonts/DEXA_CONTAS_FONT.ttf') format("truetype"), url('../fonts/DEXA_CONTAS_FONT.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text: #5f5f5f;
  --main: #1b4d91;
  --white: white;
  --border: #c9d7f0;
  --light-steel-blue: #c9d7f03d;
  --slate-grey: #667999;
  --light-steel-blue-3: #c9d7f0b3;
  --bg: #fafcff;
  --white-smoke: #f6f8fb;
  --crimson: #dd4040;
  --mobile-border: #9ca8bd;
  --gold: #f7b84b;
  --cornflower-blue: #689ffe;
  --medium-sea-green: #0bb261;
  --highlight: #eef1f7;
  --dim-icon: #b2bccc;
  --honeydew: #dbf4e7;
  --midnight-blue-2: #0f2f65;
  --midnight-blue: #012f7e;
  --dark-slate-blue: #183d71;
  --medium-purple: #ad6eed;
  --light-steel-blue-2: #97bdff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--text);
  letter-spacing: -.1px;
  background-color: #c9d7f030;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 1;
}

h1 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

h2 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

.html-embed {
  display: none;
}

.section {
  padding: 100px 44px;
}

.section.hidden {
  display: none;
}

.section.page-header-wrapper, .section.not-on-form {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.z-index {
  z-index: 1;
}

.container._1._3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container._1._3._4 {
  padding-top: 10px;
}

.flex {
  display: flex;
}

.flex.btn-design-stm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
}

.flex.btn-design-stm.center {
  justify-content: center;
}

.button {
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  height: 44px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.with-right-icon {
  padding-right: 68px;
  overflow: visible;
}

.button.with-right-icon.main {
  z-index: 101;
  background-color: var(--main);
  color: var(--white);
}

.button.with-right-icon.main.ns {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 5px;
  padding-right: 24px;
}

.button.main {
  background-color: var(--main);
  color: var(--white);
  justify-content: center;
  height: 50px;
  padding-bottom: 20px;
}

.button.main.mobile {
  display: none;
}

.button.main.dropdown {
  justify-content: flex-start;
  align-items: stretch;
  width: 130px;
  padding-top: 17px;
  padding-bottom: 14px;
}

.button.main.cinza {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--text);
}

.button.with-left-icon {
  padding-right: 28px;
}

.button.with-left-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.button.submit-button {
  background-color: var(--main);
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.button.submit-button._700 {
  margin-top: 15px;
}

.button.main {
  color: #fff;
  background-color: #1b4d91;
  justify-content: center;
  align-items: stretch;
  height: 50px;
  padding-top: 16px;
}

.buttons-wrap {
  color: #fff;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.right-icon-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.right-icon-wrapper.left-border {
  z-index: 200;
  border-left: 1px solid #fff3;
}

.right-icon-wrapper.left-border.line-color {
  border-left-color: var(--light-steel-blue);
}

.right-icon-wrapper.inside-item {
  height: 100%;
}

.main-font-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-family: Dexa contas font, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.main-font-icon.smaller-icon {
  transform: scale(.93);
}

.main-font-icon.smaller-icon.down {
  transform: rotate(93deg);
}

.main-font-icon.blue {
  color: var(--main);
}

.main-font-icon.even-smaller-icon {
  transform: scale(.82);
}

.main-font-icon.mobile {
  display: none;
}

.main-font-icon.u {
  font-size: 18px;
}

.main-font-icon.small {
  width: 22px;
}

.main-font-icon._5 {
  width: auto;
  height: 28px;
  padding-bottom: 8px;
  line-height: 28;
}

.button-text {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text.radio-text {
  padding-top: 1px;
  font-weight: 500;
}

.button-text.opcao {
  font-weight: 400;
}

.button-text.quick-action-text {
  margin-left: 6px;
  top: -1px;
}

.button-text.quick-action-text._0-margin {
  margin-left: 0;
  padding-top: 2px;
  font-size: 14px;
  top: -2px;
}

.button-text.previous-next-text {
  height: 15px;
  margin-left: 0;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.button-text.flyout-action-text {
  top: -1px;
}

.icon {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  padding-left: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.icon:hover {
  background-color: #0000;
}

.icon.left-icon {
  width: auto;
  margin-right: 8px;
  padding-left: 0;
}

.icon.left-icon._1 {
  height: 35px;
}

.icon.form-field-dropdown {
  color: var(--main);
}

.icon.form-field-dropdown._500 {
  background-color: var(--white);
}

.icon.form-field-dropdown._500._60000 {
  height: 55px;
  padding-top: 16px;
}

.icon.form-field-dropdown._500._89 {
  height: 44px;
}

.icon.menu-left-icon {
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon.quick-action {
  align-items: center;
  width: auto;
  min-width: 44px;
  height: 50px;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-right: 14px;
  display: flex;
}

.icon.quick-action.apagar:hover {
  background-color: #0000;
}

.icon.quick-action.add-line, .icon.quick-action.add-item {
  padding-left: 0;
  padding-right: 0;
}

.icon.srch {
  color: #66799980;
}

.icon._3-dots {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon.paginate-next {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon.paginate-previous {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon.button-dropdown {
  height: 50px;
  padding-top: 14px;
}

.icon.item-dropdown {
  color: var(--main);
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.icon.plus-minus {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding-top: 0;
  padding-left: 0;
  line-height: 28px;
  display: flex;
}

.icon.drag-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon.kpi-stats-icon {
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-left: 0;
}

.icon.kpi-dropdown-icon {
  width: auto;
  min-width: 44px;
  height: 24px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon.kpi-dropdown-icon.apagar:hover {
  background-color: #0000;
}

.icon.inside-kpi {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon.add-stuff-icon {
  text-align: center;
  flex: 1;
  align-items: center;
  width: auto;
  min-width: 44px;
  height: 50px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 8px;
  display: flex;
}

.icon.add-stuff-icon.apagar:hover {
  background-color: #0000;
}

.icon.with-border {
  color: var(--slate-grey);
  border: 1px solid #0000;
  border-radius: 50%;
  flex: none;
  padding-top: 9px;
  padding-left: 9px;
}

.icon._2 {
  color: var(--border);
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.icon.upload-icon {
  margin-top: -7px;
  margin-bottom: 11px;
  padding-left: 0;
  transform: scale(1.5);
}

.icon.icon-link {
  color: var(--text);
}

.icon.hidden {
  display: none;
}

.icon._100 {
  padding-left: 0;
  font-size: 24px;
}

.icon.hamberg-menu, .icon.back {
  color: var(--main);
}

.icon.modal-button {
  width: auto;
  min-width: 44px;
  padding-top: 0;
  padding-right: 14px;
}

.icon.modal-button.apagar:hover {
  background-color: #0000;
}

.icon.modal-button.add-line, .icon.modal-button.add-item {
  padding-left: 0;
  padding-right: 0;
}

.icon.big {
  color: var(--text);
  font-size: 24px;
}

.icon.big._000 {
  display: none;
}

.icon.quick-action {
  align-items: center;
  width: auto;
  min-width: 44px;
  height: 50px;
  padding-bottom: 5px;
  padding-right: 14px;
  display: flex;
}

.button-link {
  z-index: 1;
  width: 100%;
  transition: all .1s;
  display: block;
  position: absolute;
  inset: 0% 44px 0% 0%;
}

.button-link.full {
  z-index: 1;
  display: flex;
  inset: 0%;
}

.button-link._100 {
  line-height: 50px;
  right: 0;
}

.left-icon-wrapper {
  z-index: 2;
  height: 100%;
  position: relative;
  top: -14px;
}

.left-icon-wrapper.left-border {
  border-left: 1px solid #fff3;
}

.form-wrapper {
  margin-bottom: 0;
}

.form-wrapper._400px {
  width: 400px;
}

.form-wrapper._1 {
  scrollbar-color: #ccc transparent;
  scrollbar-width: thin;
  height: 750px;
  padding-bottom: 140px;
  padding-right: 20px;
  overflow: auto;
}

.form-field-lable {
  color: var(--text);
  height: 20px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
}

.form-field-lable._0-margin {
  margin-bottom: 0;
}

.form-field-lable.show-on-mobile {
  display: none;
}

.form-field-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.form-field-wrapper.filters {
  flex: 1;
  margin-bottom: 0;
}

.form-field-wrapper.filters._2 {
  margin-top: 0;
}

.form-field-wrapper.wrap-search {
  flex: 0 auto;
  margin-bottom: 0;
}

.form-field-wrapper.wrap-search._10 {
  max-width: 250px;
}

.form-field-wrapper.inside-grid {
  min-width: 250px;
  margin-bottom: 0;
}

.form-field-wrapper.estado {
  flex: 1;
  margin-bottom: 0;
  display: none;
}

.form-field-wrapper._2 {
  margin-bottom: 0;
}

.form-text-field {
  border: 1px solid var(--light-steel-blue-3);
  background-color: var(--white);
  color: var(--text);
  letter-spacing: -.3px;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s;
}

.form-text-field:hover {
  border-color: var(--slate-grey);
}

.form-text-field:focus {
  border-color: var(--main);
}

.form-text-field::placeholder {
  color: var(--slate-grey);
  font-size: 14px;
  font-weight: 400;
}

.form-text-field.dropdown-field {
  padding-right: 60px;
}

.form-text-field.table-filter-field {
  cursor: pointer;
  padding-right: 60px;
}

.form-text-field.table-filter-field.estado {
  z-index: 5;
  border-color: var(--light-steel-blue);
  background-color: #0000;
  padding-left: 62px;
  position: relative;
}

.form-text-field.table-filter-field.estado::placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-text-field.table-filter-field.data::placeholder {
  color: var(--slate-grey);
  font-weight: 400;
}

.form-text-field.table-filter-field-copy {
  padding-right: 60px;
}

.form-text-field.table-filter-field-copy.estado {
  padding-left: 62px;
}

.form-text-field.table-filter-field-copy.estado::placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-text-field.table-filter-field-copy.data {
  padding-left: 47px;
}

.form-text-field.table-filter-field-copy.data::placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-text-field.calendar-field {
  border-color: var(--light-steel-blue);
  padding-right: 56px;
}

.form-text-field.calendar-field::placeholder {
  color: var(--text);
  font-size: 16px;
}

.form-text-field.calendar-field.in-table::placeholder {
  font-size: 14px;
}

.form-text-field.n-fatura {
  border-left-style: solid;
  border-left-color: var(--light-steel-blue);
}

.form-text-field.n-fatura:hover {
  border-style: solid;
  border-color: var(--text);
}

.form-text-field.n-fatura::placeholder {
  color: var(--text);
  font-size: 16px;
}

.form-text-field._2 {
  height: 80px;
}

.form-text-field._3 {
  height: 170px;
}

.form-text-field.recibo {
  background-color: #6679991a;
}

.form-text-field.whitex {
  color: var(--text);
  background-color: #fff;
}

.form-text-field._500 {
  margin-bottom: 10px;
}

.form-text-field._1 {
  height: 100px;
}

.form-text-field.time {
  width: 100%;
}

.form-text-field.credito {
  width: 75%;
}

.light-blue-bg {
  background-color: var(--bg);
}

.dropdown-field-wrapper {
  background-color: var(--white);
  position: relative;
}

.checkbox-lable {
  min-width: 100%;
  min-height: 20px;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 14px;
  position: relative;
  top: 0;
}

.checkbox-lable.hidden {
  display: none;
}

.checkbox {
  float: none;
  border-color: var(--border);
  background-color: var(--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.checkbox.w--redirected-checked {
  border-color: var(--main);
  background-color: var(--main);
  background-image: url('../images/done_white_48dp.svg');
  background-size: 18px;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  letter-spacing: -.3px;
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 32px;
  position: relative;
}

.grid._4-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid.user-page-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(280px, 350px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.conta-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.produto-page-grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flyout-menu-wrapper {
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px #142b523d;
}

.flyout-menu-wrapper.table-actions-flyout {
  width: 174px;
  display: none;
  inset: 52px 15% auto auto;
}

.flyout-menu-wrapper.form-field-flyout {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 48px 0% auto;
}

.flyout-menu-wrapper.general-flyout {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 57px 0% auto;
}

.flyout-menu-wrapper.button-flyout-menu {
  z-index: 200;
  width: 280px;
  display: none;
  position: absolute;
  inset: auto 0% 48px auto;
}

.flyout-menu-wrapper.category-flyout {
  z-index: 100;
  display: none;
  position: absolute;
  inset: 45px 0% auto;
}

.flyout-menu-wrapper.date-flyout {
  z-index: 200;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 45px 0% auto;
}

.flyout-menu-wrapper.kpi-flyout {
  width: 174px;
  display: block;
  inset: 15% 15% auto auto;
}

.flyout-menu-wrapper.kpi-actions-flyout {
  z-index: 100;
  width: 174px;
  display: none;
  position: absolute;
  inset: 15% 20% auto auto;
}

.flyout-menu-wrapper.table-actions-flyout-copy {
  z-index: 100;
  width: 190px;
  display: none;
  position: absolute;
  inset: 25% 25% auto auto;
}

.flyout-menu-wrapper.produto-flyout {
  z-index: 1000;
  width: 282px;
  display: none;
  position: absolute;
  inset: 48px 0% auto auto;
}

.flyout-menu-wrapper.save-flyout-menu, .flyout-menu-wrapper.flyout-open-bottom {
  z-index: 200;
  width: 280px;
  display: none;
  position: absolute;
  inset: 48px 0% auto auto;
}

.flyout-menu-wrapper.profile-flyout {
  z-index: 200;
  width: 280px;
  display: none;
  position: absolute;
  inset: auto 0% 48px auto;
}

.flyout-menu-content {
  background-color: var(--white);
  padding: 0 16px 8px;
}

.flyout-menu-content.in-table {
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.flyout-menu-content.scroll {
  height: 180px;
  overflow: auto;
}

.flyout-menu-content.date {
  padding-bottom: 16px;
}

.flyout-menu-content.more-padding {
  padding-bottom: 16px;
  position: relative;
}

.menu-item {
  color: var(--text);
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 40px;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: 500;
  transition: background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item:hover {
  background-color: var(--white-smoke);
}

.menu-item.no-icon {
  padding-top: 0;
  padding-left: 0;
}

.menu-item.with-radio-button {
  height: 36px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 8px;
  font-weight: 500;
}

.menu-item.add-inside-button {
  color: var(--main);
}

.menu-item.with-pagination-numbers {
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.menu-item._11 {
  height: 44px;
}

.menu-icon-wrapper {
  z-index: 2;
  height: 100%;
  margin-right: 8px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 8px;
}

.menu-icon-wrapper.left-border {
  border-left: 1px solid #fff3;
}

.cancelar-link-wrapper {
  border-top: 1px solid var(--border);
  margin-top: 0;
  padding-top: 8px;
}

.cancelar-link-wrapper.radio-select {
  padding-left: 10px;
  padding-right: 10px;
}

.cancelar-link-wrapper.e-criar-nova-fatura, .cancelar-link-wrapper.e-criar-nova-fatura-copy {
  margin-top: 12px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.radio-button {
  color: var(--main);
  cursor: pointer;
  border-width: 1px;
  border-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--main);
  background-image: url('../images/check-blue.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-attachment: scroll;
  border-radius: 4px;
}

.radio-button.nada-selecionado.w--redirected-checked {
  background-color: var(--white);
  border-color: #0000;
}

.radio-button.select-page {
  border-color: var(--border);
}

._3-buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

._3-buttons-wrapper._16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

._3-buttons-wrapper.add {
  z-index: 150;
  position: relative;
}

._3-buttons-wrapper.z-indx {
  z-index: 1000000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

._3-buttons-wrapper._800 {
  justify-content: flex-start;
}

.action-button {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--slate-grey);
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s, color .1s, border-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-button:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.action-button.with-right-icon {
  padding-right: 68px;
}

.action-button.with-right-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.action-button.main {
  background-color: var(--main);
  color: var(--white);
}

.action-button.with-left-icon {
  padding-right: 25px;
}

.action-button.with-left-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.action-button.submit-button {
  background-color: var(--main);
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.action-button.delete {
  color: var(--crimson);
}

.action-button.delete:hover {
  border-color: var(--crimson);
}

.action-button.not-primary {
  color: var(--slate-grey);
}

.action-button.previous-next {
  background-color: var(--slate-grey);
  color: var(--white);
}

.action-button.delete-item {
  color: var(--border);
  border-style: none solid none none;
  border-color: #0000;
  align-items: center;
  height: 100%;
  transition: color .1s;
}

.action-button.delete-item:hover {
  background-color: var(--white);
  color: var(--crimson);
}

.action-button.delete-item.filller {
  background-color: #0000;
}

.action-button.plus-minus {
  border-color: var(--border);
  border-radius: 50%;
  line-height: 28px;
  transition: background-color .1s, border-color .1s, color .1s;
}

.action-button.plus-minus:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.action-button.blue {
  border-color: var(--main);
  color: var(--main);
}

.action-button.blue:hover {
  color: #fff;
}

.action-button.red {
  border-color: var(--crimson);
  color: var(--crimson);
}

.action-button.prev-nxt {
  border-color: var(--border);
  width: 32px;
  height: 32px;
}

.action-button.delete-item-copy {
  border-style: none;
  border-color: #0000;
  align-items: center;
  height: 100%;
}

.action-button.delete-item-copy.filller {
  background-color: #0000;
}

.action-button.eliminar:hover {
  border-color: var(--crimson);
  color: var(--crimson);
}

.action-button.add-stuff-in-invoice {
  border-style: dashed;
  border-color: var(--main);
  color: var(--main);
  background-color: #3461ff14;
  justify-content: center;
}

.action-button.add-stuff-in-invoice:hover {
  background-color: var(--main);
  color: var(--white);
  border-style: solid;
}

.action-button.main-text-button {
  border-style: none;
  border-color: var(--main);
  color: var(--main);
  background-color: #0000;
}

.action-button.main-text-button:hover {
  background-color: #0000;
}

.action-button.cncel:hover {
  border-color: var(--crimson);
  background-color: var(--white);
  color: var(--crimson);
}

.action-button.visualizar:hover {
  background-color: var(--white);
  color: var(--main);
}

.action-button.modal-button {
  height: 44px;
  padding: 13px 16px 0;
}

.action-button.modal-button.sim {
  background-color: var(--gold);
  color: #000;
  border-color: #0000;
}

.action-button.modal-button.cancelar-acao:hover {
  background-color: var(--slate-grey);
  border-color: #0000;
}

.action-button.full {
  width: 100%;
  margin-bottom: 10px;
}

.action-button._5 {
  margin-bottom: 25px;
}

.inside-form-field-lable {
  z-index: 10;
  color: var(--slate-grey);
  letter-spacing: -.3px;
  height: 44px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 0;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.inside-form-field-lable.form-field-currency {
  align-items: center;
  width: 30px;
  height: 100%;
  padding-top: 2px;
  display: flex;
}

.inside-form-field-lable.date {
  width: 46px;
}

.form-filter-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.form-filter-wrapper._24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.form-search-field {
  z-index: 1;
  border: 1px solid var(--light-steel-blue);
  letter-spacing: -.3px;
  background-color: #0000;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 0;
  padding-left: 39px;
  font-size: 14px;
  font-weight: 500;
  transition: border-color .2s;
  position: relative;
}

.form-search-field::placeholder {
  color: var(--slate-grey);
  font-weight: 400;
}

.form-search-field.dropdown-field, .form-search-field.table-filter-field {
  padding-right: 60px;
}

.form-search-field.table-filter-field.estado {
  padding-left: 62px;
}

.form-search-field.table-filter-field.estado::placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-search-field.table-filter-field.data {
  padding-left: 47px;
}

.form-search-field.table-filter-field.data::placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-search-field.table-filter-field-copy {
  padding-right: 60px;
}

.form-search-field.table-filter-field-copy.estado {
  padding-left: 62px;
}

.form-search-field.table-filter-field-copy.estado::placeholder {
  color: var(--text);
  font-weight: 500;
}

.form-search-field.table-filter-field-copy.data {
  padding-left: 47px;
}

.form-search-field.table-filter-field-copy.data::placeholder {
  color: var(--text);
  font-weight: 500;
}

.search-icon {
  color: var(--slate-grey);
  font-size: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.search-icon.left-border {
  border-left: 1px solid #fff3;
}

.search-icon.left-border.line-color {
  border-left-color: var(--border);
}

.table-row {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border) var(--border) var(--light-steel-blue);
  height: 64px;
  display: flex;
  position: relative;
}

.table-row._160 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--white);
  border-radius: 0;
  justify-content: space-between;
  height: 64px;
  display: flex;
  position: relative;
}

.table-row.invoice-item {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--border);
  border-radius: 0;
  justify-content: space-between;
  height: 56px;
  display: flex;
  position: relative;
}

.table-row.cell-label-wrapper {
  background-color: #eef1f79e;
  height: 44px;
  padding-right: 60px;
}

.table-row.cell-label-wrapper.invoice-items-lable {
  border-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 48px;
  padding-right: 0;
}

.table-row.cell-label-wrapper.invoice-items-lable._2 {
  padding-left: 44px;
}

.table-row.cell-label-wrapper._5, .table-row.cell-label-wrapper.all {
  padding-right: 0;
}

.table-row.cell-label-wrapper.pdf {
  background-color: #b9d0ff9e;
  padding-right: 0;
}

.table-row.cell-label-wrapper._1 {
  padding-right: 0;
}

.table-row.cell-label-wrapper._1._2 {
  height: 55px;
}

.table-row.produtos {
  height: 80px;
}

.table-row-action-button-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: relative;
}

.table-checkbox-field {
  letter-spacing: -.3px;
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.table-checkbox {
  float: none;
  border-color: var(--border);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.table-checkbox.w--redirected-checked {
  border-color: var(--main);
  background-color: var(--main);
  background-image: url('../images/done_white_48dp.svg');
  background-size: 20px;
  border-radius: 4px;
}

.table-checkbox.w--redirected-focus {
  box-shadow: none;
}

.table-action-button {
  background-color: var(--white);
  font-family: 3dots, sans-serif;
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: -.3px;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.table-action-button.with-right-icon {
  padding-right: 68px;
}

.table-action-button.with-right-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.table-action-button.main {
  background-color: var(--main);
  color: var(--white);
}

.table-action-button.with-left-icon {
  padding-right: 25px;
}

.table-action-button.with-left-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.table-action-button.submit-button {
  background-color: var(--main);
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.table-action-button.delete {
  color: var(--crimson);
}

.table-action-button.not-primary {
  color: var(--slate-grey);
}

.table-checkbox-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.table-row-content {
  color: var(--text);
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.table-row-content.item-link {
  color: var(--text);
}

._3dots {
  width: 24px;
  height: 24px;
  font-size: 28px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

._3dots.smaller-icon {
  transform: scale(.83);
}

.table-cell {
  align-items: center;
  height: 100%;
  padding-left: 12px;
  font-size: 16px;
  display: flex;
}

.table-cell._5 {
  width: 5%;
}

.table-cell._10 {
  flex-wrap: wrap;
  width: 10%;
}

.table-cell._15 {
  width: 20%;
}

.table-cell._15.i.nome {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
}

.table-cell._15.assi {
  width: 15%;
}

.table-cell._15.page {
  width: 12%;
}

.table-cell._15.p {
  width: 10%;
}

.table-cell._20 {
  width: 20%;
}

.table-cell._20.client-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.table-cell._20.ass {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.table-cell._25 {
  width: 25%;
}

.table-cell._25.client-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 15%;
}

.table-cell._25.client-cell.namex {
  width: 40%;
}

.table-cell._30 {
  width: 30%;
}

.table-cell._30.cliente-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.table-cell._35 {
  width: 35%;
}

.table-cell._40 {
  width: 40%;
}

.table-cell._45 {
  width: 45%;
}

.table-cell._50 {
  width: 50%;
}

.table-cell._55 {
  width: 55%;
}

.table-cell.num-1 {
  width: 15%;
}

.table-cell.qtd-stock {
  width: 20%;
}

.table-cell.p3 {
  width: 15px;
}

.table-cell.t {
  width: 40%;
}

.table-cell._4 {
  width: 20%;
}

.table-cell.rt {
  justify-content: space-between;
  width: 30%;
}

.table-cell-text {
  flex-flow: wrap-reverse;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  position: relative;
  top: 1px;
  overflow: visible;
}

.table-cell-text.currency {
  flex: 0 auto;
  align-items: center;
  height: 100%;
  margin-top: 8px;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9em;
  line-height: 100%;
  display: flex;
  top: -.3em;
}

.table-cell-text._1 {
  color: var(--main);
}

.table-cell-text._3 {
  flex: none;
}

.table-cell-text.comentario {
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.table-cell-text.inicio {
  color: var(--cornflower-blue);
  padding-right: 10px;
}

.table-cell-text.fim {
  color: var(--crimson);
}

.table-cell-text.dia {
  padding-left: 2px;
  padding-right: 2px;
}

.table-cell-text.indisponivil {
  color: var(--crimson);
}

.table-image-wrapper {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.img.is--contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img.is--contain.right {
  object-position: 0% 50%;
}

.img.is--contain.logo {
  object-position: 50% 50%;
  width: 50%;
}

.img.is--contain.utilizador {
  border: 1px solid var(--border);
  object-fit: cover;
  border-radius: 200px;
}

.img.is--contain.utiliza-dentro {
  border: 1px solid var(--light-steel-blue);
  object-fit: cover;
  border-radius: 200px;
  width: 200px;
  height: 200px;
}

.img.is--contain.utilizador {
  object-fit: cover;
  border: 1px solid #c9d7f0;
  border-radius: 200px;
}

.status-wrapper {
  text-transform: uppercase;
  border-radius: 2px;
  padding: 5px 6px 4px;
  font-size: 10px;
  font-weight: 600;
}

.status-wrapper.pago {
  color: var(--medium-sea-green);
  letter-spacing: .3px;
  background-color: #40bf6033;
}

.status-wrapper.pago.hidden {
  display: none;
}

.status-wrapper.nao-pago {
  color: #c28823;
  letter-spacing: .3px;
  background-color: #f7b84b33;
}

.status-wrapper.nao-pago.hidden {
  display: none;
}

.status-wrapper.reembolso {
  color: #5d6f8c;
  letter-spacing: .3px;
  background-color: #012f7e1f;
}

.status-wrapper.reembolso.hidden {
  display: none;
}

.status-wrapper.cancelado {
  color: var(--crimson);
  letter-spacing: .3px;
  background-color: #dd404033;
}

.status-wrapper.cancelado.hidden {
  display: none;
}

.status-wrapper.factura {
  color: var(--text);
  background-color: #3461ff82;
}

.table-actions-flyout {
  z-index: 100;
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
  width: 250px;
  position: absolute;
  inset: 15% 15% auto auto;
  overflow: hidden;
  box-shadow: 0 4px 12px #142b5229;
}

.close-flyout {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.table {
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
}

.filter-date-status-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-date-status-wrapper.centered {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.filter-date-status-wrapper.centered._5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: none;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
}

.filter-date-status-wrapper.centered._89 {
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
}

.table-pagination-wrapper {
  border-top: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding-left: 22px;
  padding-right: 20px;
  display: flex;
}

.pagination-description {
  color: var(--slate-grey);
  font-size: 14px;
}

.pagination-bold {
  font-weight: 700;
}

.pagination-nav, .pagination-numbers-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.select-page-button {
  border-width: 1px;
  border-color: var(--border);
  color: var(--main);
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.select-page-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--main);
  background-image: url('../images/done_white_48dp.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-attachment: scroll;
  border-radius: 4px;
}

.select-page-button.nada-selecionado.w--redirected-checked {
  background-color: var(--white);
  border-color: #0000;
}

.select-page-button.select-page {
  border-color: var(--border);
}

.items-table {
  z-index: 100;
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 12px;
  display: block;
  position: relative;
}

.item-action {
  border: 1px #000;
  align-items: center;
  display: flex;
}

.item-action.filler {
  border-color: #0000;
}

.item-number {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 100%;
  display: flex;
}

.item-number.filler {
  border-style: none;
  border-color: #000;
}

.item-table-cell {
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: block;
  position: relative;
}

.item-table-cell._5 {
  width: 5%;
}

.item-table-cell._10 {
  flex-wrap: wrap;
  width: 10%;
}

.item-table-cell._15 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  width: 15%;
  display: flex;
}

.item-table-cell._15.qtd {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
}

.item-table-cell._15.qtd.op {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.item-table-cell._15.prc-unit {
  width: 50%;
}

.item-table-cell._20 {
  width: 20%;
}

.item-table-cell._20.client-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.item-table-cell._25 {
  width: 25%;
}

.item-table-cell._25.client-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.item-table-cell._30 {
  width: 30%;
}

.item-table-cell._30.cliente-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.item-table-cell._35 {
  width: 35%;
}

.item-table-cell._40 {
  width: 40%;
}

.item-table-cell._45 {
  width: 45%;
}

.item-table-cell._50 {
  width: 50%;
}

.item-table-cell._55 {
  width: 55%;
}

.item-text-field {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--border);
  letter-spacing: -.3px;
  border-radius: 0;
  height: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s;
}

.item-text-field:focus {
  border-color: var(--border);
  background-color: var(--highlight);
}

.item-text-field::placeholder {
  color: var(--slate-grey);
  font-size: 14px;
  font-weight: 400;
}

.item-text-field.dropdown-field {
  padding-right: 60px;
}

.item-text-field.table-filter-field {
  cursor: pointer;
  padding-right: 60px;
}

.item-text-field.table-filter-field.estado {
  padding-left: 62px;
}

.item-text-field.table-filter-field.estado::placeholder {
  color: var(--text);
  font-weight: 500;
}

.item-text-field.table-filter-field.data::placeholder {
  color: var(--slate-grey);
  font-weight: 400;
}

.item-text-field.table-filter-field-copy {
  padding-right: 60px;
}

.item-text-field.table-filter-field-copy.estado {
  padding-left: 62px;
}

.item-text-field.table-filter-field-copy.estado::placeholder {
  color: var(--text);
  font-weight: 500;
}

.item-text-field.table-filter-field-copy.data {
  padding-left: 47px;
}

.item-text-field.table-filter-field-copy.data::placeholder {
  color: var(--text);
  font-weight: 500;
}

.item-text-field.with-currency {
  padding-left: 30px;
}

.item-text-field.with-currency::placeholder {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.item-text-field.with-currency.liquido {
  border-right-style: none;
}

.item-text-field.qtd {
  text-align: center;
  border-color: #0000;
  border-radius: 4px;
  min-width: 24px;
  max-width: 40px;
  height: 28px;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
}

.item-text-field.qtd:focus {
  border-color: var(--border);
  background-color: var(--highlight);
}

.item-text-field.qtd::placeholder {
  color: var(--text);
  font-size: 16px;
  font-weight: 500;
}

.cell-label {
  color: var(--text);
  text-transform: none;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.cell-label._5 {
  width: 5%;
}

.cell-label._10 {
  flex-wrap: wrap;
  width: 10%;
}

.cell-label._15 {
  width: 20%;
}

.cell-label._15.qtd {
  text-align: center;
  padding-left: 0;
}

.cell-label._15.assi {
  width: 20%;
}

.cell-label._15.criar-page-section {
  justify-content: flex-start;
  width: 12%;
}

.cell-label._15.p {
  flex-flow: column;
  justify-content: center;
  width: 12%;
}

.cell-label._15.nome {
  width: 25%;
}

.cell-label._15.date {
  width: 12%;
}

.cell-label._20 {
  width: 20%;
}

.cell-label._20.client-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.cell-label._25 {
  width: 15%;
}

.cell-label._25.client-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.cell-label._25.i {
  width: 25%;
}

.cell-label._30 {
  width: 30%;
}

.cell-label._30.cliente-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.cell-label._35 {
  width: 35%;
}

.cell-label._40 {
  width: 40%;
}

.cell-label._45 {
  width: 45%;
}

.cell-label._50 {
  width: 50%;
}

.cell-label._55 {
  width: 55%;
}

.cell-label._28 {
  width: 30%;
}

.cell-label.name-1 {
  width: 40%;
}

.cell-label.qtd-stock {
  width: 20%;
}

.cell-label.num {
  width: 15%;
}

.cell-label.t {
  width: 40%;
}

.cell-label._4 {
  width: 20%;
}

.cell-label.rt {
  width: 30%;
}

.filler {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
}

.filler.left-icon {
  width: auto;
  margin-right: 8px;
  padding-left: 0;
}

.filler.form-field-dropdown {
  color: var(--main);
}

.filler.menu-left-icon {
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.filler.quick-action {
  width: auto;
  min-width: 44px;
  padding-right: 10px;
}

.filler.srch {
  color: #66799980;
}

.filler._3-dots {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.filler.paginate-next {
  width: auto;
  min-width: 40px;
  height: 38px;
  padding-top: 7px;
  padding-left: 13px;
  padding-right: 6px;
}

.filler.paginate-previous {
  width: auto;
  min-width: 40px;
  height: 38px;
  padding-top: 7px;
  padding-left: 6px;
  padding-right: 13px;
}

.filler.item-dropdown {
  color: var(--main);
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.table-utility-row {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  height: 84px;
  padding: 20px;
  display: flex;
}

.table-main-button-wrapper {
  display: block;
}

.search-field-wrapper {
  background-color: var(--white);
  position: relative;
}

.drag-handle {
  border: 1px none var(--border);
  color: var(--dim-icon);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  transition: color .1s;
  display: flex;
}

.drag-handle:hover {
  color: var(--text);
}

.drag-handle.filler {
  border-style: none;
  border-color: #000;
}

.kpi-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.kpi-grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.kpi-grid.cliente {
  grid-template-columns: 1fr 1fr 1fr;
}

.kpi {
  border: 1px none var(--border);
  background-color: var(--white);
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
  padding: 20px 24px 24px;
  display: flex;
}

.kpi._1 {
  height: 150px;
}

.kpi-top-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kpi-mid-section {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
}

.kpi-bottom-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.kpi-header {
  color: var(--text);
  letter-spacing: -.5px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.kpi-valor {
  font-size: 24px;
  font-weight: 400;
}

.kpi-valor.currency {
  margin-left: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  top: 0;
}

.kpi-stats-wrapper {
  flex: none;
}

.kpi-stats {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-radius: 4px;
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 7px;
  display: flex;
}

.kpi-stats.positive {
  background-color: var(--honeydew);
  color: var(--medium-sea-green);
}

.kpi-stats.positive.hidden {
  display: none;
}

.kpi-stats.negative {
  color: #dd4040;
  background-color: #fae3e3;
}

.kpi-stats.negative.hidden {
  display: none;
}

.kpi-stats.positive {
  color: #0bb261;
  background-color: #dbf4e7;
}

.stats {
  height: 24px;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.kpi-dropdown-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: -8px;
  padding-right: 0;
  display: block;
  position: relative;
}

.kpi-icon-wrapper {
  border: 1px none var(--main);
  color: var(--main);
  background-color: #3461ff26;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  overflow: hidden;
}

.criar-page-section {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.header-wrapper.top-margin {
  padding-top: 40px;
}

.page-header {
  font-size: 34px;
}

.invoice-details-wrapper {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  border-bottom: 1px dashed var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.invoice-client-details {
  flex: none;
}

.invoice-details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.add-tufff-button-wrapper.mobile-hidden {
  min-width: 150px;
}

.invoice--client-details {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-details {
  background-color: var(--highlight);
  border: 1px solid #0000;
  border-radius: 4px;
  flex-direction: column;
  min-height: 100px;
  padding: 24px 24px 21px;
  display: flex;
  position: relative;
}

.text-button {
  color: var(--slate-grey);
  text-align: right;
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 24px;
  padding: 5px 6px;
  font-size: 13px;
  font-weight: 400;
  transition: background-color .1s;
  display: inline-block;
  position: static;
  inset: auto 24px 24px auto;
  overflow: hidden;
}

.text-button:hover {
  color: var(--main);
  background-color: #0000;
}

.text-button.no-icon {
  padding-top: 0;
  padding-left: 0;
}

.text-button.with-radio-button {
  height: 36px;
  padding-top: 2px;
  padding-left: 8px;
  font-weight: 500;
}

.text-button.add-inside-button {
  color: var(--main);
}

.text-button.with-pagination-numbers {
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.text-button.footer-link {
  color: var(--slate-grey);
  padding: 0;
  line-height: 24px;
  position: static;
}

.siny-info-strip {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.invoice-items {
  border-bottom: 1px dashed var(--border);
  padding-top: 40px;
  padding-bottom: 40px;
}

.item-button-wrapper {
  margin-left: 0;
  display: inline-block;
}

.item-button-wrapper.item {
  display: block;
}

.summery-section {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.summery {
  border: 1px none var(--border);
  background-color: var(--highlight);
  border-radius: 4px;
  width: 350px;
  padding: 24px;
}

.summery-item {
  justify-content: space-between;
  align-items: flex-start;
  height: 32px;
  font-size: 14px;
  display: flex;
}

.summery-item.total {
  height: auto;
  padding-top: 8px;
  font-size: 20px;
  font-weight: 700;
}

.summery-currency {
  margin-right: 2px;
}

.client-details-summery {
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
}

.client-details-summery.total {
  height: auto;
  padding-top: 8px;
  font-size: 20px;
  font-weight: 700;
}

.flyout-scroll-wrapper {
  padding-bottom: 8px;
}

.calendar-picker {
  border-top: 1px solid var(--border);
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 24px 24px 16px;
}

.img-wrapper.produto-img {
  border: 1px solid var(--light-steel-blue);
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}

.img-wrapper.logo {
  padding: 20px;
}

.img-wrapper.cliente {
  border: 1px none var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  padding: 40px;
}

.img-wrapper.utilizador-1 {
  border: 1px none var(--light-steel-blue);
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-section {
  z-index: 105;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--border);
  border-bottom: 1px none var(--border);
  background-color: #0000;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.submit-button-section.wider {
  justify-content: flex-end;
  max-width: 640px;
  margin-left: -40px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 0;
}

.form-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-section.bottom-border {
  border-bottom: 1px solid var(--border);
}

.form-section.tighter {
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
}

.form-section._5, .form-section._9 {
  padding-top: 0;
}

.form-section.no-bottom-padding {
  padding-bottom: 0;
}

.form-section._2 {
  background-color: #fff;
}

.form-section-wrapper {
  margin-bottom: 20px;
}

.form-section-wrapper.hidden {
  display: none;
}

.form-section-wrapper.header-tabs {
  display: flex;
}

.table-header {
  font-size: 22px;
  font-weight: 500;
}

.table-3-dot-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  margin-left: 190px;
  display: block;
  position: relative;
}

.footer {
  border-top: 1px none var(--border);
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 20px 44px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer.hidden {
  display: none;
}

.footer-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.copyright {
  color: var(--slate-grey);
}

.upload-wrapper {
  border-radius: 4px;
  max-width: 350px;
}

.upload-img {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed var(--main);
  background-color: var(--white-smoke);
  color: var(--main);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  font-weight: 500;
  display: flex;
}

.fatura-section {
  padding: 40px;
}

.info-side {
  text-align: right;
}

.logo {
  width: 200px;
  height: 80px;
}

.left-column, .right-column {
  padding-left: 0;
  padding-right: 0;
}

.img-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.push-right-text-wrap {
  text-align: left;
  margin-bottom: 8px;
}

.fatura-text {
  letter-spacing: -.8px;
  font-size: 16px;
  line-height: 1.1;
}

.fatra-title-wrap {
  border-top: 1px solid var(--slate-grey);
  border-bottom: 1px solid var(--slate-grey);
  margin-top: 36px;
  margin-bottom: 40px;
  padding-top: 16px;
  padding-bottom: 12px;
}

.push-left-text {
  text-align: left;
  margin-bottom: 4px;
}

.fatura-numero {
  letter-spacing: -.8px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  display: inline;
}

.original {
  letter-spacing: -.8px;
  font-size: 20px;
  line-height: 1.1;
}

.fatura-header-text {
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.right-text-wrap {
  margin-bottom: 20px;
}

.observacoes {
  float: right;
  letter-spacing: -.8px;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.1;
}

._300 {
  float: right;
  max-width: 500px;
}

.table-tab-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--slate-grey);
  letter-spacing: -.5px;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-bottom: -1px;
  margin-right: 30px;
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

.table-tab-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-color: var(--main);
  color: var(--main);
  background-color: #0000;
  font-weight: 600;
}

.table-tab-link.dashbord {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}

.table-tab-link.dashbord.w--current {
  margin-right: 40px;
}

.table-tab-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 8px;
  display: flex;
}

.temp-section {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.user-info-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.user-info-wrapper.produto-wrap {
  flex: 1;
  max-width: 300px;
}

.user-log {
  border-top: 1px solid var(--light-steel-blue);
  max-height: 77vh;
  padding: 40px 20px 0;
  overflow: auto;
}

.log-day-date {
  border-bottom: 1px solid var(--light-steel-blue);
  margin-bottom: 4px;
  margin-right: -20px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}

.log-day-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.log-item {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 64px;
  position: relative;
}

.log-icon-wrapper {
  flex-direction: column;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-top: 5px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.log-info {
  margin-bottom: 6px;
  line-height: 1.3;
}

.log-time {
  color: var(--slate-grey);
}

.log-item-line {
  border-right: 1px dashed var(--border);
  height: 32px;
  margin-top: 2px;
  margin-bottom: -33px;
  position: relative;
  top: 3px;
}

.log-link {
  color: var(--main);
}

.short-page-content {
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.short-page-content.bottom-border {
  border-bottom: 1px solid var(--border);
}

.short-page-content.contas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.list-item {
  color: var(--text);
  margin-bottom: 24px;
  font-size: 16px;
}

.list-item.red {
  color: var(--crimson);
}

.list-item.green {
  color: var(--medium-sea-green);
  font-weight: 500;
}

.list-item._1 {
  justify-content: flex-start;
  font-size: 20px;
  display: flex;
}

.list-item._4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.list-item-lable {
  color: var(--slate-grey);
  letter-spacing: -.3px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.list-item-lable._0-margin {
  margin-bottom: 0;
}

.list-item-wrapper {
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-top: 51px;
  padding: 20px 20px 0;
}

.list-item-wrapper.in-product {
  border-color: var(--light-steel-blue);
  background-color: #fff;
  max-width: 400px;
  margin-top: 0;
  padding: 35px;
}

.conta-link {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--white);
  color: var(--text);
  border-radius: 4px;
  padding: 20px;
  transition: all .1s;
  position: relative;
}

.conta-link:hover {
  border-color: var(--main);
}

.banco-logo-wrapper {
  height: 28px;
  margin-bottom: 16px;
}

.chevron-holder {
  color: var(--dim-icon);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 12px 0% auto;
}

.table-header-copy {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: 0;
}

.page-header-tab-link {
  border: 1px solid var(--dim-icon);
  color: var(--slate-grey);
  letter-spacing: -.5px;
  border-radius: 5px;
  margin-bottom: -4px;
  margin-right: 20px;
  padding: 10px 15px;
  font-size: 22px;
}

.page-header-tab-link.w--current {
  border-color: var(--slate-grey);
  background-color: var(--slate-grey);
  color: #fff;
  font-weight: 600;
}

.div-block {
  max-width: 400px;
}

.produto-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.categoria-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
}

.categoria-link {
  border: 1px solid var(--light-steel-blue);
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  padding: 20px;
  transition: all .1s;
  display: flex;
  position: relative;
}

.categoria-link:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.categoria-chevron-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 16px;
  display: flex;
  position: relative;
  right: -8px;
}

.main-nav {
  background-color: #f8f8f8;
  width: 270px;
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.page-content-wrapper {
  height: 100vh;
  padding-top: 90px;
  padding-left: 0;
}

.top-nav {
  z-index: 90;
  border-bottom: 1px none var(--border);
  background-color: #fff;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto 230px;
}

.top-nav._1 {
  border-bottom-style: solid;
  border-bottom-color: #c9d7f052;
  position: static;
}

.content {
  max-width: 100%;
  min-height: 100%;
  padding-bottom: 88px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
}

.content._1 {
  background-color: #fff;
  padding-bottom: 0;
}

.content.page {
  padding: 60px 100px;
}

.logo-section {
  text-align: center;
  height: 60px;
  display: block;
}

.menu-link {
  color: #ffffffa8;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  color: #fff;
  background-color: #092953;
}

.menu-link.w--current {
  border-left-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
  background-color: #0000;
}

.sidebar-menu-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 5vh;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.menu-link-text {
  align-items: center;
  max-height: 100%;
  padding-top: 1px;
  display: flex;
  overflow: hidden;
}

.menu-item-2 {
  flex: none;
  padding-bottom: 12px;
  overflow: hidden;
}

.menu-item-2.bottom {
  border-top: 1px solid #c9d7f02e;
  padding-top: 12px;
  padding-bottom: 12px;
}

.sidenav {
  z-index: 3;
  border-right: 1px none var(--border);
  background-color: var(--midnight-blue-2);
  flex-direction: column;
  width: 230px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logo-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 26px;
  display: flex;
}

.menu-link-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  margin-right: 4px;
  font-size: 23px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.menu-link-icon.smaller-icon {
  font-size: 19px;
}

.menu-link-icon.smaller-icon.minus-margin {
  margin-right: -15px;
}

.dropdown-list {
  inset: 70px 2% auto auto;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: -10px;
}

.icon-wrapper-2 {
  color: #040f20;
  align-items: center;
  height: 100%;
  padding: 0 1.79em;
  transition: all .2s;
  display: flex;
}

.icon-wrapper-2:hover {
  color: #040f20;
  background-color: #ebecf073;
}

.icon-wrapper-2.w--open {
  color: #040f20;
  background-color: #e3e4e8;
}

.icon-wrapper-2.delete {
  color: #7d7d7f80;
  cursor: pointer;
  border-radius: 10em;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  inset: .9em .9em auto auto;
}

.icon-wrapper-2.delete:hover {
  color: #001a2c;
  background-color: #f0f1f5;
}

.icon-wrapper-2.close-x {
  color: #040f20;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  padding-bottom: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.8em;
}

.icon-wrapper-2.close-x:hover {
  background-color: #0000;
}

.profile-dropdown-wrapper {
  flex: none;
  align-items: center;
  height: 100%;
  display: flex;
}

.topbar-button-wrapper {
  align-items: center;
  height: 100%;
  padding-right: 44px;
  display: flex;
}

.topbar-button-wrapper._1 {
  padding-right: 40px;
}

.placeholder-text {
  color: #040f20;
  font-size: 1.3em;
  line-height: 1.2;
}

.dropdown-text {
  margin-left: 14px;
  margin-right: -6px;
}

.dropdown-text.minus-right-margin {
  margin-left: 20px;
  margin-right: 0;
}

.notification-content-wrapper {
  z-index: 2;
  background-color: #fff;
  height: 100%;
  margin-bottom: -4px;
  position: relative;
  overflow: auto;
}

.notification-date {
  color: #7d7d7f;
  margin-bottom: 1em;
  font-size: 13px;
}

.dropdown-icon-text {
  height: .9em;
  display: flex;
}

.dropdown-toggle {
  align-items: center;
  height: 100%;
  padding: 0 0 0 32px;
  display: flex;
}

.dropdown-toggle.profile {
  border-left: 1px none var(--border);
  padding-left: 24px;
  padding-right: 57px;
}

.dropdown-toggle.notify {
  padding-left: 15px;
  padding-right: 15px;
}

.notify-content {
  background-color: #fff;
  border: 1px #e3e4e8;
  border-radius: 8px;
  width: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 25px #040f2033;
}

.notification {
  border-bottom: 1px solid #ebebeb;
  padding: 32px;
  position: relative;
}

.dropdown {
  height: 100%;
}

.cover-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.empty-state-placeholder {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.notification-body {
  line-height: 1.2;
}

.round-photo-thumbnail {
  border: 1px solid #0000;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  position: relative;
  overflow: hidden;
}

.top-nav-content {
  background-color: var(--white);
  border-bottom: 1px solid #edf3ff;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.back-btn-wrapper {
  color: var(--text);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 100%;
  margin-right: 25px;
  display: flex;
}

.nav-info-wrappper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.bradcrump-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  height: 100%;
  display: flex;
}

.link, .link-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bradcrump {
  color: var(--text);
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.page-title {
  font-size: 34px;
}

.page-title.nome {
  width: 300px;
  overflow: hidden;
}

.criar-content-wrapper {
  width: 600px;
}

.criar-content-wrapper._1 {
  width: auto;
}

.criar-content-wrapper._1._3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 400px;
  display: flex;
}

.criar-content-wrapper._1._3._0 {
  height: auto;
}

.criar-content-wrapper._2 {
  width: auto;
  position: relative;
}

.button-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
}

.button-2.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-2.gray:hover {
  color: #fff;
  background-color: #3668fc;
  border-color: #0000;
}

.button-2.submit {
  text-align: center;
  background-color: #3668fc;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

.button-2.submit:hover {
  background-color: #1242af;
}

.button-2.submit.no-color {
  border: 1px solid var(--main);
  color: #171f36;
  background-color: #0000;
  height: 50px;
  line-height: 50px;
}

.div-block-3 {
  flex: 1;
}

.uploaded-image-name {
  height: 16px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 100%;
  overflow: hidden;
}

.uploaded-image-resolution {
  color: var(--slate-grey);
  font-size: 14px;
}

.form-button-icon {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.photo-contain {
  max-width: 90px;
}

.photo-contain.pdf {
  max-width: 70px;
}

.photo-upload-text {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: #667999;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
}

.uploaded-photo-wrapper {
  display: none;
  overflow: hidden;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 100%;
}

.uploaded-photo-div {
  border-right: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.uploaded-photo-div.pdf {
  padding: 26px;
}

.uploaded-photo-content {
  border: 1px solid var(--border);
  background-color: #f8f8f8;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.photo-upload-input-field {
  border: 2px dashed var(--border);
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.photo-upload-input-wrapper {
  border-bottom: 1px #e0e2e7;
  min-height: 170px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 24px;
}

.div-block-4 {
  margin-bottom: 40px;
}

.div-block-5 {
  float: right;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.contain {
  padding: 40px 0;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-6 {
  border: 1px none var(--light-steel-blue);
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
}

.grid-3 {
  grid-template-rows: auto;
}

.div-block-7 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tabs-menu {
  margin-bottom: 25px;
  display: flex;
}

.tabs-menu.dashboard {
  justify-content: center;
}

.div-block-8 {
  padding-top: 40px;
}

.div-block-10 {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  width: 60%;
  margin-top: 40px;
  padding: 40px;
}

.grid-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

._9 {
  padding-top: 40px;
}

.div-block-11 {
  float: left;
  border: 1px solid var(--light-steel-blue);
  background-color: #fff;
  border-radius: 4px;
  width: 70%;
  height: auto;
  min-height: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
}

.v-i {
  float: left;
  width: 35%;
}

.a4 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.div-block-86 {
  margin-bottom: 5px;
}

.text-block-97 {
  color: #000;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
}

.inc {
  float: left;
  width: 33%;
}

.div-block-4-copy {
  color: #fff;
  background-color: #040f3b;
  border-bottom: 1px solid #cbcbcb;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sumario {
  color: #000;
  background-color: #dedede;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}

.ref-text-2 {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  line-height: 9px;
}

.parte-1 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: block;
}

.text-sium-copy {
  margin-left: 0;
  padding-left: 10px;
  font-size: 9px;
  line-height: 15px;
}

.nome-do-cliente {
  float: left;
  text-align: left;
  width: 50%;
  max-width: 50%;
  font-size: 18px;
  font-weight: 700;
}

.inc-copy {
  float: left;
  width: 50%;
  font-weight: 700;
}

.div-block-91-copy {
  margin-top: 15px;
  margin-bottom: 13px;
}

.text-block-102-copy {
  color: #000;
  border-bottom: 1px #000;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 9px;
  font-weight: 700;
}

.div-block-91 {
  margin-bottom: 10px;
}

.d-ref {
  float: left;
  width: 7%;
}

.iban {
  margin-bottom: 2px;
  padding-bottom: 0;
  font-size: 9px;
  line-height: 17px;
}

.nome-do-suma {
  float: left;
  width: 50%;
  font-weight: 700;
}

.ref-text-copy {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  line-height: 20px;
}

.tx {
  float: left;
  width: 15%;
}

.d-descricao {
  float: left;
  width: 37%;
  line-height: 20px;
}

.nova-div {
  float: left;
  width: 15%;
}

.div-block-88 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.info-despesa-wrapper {
  color: #000;
  background-color: #dedede;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 30px;
}

.ref-text-2-copy {
  margin-left: 0;
  padding-left: 5px;
  font-size: 9px;
  line-height: 15px;
}

.d-qtd {
  float: left;
  width: 6%;
}

.text-sium {
  margin-left: 0;
  padding-left: 10px;
  font-size: 9px;
  line-height: 15px;
}

.div-block-87 {
  margin-top: 5px;
}

.d-preco {
  float: left;
  width: 16%;
}

.div-block-92 {
  border-bottom: 1px solid #cbcbcb47;
  padding-top: 0;
  padding-bottom: 3px;
}

.logo-brand {
  float: left;
  width: 220px;
  height: 100px;
  padding: 0 0 10px;
}

.nome-da-empresa {
  float: right;
  text-align: right;
  width: 50%;
  font-size: 18px;
  font-weight: 700;
}

.new-block {
  padding-top: 5px;
}

.ttx {
  float: left;
  width: 15%;
}

.inc-200 {
  float: left;
  width: 35%;
}

.text-block-102 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
}

.text-block-100-copy {
  color: #f58437;
  margin-top: 0;
  font-size: 12px;
}

.div-block-90 {
  float: right;
  text-align: right;
  width: 50%;
  max-width: 50%;
}

.text-block-99 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-106 {
  font-size: 9px;
  line-height: 12px;
}

.text-block-98 {
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

.valor-imp {
  float: left;
  width: 33%;
}

.imposto-v1 {
  color: #676767;
  margin-top: 3px;
  padding-left: 5px;
  font-size: 5px;
  font-style: italic;
  line-height: 100%;
}

.text-block-101 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.ref-text {
  margin-left: 0;
  padding-left: 5px;
  font-size: 8px;
  line-height: 20px;
}

.parte-2 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-top: 12px;
  padding-left: 12px;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-93 {
  width: 40%;
}

.text-block-115 {
  font-size: 9px;
}

.parte-3 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-top: 0;
}

.total-fact {
  float: left;
  width: 35%;
}

.em {
  float: left;
  width: 20%;
}

.assinaturass {
  margin-top: 20px;
}

.text-block-114 {
  font-size: 10px;
}

.d-descricao-copy {
  float: left;
  width: 25%;
}

.div-block-94 {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  margin-right: 50px;
  padding-top: 30px;
}

.linhas {
  border-bottom: 1px #cbcbcb;
  margin-top: 25px;
  padding-top: 0;
  padding-bottom: 3px;
}

.parte-4 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-top: 12px;
  padding-left: 15px;
}

.motivos {
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.div-block-95 {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.div-block-91-copy-copy {
  margin-top: 0;
  margin-bottom: 5px;
}

.text-block-111 {
  font-size: 9px;
}

.text-block-102-copy-2 {
  color: #000;
  border-bottom: 1px #000;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 9px;
  font-weight: 700;
}

.text-block-100 {
  margin-top: 0;
  font-size: 13px;
}

._450 {
  margin-bottom: 7px;
}

.page-tabs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px none var(--border);
  border-bottom: 1px solid var(--border);
  height: 50px;
  margin-left: -44px;
  margin-right: -44px;
  padding-left: 44px;
  display: flex;
}

.div-block-96 {
  padding-top: 44px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-2 {
  border: 1px solid var(--light-steel-blue);
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  height: 200px;
  padding: 25px 20px 20px;
}

.link-block-2:hover {
  border-color: var(--main);
}

.div-block-97 {
  margin-bottom: 25px;
}

.heading {
  margin-top: 0;
  font-weight: 600;
}

.form-header {
  margin-bottom: 3em;
}

.form-header.flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.pages-h2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3em;
}

.login-cta-text {
  text-align: center;
  font-size: 1.2em;
}

.form-logo-wrapper {
  width: 10em;
}

.auth-image-overlay {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.text-field {
  z-index: 1;
  background-color: #0000;
  border: .1em solid #c9c9cc;
  border-radius: .2em;
  height: 50px;
  margin-bottom: 10px;
  padding: 1em;
  font-size: 17px;
  line-height: 100%;
  transition: all .1s;
  position: relative;
}

.text-field:focus {
  border-width: .12em;
  border-color: #2d7dd2;
}

.text-field::placeholder {
  color: #7d7e8080;
  font-size: .9em;
}

.text-field._5 {
  padding-top: 0;
  padding-bottom: 0;
}

.field-lable {
  color: #7d7d7f;
  margin-bottom: .7em;
  font-size: 17px;
  font-weight: 400;
}

.form-cta {
  color: #2d7dd2;
  border-bottom: 1px solid #0000;
  margin-left: .1em;
  padding-bottom: .04em;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.form-cta:hover {
  border-bottom-color: #2d7dd2;
}

.auth-image-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.restore-password-cta-wrapper {
  margin-top: 1.3em;
}

.form-field-wrapper-2 {
  margin-bottom: 25px;
  position: relative;
}

.auth-bg {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.auth-form {
  flex: 0 auto;
  width: 500px;
  min-width: 500px;
  height: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  border-radius: .2em;
  width: 100%;
  height: 3.3em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 17px;
  line-height: 3.3em;
  display: block;
}

.login-cta-wrapper {
  margin-top: 4em;
}

.restore-password-cta-text {
  color: #7d7d7f;
  text-align: left;
  font-size: 16px;
}

.auth-form-wrapper {
  z-index: 10;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.form-content {
  background-color: #fff;
  border-radius: .4em;
  width: 100%;
  padding: 50px 60px;
  box-shadow: 0 15px 3em #00000026;
}

.back-button {
  z-index: 25;
  background-color: #fff;
  border-radius: 6em;
  width: 3.5em;
  height: 3.5em;
  position: fixed;
  inset: 1.8em auto auto 3em;
  box-shadow: 0 3px 1em #040f2040;
}

.logo-3 {
  height: 3.8em;
}

.logo-link-2 {
  flex: none;
  align-items: center;
  height: 100%;
  margin-right: 1.79em;
  padding-bottom: 0;
  display: flex;
}

.dropdown-icon-text-2 {
  z-index: 1;
  height: .9em;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 10;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff;
  border-top: 1px solid #e3e4e8;
  border-bottom: 1px solid #e3e4e8;
  justify-content: space-between;
  height: 5em;
  padding-left: 1.79em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation.white {
  z-index: 12;
  background-color: #f9fbfd;
  border-top-style: none;
  border-bottom-style: none;
  height: 7em;
  padding-left: 8.4em;
}

.mother-div-3 {
  display: block;
}

.nav-shade {
  z-index: 9;
  background-color: #f0f1f5;
  height: 7em;
  position: fixed;
  inset: 0% 0% auto;
}

.pacote-button-wrapper {
  display: inline-block;
}

.container-2 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.container-2.pagamentos {
  grid-column-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-2.pagamentos._2.mid-gard {
  grid-column-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.div-block-2 {
  flex: 1;
}

.pages-h1 {
  margin-top: 0;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1;
}

.pages-h1.instrc {
  margin-bottom: .5em;
}

.grid-6 {
  grid-column-gap: 1.79em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-2 {
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 3em;
}

.content-2.pages {
  min-height: 90vh;
  padding-top: 13em;
  display: block;
}

.content-2.pages._3 {
  padding-top: 10em;
}

.edit-profile-button {
  background-color: var(--main);
  color: #fff;
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 3em;
  padding-left: 1.79em;
  padding-right: 1.79em;
  font-size: 1.1em;
  display: flex;
}

.pay-price-text {
  text-align: left;
  width: 6em;
  font-size: 1.7em;
  font-weight: 500;
}

.pay-price-text.price {
  color: #040f20;
  text-align: center;
  width: auto;
  font-size: 3em;
  font-weight: 700;
}

.link-block-3 {
  color: #2d7dd2;
  background-color: #fff;
  border: 1px solid #e3e4e8;
  border-radius: .5em;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 9em;
  padding-left: 3em;
  padding-right: 3em;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  background-color: #4daa5712;
  border-color: #4daa57;
}

.pages-headet-wrapper {
  margin-bottom: 55px;
}

.currency {
  margin-left: .2em;
  font-size: .4em;
  display: inline-block;
  position: relative;
  top: -1em;
}

.currency.lil-bigger {
  margin-left: 0;
  margin-right: .3em;
  font-size: .7em;
  top: -.28em;
}

.instructions-wrapper {
  grid-row-gap: 2em;
  color: #7d7d7f;
  border-left: 2px dashed #4daa57;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 3em 3em 3em 5em;
  display: grid;
}

.instruction {
  max-width: 26em;
  margin-top: 0;
  padding-left: 2em;
  font-size: 1.3em;
  line-height: 1.3;
  position: relative;
}

.validar-pagamento-wrapper {
  grid-column-gap: 0px;
  border: 2px dashed #4daa57;
  border-radius: .5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

.number-system {
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% .5em;
}

.pagamento-referencia-info {
  color: #2e6634;
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1;
}

.pagamento-field-lable {
  color: #040f20;
  margin-bottom: .7em;
  font-size: 1.3em;
  font-weight: 400;
}

.validar-wrap {
  grid-row-gap: 3em;
  background-color: #4daa5712;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3em;
  display: grid;
}

.submit-button-2 {
  color: #fff;
  text-align: center;
  background-color: #2d7dd2;
  border-radius: .2em;
  width: 100%;
  height: 3.3em;
  margin-top: 2.7em;
  padding: 0;
  font-size: 1.3em;
  line-height: 3.3em;
  display: block;
}

.submit-button-2.validar {
  background-color: var(--main);
  margin-top: 1em;
}

.ano-choose {
  flex: none;
  align-items: center;
  height: 100%;
  padding-top: 13px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
}

.form-block {
  width: 250px;
}

.div-block-98 {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 44px;
  padding: 44px;
}

.heading-2 {
  margin-top: 0;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
}

.div-block-99 {
  width: 700px;
  height: 400px;
  overflow: auto;
}

.div-block-99._1 {
  width: 700px;
  max-width: 100%;
  height: auto;
  overflow: auto;
}

.div-block-99._1._3 {
  width: 650px;
  margin-right: 40px;
}

._40 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
}

.plus-minus-wrap {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-field-inner-wrapper {
  height: 100%;
}

.mobile-nav, .not-valid {
  display: none;
}

.white-body {
  background-color: var(--white);
}

.item-cells-wrapper {
  width: 30%;
  display: flex;
}

.items-table-btn-wrapper {
  display: none;
}

.add-item-mobile {
  border: 1px solid var(--border);
  background-color: var(--white);
  color: var(--slate-grey);
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s, color .1s, border-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.add-item-mobile:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.add-item-mobile.with-right-icon {
  padding-right: 68px;
}

.add-item-mobile.with-right-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.add-item-mobile.main {
  background-color: var(--main);
  color: var(--white);
}

.add-item-mobile.with-left-icon {
  padding-right: 25px;
}

.add-item-mobile.with-left-icon.main {
  color: var(--white);
  background-color: #3461ff;
}

.add-item-mobile.submit-button {
  background-color: var(--main);
  color: var(--white);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.add-item-mobile.delete {
  color: var(--crimson);
}

.add-item-mobile.delete:hover {
  border-color: var(--crimson);
}

.add-item-mobile.not-primary {
  color: var(--slate-grey);
}

.add-item-mobile.previous-next {
  background-color: var(--slate-grey);
  color: var(--white);
}

.add-item-mobile.delete-item {
  color: var(--border);
  border-style: none solid none none;
  border-color: #0000;
  align-items: center;
  height: 100%;
  transition: color .1s;
}

.add-item-mobile.delete-item:hover {
  color: var(--crimson);
}

.add-item-mobile.delete-item.filller {
  background-color: #0000;
}

.add-item-mobile.plus-minus {
  border-color: var(--border);
  border-radius: 50%;
  transition: background-color .1s, border-color .1s, color .1s;
}

.add-item-mobile.plus-minus:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: var(--white);
}

.add-item-mobile.blue {
  border-color: var(--main);
  color: var(--main);
}

.add-item-mobile.blue:hover {
  color: #fff;
}

.add-item-mobile.red {
  border-color: var(--crimson);
  color: var(--crimson);
}

.add-item-mobile.prev-nxt {
  border-color: var(--border);
  width: 32px;
  height: 32px;
}

.add-item-mobile.delete-item-copy {
  border-style: none;
  border-color: #0000;
  align-items: center;
  height: 100%;
}

.add-item-mobile.delete-item-copy.filller {
  background-color: #0000;
}

.add-item-mobile.eliminar:hover {
  border-color: var(--crimson);
  color: var(--crimson);
}

.add-item-mobile.add-stuff-in-invoice {
  border-style: dashed;
  border-color: var(--main);
  color: var(--main);
  background-color: #3461ff14;
  justify-content: center;
}

.add-item-mobile.add-stuff-in-invoice:hover {
  background-color: var(--main);
  color: var(--white);
  border-style: solid;
}

.add-item-mobile.main-text-button {
  border-style: none;
  border-color: var(--main);
  color: var(--cornflower-blue);
  background-color: #0000;
}

.add-item-mobile.main-text-button:hover {
  background-color: #0000;
}

.add-item-mobile.main-text-button.desconto {
  color: var(--slate-grey);
}

.add-item-mobile.cncel:hover {
  border-color: var(--crimson);
  background-color: var(--white);
  color: var(--crimson);
}

.add-item-mobile.visualizar:hover {
  background-color: var(--white);
  color: var(--main);
}

.criar-page-mobile-menu {
  display: none;
}

.select-field {
  border: 1px solid var(--light-steel-blue-3);
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.div-block-100 {
  border-left: 1px solid var(--light-steel-blue);
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-100._50 {
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.div-block-100._5 {
  height: 44px;
}

.ki {
  border-right: 1px solid var(--border);
  height: 100%;
}

.select-field-copy {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  height: 100%;
  font-size: 16px;
  position: relative;
}

.item-posto {
  display: none;
}

.create-div {
  margin-top: 40px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.create-div._1 {
  position: absolute;
}

.div-block-106 {
  margin-top: 15px;
  display: inline-block;
}

.div-block-107 {
  display: none;
}

.modals-wrapper {
  z-index: 2000;
  background-image: linear-gradient(#00000014, #00000014);
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  z-index: 2;
  background-color: var(--white);
  border-left: 4px solid #0000;
  border-radius: 4px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: block;
  position: relative;
  box-shadow: 0 8px 20px #09142629;
}

.modal.success {
  border-left-color: var(--medium-sea-green);
}

.modal.info {
  border-left-color: var(--main);
}

.modal.error {
  border-left-color: var(--crimson);
}

.modal.warning {
  border-left-color: var(--gold);
  display: none;
}

.modal-icon {
  background-color: var(--main);
  color: var(--white);
  background-image: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  position: absolute;
  inset: 32px auto auto 32px;
}

.modal-icon.success {
  background-color: var(--medium-sea-green);
  cursor: default;
  background-image: url('../images/done_FILL0_wght400_GRAD0_opsz48_1done_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-icon.info {
  background-color: var(--main);
  background-image: url('../images/campaign_FILL0_wght400_GRAD0_opsz48_1campaign_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-icon.error {
  background-color: var(--crimson);
  background-image: url('../images/priority_high_FILL0_wght400_GRAD0_opsz48_1priority_high_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-icon.warning {
  background-color: var(--gold);
  color: #000;
  background-image: url('../images/question_mark_FILL0_wght400_GRAD0_opsz48_1question_mark_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.close-modal {
  border: 1px solid var(--dim-icon);
  color: var(--dim-icon);
  cursor: pointer;
  background-image: url('../images/close_FILL0_wght400_GRAD0_opsz48_1close_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 5px;
  padding-left: 5px;
  position: absolute;
  inset: 32px 32px auto auto;
}

.modal-text-wrapper {
  cursor: default;
  margin-left: 44px;
  margin-right: 44px;
  padding-left: 6px;
  padding-right: 6px;
}

.modal-header {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.modal-subtext {
  color: var(--slate-grey);
  margin-top: 8px;
  line-height: 1.2;
  display: none;
}

.modal-subtext.visible {
  display: block;
}

.modal-trigger-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border);
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 200px;
  max-width: 300px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: auto 0% 40px;
  overflow: hidden;
}

.alerta {
  border-top: 1px none var(--border);
  border-left: 1px none var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.alerta:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.sucesso {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.sucesso:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.informacao {
  border-bottom: 1px solid var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.informacao:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.erro {
  border-right: 1px solid var(--border);
  color: var(--slate-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.erro:hover {
  background-color: var(--highlight);
  color: var(--text);
}

.mega-close-modal {
  position: absolute;
  inset: 0%;
}

.modal-cta-wrapper {
  float: right;
  margin-top: 32px;
}

.link-2 {
  display: none;
}

.tabs-content {
  overflow: visible;
}

.div-block-108 {
  flex: none;
  width: 60%;
  margin-right: 0;
}

.dropdown-list-2 {
  background-color: #f1dede;
}

.dropdown-list-2.w--open {
  border: 1px solid var(--border);
  background-color: var(--white);
  border-radius: 4px;
  min-width: 200px;
  right: 0;
}

.radio-button-field-2 {
  margin-bottom: 25px;
}

.text-block-118 {
  font-weight: 500;
  line-height: 120%;
}

.text-block-119 {
  display: inline-block;
}

.logo-brand-2 {
  float: left;
  width: 220px;
  height: 100px;
  padding: 0 0 10px;
}

.text-block-120 {
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

.div-block-110 {
  float: right;
  text-align: right;
  width: 50%;
  max-width: 50%;
}

.div-block-111 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-112 {
  margin-bottom: 5px;
}

.div-block-113 {
  margin-top: 5px;
}

.text-block-121 {
  font-size: 9px;
  line-height: 12px;
}

.div-block-114 {
  border-bottom: 1px solid #cbcbcb47;
  padding-top: 0;
  padding-bottom: 3px;
}

.text-block-122 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.text-block-123 {
  color: #000;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 14px;
}

.text-block-124 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.div-block-115 {
  margin-bottom: 10px;
}

.parte-5 {
  float: left;
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-top: 12px;
  padding-left: 12px;
}

.text-block-125 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
}

.form-2 {
  border: 1px dashed #b3b3b3;
  border-radius: 5px;
  padding: 16px;
}

.fiinika-nav-main {
  z-index: 1000;
  border-bottom: 1px solid var(--border);
  background-color: #fff;
  height: 80px;
  padding-left: 44px;
  padding-right: 44px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  z-index: 100;
  background-color: #ddd0;
  align-items: center;
}

.brand {
  background-image: url('../images/Fiinika_rh-p-500.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 60px;
}

.brand.w--current {
  height: 60px;
}

.dropdown-toggle-2 {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  margin-left: 0;
  padding: 0 20px 0 0;
  display: flex;
}

.dropdown-toggle-2.w--open {
  margin-left: 0;
}

.icon-2 {
  margin-right: 0;
}

.dropdown-list-3 {
  border-left: 1px solid var(--crimson);
}

.dropdown-list-3.w--open {
  z-index: 10000;
  border-right: 1px none var(--border);
  border-bottom: 1px none var(--border);
  border-left-style: none;
  border-left-color: var(--border);
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px #00000014;
}

.link-inside-dropdown:hover {
  color: var(--cornflower-blue);
}

.dropdown-3 {
  margin-left: 20px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dash-main-content {
  padding-top: 50px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-116 {
  background-image: linear-gradient(#1b4d91cf, #1b4d91cf), url('../images/2149035709.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 200px;
  padding: 35px 35px 40px;
  display: flex;
}

.div-block-117 {
  width: 50%;
  padding-left: 25px;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.link-block-4 {
  border: 1px solid var(--border);
  color: var(--text);
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.link-block-4:hover {
  border-color: var(--main);
}

.link-block-4._12 {
  justify-content: center;
}

.svg-icon {
  color: var(--text);
  width: 35px;
  margin-right: 10px;
  font-family: Dexa contas font, sans-serif;
  font-size: 20px;
}

.svg-icon._1 {
  color: var(--white);
  width: 30px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-block-127 {
  margin-bottom: 25px;
  font-size: 16px;
}

.div-block-118 {
  color: var(--white);
  text-align: center;
  border-right: 1px solid #eeeeee30;
}

.div-block-118._1 {
  border-right-style: none;
  border-right-width: 0;
}

.text-block-128 {
  font-size: 27px;
}

.top-section-navigation {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.top-section-navigation._5 {
  margin-top: 15px;
}

.top-section-navigation.v {
  justify-content: space-between;
}

.seta-para-tras {
  color: var(--text);
  text-decoration: none;
}

.titulo {
  flex: 1;
  padding-left: 15px;
}

.titulo._2 {
  text-align: left;
}

.titulo._1 {
  padding-left: 0;
}

.bot-o-ou-menu {
  padding-left: 25px;
}

.text-block-129 {
  margin-top: 3px;
  font-family: Dexa contas font, sans-serif;
  font-size: 28px;
}

.text-block-130 {
  text-align: left;
  font-size: 25px;
}

.text-block-130._1 {
  font-size: 35px;
}

.botao {
  background-color: var(--main);
  color: var(--white);
  border-radius: 5px;
  height: 50px;
  margin-right: 10px;
  padding: 0 15px;
  line-height: 50px;
}

.botao.green {
  background-color: var(--medium-sea-green);
}

.botao._2 {
  background-color: var(--text);
}

.radio-button-field-3 {
  margin-bottom: 25px;
}

.text-block-131 {
  font-weight: 400;
}

.div-block-119 {
  margin-bottom: 35px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-120 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  padding: 35px;
}

.text-block-133 {
  margin-bottom: 25px;
  font-size: 19px;
}

.text-block-134 {
  font-size: 31px;
}

.tab-lk {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 100%;
  padding: 3px 15px;
  display: flex;
  position: relative;
}

.separador {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  padding: 6px 25px 5px;
  display: flex;
}

.grid-11 {
  grid-template-rows: auto;
  width: 80%;
}

.button-3 {
  border: 1px solid var(--medium-sea-green);
  color: var(--medium-sea-green);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 5px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.button-3:hover {
  background-color: #d7f1dd87;
}

.button-3._2 {
  border-color: var(--crimson);
  color: var(--crimson);
}

.button-3._2:hover {
  background-color: #f7d7d74a;
}

.content-comentar {
  z-index: 999;
  background-color: #494848a1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-121 {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.comentar {
  z-index: 99;
  text-align: center;
  width: 35%;
}

.button-4 {
  color: var(--white);
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 15px 20px;
}

.div-block-123 {
  margin-bottom: 35px;
}

.criar-content-wrapper-copy {
  width: 100%;
  max-width: 100%;
}

.text-block-135 {
  color: var(--slate-grey);
  font-size: 19px;
}

.stock-out-div {
  text-align: center;
  display: none;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.div-block-124 {
  color: var(--slate-grey);
  margin-bottom: 35px;
  font-size: 23px;
}

.parceiro-text-field {
  color: #9c9c9c;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 120%;
}

.parceiro-text-field::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field.saldo-copy {
  color: #737373;
  border-top: 1px #e0e2e7;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.parceiro-text-field.saldo {
  color: #05b32e;
  border-top: 1px #e0e2e7;
  border-bottom: 1px #e0e2e7;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.parceiro-text-field.r {
  margin-bottom: 10px;
}

.parceiro-text-field.cancelado {
  color: var(--crimson);
}

.form-field-label-2 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

.kz {
  margin-left: 3px;
}

.kz.thin-kz {
  font-weight: 400;
}

.do {
  margin-top: 25px;
}

.do._9 {
  margin-top: 0;
  padding-top: 10px;
}

.form-field-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.form-text-field-2 {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  font-size: 13px;
  transition: all .1s;
}

.form-text-field-2:hover {
  background-color: #fff;
}

.form-text-field-2:focus {
  background-color: #fff;
  border-color: #1675bd;
}

.form-text-field-2::placeholder {
  color: #9c9c9c;
}

.form-text-field-2.no-space {
  margin-bottom: 5px;
}

.parceiro-info-seperator {
  margin-bottom: 25px;
  position: relative;
}

.parceiro-info-seperator.saldo {
  margin-top: 25px;
}

.subsidios-div {
  border: 1px dashed var(--cornflower-blue);
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px;
}

.div-block-125 {
  margin-bottom: 25px;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 12px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field-2._500 {
  margin-bottom: 15px;
}

.checkbox-label {
  margin-bottom: 0;
}

.dedu-es-div {
  border: 1px dashed var(--cornflower-blue);
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 30px;
}

.link-5 {
  color: #3668fc;
  margin-top: 15px;
  display: block;
}

._40-2 {
  margin-top: 25px;
}

.form-field-label-3 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

._40-3 {
  margin-top: 25px;
}

.form-field-label-4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.resumo-table {
  margin-bottom: 50px;
  padding-top: 20px;
}

.resumo-item-block {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 40px;
}

.resumo-description {
  float: left;
  line-height: 100%;
  display: inline-block;
}

.resumo-cash {
  float: right;
  line-height: 100%;
  display: inline-block;
}

.currency-2 {
  margin-left: 2px;
}

.div-block-126 {
  width: 100px;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._800 {
  padding-top: 25px;
}

.form-block-2 {
  margin-top: 25px;
}

.grid-14 {
  grid-template-rows: auto;
}

.se-funcionarios_especificos {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 20px 0 0;
}

.div-block-127 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-select-field:hover {
  background-color: #fff;
}

.form-select-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-select-field._4 {
  margin-bottom: 5px;
}

.grid-15 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.form-field-label-5 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-128 {
  background-color: #c9d7f078;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.link-4 {
  color: #e6253f;
  text-align: center;
  width: 20%;
  font-family: Dexa contas font, sans-serif;
  text-decoration: none;
}

.text-block-9 {
  color: #171f3685;
  width: 80%;
  line-height: 110%;
  overflow: hidden;
}

.div-block-32 {
  float: right;
  width: 40%;
  margin-top: 25px;
}

.div-block-32._1 {
  margin-top: 0;
}

.dados-1 {
  flex: 1;
  margin-bottom: 70px;
}

.currency-3 {
  margin-left: 2px;
}

.form-field-label-6 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-28 {
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
  overflow: scroll;
}

.div-block-28._2 {
  border-color: var(--highlight);
  margin-top: 50px;
  display: flex;
  overflow: visible;
}

.div-block-28._700 {
  flex-flow: column;
  margin-top: 50px;
  display: flex;
  overflow: visible;
}

.resumo-table-2 {
  padding-top: 20px;
}

.resumo-table-2._1 {
  flex: 1;
  padding-top: 0;
}

.text-header-colab {
  color: #333;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
}

.div-block-132 {
  flex: 1;
  padding-right: 50px;
  display: flex;
}

.text-block-136 {
  color: var(--medium-sea-green);
  font-family: Dexa contas font, sans-serif;
  font-size: 25px;
}

.content-div-wrap-colaborador {
  margin-bottom: 70px;
}

.form-field-label-7 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

._40-4 {
  margin-top: 25px;
}

.text-header-colab-2 {
  color: #333;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.form-field-label-8 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 100%;
}

._40-5 {
  margin-top: 25px;
}

.text-header-colab-3 {
  color: #333;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.div-block-133, .div-block-134 {
  display: flex;
}

.div-block-30, .div-block-29 {
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-16 {
  font-weight: 400;
}

.text-block-16._1 {
  font-size: 12px;
  font-weight: 400;
}

.text-block-16._1.processado {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
}

.div-block-31 {
  max-height: 900px;
  overflow: scroll;
}

.text-field-titulo {
  float: left;
  background-color: #e0e2e7;
  border-right: 1px solid #c3c6cd;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-field-titulo.salario {
  width: 150px;
}

.text-field-titulo.salario._1 {
  border-bottom: 1px solid #e0e2e7;
}

.text-field-titulo.descontos {
  background-color: #fac3c3;
  flex-direction: column;
  width: auto;
}

.text-field-titulo.descontos._1 {
  border-bottom: 1px solid #e0e2e7;
  justify-content: center;
}

.text-field-titulo._1 {
  background-color: #fff;
  border-bottom: 1px solid #e0e2e7;
  height: 70px;
}

.text-field-titulo.subsidios {
  background-color: #bee9c7;
  flex-direction: column;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-field-titulo.subsidios._1 {
  background-color: #bee9c700;
  border-bottom: 1px solid #e0e2e7;
  justify-content: center;
}

.text-field-titulo.estado {
  width: 150px;
}

.titulos {
  border-bottom: 1px #fff;
  display: flex;
}

.titulos._2 {
  border-bottom-color: #e0e2e7;
}

.item-do-subtitulo {
  width: 100px;
  font-size: 12px;
  overflow: hidden;
}

.item-do-subtitulo.total, .text-block-138, .text-block-139 {
  font-weight: 400;
}

.div-block-135 {
  padding-top: 0;
  padding-right: 0;
}

.div-block-135._1 {
  width: 150px;
}

.relatorio-main-div {
  background-color: #fff;
  width: 80%;
  padding: 50px 70px;
}

.valor {
  float: left;
  width: 20%;
}

.valor._90 {
  width: 40%;
  padding-left: 10px;
}

.reuni-content {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.text-block-140 {
  color: #919ba7;
  font-size: 19px;
}

.div-block-129 {
  margin-bottom: 25px;
}

.main-lead-content {
  color: #fff;
  background-color: #919ba79e;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.ibans {
  float: left;
  width: 40%;
}

.logo-relatorio {
  float: left;
  background-image: url('../images/Fiinika-Comercial_logo_main.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  font-weight: 400;
}

.div-block-136 {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 50px;
  padding-right: 50px;
}

.div-block-137 {
  border-bottom: 1px solid #000;
  padding-top: 70px;
}

.div-block-138 {
  float: right;
  width: 50%;
}

.parte-6 {
  float: left;
  width: 50%;
  padding-right: 0;
}

.valor-2 {
  float: left;
  width: 20%;
}

.valor-2.bold {
  font-weight: 500;
}

.div-block-139 {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.text-block-141 {
  float: left;
  width: 40%;
  font-weight: 400;
}

.dados-preliminares {
  padding-top: 25px;
}

.retribuicoes {
  float: left;
  width: 70%;
}

.div-block-140 {
  margin-bottom: 25px;
}

.totais {
  float: left;
  width: 100%;
  padding-right: 50px;
}

.parte-1-copy {
  float: left;
  width: 50%;
  padding-right: 50px;
}

.main-lead-content-2 {
  color: #fff;
  background-color: #919ba7;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.reuni-content-copy {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.logo-relatorio-2 {
  float: left;
  background-image: url('../images/5e4428a417773b4af25594e0_Select_Services_Logo__Icon-copy-2-p-1600.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-123-copy {
  float: left;
  width: 60%;
  line-height: 120%;
}

.clo {
  margin-bottom: 25px;
}

.cod {
  float: left;
  width: 10%;
  padding-left: 10px;
}

.retribuicoes-total {
  float: left;
  width: 80%;
  font-weight: 400;
}

.text-block-142 {
  margin-bottom: 10px;
}

.status-line {
  flex: 1;
  height: 3px;
  position: relative;
  top: -26px;
}

.status-circles-wrapper {
  cursor: default;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.div-block-159 {
  padding-top: 35px;
}

.material-icons {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons.checker {
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: Dexa contas font, sans-serif;
  font-size: 20px;
}

.confirmed-line {
  z-index: 2;
  background-color: #04a777;
  border: 2px solid #04a777;
  border-radius: 10px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.confirmed-line.hidden {
  z-index: 2;
  display: none;
}

.in-progress-line {
  border: 1px dashed #ccc;
  border-radius: 10px;
}

.linesman {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding: 34px;
  display: flex;
}

.center-text {
  color: #9c9c9c;
  margin-top: 32px;
}

.center-text.confirmed {
  color: #111210;
}

.project-state {
  color: #fff;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 12px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
}

.project-state.done {
  background-color: #04a777;
}

.project-state.done.hidden {
  display: none;
}

.project-state.in-progress {
  background-color: #ccc;
}

.project-state.in-progress.cancelado {
  background-color: #e84b4b;
}

.status-content-wrapper {
  z-index: 5;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-160 {
  padding-top: 35px;
  display: flex;
}

.div-block-161 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  width: 30%;
  margin-right: 35px;
  padding: 30px;
}

.div-block-162 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  width: 70%;
  padding: 30px;
}

.text-block-143 {
  color: var(--slate-grey);
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 500;
}

.text-block-143._5 {
  margin-bottom: 10px;
}

.div-block-163 {
  border: 1px dashed var(--border);
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}

.propostas-wrapper {
  padding-top: 35px;
}

.text-block-144 {
  color: var(--slate-grey);
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-164 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 50px;
}

.text-block-145 {
  margin-bottom: 10px;
  font-size: 18px;
}

.div-block-165 {
  margin-bottom: 35px;
}

.product-wrap {
  border: 1px dashed var(--border);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px;
  display: flex;
}

.checkbox-label-2 {
  display: none;
}

.checkbox-3 {
  width: 25px;
  height: 25px;
  margin-top: 0;
}

.div-block-166 {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}

.image {
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.check-imagem-and-name {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.checkbox-field-3 {
  margin-right: 15px;
}

.text-block-146 {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-size: 13px;
}

.product-price-quantity-and-other {
  flex: 1;
  padding-left: 25px;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-field-2 {
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 5px;
  margin-bottom: 0;
}

.div-block-167 {
  float: right;
}

.div-block-168 {
  background-color: #c9d7f080;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-147 {
  margin-right: 10px;
}

.grid-17 {
  grid-template-rows: auto;
}

.text-block-148 {
  font-weight: 400;
}

.confirmation-box {
  border: 1px dashed var(--border);
  background-color: #52abef0d;
  border-radius: 5px;
  padding: 15px 25px;
}

.text-block-185 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.text-block-185._5 {
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-244 {
  display: flex;
}

.link-10 {
  margin-right: 25px;
}

.link-10.yes {
  color: #124135;
  font-weight: 700;
}

.link-10.no {
  color: #9d9d9d85;
  font-weight: 700;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.concursos-abertos-wrapper {
  padding-top: 50px;
}

.div-block-245 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 40px;
  display: flex;
}

.div-block-246 {
  flex: 1;
  padding-right: 35px;
}

.div-block-247 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  display: flex;
}

.div-block-248 {
  color: var(--slate-grey);
  margin-bottom: 25px;
  font-size: 19px;
  display: flex;
}

.text-block-186 {
  margin-right: 25px;
}

.paragraph {
  margin-bottom: 25px;
}

.text-block-188 {
  font-size: 14px;
}

.grid-19 {
  grid-template-rows: auto;
  width: 60%;
}

.text-block-189 {
  color: var(--slate-grey);
  margin-bottom: 10px;
  font-size: 14px;
}

.paragraph-2 {
  margin-bottom: 25px;
}

.fazer-proposta-div {
  padding-top: 0;
}

.div-block-249 {
  padding-top: 35px;
}

.crik {
  max-width: 80px;
}

.contact-form-text-field-2 {
  color: #000;
  background-color: #f6f6f633;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.contact-form-text-field-2:hover {
  border-color: #7a9ad0;
}

.contact-form-text-field-2:focus {
  background-color: #fff;
  border-width: 3px;
  border-color: #7a9ad0;
}

.contact-form-text-field-2::placeholder {
  font-weight: 400;
}

.contact-form-text-field-2.white {
  background-color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.grid-20 {
  grid-template-rows: auto;
}

.link-block-5 {
  color: var(--text);
  margin-left: 20px;
}

.link-block-5.w--current {
  margin-left: 30px;
}

.form-block-5 {
  color: var(--text);
  margin-bottom: 0;
}

.select-field-2 {
  border: 1px solid var(--border);
  color: var(--text);
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}

.select-field-2._1 {
  margin-right: 0;
}

.quadro-wrapper {
  display: flex;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.div-block-264 {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 1;
  padding: 0 30px 0 0;
  overflow: auto;
}

.text-block-170 {
  color: #333333b5;
  font-size: 15px;
}

.div-block-269 {
  border-bottom: 1px solid var(--border);
  flex: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: flex;
}

.div-block-269.red {
  color: #d13232;
}

.div-block-269._12 {
  height: 30px;
  line-height: 30px;
}

.div-block-269.verde {
  border-bottom-color: var(--border);
  color: #1a8521;
}

.div-block-268 {
  padding-left: 20px;
  line-height: 30px;
}

.div-block-270 {
  border-bottom: 1px #e5e5e5;
  display: flex;
}

.div-block-270._20 {
  margin-top: 20px;
}

.text-block-171 {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: var(--highlight);
  text-align: center;
  flex: none;
  width: 200px;
}

.text-block-172 {
  text-align: center;
  width: 100%;
  padding-left: 10px;
}

.text-block-172.no-b {
  font-weight: 400;
}

.div-block-267 {
  height: 50px;
  line-height: 50px;
}

.div-block-267._0 {
  margin-top: 20px;
}

.div-block-263 {
  border-right: 1px solid var(--border);
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: none;
  width: 320px;
  height: auto;
  padding: 60px 35px 30px 50px;
}

.div-block-262 {
  padding-top: 50px;
}

.perc {
  text-align: center;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  width: 25%;
}

.div-block-266 {
  border-bottom: 1px #e5e5e5;
  height: 60px;
  line-height: 60px;
  display: flex;
}

.div-block-271 {
  padding-top: 50px;
}

.page-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1.sub {
  color: #091426;
  letter-spacing: 0;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
}

.dados {
  width: 30%;
  padding-left: 25px;
}

.dados._7 {
  width: 100%;
  padding-top: 25px;
  padding-left: 0;
}

.text-block-190 {
  color: #7c7c7c;
  font-size: 19px;
}

.div-block-272 {
  display: flex;
}

.text-block-157 {
  margin-bottom: 10px;
  font-size: 16px;
}

.section-data {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.div-block-141 {
  margin-bottom: 35px;
}

.grafico {
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.26.30-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 300px;
}

.grafico._2 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.40.37-AM.png');
}

.grafico._7 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.08.30-AM.png');
  width: 100%;
  height: 400px;
}

.grid-21 {
  grid-template-rows: auto;
}

.div-block-273 {
  border: 1px dashed var(--border);
  background-color: #e3eaf7;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px 35px;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.text-block-191 {
  margin-bottom: 25px;
}

.checkbox-field-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-label-3 {
  margin-bottom: 0;
  padding-left: 20px;
}

.div-block-274 {
  float: left;
  background-image: url('../images/QR_code_for_mobile_English_Wikipedia.svg');
  background-position: 50%;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.kpi-header-4 {
  color: #091426;
  letter-spacing: -.5px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.menu-item-4 {
  color: #091426;
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 40px;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: 500;
  transition: background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item-4:hover {
  background-color: #f6f8fb;
}

.menu-item-4.with-radio-button {
  height: 36px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 8px;
  font-weight: 500;
}

.flyout-menu-wrapper-3 {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px #142b523d;
}

.flyout-menu-wrapper-3.kpi-actions-flyout {
  z-index: 100;
  width: 174px;
  display: none;
  position: absolute;
  inset: 15% 20% auto auto;
}

.menu-item-5 {
  color: #091426;
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 40px;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: 500;
  transition: background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item-5:hover {
  background-color: #f6f8fb;
}

.menu-item-5.with-radio-button {
  height: 36px;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 8px;
  font-weight: 500;
}

.flyout-menu-content-3 {
  background-color: #fff;
  padding: 0 16px 8px;
}

.flyout-menu-content-3.in-table {
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.dash-main-content-2 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.table-action-button-3 {
  font-family: 3dots, sans-serif;
  color: #667999;
  text-align: center;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kpi-header-3 {
  color: #091426;
  letter-spacing: -.5px;
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.kpi-2 {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  height: 150px;
  padding: 20px 24px 24px;
  display: flex;
}

.kpi-icon-wrapper-2 {
  color: #3461ff;
  background-color: #3461ff26;
  border: 1px #3461ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  overflow: hidden;
}

.radio-button-4 {
  color: #3461ff;
  cursor: pointer;
  border-width: 1px;
  border-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button-4.w--redirected-checked {
  background-image: url('../images/check-blue.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #3461ff;
  border-radius: 4px;
}

.div-block-275 {
  margin-top: 25px;
}

.parceiro-text-field-2 {
  color: #22223378;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

.parceiro-text-field-2::placeholder {
  color: #9c9c9c;
}

.div-block-353 {
  border: 1px dashed var(--border);
  border-radius: 5px;
  padding: 15px;
}

.div-block-353._2 {
  background-color: #c9d7f04f;
}

.form-field-label-9 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-9.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.form-field-label-10 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-10.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.text-block-237 {
  margin-bottom: 25px;
  font-weight: 500;
}

.carga-txt {
  color: #22223378;
  border: 1px dashed #1a8521;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 3px;
  padding: 6px;
  font-size: 17px;
  line-height: 120%;
}

.carga-txt::placeholder {
  color: #9c9c9c;
}

.grid-77 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.div-block-352 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px;
}

.text-block-238 {
  margin-bottom: 25px;
  font-weight: 500;
}

.form-field-label-11 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-11.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.form-field-label-12 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-12.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.parceiro-info-seperator-2 {
  margin-bottom: 30px;
  position: relative;
}

.form-field-label-13 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-13.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.text-block-211 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

.text-block-239 {
  font-size: 16px;
}

.button-5 {
  text-align: center;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-5:hover {
  background-color: #1a5785;
}

.button-5._4 {
  background-color: #97acd3;
}

.button-5._4:hover {
  background-color: #00496f;
}

.div-block-209 {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

.text-block-240 {
  font-size: 11px;
  font-style: italic;
}

.text-block-241 {
  color: #3eac32;
  text-align: center;
  font-size: 16px;
}

.form-5 {
  flex-flow: column;
  display: flex;
}

.div-block-207 {
  flex: 1;
  align-items: center;
  display: flex;
}

.div-block-208 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-block-242 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

.form-block-6 {
  border-bottom: 1px dashed var(--border);
  padding-bottom: 15px;
}

.parceiro-text-field-3 {
  color: #22223378;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

.parceiro-text-field-3::placeholder {
  color: #9c9c9c;
}

.text-block-243 {
  margin-bottom: 25px;
  font-weight: 500;
}

.div-block-369 {
  background-color: #c9d7f091;
  background-image: url('../images/images__3_-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 5px;
  min-height: 250px;
  margin-bottom: 25px;
}

.div-block-359 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.div-block-359._800 {
  border-color: var(--border);
}

.button-6 {
  text-align: center;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-6:hover {
  background-color: #384dec;
}

.button-6.bx {
  background-color: var(--main);
}

.section-8 {
  min-height: 700px;
  padding: 55px 50px 200px;
}

.div-block-360 {
  border: 1px dashed var(--border);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 15px;
}

.heading-11.box {
  font-size: 29px;
  font-weight: 400;
  line-height: 33px;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

.div-block-358 {
  padding-top: 35px;
}

.div-block-370 {
  flex: 1;
  width: 60%;
  display: flex;
}

.contain-confirm {
  width: 60%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-228 {
  margin-bottom: 35px;
  font-size: 19px;
  font-weight: 500;
}

.div-block-371 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.div-block-361 {
  padding-left: 0;
}

.parceiro-info-seperator-3 {
  margin-bottom: 30px;
  position: relative;
}

.form-field-label-14 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-14.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.div-block-370-copy {
  flex: 1;
  width: 60%;
  display: flex;
}

.grid-80 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-372 {
  padding-top: 50px;
}

.div-block-373 {
  background-color: var(--border);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 24px;
}

.grid-81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.tabs {
  margin-top: 3%;
}

.svg, .svg-2 {
  width: 25px;
}

.div-block-374 {
  position: absolute;
  inset: 0%;
}

.text-block-244 {
  color: var(--white);
}

.div-block-375 {
  border-top: 1px solid var(--light-steel-blue);
  margin-top: 40px;
  overflow: visible;
}

.svg-3 {
  width: 25px;
}

.div-block-376 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-377 {
  width: 50%;
}

.div-block-378 {
  z-index: 99;
  position: fixed;
}

.checkbox-4 {
  width: 18px;
  height: 18px;
}

.checkbox-field-5 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  display: flex;
}

.text-block-245 {
  color: var(--midnight-blue);
  font-weight: 400;
  text-decoration: underline;
}

.grid-82 {
  grid-template-rows: auto;
}

.elementos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.elementos._1 {
  border-top: 1px dashed #c4c4c4;
  padding-top: 40px;
}

.div-block-381 {
  margin-top: 60px;
  position: relative;
}

.div-block-382 {
  margin-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.table_caption {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.table_cell {
  padding: 15px 15px 15px 3px;
  font-size: 12px;
  font-weight: 300;
}

.table_cell._1 {
  color: var(--white);
  background-color: #1e579c;
}

.table_row {
  padding-top: 10px;
}

.table_row._1 {
  border-bottom: 1px solid #e1e1e1;
  font-size: 15px;
}

.table_row._1:hover {
  background-color: #f8f7f7;
}

.table_header {
  padding: 10px 15px 10px 3px;
  font-size: 14px;
  font-weight: 400;
}

.table_header._1 {
  color: var(--white);
  background-color: #1e579c;
}

.table_head {
  background-color: #5cd1ff36;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
}

.table_component {
  width: 100%;
}

.text-block-246 {
  font-weight: 500;
}

.div-block-384 {
  margin-bottom: 20px;
}

.form-6 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  display: flex;
}

.form-6._2 {
  align-items: center;
}

.button-7 {
  background-color: #1e579c;
  border-radius: 5px;
  padding: 16px 20px;
}

.svg-5 {
  width: 24px;
}

.button-8 {
  color: var(--slate-grey);
  background-color: #fff;
}

.modal-comentario {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-background {
  background-color: #06060633;
  width: 100%;
  height: 100%;
}

.modal-container {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 35rem;
  position: absolute;
  inset: 0%;
}

.div-block-386 {
  justify-content: center;
  display: flex;
}

.div-block-387 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-247 {
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px;
}

.div-block-388 {
  color: var(--white);
  justify-content: center;
  width: 20%;
  margin-top: 20px;
  display: flex;
}

.div-block-389 {
  justify-content: center;
  display: flex;
}

.div-block-390 {
  padding-bottom: 50px;
}

.body-page-pdf {
  background-color: #ffffff30;
}

.div-block-391 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 5px;
  display: flex;
}

.image-2 {
  object-fit: contain;
}

.div-block-392 {
  width: 100px;
}

.div-block-393 {
  border-left: 1px solid #c9d7f03d;
  position: absolute;
  inset: auto 0% 0% auto;
}

.uploaded-image-resolution-2 {
  color: #667999;
  font-size: 14px;
}

.form-field-wrapper-3 {
  margin-bottom: 24px;
  position: relative;
}

.div-block-394 {
  flex: 1;
}

.container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.select-field-3 {
  color: #000;
  background-color: #ffffff8c;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.seta-para-tras-2 {
  color: #091426;
  text-decoration: none;
}

.text-block-249 {
  font-size: 25px;
}

.create-div-2 {
  height: auto;
  display: block;
}

.create-div-2._1 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.uploaded-photo-content-2 {
  background-color: #f8f8f8;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.form-field-lable-2 {
  color: #091426;
  height: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  overflow: hidden;
}

.uploaded-photo-div-2 {
  border-right: 1px solid #c9d7f0;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.criar-content-wrapper-2 {
  max-width: 600px;
  height: auto;
  position: relative;
}

.criar-content-wrapper-2.form {
  background-color: #c9d7f00d;
  border: 1px solid #c9d7f0b3;
  border-radius: 12px;
  max-width: none;
  margin-bottom: 20px;
  padding: 40px;
}

.criar-content-wrapper-2.form.white {
  background-color: #fff;
}

.photo-upload-input-field-2 {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px dashed #c9d7f0;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field-2:hover {
  background-color: #fff;
}

.photo-upload-input-field-2:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field-2::placeholder {
  color: #9c9c9c;
}

.content-3 {
  min-height: 100%;
  padding-bottom: 88px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
}

.form-section-2 {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-section-2.tighter {
  padding-bottom: 0;
}

.action-button-2 {
  color: #667999;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s, color .1s, border-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-button-2:hover {
  color: #fff;
  background-color: #1b4d91;
  border-color: #1b4d91;
}

.form-text-field-3 {
  color: #091426;
  letter-spacing: -.3px;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s;
}

.form-text-field-3:hover {
  border-color: #667999;
}

.form-text-field-3:focus {
  border-color: #1b4d91;
}

.form-text-field-3::placeholder {
  color: #667999;
  font-size: 14px;
  font-weight: 400;
}

.form-text-field-3.whitex {
  color: #091426;
  background-color: #fff;
}

.form-text-field-3.whitex._1 {
  background-color: #ffffff8c;
  padding-left: 10px;
  padding-right: 10px;
}

.form-text-field-3.whitex._1.bg {
  width: 75%;
}

.form-text-field-3.whitex._1.bg1 {
  width: 100%;
}

.text-block-250 {
  margin-top: 3px;
  font-family: Dexa contas font, sans-serif;
  font-size: 28px;
}

.div-block-395 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.div-block-396 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-397 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-5 {
  border: 1px solid #c9d7f0b3;
  width: 20px;
  height: 20px;
}

.checkbox-field-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.div-block-398 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-251 {
  font-size: 24px;
}

.div-block-399 {
  height: 50px;
  line-height: 50px;
}

.div-block-399._0 {
  margin-top: 20px;
}

.tabs-2 {
  margin-top: 40px;
}

.div-block-444 {
  padding-top: 0;
  position: relative;
}

.div-block-445 {
  background-color: #fff;
  border-right: 1px solid #c9d7f0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: none;
  width: 320px;
  height: auto;
  padding: 60px 35px 30px 50px;
}

.text-block-252 {
  text-align: center;
  width: 100%;
  padding-left: 10px;
}

.text-block-252.no-b {
  font-weight: 400;
}

.tab {
  color: var(--midnight-blue-2);
  background-color: #c9d7f0b0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 20px;
  transition: all .37s;
  display: flex;
}

.tab:hover {
  background-color: #c9d7f0c4;
}

.tab.w--current {
  color: #fff;
  background-color: #2e6bcc;
}

.tab._2 {
  margin-bottom: 0;
  margin-right: 10px;
  transition: all .37s;
}

.tab.out {
  border: 1px solid var(--border);
  background-color: var(--border);
  color: var(--midnight-blue);
  justify-content: center;
  width: 120px;
  height: 50px;
  margin-right: 10px;
  padding: 10px 20px;
  font-weight: 500;
}

.tab.out.w--current {
  border-width: 1px;
  border-color: var(--main);
  background-color: var(--main);
  color: var(--bg);
  font-weight: 500;
}

.text-block-253 {
  text-align: center;
  background-color: #eef1f7;
  border-bottom: 1px solid #c9d7f0;
  border-right: 1px solid #c9d7f0;
  flex: none;
  width: 200px;
}

.tabs-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-254 {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-255 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 100%;
}

.text-block-256 {
  color: #7c7c7c;
  font-size: 19px;
}

.div-block-446 {
  margin-bottom: 35px;
}

.div-block-447 {
  border-bottom: 1px solid #c9d7f0;
  flex: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: flex;
}

.div-block-447._12 {
  height: 30px;
  line-height: 30px;
}

.div-block-447.red {
  color: #d13232;
}

.div-block-447.verde {
  color: #1a8521;
  border-bottom-color: #c9d7f0;
}

.div-block-448 {
  padding-left: 20px;
  line-height: 30px;
}

.div-block-449 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 105px;
  padding: 14px 20px;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.section-data-2 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.grid-83 {
  grid-template-rows: auto;
}

.div-block-450 {
  border-bottom: 1px #e5e5e5;
  height: 60px;
  line-height: 60px;
  display: flex;
}

.div-block-451 {
  display: flex;
}

.div-block-451._7 {
  flex-flow: column;
}

.div-block-452 {
  padding-top: 0;
}

.text-block-257 {
  color: #333333b5;
  font-size: 15px;
}

.grid-48 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.grid-48._4 {
  margin-top: 25px;
}

.div-block-453 {
  border-bottom: 1px #e5e5e5;
  display: flex;
}

.div-block-453._20 {
  margin-top: 20px;
}

.div-block-454 {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 1;
  padding: 0 30px 0 0;
  overflow: auto;
}

.div-block-455 {
  padding-top: 25px;
}

.div-block-456 {
  background-color: #d6dde92e;
  border: 1px dashed #c9d7f0c7;
  border-radius: 5px;
  padding: 24px 10px;
}

.div-block-457 {
  width: 100px;
  height: 100%;
  padding-right: 10px;
  display: flex;
}

.div-block-457._1 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: auto;
}

.div-block-458 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-459 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch start;
  display: grid;
}

.div-block-459._1 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: space-between;
  display: flex;
}

.div-block-459._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-258 {
  color: var(--slate-grey);
  padding-right: 10px;
  font-size: 13px;
}

.div-block-460 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.text-block-259 {
  font-size: 13px;
}

.modalr {
  z-index: 1001;
  background-color: #fff;
  border: 1px solid #d7e1f4;
  border-radius: 6px;
  flex-flow: column;
  max-width: 670px;
  height: 100vh;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 20px;
  transition: all .25s;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(300%);
  box-shadow: 0 2px 5px #00000030;
}

.modalr._2 {
  transform: translate(100%);
}

.modalr._3 {
  transition-duration: 10ms;
  transform: translate(100%);
}

.modalr.alternado, .modalr.rotativo, .modalr.fixo {
  display: flex;
}

.tab-pane-tab-3 {
  height: 1000px;
}

.modal-close {
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-top: 10px;
  transition: all .38s;
}

.div-block-463 {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-end;
  padding-bottom: 10px;
  display: flex;
}

.tab-pane-tab-4, .tab-pane-tab-5 {
  height: 1000px;
}

.div-block-464 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.criar-regime {
  z-index: 1001;
  flex-flow: wrap;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-465 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.form-field-wrapper-4 {
  margin-bottom: 24px;
  position: relative;
}

.checkbox-field-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field-7._500 {
  margin-bottom: 15px;
}

.checkbox-label-5 {
  margin-bottom: 0;
}

.form-field-wrapper-5 {
  margin-bottom: 24px;
  position: relative;
}

.form-text-field-4 {
  color: #091426;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s;
}

.form-text-field-4:hover {
  border-color: #667999;
}

.form-text-field-4:focus {
  border-color: #1b4d91;
}

.form-text-field-4::placeholder {
  color: #667999;
  font-size: 14px;
  font-weight: 400;
}

.div-block-466 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.grid-84 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.div-block-467 {
  background-color: #c9d7f078;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.text-block-260 {
  color: #171f3685;
  width: 80%;
  line-height: 110%;
  overflow: hidden;
}

.form-field-wrapper-6 {
  margin-bottom: 24px;
  position: relative;
}

.form-text-field-5 {
  color: #091426;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .1s;
}

.form-text-field-5:hover {
  border-color: #667999;
}

.form-text-field-5:focus {
  border-color: #1b4d91;
}

.form-text-field-5::placeholder {
  color: #667999;
  font-size: 14px;
  font-weight: 400;
}

.div-block-468 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.grid-85 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.div-block-469 {
  background-color: #c9d7f078;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.text-block-261 {
  color: #171f3685;
  width: 80%;
  line-height: 110%;
  overflow: hidden;
}

.form-field-wrapper-7, .form-field-wrapper-8, .form-field-wrapper-9 {
  margin-bottom: 24px;
  position: relative;
}

.div-block-470 {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.grid-86 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
}

.div-block-471 {
  background-color: #c9d7f078;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.text-block-262 {
  color: #171f3685;
  width: 80%;
  line-height: 110%;
  overflow: hidden;
}

.editar-fixo, .editar-rotativo, .editar-alternado {
  margin-bottom: 40px;
}

.div-block-472 {
  justify-content: space-between;
  display: flex;
}

.link-11 {
  color: var(--main);
}

.text-span {
  font-size: 20px;
}

.regime-rotativo1 {
  z-index: 1001;
  background-color: #fff;
  flex-flow: column;
  max-width: 650px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px #0003;
}

.regime-alternado1 {
  z-index: 1001;
  background-color: #fff;
  flex-flow: column;
  max-width: 650px;
  height: 100vh;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
  box-shadow: 0 2px 5px #00000030;
}

.botao-regime {
  background-color: var(--text);
  text-align: center;
  border-radius: 5px;
  height: 50px;
  margin-right: 10px;
  padding: 15px 15px 10px;
}

.marcar-falta, .adicionar-regime {
  z-index: 999;
  background-color: #494848a1;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-473 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.open-modal {
  color: var(--white);
  background-color: #012f7eed;
  border-radius: 5px;
  height: 50px;
  padding: 15px 20px;
}

.open-modal:hover {
  background-color: #012f7efc;
}

.btn-controle {
  width: 25px;
}

.div-block-474 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  display: flex;
}

.calendario {
  margin-top: 40px;
}

.top-calendario {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60px;
  margin-top: 0;
  margin-bottom: 30px;
  display: grid;
}

.ano {
  align-items: center;
  display: flex;
}

.navegacao {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-end;
  display: flex;
}

.calendar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header {
  text-align: center;
  background-color: #fff;
  border: 1px solid #c9d7f04f;
  min-height: 80px;
  padding-top: 20px;
}

.dia-semana {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 700;
}

.text-block-263 {
  color: var(--slate-grey);
  font-size: 25px;
  font-weight: 400;
}

.svg-6 {
  width: 20px;
  margin-top: 2px;
}

.button-9 {
  color: var(--text);
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  width: auto;
  height: 35px;
  transition: all .37s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-9:hover {
  color: var(--main);
  font-weight: 500;
}

.button-10 {
  color: var(--text);
  background-color: #fff;
  border-radius: 5px;
  flex-flow: row-reverse wrap-reverse;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 35px;
  transition: all .37s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-10:hover {
  color: var(--main);
  font-weight: 500;
}

.proximos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-271 {
  color: #091426;
  font-weight: 400;
  position: static;
}

.text-block-271.bold {
  font-weight: 600;
}

.utilizador-img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.div-block-501 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-501._1 {
  margin-bottom: 15px;
}

.text-block-272 {
  color: #667999;
}

.colaborador {
  background-color: #fff;
  border: 1px solid #c9d7f0b3;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  transition: all .37s;
  display: flex;
}

.colaborador:hover {
  box-shadow: 0 2px 5px #0000001a;
}

.table-cell-text-2 {
  flex: 1;
  padding-top: 1px;
  padding-bottom: 1px;
  transition: all .37s;
  position: relative;
  top: 1px;
}

.table-cell-text-2._1 {
  color: #1b4d91;
}

.div-block-502 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.button-11 {
  background-color: #1b4d91;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.modal-feria {
  z-index: 1000;
  background-color: #5853538c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-503 {
  width: 600px;
}

.button-12 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.svg-7 {
  width: 20px;
}

.div-block-504 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.regime-fixo, .regime-rotativo {
  z-index: 1001;
  background-color: #fff;
  border: 1px solid #d7e1f4;
  border-radius: 6px;
  flex-flow: column;
  max-width: 650px;
  padding-left: 40px;
  padding-right: 20px;
  transition: all .25s;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  transform: translate(300%);
  box-shadow: 0 2px 5px #00000030;
}

.tab-menu {
  border-radius: 5px;
  margin-top: 40px;
  display: flex;
}

.div-block-505 {
  margin-top: 20px;
}

.svg-8 {
  width: 30px;
}

.div-block-506 {
  display: flex;
}

@media screen and (max-width: 991px) {
  .html-embed {
    display: none;
  }

  .mother-div {
    padding-top: 40px;
    display: block;
  }

  .mother-div._1 {
    padding-top: 0;
  }

  .mother-div.dash {
    padding-top: 20px;
  }

  .container._1 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .button {
    height: 50px;
    padding-top: 17px;
  }

  .button.with-right-icon {
    padding-right: 74px;
  }

  .button.main {
    justify-content: center;
    align-items: stretch;
    margin-top: 12px;
  }

  .button.main.mobile {
    justify-content: center;
    display: flex;
  }

  .button.with-left-icon.main {
    align-items: center;
    padding-top: 0;
  }

  .button.main {
    justify-content: center;
    align-items: stretch;
  }

  .right-icon-wrapper.left-border.line-color {
    border-left-color: var(--light-steel-blue);
  }

  .main-font-icon.bigger-icon {
    font-size: 22px;
    transform: scale(1.5)translate(0);
  }

  .icon, .icon.form-field-dropdown {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .icon.button-dropdown {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .icon.add-stuff-icon {
    height: 50px;
    padding-top: 13px;
  }

  .icon.hamberg-menu {
    color: var(--white);
    width: 50px;
    height: 50px;
    padding-top: 15px;
    padding-left: 13px;
  }

  .icon.back {
    color: var(--white);
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
    font-size: 24px;
  }

  .icon.modal-button {
    min-width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .icon.quick-action {
    min-width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .button-link {
    right: 50px;
  }

  .button-link.full {
    display: block;
    inset: 0%;
  }

  .left-icon-wrapper {
    top: 0;
  }

  .left-icon-wrapper.mobile-up {
    top: -17px;
  }

  .form-field-lable.show-on-mobile {
    display: none;
  }

  .form-field-wrapper {
    margin-bottom: 10px;
  }

  .form-field-wrapper.wrap-search._10 {
    max-width: 100%;
  }

  .form-text-field {
    border-color: var(--light-steel-blue-3);
    height: 50px;
  }

  .form-text-field.dropdown-field {
    padding-right: 62px;
  }

  .grid._4-column {
    grid-template-columns: 1fr 1fr;
  }

  .flyout-menu-wrapper.profile-flyout {
    position: absolute;
    inset: 84px 0% auto auto;
  }

  ._3-buttons-wrapper._16 {
    align-items: center;
  }

  ._3-buttons-wrapper.add {
    z-index: 50;
  }

  .action-button.prev-nxt {
    border-color: var(--mobile-border);
  }

  .action-button.cncel {
    position: relative;
  }

  .form-filter-wrapper._24 {
    max-width: none;
  }

  .form-search-field {
    border-color: var(--light-steel-blue);
  }

  .table-row {
    border-top-color: var(--mobile-border);
  }

  .table-row.invoice-item {
    background-color: #fff;
    border-top-style: none;
    border-radius: 4px;
    height: auto;
    margin-bottom: 12px;
  }

  .table-row.cell-label-wrapper {
    border-top-color: var(--mobile-border);
  }

  .table-row.cell-label-wrapper.invoice-items-lable._2 {
    display: none;
  }

  .table-row-action-button-wrapper {
    width: auto;
    padding-right: 8px;
  }

  .table-checkbox {
    border-color: var(--mobile-border);
  }

  .table-checkbox-wrapper {
    width: 40px;
  }

  .table-row-content.in-items {
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-cell._15.contactos {
    display: none;
  }

  .table-cell.ot {
    width: 32%;
  }

  .table-image-wrapper {
    display: block;
  }

  .img.is--contain {
    display: inline-block;
  }

  .img.mobile-logo-img {
    width: 150px;
  }

  .table {
    border-color: var(--mobile-border);
  }

  .filter-date-status-wrapper.centered._5 {
    width: 60%;
  }

  .table-pagination-wrapper {
    border-top-color: var(--mobile-border);
  }

  .select-page-button {
    border-color: var(--mobile-border);
  }

  .items-table {
    border-style: none;
  }

  .item-number {
    border-right-style: none;
    display: none;
  }

  .item-table-cell._15.contactos {
    display: none;
  }

  .item-table-cell._15.qtd {
    border-right-style: none;
    align-items: center;
  }

  .item-table-cell._15.prc-unit, .item-table-cell._15.total-item {
    justify-content: flex-start;
    width: 100%;
  }

  .item-table-cell._30 {
    width: 100%;
  }

  .item-text-field.with-currency {
    border-right-style: none;
  }

  .cell-label._15.contactos {
    display: none;
  }

  .cell-label.ot {
    width: 35%;
  }

  .table-utility-row {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-main-button-wrapper {
    margin-top: -15px;
  }

  .kpi-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .kpi {
    border-color: var(--mobile-border);
  }

  .kpi-dropdown-wrap {
    width: auto;
    padding-right: 0;
  }

  .invoice-details-wrapper {
    flex-direction: column;
    display: flex;
  }

  .invoice-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px dashed var(--border);
    margin-top: -8px;
    padding-top: 40px;
  }

  .invoice--client-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .item-button-wrapper {
    display: none;
  }

  .item-button-wrapper.item {
    display: inline-block;
  }

  .summery-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .summery {
    width: auto;
  }

  .img-wrapper.utilizador-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .table-3-dot-wrapper {
    width: auto;
    padding-right: 8px;
    display: none;
  }

  .table-tab-link {
    line-height: 60px;
  }

  .table-tab-link.w--current {
    font-weight: 600;
  }

  .short-page-content.contas {
    grid-template-columns: 1fr 1fr;
  }

  .page-content-wrapper {
    padding-top: 60px;
    padding-left: 0;
  }

  .page-content-wrapper.criar {
    padding-top: 60px;
  }

  .page-content-wrapper._1 {
    padding-top: 0;
  }

  .top-nav {
    display: none;
  }

  .top-nav._1 {
    display: block;
  }

  .content._90 {
    padding-top: 40px;
  }

  .content._2 {
    padding-top: 35px;
  }

  .content._50 {
    padding-top: 80px;
  }

  .sidebar-menu-wrapper {
    z-index: 150;
    background-color: var(--text);
    width: 250px;
    height: 100vh;
    margin-top: 0;
    padding-top: 104px;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-item-2, .menu-item-2.bottom {
    flex: none;
  }

  .sidenav {
    display: none;
  }

  .icon-wrapper-2.close-x {
    font-size: 2.1em;
  }

  .round-photo-thumbnail {
    cursor: pointer;
    width: 32px;
    height: 32px;
  }

  .criar-content-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .contain {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    margin-bottom: 25px;
  }

  .div-block-8 {
    display: none;
  }

  .div-block-10, .div-block-11 {
    width: 100%;
  }

  .v-i {
    width: 38%;
  }

  .text-block-97 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
  }

  .inc {
    width: 33%;
  }

  .div-block-4-copy {
    background-color: #0f142d;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-sium-copy {
    color: #fff;
  }

  .inc-copy {
    width: 50%;
  }

  .div-block-91-copy {
    margin-bottom: 15px;
  }

  .text-block-102-copy {
    font-weight: 700;
  }

  .div-block-91 {
    margin-bottom: 10px;
  }

  .nome-do-suma {
    width: 45%;
  }

  .tx, .nova-div {
    width: 12%;
  }

  .div-block-88 {
    border-top: 1px solid #d0d3dd;
    border-bottom: 1px solid #d0d3dd;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .info-despesa-wrapper {
    color: #000;
    background-color: #dedede;
    line-height: 20px;
  }

  .text-sium {
    color: #000;
  }

  .div-block-87 {
    margin-top: 5px;
  }

  .d-preco {
    width: 16%;
  }

  .div-block-92 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .ttx {
    width: 12%;
  }

  .inc-200 {
    width: 33%;
  }

  .text-block-102 {
    font-size: 10px;
    font-weight: 700;
  }

  .text-block-100-copy {
    font-size: 13px;
  }

  .div-block-90 {
    text-align: right;
  }

  .text-block-99 {
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-106 {
    font-size: 11px;
  }

  .text-block-98 {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 13px;
  }

  .valor-imp {
    width: 33%;
  }

  .text-block-101 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .radio-button-label {
    margin-bottom: 25px;
  }

  .div-block-93 {
    border-bottom: 1px dashed var(--border);
    width: 100%;
    padding-bottom: 40px;
  }

  .linhas {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .motivos {
    font-weight: 700;
  }

  .div-block-91-copy-copy {
    margin-bottom: 10px;
  }

  .text-block-111 {
    font-size: 11px;
  }

  .text-block-102-copy-2 {
    font-weight: 700;
  }

  .text-block-100 {
    font-size: 16px;
  }

  ._450 {
    margin-bottom: 10px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .login-cta-text {
    font-size: 1.4em;
  }

  .field-lable {
    margin-bottom: .5em;
  }

  .auth-bg {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .form-content {
    border-radius: 0;
  }

  .back-button {
    width: 4.5em;
    height: 4.5em;
    top: 1.2em;
    left: 1.5em;
  }

  .navigation.white {
    padding-left: 6.9em;
  }

  .container-2.pagamentos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: 60em;
  }

  .container-2.pagamentos._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .pages-h1 {
    font-size: 1.6em;
  }

  .content-2 {
    padding-bottom: 3em;
  }

  .content-2.pages._3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .edit-profile-button {
    height: 3.4em;
    font-size: 1.3em;
  }

  .submit-button-2 {
    font-size: 1.4em;
  }

  .div-block-99 {
    width: auto;
  }

  .div-block-99._1._3 {
    width: 65%;
  }

  ._40 {
    width: 100%;
  }

  .client-details-wrapper {
    margin-top: 24px;
  }

  .plus-minus-wrap {
    justify-content: flex-end;
  }

  .text-field-inner-wrapper {
    border: 1px solid var(--border);
    border-radius: 4px;
    width: 100%;
  }

  .mobile-nav {
    z-index: 500;
    display: block;
    position: relative;
  }

  .shadow {
    height: 80px;
  }

  .nav-wrapper {
    z-index: 80;
    background-color: var(--midnight-blue-2);
    justify-content: flex-end;
    height: 80px;
    padding-left: 40px;
    padding-right: 33px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .not-valid {
    display: none;
  }

  .body {
    font-size: 11px;
  }

  .item-cells-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }

  .items-table-btn-wrapper {
    display: block;
  }

  .add-item-mobile.prev-nxt {
    border-color: var(--mobile-border);
  }

  .menu-logo-cover {
    z-index: 151;
    background-color: var(--text);
    width: 250px;
    height: 80px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .mobile-logo {
    z-index: 152;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
    position: fixed;
    inset: 0% auto auto 40px;
  }

  .menu-buttons-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: end;
    justify-items: end;
    display: grid;
  }

  .profile-menu-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-trigger {
    justify-content: center;
    align-items: center;
    width: 50px;
    display: flex;
  }

  .criar-page-mobile-menu {
    z-index: 105;
    background-color: var(--midnight-blue-2);
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .back-button-wrapper {
    align-items: center;
    width: 50px;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 24px;
  }

  .criar-page-title {
    color: var(--white);
    letter-spacing: -.6px;
    font-size: 24px;
    font-weight: 500;
  }

  .ki {
    border-right-style: none;
    height: 42px;
    margin-bottom: 8px;
  }

  .select-field-copy {
    border-style: solid;
    border-color: var(--border);
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .item-posto {
    border-bottom: 1px dashed var(--border);
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-102 {
    width: 90%;
    padding-top: 5px;
  }

  .div-block-103 {
    width: 10%;
  }

  .text-block-117 {
    margin-bottom: 10px;
  }

  .div-block-104 {
    justify-content: flex-end;
  }

  .div-block-105 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .create-div {
    margin-top: 20px;
    display: block;
    position: static;
  }

  .div-block-106 {
    float: none;
    justify-content: center;
    width: 200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .radio-button-field {
    margin-bottom: 25px;
  }

  .div-block-107 {
    justify-content: space-between;
    margin-bottom: 25px;
    display: flex;
  }

  .div-block-107._2 {
    margin-top: 40px;
  }

  .heading-3 {
    align-items: center;
    font-size: 37px;
    line-height: 100%;
    display: flex;
  }

  .heading-3.nome-d {
    width: 200px;
  }

  .modal {
    padding: 24px;
  }

  .modal-icon {
    top: 24px;
    left: 24px;
  }

  .close-modal {
    top: 24px;
    right: 24px;
  }

  .modal-cta-wrapper {
    margin-top: 24px;
  }

  .link-2 {
    display: none;
  }

  .div-block-108 {
    width: 100%;
  }

  .dropdown-2 {
    z-index: 10;
  }

  .text-block-120 {
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 13px;
  }

  .div-block-110 {
    text-align: right;
  }

  .div-block-111 {
    border-top: 1px solid #d0d3dd;
    border-bottom: 1px solid #d0d3dd;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .div-block-113 {
    margin-top: 5px;
  }

  .text-block-121 {
    font-size: 11px;
  }

  .div-block-114 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-block-122 {
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-123 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-124 {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .div-block-115 {
    margin-bottom: 10px;
  }

  .text-block-125 {
    font-size: 10px;
    font-weight: 700;
  }

  .fiinika-nav-main {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 140px;
    height: 70px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    height: 60px;
  }

  .dropdown-list-3.w--open {
    box-shadow: none;
  }

  .link-inside-dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    height: 70px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
  }

  .nav-menu {
    border-left: 1px solid var(--border);
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
    height: 100%;
    min-height: 100vh;
    margin-top: 74px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 10px;
    display: flex;
    top: 0%;
    bottom: 0%;
  }

  .dash-main-content {
    flex-flow: column;
  }

  .div-block-116 {
    width: 100%;
  }

  .div-block-117 {
    width: 100%;
    padding-top: 25px;
    padding-left: 0;
  }

  .text-block-127 {
    font-size: 17px;
  }

  .text-block-128 {
    font-size: 32px;
  }

  .top-section-navigation {
    margin-top: 25px;
  }

  .bot-o-ou-menu {
    display: flex;
  }

  .text-block-130 {
    text-align: left;
  }

  .div-block-119 {
    margin-top: 25px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .tab-lk {
    width: auto;
    padding-right: 8px;
  }

  .separador {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .button-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-comentar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-121 {
    width: 90%;
  }

  .criar-content-wrapper-copy {
    width: 100%;
    max-width: 100%;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  ._800 {
    padding-top: 0;
  }

  .status-line {
    top: -25px;
  }

  .div-block-160 {
    flex-flow: column;
  }

  .div-block-161 {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-162 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .propostas-wrapper {
    padding-top: 50px;
  }

  .div-block-164 {
    padding: 30px 25px;
  }

  .product-wrap {
    flex-flow: column;
  }

  .checkbox-3 {
    width: 20px;
    height: 20px;
  }

  .div-block-166 {
    width: 80px;
    height: 80px;
  }

  .product-price-quantity-and-other {
    padding-top: 25px;
    padding-left: 0;
  }

  .grid-16 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-18 {
    grid-template-columns: 1fr;
  }

  .div-block-245 {
    flex-flow: column;
  }

  .div-block-246 {
    padding-right: 0;
  }

  .div-block-247 {
    padding-top: 35px;
    padding-left: 0;
  }

  .link-block-5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 10px;
    display: flex;
  }

  .link-block-5.w--current {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .grid-21 {
    grid-template-columns: 1fr;
  }

  .checkbox-label-3 {
    font-size: 13px;
  }

  .dash-main-content-2 {
    flex-flow: column;
  }

  .kpi-2 {
    border-color: #9ca8bd;
  }

  .div-block-359._800 {
    padding-top: 50px;
  }

  .section-8 {
    padding: 50px 0;
  }

  .heading-11 {
    font-size: 2rem;
  }

  .contain-confirm {
    width: 100%;
  }

  .elementos {
    grid-template-columns: 2fr;
  }

  .div-block-382 {
    margin-top: 100px;
  }

  .create-div-2 {
    display: block;
  }

  .criar-content-wrapper-2 {
    width: 100%;
    max-width: 100%;
  }

  .form-text-field-3 {
    border-color: #c9d7f0b3;
    height: 50px;
  }

  .form-text-field-3.whitex._1.bg._25 {
    width: 100%;
  }

  .grid-83 {
    grid-template-columns: 1fr;
  }

  .form-text-field-4, .form-text-field-5 {
    border-color: #c9d7f0b3;
    height: 50px;
  }

  .regime-rotativo1 {
    transform: translate(100%);
  }

  .div-block-506 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .flex.btn-design-stm.center {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button.with-right-icon.main {
    justify-content: center;
  }

  .button.with-left-icon.main.centered {
    flex: 1;
    justify-content: center;
  }

  .right-icon-wrapper.inside-item {
    height: 50px;
    top: 26px;
  }

  .main-font-icon.desktop {
    display: none;
  }

  .main-font-icon.mobile {
    display: inline-block;
  }

  .button-text.quick-action-text._0 {
    margin-left: 0;
  }

  .button-text.previous-next-text, .icon {
    display: none;
  }

  .icon.quick-action.cnclr {
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-left: 17px;
    display: flex;
  }

  .icon.paginate-next, .icon.paginate-previous {
    text-align: center;
    min-width: 38px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.plus-minus {
    width: 40px;
    height: 40px;
  }

  .icon.icon-link {
    display: block;
  }

  .icon.back {
    color: var(--white);
  }

  .icon.modal-button {
    height: 48px;
  }

  .icon.modal-button.cnclr {
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    padding-left: 17px;
    display: flex;
  }

  .icon.quick-action {
    height: 48px;
    display: block;
  }

  .form-field-lable.show-on-mobile {
    height: 18px;
    display: none;
  }

  .form-field-wrapper.filters, .form-field-wrapper.wrap-search, .form-field-wrapper.estado {
    flex: none;
  }

  .grid._4-column {
    grid-template-columns: 1fr;
  }

  .flyout-menu-wrapper {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.form-field-flyout {
    z-index: 150;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.general-flyout {
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 0 20px 100vh #00000040;
  }

  .flyout-menu-wrapper.button-flyout-menu {
    width: auto;
    min-height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.category-flyout {
    z-index: 150;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-wrapper.date-flyout {
    z-index: 150;
    position: fixed;
    inset: auto 0% 0%;
    overflow: auto;
  }

  .flyout-menu-wrapper.profile-flyout {
    width: auto;
    min-height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .flyout-menu-content.scroll {
    height: auto;
    min-height: 250px;
    max-height: 70vh;
    padding: 16px 32px;
  }

  .flyout-menu-content.less-padding-copy {
    padding-top: 24px;
  }

  .menu-item.with-radio-button {
    height: 40px;
  }

  .menu-item.add-inside-button {
    justify-content: center;
    padding-left: 0;
  }

  .menu-item._11 {
    padding-left: 8px;
  }

  .menu-item.logout-button {
    justify-content: flex-start;
    padding-left: 0;
  }

  .menu-icon-wrapper {
    position: static;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura {
    margin-left: -32px;
    margin-right: -32px;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura-copy {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._3-buttons-wrapper._16.save {
    display: block;
  }

  ._3-buttons-wrapper.full {
    justify-content: flex-start;
    width: 100%;
  }

  .action-button.plus-minus {
    border-color: var(--mobile-border);
  }

  .action-button.centered {
    flex: 1;
    justify-content: center;
    margin-top: 16px;
  }

  .action-button.centered.txt-btn {
    border-style: none;
  }

  .action-button.modal-button {
    padding-top: 14px;
    font-size: 15px;
  }

  .inside-form-field-lable.form-field-currency {
    height: 40px;
    top: 0;
  }

  .form-filter-wrapper._24 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .table-row {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row._160 {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    height: auto;
  }

  .table-row.invoice-item {
    border-top-style: none;
    flex-direction: column;
    height: auto;
  }

  .table-row.cell-label-wrapper {
    display: none;
  }

  .table-row-action-button-wrapper {
    height: 60px;
  }

  .table-checkbox-wrapper {
    width: 60px;
    height: 60px;
  }

  .table-row-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-row-content.in-items {
    padding-right: 8px;
  }

  .table-cell {
    height: 24px;
  }

  .table-cell._10, .table-cell._15 {
    width: 100%;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell._20 {
    width: 100%;
  }

  .table-cell._20.client-cell {
    flex-direction: column;
    height: auto;
  }

  .table-cell._25 {
    width: 100%;
  }

  .table-cell._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

  .table-cell-text {
    overflow: visible;
  }

  .table-image-wrapper {
    border-radius: 0%;
    width: 60px;
    height: auto;
  }

  .img.mobile-logo-img {
    width: 130px;
  }

  .close-flyout {
    background-color: #0006;
  }

  .table {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-pagination-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pagination-description {
    margin-bottom: 12px;
  }

  .items-table {
    background-color: var(--white);
    border-style: none;
    border-radius: 24px 24px 0 0;
  }

  .item-action {
    justify-content: center;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .item-number {
    border-style: none;
    display: none;
  }

  .item-table-cell {
    margin-bottom: 32px;
  }

  .item-table-cell._10, .item-table-cell._15 {
    width: 100%;
  }

  .item-table-cell._15.qtd {
    border-style: none;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .item-table-cell._15.prc-unit {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 250px;
    margin-bottom: 8px;
    margin-right: 32px;
  }

  .item-table-cell._15.total-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .item-table-cell._20 {
    width: 100%;
  }

  .item-table-cell._20.client-cell {
    flex-direction: column;
    height: auto;
  }

  .item-table-cell._25 {
    width: 100%;
  }

  .item-table-cell._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

  .item-table-cell._30 {
    width: 100%;
    margin-bottom: 8px;
    position: relative;
  }

  .item-text-field {
    height: 50px;
  }

  .item-text-field.category-item {
    border-style: solid;
    border-color: var(--mobile-border);
    border-radius: 4px;
  }

  .item-text-field.with-currency {
    border-style: none;
    border-color: var(--mobile-border);
    border-radius: 4px;
    height: 40px;
  }

  .item-text-field.with-currency.liquido {
    border-style: none;
  }

  .item-text-field.qtd {
    min-width: 50px;
    max-width: 50px;
    height: 44px;
  }

  .cell-label {
    height: 24px;
  }

  .cell-label._10, .cell-label._15, .cell-label._20 {
    width: 100%;
  }

  .cell-label._20.client-cell {
    flex-direction: column;
    height: auto;
  }

  .cell-label._25 {
    width: 100%;
  }

  .cell-label._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

  .filler.paginate-next, .filler.paginate-previous {
    text-align: center;
    min-width: 38px;
    padding-left: 0;
    padding-right: 0;
  }

  .table-utility-row {
    height: auto;
  }

  .kpi-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: -44px;
    margin-right: -44px;
    padding: 0 44px;
    display: flex;
    overflow: hidden;
  }

  .kpi {
    flex: none;
    width: 60%;
    min-width: 270px;
  }

  .kpi-valor {
    font-size: 20px;
  }

  .invoice-details {
    margin-top: 0;
  }

  .add-tufff-button-wrapper.mobile-hidden {
    display: none;
  }

  .invoice--client-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .calendar-picker {
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .submit-button-section {
    flex-direction: column;
  }

  .table-3-dot-wrapper {
    height: 60px;
  }

  .inc {
    width: 33%;
  }

  .text-sium-copy {
    font-size: 10px;
  }

  .inc-copy {
    width: 55%;
  }

  .ref-text-copy {
    font-size: 8px;
  }

  .text-sium {
    font-size: 11px;
  }

  .inc-200 {
    width: 33%;
  }

  .text-block-100-copy {
    font-size: 12px;
  }

  .ref-text {
    font-size: 8px;
  }

  .form-header {
    margin-bottom: 2em;
  }

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .auth-image-overlay, .auth-image-bg {
    display: none;
  }

  .auth-bg {
    background-color: #fff;
    width: auto;
    padding: 50px;
    display: flex;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    padding-left: 0;
  }

  .form-content {
    box-shadow: none;
  }

  .back-button {
    width: 3.8em;
    height: 3.8em;
    top: 1.5em;
  }

  .container-2.pagamentos._2 {
    max-width: 50em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-2 {
    flex: none;
  }

  .edit-profile-button {
    width: 12.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .pay-price-text {
    width: 5em;
  }

  .pay-price-text.price {
    font-size: 2.5em;
  }

  .link-block-3 {
    justify-content: space-between;
    height: 8em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .client-details-wrapper {
    margin-top: 0;
  }

  .plus-minus-wrap {
    height: 50px;
  }

  .text-field-inner-wrapper {
    width: 100%;
  }

  .shadow {
    height: 60px;
  }

  .nav-wrapper {
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .not-valid {
    z-index: 1000;
    background-image: linear-gradient(#091426f0, #091426f0);
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .text-block-116 {
    color: #fff;
  }

  .item-cells-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .items-table-btn-wrapper {
    margin-top: 2px;
  }

  .add-item-mobile.plus-minus {
    border-color: var(--mobile-border);
  }

  .add-item-mobile.centered {
    flex: 1;
    justify-content: center;
    margin-top: 16px;
  }

  .add-item-mobile.centered.txt-btn {
    border-style: none;
  }

  .mobile-logo {
    height: 60px;
    left: 16px;
  }

  .menu-buttons-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .criar-page-mobile-menu {
    height: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .back-button-wrapper {
    left: 0;
  }

  .criar-page-title {
    color: var(--white);
    letter-spacing: -.6px;
    font-size: 22px;
    font-weight: 500;
  }

  .ki, .select-field-copy {
    margin-bottom: 0;
  }

  .modal {
    width: auto;
    max-width: 400px;
    padding: 16px;
  }

  .modal-icon {
    top: 16px;
    left: 16px;
  }

  .close-modal {
    border-color: var(--white);
    background-color: var(--white);
    top: 4px;
    right: 4px;
  }

  .modal-text-wrapper {
    padding-top: 2px;
  }

  .modal-header {
    font-size: 18px;
  }

  .modal-subtext {
    margin-top: 5px;
    font-size: 14px;
  }

  .alerta, .sucesso, .informacao, .erro {
    font-size: 14px;
    overflow: hidden;
  }

  .modal-cta-wrapper {
    margin-top: 16px;
  }

  .criar-mob-invisible {
    display: none;
  }

  .link-2 {
    color: #c9d7f0;
    font-weight: 500;
    display: block;
  }

  .tab-lk {
    height: 60px;
  }

  .status-line {
    top: -26px;
  }

  .material-icons {
    padding-top: 11px;
  }

  .product-wrap {
    flex-flow: column;
  }

  .menu-item-4.with-radio-button {
    height: 40px;
  }

  .flyout-menu-wrapper-3 {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .menu-item-5.with-radio-button {
    height: 40px;
  }

  .flyout-menu-content-3 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .kpi-2 {
    flex: none;
    width: 60%;
    min-width: 270px;
  }

  .div-block-359._800 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-11 {
    font-size: 1.5rem;
  }

  .contain-confirm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-cell-text-2 {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .mother-div.dash {
    padding-top: 0;
  }

  .section, .container._1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.main.dropdown {
    justify-content: flex-start;
    align-items: stretch;
    width: 115px;
    padding-left: 15px;
  }

  .main-font-icon.smaller-icon {
    z-index: 200;
  }

  .main-font-icon._86 {
    top: -3px;
  }

  .button-text.previous-next-text {
    display: none;
  }

  .icon {
    display: block;
  }

  .icon.form-field-dropdown._500._60000 {
    display: none;
  }

  .icon.quick-action {
    color: var(--white);
    text-align: center;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 10px 7px 5px;
    display: flex;
  }

  .icon.quick-action.u {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .icon.quick-action._7 {
    height: 50px;
  }

  .icon.paginate-next, .icon.paginate-previous {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon.button-dropdown {
    display: block;
  }

  .icon.modal-button {
    min-width: auto;
    height: 35px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .icon.quick-action {
    text-align: center;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 10px 7px 5px;
    display: flex;
  }

  .form-field-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .form-field-wrapper.filters {
    margin-bottom: 0;
  }

  .form-field-wrapper.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .form-text-field.table-filter-field.estado {
    padding-right: 52px;
  }

  .form-text-field.whitex {
    margin-bottom: 5px;
  }

  .grid._4-column {
    grid-template-columns: 1fr;
  }

  .flyout-menu-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .flyout-menu-wrapper.produto-flyout {
    width: auto;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .flyout-menu-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .flyout-menu-content.scroll {
    padding: 8px;
  }

  .flyout-menu-content.less-padding-copy {
    padding-top: 12px;
  }

  .menu-item.add-inside-button {
    padding-right: 5px;
  }

  .menu-item.logout-button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura {
    margin-left: -8px;
    margin-right: -8px;
  }

  .cancelar-link-wrapper.e-criar-nova-fatura-copy {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  ._3-buttons-wrapper {
    justify-content: flex-start;
  }

  ._3-buttons-wrapper._0 {
    display: block;
  }

  .action-button {
    margin-bottom: 10px;
  }

  .action-button.delete-item {
    display: none;
  }

  .action-button.blue {
    height: 50px;
    margin-bottom: 0;
  }

  .action-button.centered.txt-btn:hover {
    color: var(--slate-grey);
    background-color: #0000;
  }

  .table-row {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .table-row.invoice-item {
    border-radius: 0;
  }

  .table-row.produtos {
    height: auto;
  }

  .table-row-action-button-wrapper {
    padding-right: 0;
  }

  .table-checkbox-wrapper {
    width: 50px;
  }

  .table-row-content {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content.item-link {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .table-row-content.in-items {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-cell._10 {
    margin-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .table-cell._10.i {
    display: none;
  }

  .table-cell._10._800 {
    height: auto;
  }

  .table-cell._15 {
    height: auto;
    padding-left: 0;
  }

  .table-cell._15.i {
    display: block;
  }

  .table-cell._20 {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .table-cell._20.client-cell.o {
    align-items: flex-start;
    margin-bottom: 8px;
    padding-left: 0;
  }

  .table-cell._20.i {
    display: none;
  }

  .table-cell._25, .table-cell._25.client-cell {
    padding-left: 0;
  }

  .table-cell._25.client-cell.i {
    display: none;
  }

  .table-cell._25.client-cell.namex {
    width: 100%;
  }

  .table-cell._25.i {
    display: none;
  }

  .table-cell.num-1 {
    width: 100%;
    padding-left: 0;
  }

  .table-cell.qtd-stock {
    width: 100%;
    padding-top: 3px;
    padding-left: 0;
  }

  .table-cell-text {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table-cell-text.bold {
    font-weight: 600;
  }

  .table-image-wrapper.no-mobile {
    display: none;
  }

  .table {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
  }

  .filter-date-status-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .filter-date-status-wrapper.centered._5 {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .filter-date-status-wrapper.centered._0 {
    grid-template-columns: 1fr;
  }

  .filter-date-status-wrapper.centered._89 {
    grid-template-columns: 1fr 1fr;
  }

  .items-table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .item-action {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .item-text-field.table-filter-field.estado {
    padding-right: 52px;
  }

  .item-text-field.qtd {
    min-width: 40px;
  }

  .filler.paginate-next, .filler.paginate-previous {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .table-utility-row {
    background-color: #fff;
    border-radius: 4px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .search-field-wrapper {
    width: 100%;
  }

  .kpi-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .kpi {
    min-width: 252px;
    max-width: 270px;
    height: 130px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

  .kpi-valor.currency {
    font-size: 1em;
    line-height: 1;
    display: block;
    top: 0;
  }

  .kpi-dropdown-wrap {
    margin-right: -4px;
  }

  .invoice-details-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .invoice-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-top-style: none;
    flex-direction: column;
    padding-top: 23px;
    display: flex;
  }

  .client-details {
    padding: 16px 16px 11px;
  }

  .text-button {
    bottom: 16px;
    right: 16px;
  }

  .invoice-items {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .item-button-wrapper {
    display: none;
  }

  .item-button-wrapper.item {
    z-index: 100;
    width: 100%;
    position: sticky;
    inset: auto 0% 16px;
  }

  .summery-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .summery {
    padding: 16px;
  }

  .calendar-picker {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .submit-button-section {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .form-section {
    padding-top: 0;
  }

  .table-header {
    font-size: 19px;
  }

  .table-3-dot-wrapper {
    display: none;
  }

  .footer {
    flex-direction: column;
  }

  .table-tab-link {
    width: auto;
    margin-right: 15px;
    padding-bottom: 20px;
    line-height: 1;
    overflow: hidden;
  }

  .user-info-wrapper.produto-wrap {
    max-width: 100%;
    padding-bottom: 0;
  }

  .short-page-content.contas {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }

  .page-header-tab-link {
    font-size: 19px;
  }

  .produto-flex {
    flex-direction: column;
  }

  .categoria-link {
    border-color: var(--light-steel-blue);
    background-color: #fff;
    width: 100%;
  }

  .page-content-wrapper.criar {
    padding-top: 70px;
  }

  .top-nav._1 {
    height: auto;
  }

  .content {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content._1 {
    padding-top: 40px;
  }

  .content._2 {
    padding-top: 44px;
  }

  .content._50 {
    padding-top: 115px;
  }

  .notify-content {
    border-radius: 1.2em 1.2em 0 0;
  }

  .top-nav-content {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .uploaded-photo-wrapper {
    display: none;
  }

  .uploaded-photo-div {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .uploaded-photo-info {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .photo-upload-input-wrapper {
    overflow: hidden;
  }

  .div-block-6 {
    padding: 30px 25px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .tabs-menu.dashboard {
    overflow: visible;
  }

  .div-block-10 {
    padding: 35px 30px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  ._9._5 {
    padding-top: 20px;
  }

  .div-block-11 {
    padding: 20px;
  }

  .logo-brand {
    width: 150px;
  }

  .div-block-93 {
    border-bottom-style: none;
    padding-bottom: 32px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .link-block-2 {
    border-color: var(--light-steel-blue);
    background-color: #fff;
  }

  .pages-h2 {
    max-width: none;
    font-size: 18px;
  }

  .field-lable {
    font-size: 16px;
  }

  .auth-bg {
    align-items: flex-start;
    height: auto;
    min-height: 1000px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .auth-form {
    min-width: 0;
  }

  .submit-button {
    font-size: 15px;
  }

  .restore-password-cta-text {
    font-size: 14px;
  }

  .form-content {
    border-radius: 12px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .back-button {
    left: 1em;
  }

  .logo-3 {
    height: 3.4em;
  }

  .logo-link-2 {
    margin-right: 1em;
  }

  .navigation {
    padding-left: 1em;
  }

  .navigation.white {
    padding-left: 6em;
  }

  .pacote-button-wrapper {
    width: 100%;
  }

  .por-x-mes {
    display: none;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container-2.pagamentos {
    max-width: none;
  }

  .container-2.pagamentos._2 {
    max-width: 35em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-6 {
    grid-column-gap: 0em;
  }

  .content-2 {
    padding-top: 7em;
  }

  .content-2.pages {
    min-height: 86vh;
    padding-bottom: 5.5em;
  }

  .content-2.pages._3 {
    padding: 7em 0 10em;
  }

  .edit-profile-button {
    width: 100%;
  }

  .pay-price-text {
    text-align: center;
    font-size: 1.6em;
  }

  .pay-price-text.price {
    font-size: 2.3em;
  }

  .link-block-3 {
    grid-row-gap: 3em;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    padding: 3em 1em 1em;
    display: grid;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .instruction {
    font-size: 1.2em;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .pagamento-field-lable {
    color: #040f20;
  }

  .validar-wrap {
    border: 2px dashed #4daa57;
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .submit-button-2.validar {
    z-index: 10;
    border-radius: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .ano-choose {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
  }

  .div-block-98 {
    padding: 35px;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 100%;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .div-block-99 {
    height: 200px;
  }

  .div-block-99._1._3 {
    width: 250px;
    margin-right: 0;
  }

  .not-valid {
    display: none;
  }

  .add-item-mobile.main-text-button {
    background-color: var(--main);
    color: #fff;
    border-radius: 4px;
    width: 100%;
  }

  .add-item-mobile.main-text-button:hover {
    background-color: var(--main);
  }

  .add-item-mobile.main-text-button.desconto {
    background-color: var(--border);
    color: var(--slate-grey);
    margin-top: 15px;
  }

  .add-item-mobile.centered.txt-btn:hover {
    color: var(--slate-grey);
    background-color: #0000;
  }

  .criar-page-title {
    max-width: 200px;
    overflow: hidden;
  }

  .select-field._100 {
    margin-bottom: 25px;
  }

  .item-posto {
    display: flex;
  }

  .div-block-102 {
    width: 80%;
  }

  .div-block-103 {
    justify-content: center;
    align-items: flex-start;
    width: 20%;
    display: flex;
  }

  .div-block-105 {
    padding-right: 0;
    right: 13px;
  }

  .create-div {
    margin-top: 20px;
    position: static;
  }

  .create-div._200 {
    width: 100%;
  }

  .div-block-107._2 {
    margin-top: 20px;
  }

  .div-block-107._10 {
    margin-bottom: 35px;
  }

  .heading-3 {
    align-items: center;
    font-size: 28px;
    line-height: 100%;
    display: flex;
  }

  .modals-wrapper {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal-header {
    font-size: 16px;
  }

  .modal-trigger-wrapper {
    min-width: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .div-block-108 {
    width: 100%;
  }

  .fiinika-nav-main {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    width: 90%;
    height: 100vh;
    padding-top: 25px;
  }

  .dash-main-content {
    padding-bottom: 50px;
  }

  .div-block-116 {
    height: auto;
    padding-left: 20px;
  }

  .grid-8 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .link-block-4 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .svg-icon {
    color: var(--white);
  }

  .grid-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .text-block-127 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .div-block-118 {
    border-bottom: 1px solid #eeeeee30;
    border-right-style: none;
    border-right-width: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-118._1 {
    border-bottom-style: none;
  }

  .text-block-128 {
    font-size: 26px;
  }

  .top-section-navigation {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .top-section-navigation.v {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .bot-o-ou-menu {
    flex-flow: row;
    padding-left: 10px;
    display: flex;
  }

  .text-block-129._5 {
    margin-top: 0;
  }

  .text-block-130 {
    font-size: 21px;
  }

  .text-block-130.hidden {
    display: none;
  }

  .botao {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .div-block-120 {
    padding: 20px;
  }

  .text-block-133 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .text-block-134 {
    font-size: 25px;
  }

  .tab-lk {
    padding-right: 0;
  }

  .separador {
    padding-top: 10px;
  }

  .grid-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .button-3 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 120%;
  }

  .content-comentar {
    padding-top: 120px;
  }

  .div-block-121 {
    width: 100%;
    padding: 35px;
  }

  .div-block-124 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .subsidios-div, .dedu-es-div {
    padding: 20px;
  }

  .div-block-32._1 {
    width: 100%;
  }

  .dados-1 {
    margin-bottom: 50px;
  }

  .div-block-28._2 {
    flex-flow: column;
    padding: 30px;
  }

  .div-block-28._700 {
    padding: 30px;
  }

  .text-header-colab {
    font-size: 20px;
  }

  .div-block-132 {
    padding-right: 0;
  }

  .text-block-137 {
    font-size: 20px;
  }

  .div-block-134 {
    flex-flow: column;
    margin-bottom: 25px;
  }

  .text-block-16 {
    font-size: 14px;
  }

  .text-field-titulo {
    height: 50px;
  }

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .div-block-159 {
    padding-top: 15px;
  }

  .confirmed-line {
    height: 100%;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
    height: 100%;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .center-text {
    margin-top: 2px;
  }

  .status-content-wrapper {
    flex-direction: row;
    height: 30px;
  }

  .div-block-161, .div-block-162 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-164 {
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-wrap {
    padding: 20px 15px;
  }

  .div-block-167 {
    float: none;
  }

  .div-block-168 {
    margin-bottom: 15px;
  }

  .grid-17._5, .grid-18 {
    grid-template-columns: 1fr;
  }

  .concursos-abertos-wrapper {
    padding-top: 25px;
  }

  .div-block-245 {
    padding: 25px;
  }

  .text-block-186 {
    margin-right: 15px;
  }

  .grid-19 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-20 {
    grid-template-columns: 1fr;
  }

  .heading-10 {
    font-size: 14px;
    line-height: 25px;
  }

  .text-block-170 {
    font-size: 14px;
  }

  .div-block-269 {
    width: 150px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .text-block-171 {
    width: 150px;
  }

  .div-block-267 {
    height: 30px;
    line-height: 30px;
  }

  .div-block-263 {
    width: auto;
    padding-left: 35px;
    padding-right: 25px;
  }

  .page-h1 {
    margin-left: 5px;
    font-size: 23px;
  }

  .page-h1.sub {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .dados {
    width: 100%;
    padding-left: 0;
  }

  .text-block-190 {
    font-size: 16px;
  }

  .div-block-272 {
    flex-flow: column;
  }

  .text-block-157 {
    margin-bottom: 5px;
  }

  .section-data {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-141 {
    margin-bottom: 25px;
  }

  .grafico._2 {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
  }

  .div-block-273 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-22 {
    grid-template-columns: 1fr;
  }

  .checkbox-label-3 {
    padding-left: 15px;
    font-size: 14px;
  }

  .flyout-menu-wrapper-3 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .flyout-menu-content-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .dash-main-content-2 {
    padding-bottom: 50px;
  }

  .grid-23 {
    grid-template-columns: 1fr;
  }

  .kpi-2 {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 130px;
    margin-right: 16px;
    padding: 10px 16px 16px;
  }

  .parceiro-info-seperator-2 {
    margin-bottom: 15px;
  }

  .text-block-239 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
  }

  .button-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-5._4 {
    background-color: #a0aec0;
  }

  .div-block-209 {
    padding-top: 25px;
  }

  .form-5 {
    flex-direction: row;
    display: flex;
  }

  .div-block-207 {
    flex: none;
    width: 70%;
    padding-right: 25px;
  }

  .div-block-208 {
    flex: none;
    width: 30%;
  }

  .form-block-6 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .div-block-369 {
    background-size: 80px;
    min-height: 160px;
  }

  .div-block-359._800 {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-6.bx {
    margin-top: 12px;
  }

  .div-block-360 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-11.box {
    margin-bottom: 0;
    font-size: 23px;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .text-block-228 {
    font-size: 16px;
  }

  .div-block-371 {
    min-width: 100%;
    max-width: 100%;
  }

  .grid-79 {
    grid-template-columns: 1fr;
  }

  .parceiro-info-seperator-3 {
    margin-bottom: 15px;
  }

  .div-block-370-copy {
    flex: none;
    width: 100%;
    display: block;
  }

  .grid-81 {
    grid-template-columns: 1fr;
  }

  .div-block-376 {
    flex-flow: column;
  }

  .div-block-377 {
    width: 100%;
  }

  .div-block-382 {
    padding: 15px;
  }

  .svg-4 {
    color: var(--text);
  }

  .select-field-3._1 {
    margin-left: 20px;
  }

  .text-block-249 {
    font-size: 21px;
  }

  .uploaded-photo-div-2 {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .criar-content-wrapper-2.form {
    padding: 20px;
  }

  .content-3 {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-section-2 {
    padding-top: 0;
  }

  .action-button-2 {
    margin-bottom: 10px;
  }

  .form-text-field-3.whitex {
    margin-bottom: 5px;
  }

  .form-text-field-3.whitex._1 {
    width: 250px;
  }

  .form-text-field-3.whitex._1.bg {
    width: 70%;
  }

  .form-text-field-3.whitex._1.bg._25, .div-block-396 {
    width: 100%;
  }

  .div-block-397 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .div-block-398 {
    flex-flow: column;
  }

  .div-block-399 {
    height: 30px;
    line-height: 30px;
  }

  .div-block-445 {
    width: auto;
    padding-left: 35px;
    padding-right: 25px;
  }

  .tab.out {
    width: auto;
  }

  .text-block-253 {
    width: 150px;
  }

  .tabs-menu-3 {
    overflow: auto;
  }

  .text-block-254 {
    margin-bottom: 5px;
  }

  .text-block-256 {
    font-size: 16px;
  }

  .div-block-446 {
    margin-bottom: 25px;
  }

  .div-block-447 {
    width: 150px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .heading-12 {
    font-size: 14px;
    line-height: 25px;
  }

  .section-data-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-451 {
    flex-flow: column;
  }

  .text-block-257 {
    font-size: 14px;
  }

  .grid-48 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-456 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-bottom: 10px;
    display: flex;
  }

  .modalr {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 10px;
    inset: 0%;
    transform: translate(100%);
  }

  .grid-85, .grid-86 {
    grid-template-columns: 1fr;
  }

  .regime-rotativo1 {
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 10px;
    inset: 0%;
    transform: translate(100%);
  }

  .regime-alternado1 {
    width: auto;
    max-width: none;
    inset: 0%;
  }

  .botao-regime {
    text-align: center;
    padding: 10px 15px 15px;
    font-size: 15px;
  }

  .open-modal.fixo {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .table-cell-text-2 {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .div-block-506 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    display: flex;
  }
}

#w-node-_6c65723a-c320-4cde-b84b-e23389043864-0e9fa409, #w-node-_54ae86c8-ff82-d031-2fe3-969585c078cb-0e9fa409, #w-node-_54ae86c8-ff82-d031-2fe3-969585c078e0-0e9fa409 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_439a5378-08e7-d38f-6604-71f25235da58-0e9fa430 {
  place-self: end stretch;
}

#w-node-_439a5378-08e7-d38f-6604-71f25235da5f-0e9fa430 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edaa-0e9fa431 {
  place-self: end stretch;
}

#w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-0e9fa431 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec12-0e9fa433 {
  place-self: end stretch;
}

#w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-0e9fa433 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aefd2228-5780-17dd-8dbd-7a18c2d1828b-0e9fa437 {
  place-self: end stretch;
}

#w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-0e9fa437 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d317dc07-3f2e-725c-5c18-9723969d4904-0e9fa445 {
  place-self: end stretch;
}

#w-node-d317dc07-3f2e-725c-5c18-9723969d490b-0e9fa445 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5424c3d-b9ee-fa55-d739-402e365d1060-0e9fa447 {
  place-self: end stretch;
}

#w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-0e9fa447 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed304165-4fa3-0bb7-59c5-bf40afbe7b21-0e9fa44d, #w-node-f0a58a09-6a5b-69dd-b14e-feda93e05c58-0e9fa44d, #w-node-cf2de119-531f-b9c5-6c52-6dcd55842505-0e9fa44d, #w-node-_6926af45-38cc-56a4-a9da-a4126f900c18-0e9fa44d, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-0e9fa451, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-0e9fa451, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-0e9fa451, #w-node-_88ce47df-f758-64ea-b199-19255b5cd960-0e9fa451, #w-node-_88ce47df-f758-64ea-b199-19255b5cd9ce-0e9fa451, #w-node-_88ce47df-f758-64ea-b199-19255b5cda06-0e9fa451, #w-node-e261d2bb-7259-f16a-be85-20a7a56ce614-0e9fa451, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-0e9fa453, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-0e9fa453, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-0e9fa453, #w-node-d8f21917-9895-0f86-349a-79469e960cfe-0e9fa458, #w-node-f2ba6fe7-ccce-dcfa-53e2-ec5b353d7676-0e9fa458, #w-node-aee721fd-da8b-bb76-1d63-2c83a79f32cf-0e9fa458, #w-node-_2d9ab046-ff64-cfeb-c4a5-4a1ba3e781f6-0e9fa458, #w-node-_2d9ab046-ff64-cfeb-c4a5-4a1ba3e781f9-0e9fa458, #field-6.w-node-_2d0a1b07-5c5f-8188-bcfa-679d31d6a55c-31d6a506, #field-2.w-node-_2d0a1b07-5c5f-8188-bcfa-679d31d6a55d-31d6a506, #field-3.w-node-_2d0a1b07-5c5f-8188-bcfa-679d31d6a808-31d6a506, #field-2.w-node-_2d0a1b07-5c5f-8188-bcfa-679d31d6a809-31d6a506, #field-4.w-node-_2d0a1b07-5c5f-8188-bcfa-679d31d6a99c-31d6a506, #field-2.w-node-_2d0a1b07-5c5f-8188-bcfa-679d31d6a99d-31d6a506, #field-5.w-node-_2d0a1b07-5c5f-8188-bcfa-679d31d6ab30-31d6a506, #field-2.w-node-_2d0a1b07-5c5f-8188-bcfa-679d31d6ab31-31d6a506, #field-2.w-node-e2ab263e-664c-de04-ac7d-8046acfa447b-0e9fa463, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc161697-0e9fa465, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc1616b1-0e9fa465, #w-node-a68da50b-e758-3acd-0490-795aeebf670e-0e9fa466, #w-node-a68da50b-e758-3acd-0490-795aeebf6728-0e9fa466, #w-node-_8826a882-ea95-64f1-cb1b-12ef593a42fb-0e9fa467, #w-node-_8826a882-ea95-64f1-cb1b-12ef593a4310-0e9fa467, #w-node-_23348918-4ad9-8898-86b9-791d9562d9b3-0e9fa468, #w-node-_23348918-4ad9-8898-86b9-791d9562d9cd-0e9fa468, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-0e9fa471, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-0e9fa471, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-0e9fa471, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-0e9fa472, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-0e9fa472, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-0e9fa472, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-0e9fa48e, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-0e9fa48e, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-0e9fa48e, #w-node-_15108875-a9de-42ab-2a3a-25c5e4494bdb-0e9fa494, #w-node-_15108875-a9de-42ab-2a3a-25c5e4494c14-0e9fa494, #w-node-_15108875-a9de-42ab-2a3a-25c5e4494c4d-0e9fa494, #w-node-_94161400-8cab-f85f-b66a-78e4f4bee2ed-0e9fa495, #w-node-_94161400-8cab-f85f-b66a-78e4f4bee30d-0e9fa495, #field-3.w-node-_849093b9-e289-42e3-030c-4a7e3a9f959e-4f875879, #field-2.w-node-_849093b9-e289-42e3-030c-4a7e3a9f959f-4f875879, #field-3.w-node-_9f153837-b447-a9f6-c23c-a146d3c4c9b5-4aeff4f4, #field-2.w-node-_9f153837-b447-a9f6-c23c-a146d3c4c9b6-4aeff4f4, #field-3.w-node-_2f12e994-9884-0bb0-9f5e-e6a2dd40282c-c0523ccd, #field-2.w-node-_2f12e994-9884-0bb0-9f5e-e6a2dd40282d-c0523ccd, #field-3.w-node-cd67ded4-8d94-8ac7-0f1f-d7638494096e-8d724764, #field-2.w-node-cd67ded4-8d94-8ac7-0f1f-d7638494096f-8d724764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_439a5378-08e7-d38f-6604-71f25235da2c-0e9fa430, #w-node-_439a5378-08e7-d38f-6604-71f25235da5f-0e9fa430, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4eda3-0e9fa431, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-0e9fa431, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec0b-0e9fa433, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-0e9fa433, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18284-0e9fa437, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-0e9fa437, #w-node-d317dc07-3f2e-725c-5c18-9723969d48fd-0e9fa445, #w-node-d317dc07-3f2e-725c-5c18-9723969d490b-0e9fa445, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1059-0e9fa447, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-0e9fa447 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_439a5378-08e7-d38f-6604-71f25235da2c-0e9fa430 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_439a5378-08e7-d38f-6604-71f25235da58-0e9fa430 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_439a5378-08e7-d38f-6604-71f25235da5f-0e9fa430, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4eda3-0e9fa431 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edaa-0e9fa431 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-0e9fa431, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec0b-0e9fa433 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec12-0e9fa433 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-0e9fa433, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18284-0e9fa437 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aefd2228-5780-17dd-8dbd-7a18c2d1828b-0e9fa437 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-0e9fa437, #w-node-d317dc07-3f2e-725c-5c18-9723969d48fd-0e9fa445 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d317dc07-3f2e-725c-5c18-9723969d4904-0e9fa445 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-d317dc07-3f2e-725c-5c18-9723969d490b-0e9fa445, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1059-0e9fa447 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5424c3d-b9ee-fa55-d739-402e365d1060-0e9fa447 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-0e9fa447 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: '3dots';
  src: url('../fonts/3dot.eot') format('embedded-opentype'), url('../fonts/3dot.woff') format('woff'), url('../fonts/3dot.ttf') format('truetype'), url('../fonts/3dot.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Dexa contas font';
  src: url('../fonts/DEXA_CONTAS_FONT.eot') format('embedded-opentype'), url('../fonts/DEXA_CONTAS_FONT.woff') format('woff'), url('../fonts/DEXA_CONTAS_FONT.ttf') format('truetype'), url('../fonts/DEXA_CONTAS_FONT.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}