:root {
  --text: #091426;
  --main: #3461ff;
  --white: white;
  --light-steel-blue: #c9d7f03d;
  --slate-grey: #667999;
  --border: #c9d7f0;
  --light-steel-blue-3: #c9d7f0b3;
  --bg: #fafcff;
  --white-smoke: #f6f8fb;
  --crimson: #dd4040;
  --mobile-border: #9ca8bd;
  --gold: #f7b84b;
  --medium-sea-green: #0bb261;
  --highlight: #eef1f7;
  --dim-icon: #b2bccc;
  --honeydew: #dbf4e7;
  --cornflower-blue: #689ffe;
  --midnight-blue-2: #0f2f65;
  --midnight-blue: #012f7e;
  --medium-purple: #ad6eed;
  --dark-slate-blue: #183d71;
  --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: Inter, 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;
}

.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 {
  padding-right: 24px;
}

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

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

.button.main.dropdown {
  width: 150px;
  padding-bottom: 14px;
}

.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;
}

.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.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;
  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.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;
  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;
}

.button-link {
  z-index: 1;
  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 {
  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-field-lable {
  color: var(--text);
  height: 20px;
  margin-bottom: 8px;
  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 {
  margin-bottom: 24px;
  position: relative;
}

.form-field-wrapper.filters {
  flex: 1;
  margin-bottom: 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.inside-grid._4 {
  margin-top: 20px;
}

.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);
  letter-spacing: -.3px;
  border-radius: 4px;
  height: 44px;
  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;
}

.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;
  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.blue.fullx {
  width: 100%;
  margin-bottom: 10px;
}

.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;
}

.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.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;
  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: 15%;
}

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

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

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

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

.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-text {
  flex: 1;
  height: 19px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.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-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;
}

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

.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.hidden {
  display: none;
}

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

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

.status-wrapper.cancelado {
  color: #dd4040;
  letter-spacing: .3px;
  background-color: #dd404033;
}

.status-wrapper.pago {
  color: #0bb261;
  letter-spacing: .3px;
  background-color: #40bf6033;
}

.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 1fr;
  max-width: 500px;
}

.filter-date-status-wrapper.centered._89 {
  grid-template-columns: 1fr 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: 15%;
}

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

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

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

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

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

.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%;
}

.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;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 20px 0 20px 20px;
  display: flex;
}

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

.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;
  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: 600;
}

.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: var(--crimson);
  background-color: #fae3e3;
}

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

.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 {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

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

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

.form-section.flexed {
  display: flex;
}

.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: 600;
}

.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 {
  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: 24px;
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  display: flex;
}

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

.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-lable {
  color: var(--slate-grey);
  letter-spacing: -.3px;
  margin-bottom: 8px;
  font-size: 16px;
  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: 500;
  position: relative;
  top: 2px;
}

.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: 40px;
  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: 80px;
  padding-left: 230px;
}

.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;
}

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

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

.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 {
  flex: 1;
  max-width: 600px;
}

.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;
}

.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: var(--slate-grey);
  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-bottom: 40px;
}

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

.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);
}

.link-block-2._3 {
  background-color: var(--border);
}

.link-block-2.yul {
  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: 8em;
}

.auth-image-overlay {
  z-index: 1;
  background-color: #0000001a;
  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 {
  background-image: url('../images/818691.jpeg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.auth-form {
  flex: 0 auto;
  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: 15vw;
  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: 2.5em;
}

.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: 700;
  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: 150px;
}

.div-block-98 {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 4px;
  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: 1fr .5fr;
}

.div-block-99 {
  background-image: url('../images/Financial-Independence-Chart-1024x528.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

._40 {
  width: 80%;
  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(--main);
  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: 44px;
  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, .create-div {
  display: none;
}

.div-block-106 {
  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: none;
  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: 60px;
}

.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;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.link-block-4 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  padding: 25px;
}

.link-block-4:hover {
  border-color: #091426;
}

.link-block-4.green {
  background-color: var(--border);
}

.text-block-127 {
  color: var(--midnight-blue);
  margin-bottom: 15px;
  font-family: Dexa contas font, sans-serif;
  font-size: 25px;
}

.text-block-128 {
  color: #091426;
  font-size: 15px;
}

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

.div-block-117 {
  margin-bottom: 80px;
}

.div-block-118 {
  height: 1px;
  margin-bottom: 50px;
}

.div-block-119 {
  padding-left: 50px;
}

.text-block-129 {
  color: var(--slate-grey);
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 600;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.div-block-120 {
  width: 200px;
  height: 70px;
}

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

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

.checkbox-label {
  margin-bottom: 0;
  margin-right: 25px;
}

.boxed {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
}

.boxed._16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.boxed.add {
  z-index: 150;
  position: relative;
}

.boxed.z-indx {
  z-index: 1000000;
  position: relative;
}

.boxed._800 {
  justify-content: flex-start;
}

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

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-121 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  padding: 35px;
}

.text-block-133 {
  color: var(--slate-grey);
  margin-bottom: 25px;
  font-size: 17px;
}

.text-block-134 {
  font-size: 31px;
}

.div-block-122 {
  padding-top: 35px;
}

.flyout-menu-content-2 {
  background-color: #fff;
  padding: 0 16px 8px;
}

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

.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%;
}

.flyout-menu-wrapper-2 {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px #142b523d;
}

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

.menu-item-3 {
  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-3:hover {
  background-color: #f6f8fb;
}

.button-3 {
  color: #0bb261;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #0bb261;
  border-radius: 5px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.button-3:hover {
  background-color: #d7f1dd87;
}

.button-3._2 {
  color: #dd4040;
  border-color: #dd4040;
}

.button-3._2:hover {
  background-color: #f7d7d74a;
}

.form-text-field-2 {
  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-2:hover {
  border-color: #667999;
}

.form-text-field-2:focus {
  border-color: #1b4d91;
}

.form-text-field-2::placeholder {
  color: #667999;
  font-size: 14px;
  font-weight: 400;
}

.form-text-field-2.whitex {
  color: #091426;
  background-color: #fff;
}

.table-checkbox-2 {
  float: none;
  cursor: pointer;
  background-color: #fff;
  border-color: #c9d7f0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

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

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

.table-row-2 {
  border: 1px #c9d7f0;
  border-bottom: 1px solid #c9d7f03d;
  height: 64px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.table-row-content-2 {
  color: #091426;
  flex: 1;
  height: 100%;
  display: flex;
}

.table-checkbox-3 {
  float: none;
  cursor: pointer;
  background-color: #fff;
  border-color: #c9d7f0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

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

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

.grid-12 {
  grid-template-rows: auto;
  width: 80%;
}

.table-row-3 {
  border: 1px #c9d7f0;
  border-bottom: 1px solid #c9d7f03d;
  height: 64px;
  display: flex;
  position: relative;
}

.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.table-actions-flyout {
  width: 174px;
  display: none;
  inset: 52px 15% auto auto;
}

.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;
}

.button-4 {
  color: #0bb261;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #0bb261;
  border-radius: 5px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

.button-4:hover {
  background-color: #d7f1dd87;
}

.button-4._2 {
  color: #dd4040;
  border-color: #dd4040;
}

.button-4._2:hover {
  background-color: #f7d7d74a;
}

.table-row-content-3 {
  color: #091426;
  flex: 1;
  height: 100%;
  display: flex;
}

.table-row-content-3.item-link {
  color: #091426;
}

.text-block-135 {
  color: var(--slate-grey);
  font-size: 19px;
}

._90 {
  margin-bottom: 35px;
}

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

.text-block-136 {
  background-color: var(--gold);
  color: var(--text);
  border-radius: 5px;
  margin-top: 10px;
  padding: 12px;
  font-size: 16px;
}

.div-block-124 {
  background-image: url('../images/482185.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.div-block-122-copy {
  padding-top: 0;
}

@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;
  }

  .button {
    height: 50px;
    padding-top: 17px;
  }

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

  .button.main.mobile {
    justify-content: center;
    display: flex;
  }

  .button.with-left-icon.main {
    align-items: center;
    padding-top: 0;
  }

  .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.quick-action {
    min-width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .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;
  }

  .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-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;
  }

  .action-button.prev-nxt {
    border-color: var(--mobile-border);
  }

  .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-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;
  }

  .table-utility-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kpi-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 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;
  }

  .form-section.flexed {
    flex-flow: column;
  }

  .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: 40px;
    padding-left: 0;
  }

  .page-content-wrapper.criar {
    padding-top: 80px;
  }

  .page-content-wrapper._1 {
    padding-top: 0;
  }

  .top-nav {
    display: none;
  }

  .content._90 {
    padding-top: 40px;
  }

  .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 {
    width: 100vw;
  }

  .auth-form {
    justify-content: center;
  }

  .auth-form-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .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;
  }

  ._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 {
    display: block;
  }

  .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;
  }

  .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;
  }

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

  .div-block-119 {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-left: 0;
  }

  .boxed._16 {
    align-items: center;
  }

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

  .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;
  }

  .form-text-field-2 {
    border-color: #c9d7f0b3;
    height: 50px;
  }

  .table-checkbox-2 {
    border-color: #9ca8bd;
  }

  .table-row-2, .table-row-2.cell-label-wrapper {
    border-top-color: #9ca8bd;
  }

  .table-checkbox-3 {
    border-color: #9ca8bd;
  }

  .grid-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .table-row-3 {
    border-top-color: #9ca8bd;
  }

  .button-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@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 {
    height: 48px;
    display: block;
  }

  .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;
  }

  .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;
  }

  .boxed._16.save {
    display: block;
  }

  .boxed.full {
    justify-content: flex-start;
    width: 100%;
  }

  .flyout-menu-content-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .flyout-menu-wrapper-2 {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .table-row-2 {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row-2.cell-label-wrapper {
    display: none;
  }

  .cell-label-2 {
    height: 24px;
  }

  .table-row-content-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-row-3 {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .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%;
  }

  .table-row-content-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .mother-div.dash {
    padding-top: 0;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.main.dropdown {
    width: 125px;
  }

  .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 {
    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;
  }

  .form-field-wrapper.filters {
    margin-bottom: 8px;
  }

  .form-field-wrapper.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .form-field-wrapper.inside-grid._4 {
    margin-top: 10px;
  }

  .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.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;
    flex-direction: row;
    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 {
    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: none;
  }

  .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-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .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: 50px;
  }

  .content {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .notify-content {
    border-radius: 1.2em 1.2em 0 0;
  }

  .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;
  }

  .div-block-10 {
    padding: 35px 30px;
  }

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

  .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: 2em;
    padding-right: 2em;
  }

  .back-button {
    left: 1em;
  }

  .logo-3 {
    height: 2.1em;
  }

  .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%;
  }

  .div-block-98 {
    padding: 35px;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 100%;
  }

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

  .div-block-99 {
    height: 200px;
  }

  .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;
  }

  .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;
  }

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

  .div-block-116, .div-block-117 {
    margin-bottom: 50px;
  }

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

  .checkbox-2 {
    width: 40px;
    height: 40px;
  }

  .boxed {
    justify-content: flex-start;
  }

  .boxed._0 {
    display: block;
  }

  .div-block-121 {
    padding: 20px;
  }

  .text-block-133 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .text-block-134 {
    font-size: 25px;
  }

  .flyout-menu-content-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .separador {
    padding-top: 10px;
  }

  .grid-11 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .flyout-menu-wrapper-2 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .button-3 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 120%;
  }

  .form-text-field-2.whitex {
    margin-bottom: 5px;
  }

  .table-row-2 {
    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-content-2 {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .grid-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .table-row-3 {
    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;
  }

  .flyout-menu-wrapper-3 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .button-4 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 120%;
  }

  .table-row-content-3 {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content-3.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

#w-node-_6c65723a-c320-4cde-b84b-e23389043864-87b2954f, #w-node-_54ae86c8-ff82-d031-2fe3-969585c078cb-87b2954f, #w-node-_54ae86c8-ff82-d031-2fe3-969585c078e0-87b2954f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_439a5378-08e7-d38f-6604-71f25235da58-87b29560 {
  place-self: end stretch;
}

#w-node-_439a5378-08e7-d38f-6604-71f25235da5f-87b29560 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edaa-87b29561 {
  place-self: end stretch;
}

#w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-87b29561 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec12-87b29564 {
  place-self: end stretch;
}

#w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-87b29564 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aefd2228-5780-17dd-8dbd-7a18c2d1828b-87b29568 {
  place-self: end stretch;
}

#w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-87b29568 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fdf0245-ad7e-cb69-8478-86e5811315e1-87b2956c, #w-node-_0fdf0245-ad7e-cb69-8478-86e581131619-87b2956c, #w-node-_0fdf0245-ad7e-cb69-8478-86e581131651-87b2956c, #field.w-node-d45bdedc-b756-a92e-18e7-dff0151e1938-87b2956c, #field-2.w-node-d45bdedc-b756-a92e-18e7-dff0151e1939-87b2956c, #field-2.w-node-_6be938b1-6d12-063b-20d3-b2dbadd1669f-87b2956c, #w-node-_5024f25f-a438-5bc1-ba1c-d7db6a47534a-87b2956e, #w-node-a2e1cdd2-385f-b587-f1c2-0520b28017b4-87b2956e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d317dc07-3f2e-725c-5c18-9723969d4904-87b29580 {
  place-self: end stretch;
}

#w-node-d317dc07-3f2e-725c-5c18-9723969d490b-87b29580 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5424c3d-b9ee-fa55-d739-402e365d1060-87b2959d {
  place-self: end stretch;
}

#w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-87b2959d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed304165-4fa3-0bb7-59c5-bf40afbe7b21-87b295b8, #w-node-f0a58a09-6a5b-69dd-b14e-feda93e05c58-87b295b8, #w-node-cf2de119-531f-b9c5-6c52-6dcd55842505-87b295b8, #w-node-_6926af45-38cc-56a4-a9da-a4126f900c18-87b295b8, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-87b295c0, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-87b295c0, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-87b295c0, #w-node-_88ce47df-f758-64ea-b199-19255b5cd960-87b295c0, #w-node-_88ce47df-f758-64ea-b199-19255b5cd9ce-87b295c0, #w-node-_88ce47df-f758-64ea-b199-19255b5cda06-87b295c0, #w-node-e261d2bb-7259-f16a-be85-20a7a56ce614-87b295c0, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-87b295c1, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-87b295c1, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-87b295c1, #w-node-d043887a-a5aa-bca2-3006-06290e62090c-87b295c2, #w-node-_91f7b2e1-80e8-7878-3971-eea7037ec7d0-87b295c2, #w-node-f6e19744-e5cd-4063-4724-2efeb7351c05-87b295c2, #w-node-_5192bad5-bf27-4de0-5bef-7903056ccbfd-87b295c4, #w-node-_5192bad5-bf27-4de0-5bef-7903056ccc01-87b295c4, #w-node-d8f21917-9895-0f86-349a-79469e960cfe-87b295d3, #w-node-fb1560e5-638e-1d3a-e6a5-2fef7e640b57-87b295d3, #w-node-a0eeaca3-53d0-113c-db3b-a4030fa004c0-87b295d3, #w-node-a0eeaca3-53d0-113c-db3b-a4030fa004c1-87b295d3, #w-node-_789ee878-2d2a-e3d8-2453-824f83c85473-87b295d3, #w-node-_789ee878-2d2a-e3d8-2453-824f83c85474-87b295d3, #w-node-_38ef9201-b584-4105-678d-942e29dfc31c-87b295d9, #w-node-aceab919-6bdd-3268-235b-e8f6dc577228-87b295d9, #w-node-db73c43c-1432-d3f1-f331-1c8c3d8ec3bd-87b295d9, #w-node-fa7fbc74-8bee-1226-7f55-e7c35d672745-87b295d9, #w-node-e0c7a35a-f63e-978c-1d47-384256161633-87b295d9, #w-node-_136a4c15-2de8-3315-562a-88224ab841c9-87b295d9, #w-node-_6756c442-f9f5-2a6f-b975-4414117c9121-87b295d9, #w-node-bda9ed89-8a9e-2477-91f5-8af03b7f76b4-87b295d9, #w-node-f4274422-637a-964f-6aaf-c185934c3991-87b295d9, #w-node-ce0c1290-cdf3-6f1e-7c50-dbd9d7efc834-87b295d9, #field.w-node-_46ea0751-f476-0f90-e343-be5989e4c5e6-87b295da, #field-2.w-node-_46ea0751-f476-0f90-e343-be5989e4c5e7-87b295da, #field-2.w-node-_7e58e897-0690-3de6-c7b0-31c259841820-87b295da, #field.w-node-_756947b3-b903-e4bf-d728-b64b096fc142-87b295dd, #field-2.w-node-_491fd9c6-5d67-6d9f-e020-6555906fb218-87b295dd, #field-3.w-node-_1f9d8a85-576b-d286-e83a-97bd2b10914a-87b295dd, #field-2.w-node-_1f9d8a85-576b-d286-e83a-97bd2b10914b-87b295dd, #field-4.w-node-_25995654-b1d4-ee1b-a958-562c1f1499bb-87b295dd, #field-2.w-node-_25995654-b1d4-ee1b-a958-562c1f1499bc-87b295dd, #field-5.w-node-_50d8efc5-c7dd-09e4-e141-b6ddca5d365d-87b295dd, #field-2.w-node-_50d8efc5-c7dd-09e4-e141-b6ddca5d365e-87b295dd, #field-2.w-node-e2ab263e-664c-de04-ac7d-8046acfa447b-87b295e0, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc161697-87b295e5, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc1616b1-87b295e5, #w-node-a68da50b-e758-3acd-0490-795aeebf670e-87b295e6, #w-node-a68da50b-e758-3acd-0490-795aeebf6728-87b295e6, #w-node-_8826a882-ea95-64f1-cb1b-12ef593a42fb-87b295e7, #w-node-_8826a882-ea95-64f1-cb1b-12ef593a4310-87b295e7, #w-node-_23348918-4ad9-8898-86b9-791d9562d9b3-87b295e8, #w-node-_23348918-4ad9-8898-86b9-791d9562d9cd-87b295e8, #field-3.w-node-c8681fb2-ce65-dcea-021d-9ab7578e242a-a81ccb42, #field-2.w-node-c8681fb2-ce65-dcea-021d-9ab7578e242b-a81ccb42, #field-2.w-node-c8681fb2-ce65-dcea-021d-9ab7578e242c-a81ccb42, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc161697-49bd4fcc, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc1616b1-49bd4fcc, #field-2.w-node-c8681fb2-ce65-dcea-021d-9ab7578e242c-6d51a764, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc161697-f1e7ef03, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc1616b1-f1e7ef03, #Zona.w-node-c8681fb2-ce65-dcea-021d-9ab7578e242a-8d555251, #field-2.w-node-c8681fb2-ce65-dcea-021d-9ab7578e242c-8d555251, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc161697-ad0c222e, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc1616b1-ad0c222e, #field-2.w-node-c8681fb2-ce65-dcea-021d-9ab7578e242c-671545de, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc161697-02f99dc0, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc1616b1-02f99dc0, #w-node-_8b4c9014-c324-8f4a-46d9-7a0d96fd9333-df195312, #w-node-f07ae72a-d839-bee3-2c54-e9560e6ab7b6-df195312, #w-node-_4c21982f-a7ba-4053-0633-200d62b68270-df195312, #w-node-_8cf9654b-45ab-0ff5-2d1d-a93c422da5ab-df195312, #w-node-a10d8943-4194-f2c7-1a57-42c40a6a015f-df195312, #w-node-_4f9bacb8-8e58-d1e4-a521-8153cf723ddf-df195312, #w-node-_9d3def3b-32cf-e3f6-66be-0dcecb57fac9-df195312, #w-node-_89dcd36f-5087-4b05-f53b-4e46778ced6f-df195312, #field-2.w-node-c8681fb2-ce65-dcea-021d-9ab7578e242c-7efbde06, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc161697-95accce8, #w-node-_3b1e7d15-8480-5ff3-a733-c406cc1616b1-95accce8, #field-7.w-node-_51331690-c0e0-1cee-f0e5-3d91cba7a9b4-f9107d42, #field-2.w-node-_51331690-c0e0-1cee-f0e5-3d91cba7a9b5-f9107d42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7cf79696-fde8-5ae9-f790-68c9a80034cc-a80034c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_439a5378-08e7-d38f-6604-71f25235da2c-87b29560, #w-node-_439a5378-08e7-d38f-6604-71f25235da5f-87b29560, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4eda3-87b29561, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-87b29561, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec0b-87b29564, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-87b29564, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18284-87b29568, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-87b29568, #w-node-_7cf79696-fde8-5ae9-f790-68c9a80034ee-a80034c7, #w-node-d317dc07-3f2e-725c-5c18-9723969d48fd-87b29580, #w-node-d317dc07-3f2e-725c-5c18-9723969d490b-87b29580, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1059-87b2959d, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-87b2959d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_439a5378-08e7-d38f-6604-71f25235da2c-87b29560 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_439a5378-08e7-d38f-6604-71f25235da58-87b29560 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_439a5378-08e7-d38f-6604-71f25235da5f-87b29560, #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4eda3-87b29561 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edaa-87b29561 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_6cb218ef-7a0e-2547-7989-ef1756d4edb1-87b29561, #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec0b-87b29564 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec12-87b29564 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-_890adb1e-5b17-1bca-da1d-3a55e204ec19-87b29564, #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18284-87b29568 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aefd2228-5780-17dd-8dbd-7a18c2d1828b-87b29568 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-aefd2228-5780-17dd-8dbd-7a18c2d18292-87b29568, #w-node-d317dc07-3f2e-725c-5c18-9723969d48fd-87b29580 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d317dc07-3f2e-725c-5c18-9723969d4904-87b29580 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-d317dc07-3f2e-725c-5c18-9723969d490b-87b29580, #w-node-a5424c3d-b9ee-fa55-d739-402e365d1059-87b2959d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5424c3d-b9ee-fa55-d739-402e365d1060-87b2959d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }

  #w-node-a5424c3d-b9ee-fa55-d739-402e365d1067-87b2959d {
    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;
}