:root {
  --main-bg: #c9d7f030;
  --black: #223;
  --light-steel-blue-2: #a0aec036;
  --black-2: #333;
  --forest-green-2: #084997;
  --light-steel-blue: #a0aec0;
  --crimson: #dc2f37;
  --forest-green: #1a8521;
  --dark-slate-blue: #0056b0;
  --borders: #c9d7f0;
  --crimson-2: #d13232;
  --dodger-blue: #4094d4;
  --chocolate: #e96a26;
  --white: white;
  --text-alt: #798baaa8;
  --lines: #c9d7f0;
  --royal-blue: #0056b0;
  --dark-turquoise: #58cddf;
  --deep-sky-blue: #4aabf6;
  --background: #f7f7f7;
  --dark-slate-blue-2: #00496f0d;
  --indigo: #4a1a85;
}

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

body {
  background-color: var(--main-bg);
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.main {
  width: 100vw;
}

.navigation {
  border-right: 1px solid var(--light-steel-blue-2);
  background-color: #fff;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 100vh;
  position: relative;
}

.content-wrapper {
  height: 100vh;
  margin-left: 300px;
  padding-bottom: 50px;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.brand-wrapper {
  height: 150px;
  padding: 45px;
}

.brand {
  background-image: url('../images/SGR-Logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 180px;
  height: 80px;
  display: block;
}

.links-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.head-text {
  padding-top: 50px;
}

.text {
  color: var(--black-2);
  margin-bottom: 1rem;
}

.text.dim {
  color: #4a5568;
}

.text.dim2 {
  color: #9c9c9c;
}

.text.white {
  color: #fff;
}

.heading {
  color: var(--black);
}

.heading-2.box {
  font-size: 29px;
  font-weight: 400;
  line-height: 33px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.buttons {
  padding-top: 50px;
}

.button {
  text-align: center;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button:hover {
  background-color: #384dec;
}

.button.secundario {
  background-color: var(--black);
}

.button.secundario:hover {
  background-color: #173549;
}

.button.icon {
  background-color: var(--forest-green-2);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 50px;
  display: flex;
}

.button.icon.red {
  background-color: #ec3838;
}

.button.icon.red:hover {
  background-color: #a52929;
}

.button.icon.red.dist {
  border: 1px solid var(--light-steel-blue);
  color: var(--light-steel-blue);
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 50px;
}

.button.icon.red.dist:hover {
  background-color: var(--crimson);
  color: #fff;
  border-style: none;
}

.button.icon.green {
  background-color: var(--forest-green);
}

.button.icon.green:hover {
  background-color: #0d4911;
}

.button.icon.verde {
  background-color: var(--forest-green);
}

.button.icon.verde:hover {
  background-color: #105a15;
}

.button.bx {
  background-color: var(--dark-slate-blue);
}

.button.bx.edit {
  background-color: var(--light-steel-blue);
}

.button.bx.more-flex {
  width: 100%;
  margin-left: 15px;
}

.button.bx.more-flex._1 {
  background-color: var(--light-steel-blue);
}

.button.bx.more-flex._2 {
  background-color: var(--forest-green);
}

.button.bx._4555 {
  color: #000;
  background-color: #dc2f3745;
  margin-top: 25px;
}

.button.bx._4 {
  background-color: var(--light-steel-blue);
  margin-left: 10px;
}

.button.verde {
  background-color: var(--forest-green);
}

.button.verde:hover {
  background-color: #15711b;
}

.div-block-2 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.div-block-2.submit {
  max-width: 100%;
  font-size: 16px;
}

.div-block-2.submit._100 {
  margin-top: 50px;
}

.div-block-2._1 {
  margin-right: 20px;
}

.div-block-2.tyu {
  flex: 1;
  min-width: auto;
  max-width: 100%;
  display: flex;
}

.div-block-2._50 {
  margin-bottom: 0;
}

.div-block-2._50._800 {
  margin-left: 15px;
}

.div-block-2._600 {
  margin-bottom: 0;
  margin-left: 25px;
}

.div-block-2.margem {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.icons-no-botao {
  margin-right: 10px;
  padding-top: 1px;
  font-family: System main, sans-serif;
  display: block;
  position: relative;
  top: 1px;
}

.header-with-back-button {
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 0;
}

.header-back-wrapper.buttonx {
  justify-content: flex-start;
  display: flex;
}

.header-back-wrapper.buttonx._52 {
  margin-bottom: 25px;
}

.header-back-wrapper.buttonx._5000 {
  margin-top: 25px;
}

.link {
  float: left;
  color: #2222337d;
  padding-top: 4px;
  padding-right: 1.5rem;
  font-family: System main, sans-serif;
  font-size: 33px;
  line-height: 33px;
  text-decoration: none;
  display: block;
}

.div-block-3 {
  flex: 1;
  width: 60%;
  display: flex;
}

.card-principal {
  margin-top: 50px;
}

.card-principal._80 {
  margin-top: 0;
}

.card-wrapper {
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  display: flex;
}

.card-wrapper._0 {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.card-wrapper._0._58 {
  border-bottom-color: var(--borders);
  height: 80px;
}

.card-wrapper._0._58:hover {
  background-color: #c9d7f01f;
}

.card-wrapper._0._100 {
  background-color: #0000;
  border-bottom-style: none;
  height: 50px;
}

.card-item {
  height: 100%;
}

.card-item.img {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.card-item.img.i {
  padding-left: 0;
}

.card-item.img._900 {
  justify-content: center;
  width: 20%;
}

.card-item.data-1 {
  width: 25%;
  padding-right: 1rem;
  display: flex;
}

.card-item.data-1.x {
  width: 15%;
}

.card-item.data-1.x._10 {
  width: 20%;
}

.card-item.icon {
  color: #d13232;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-family: Full icons, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

.card-item.name {
  color: #223;
  align-items: center;
  width: 85%;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-item.name.longa {
  width: 100%;
}

.card-item.name {
  color: #223;
  align-items: center;
  width: 80%;
  padding-right: 1rem;
  display: flex;
}

.card-item.name._4 {
  padding-left: 1.7rem;
}

.card-item.name._7 {
  padding-left: 1rem;
}

.side-a {
  width: 90%;
  display: flex;
}

.side-b {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
  position: relative;
}

.side-b._123 {
  padding-left: 10px;
  padding-right: 15px;
}

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  width: 55px;
  height: 55px;
}

.text-block {
  color: var(--black);
  max-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-2 {
  font-family: Full icons, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.side-a-1 {
  width: 50%;
  display: flex;
}

.side-a-1.longa {
  width: 100%;
}

.text-block-3 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-3.cancelado {
  color: var(--crimson-2);
  font-weight: 400;
}

.text-block-3.terminado {
  color: #288562;
  font-weight: 400;
}

.text-block-3.solicitado {
  color: #22223361;
  font-weight: 400;
}

.text-block-3.aprovado {
  color: var(--dodger-blue);
  font-weight: 400;
}

.text-block-3.enviado {
  color: #9d58f2;
  font-weight: 400;
}

.text-block-3.respondido {
  color: var(--chocolate);
  font-weight: 400;
}

.text-block-3.red {
  color: var(--crimson);
}

.text-block-3.bold {
  color: #000000b8;
  font-weight: 400;
}

.text-block-3.menos {
  color: #333333b3;
}

.text-block-3.mau {
  color: #dc2f37c7;
}

.text-block-3.gone {
  color: #dc2f37a3;
}

.text-block-3.green {
  color: var(--white);
  background-color: #1a852196;
  border-radius: 5px;
  padding: 2px 15px;
}

.text-block-3.pendente {
  color: #e96a26b8;
}

.text-block-3.em-transito {
  color: #ffab35db;
}

.text-block-3.meios {
  color: var(--forest-green);
}

.text-block-3._300 {
  color: var(--forest-green);
  font-weight: 600;
}

.legenda-wrapper {
  border-top: 1px solid #2222333d;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.txt {
  color: var(--text-alt);
  font-size: 13px;
  font-weight: 700;
}

.txt._8 {
  color: #000;
  font-weight: 400;
}

.nav-lin {
  color: var(--black);
  align-items: center;
  min-height: 60px;
  padding: 10px 35px 10px 45px;
  text-decoration: none;
  display: flex;
}

.nav-lin:hover {
  background-color: #08499708;
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  border-left: 4px solid var(--forest-green-2);
  background-color: #08499708;
}

.nav-lin.log-out {
  color: var(--light-steel-blue);
}

.nav-lin.log-out:hover {
  color: #d55a5a;
  background-color: #0000;
}

.nav-lin._5 {
  display: none;
}

.text-block-5 {
  margin-right: 20px;
  font-family: Full icons, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}

.text-block-6 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.formx {
  padding-top: 50px;
}

.form-field-label {
  color: #222233db;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

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

.div-block {
  flex: 1;
}

.photo-upload-input-field {
  border: 2px dashed var(--lines);
  text-align: center;
  cursor: pointer;
  background-color: #c9d7f017;
  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;
}

.test-form-block {
  background-color: #fff;
  border-radius: 4px;
  height: 947px;
  margin-bottom: 0;
  padding: 50px;
}

.test-form-block.zero-padding-all {
  background-color: #0000;
  border-radius: 5px;
  height: auto;
  padding: 0;
}

.test-form-block.zero-padding-all._70 {
  width: 70%;
}

.div-block-141 {
  margin-bottom: 35px;
}

.div-block-141._500 {
  margin-bottom: 15px;
}

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

.div-block-141._2.luz {
  border: 1px dashed var(--forest-green);
  background-color: #36b03e17;
  border-radius: 5px;
  padding: 15px;
}

.form-right-side {
  background-color: #fff;
  border-left: 1px solid #e0e2e7;
  border-right: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

.uploaded-image-name {
  height: 16px;
  line-height: 100%;
  overflow: hidden;
}

.form-select-field {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-select-field:hover {
  background-color: #fff;
}

.form-select-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.form-select-field.last-item {
  color: #1c1c1c;
  background-color: #f8f8f83b;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
}

.form-select-field.last-item:focus {
  border-color: #1675bd;
}

.form-select-field.last-item._1 {
  margin-bottom: 5px;
}

.form-select-field.last-item._500 {
  height: 50px;
  margin-bottom: 10px;
}

.form-select-field.ty {
  margin-bottom: 10px;
}

.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 {
  border-style: solid;
  border-width: 1px;
  border-color: #d0d3dd #d0d3dd var(--lines);
  color: #9c9c9c;
  background-color: #c9d7f017;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.button-2.gray.apagar {
  background-color: #c9d7f017;
}

.button-2.gray.apagar:hover {
  background-color: #fc3636;
}

.button-2.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-2.success-continue-copy:hover {
  background-color: #00000052;
}

.button-2.success-continue-copy.ok {
  color: #05b32e;
  background-color: #0000;
  border: 1px solid #05b32e;
  right: 177px;
}

.button-2.success-continue-copy.ok:hover {
  color: #fff;
  background-color: #05b32e;
}

.button-2.success-continue {
  background-color: #05b32e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.button-2.success-continue:hover {
  background-color: #058317;
}

.confirmation-check-icon {
  color: #05b32e;
  text-align: center;
  background-color: #0000;
  border: 3px solid #05b32e;
  border-radius: 13px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 50px;
  overflow: hidden;
}

.confirmation-check-icon.absolute-right {
  position: absolute;
  inset: 15px auto auto 20px;
}

.success-flex {
  display: flex;
}

.form-fiield {
  border: 1px solid var(--lines);
  color: #1e1e1e;
  background-color: #c9d7f000;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

.form-fiield:hover {
  background-color: #fff;
}

.form-fiield:focus {
  color: #282828;
  background-color: #fff;
  border-color: #1675bd;
}

.form-fiield::placeholder {
  color: #515151b3;
}

.form-fiield._2 {
  margin-bottom: 0;
}

.form-fiield._560 {
  background-color: #fff;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.form-fiield._560._50000 {
  width: 20%;
  margin-left: 25px;
}

.form-fiield.sds {
  padding-bottom: 116px;
}

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

.form-fiield._20 {
  width: 20%;
  margin-bottom: 0;
}

.form-fiield._585 {
  height: 350px;
}

.form-fiield._3 {
  margin-bottom: 10px;
}

.form-fiield._900 {
  height: 500px;
}

.uploaded-image-resolution {
  color: #9c9c9c;
}

.error-message {
  color: #e6253f;
  text-align: center;
  background-color: #fce1e6;
  border: 1px solid #e6253f;
  border-radius: 4px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  font-size: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-1 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-1.eie {
  margin-top: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

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

.form-button-icon {
  margin-right: 8px;
  font-family: System main, sans-serif;
  position: relative;
  top: 2px;
}

.success-message {
  color: #171f36;
  font-size: 16px;
  line-height: 24px;
}

.form-field-label-description {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

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

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

.form-success {
  z-index: 1000;
  background-color: #f0f0f0bf;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  inset: 0%;
}

.photo-upload-input-wrapper {
  border-bottom: 1px solid var(--lines);
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-family: System main, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.form {
  width: 100%;
}

.form.round-corners {
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  margin-left: 16px;
  overflow: hidden;
}

.form.round-corners._10 {
  margin-left: 0;
  display: flex;
}

.form-left-side {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
}

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

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

.form-success-content {
  background-color: #fff;
  border-radius: 4px;
  min-width: 200px;
  max-width: 1000px;
  height: 80px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 29px 185px 27px 108px;
  position: relative;
  box-shadow: 0 2px 50px #00000042;
}

.form-success-content.with-2-buttons {
  background-color: #fff;
  padding-right: 303px;
  box-shadow: 0 2px 50px #00000042;
}

.image {
  object-fit: contain;
  max-height: 80%;
}

.form-item-with-content {
  margin-bottom: 25px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 5px;
}

.div-block-142 {
  background-color: #e4e4e473;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.fomr-alt-text {
  flex: 1;
  width: 80%;
  font-size: .8rem;
  line-height: 1;
}

.link-2 {
  color: red;
  font-family: System main, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  top: 1px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 8px;
  min-width: 500px;
  margin-bottom: 25px;
  padding: 50px;
}

.top-bar {
  z-index: 10;
  border-bottom: 1px solid var(--lines);
  background-color: #fff;
  margin-left: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.top-bar-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.log-out-div {
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  inset: auto 0% 0%;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-145 {
  border: 1px solid var(--lines);
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 200px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.div-block-146 {
  max-width: 150px;
  font-weight: 400;
  line-height: 50px;
  overflow: hidden;
}

.dropdown {
  display: block;
}

.h3-head {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.div-block-147 {
  padding-top: 50px;
}

.div-block-148 {
  background-color: #fff;
  border: 1px solid #e5e5e5bf;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 180px;
  padding: 35px 35px 25px;
}

.text-block-8 {
  color: var(--dark-slate-blue);
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
}

.text-block-8.logs {
  color: var(--dodger-blue);
}

.text-block-8.concl {
  color: var(--royal-blue);
}

.text-block-8.il {
  color: var(--dark-turquoise);
}

.text-block-8.gree {
  color: var(--forest-green);
}

.text-block-8.ree {
  color: var(--crimson);
}

.text-block-8._90 {
  color: var(--royal-blue);
  font-size: 38px;
}

.heading-4, .heading-5 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-6 {
  color: #222233ba;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-149 {
  margin-top: 25px;
  display: flex;
}

.text-block-9 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 200px;
  width: 70px;
  height: 70px;
  margin-right: 25px;
  font-family: Full icons, sans-serif;
  font-size: 29px;
  line-height: 70px;
}

.text-block-9.logs {
  background-color: var(--dark-slate-blue);
}

.text-block-9.concl {
  background-color: var(--royal-blue);
}

.text-block-9.il {
  background-color: var(--dark-turquoise);
}

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

.grid-3._700 {
  grid-template-columns: 1fr 1fr;
  margin-top: 25px;
}

.div-block-151 {
  padding-top: 50px;
}

.div-block-151._123 {
  padding-top: 0;
}

.head-4 {
  color: #adadad;
  font-size: 1.4rem;
  font-weight: 400;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.shadow {
  height: 90px;
}

.main-wrapper, .div-block-154 {
  padding-top: 50px;
}

.div-block-154._500 {
  padding-top: 30px;
}

.div-block-154._500.u {
  width: 70%;
}

.div-block-154._500._7 {
  width: 60%;
}

.div-block-12 {
  flex: 1;
  width: 70%;
  margin-left: 0;
  padding-left: 0;
}

.form-block-3 {
  margin-bottom: 0;
}

.filters-flex {
  margin-right: 0;
  display: flex;
}

.filters-flex._5000 {
  margin-right: -15px;
}

.search-input-2 {
  border: 1px solid var(--lines);
  color: #1a233c;
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-2:focus {
  color: #171f36;
  background-color: #fff;
  border-color: #f76c5e;
}

.search-input-2::placeholder {
  color: #b8bac1;
  font-size: 14px;
}

.search-input-2._5 {
  background-color: #fff;
}

.search-no-filtro {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.search-no-filtro._5 {
  margin-right: 0;
}

.search-no-filtro._700 {
  width: 100%;
}

.search-button-2 {
  color: #b8bac1;
  background-color: #0000;
  width: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  inset: 0 0 0 10px;
}

.search-button-2._89 {
  height: 40px;
  font-family: System main, sans-serif;
  top: 8px;
}

.select-field {
  border: 1px solid var(--lines);
  color: #3e3e3ebf;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 50px;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 16px;
}

.div-block-155 {
  padding-top: 50px;
}

.div-block-155._4 {
  padding-top: 0;
}

.div-block-155._0 {
  padding-top: 25px;
}

.hidding-menu {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 8px;
  min-width: 120px;
  padding: 25px 15px 15px 25px;
  display: none;
  position: absolute;
  inset: auto 25% 25% auto;
}

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

.div-block-156._8 {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 25px;
}

.text-block-10 {
  color: var(--light-steel-blue);
  margin-bottom: 25px;
  font-size: 2.3rem;
  line-height: 1;
}

.apagar-div {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-top: 25px;
  margin-bottom: 20px;
}

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

.form-field-label-2 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-2.bold {
  margin-bottom: 5px;
  font-weight: 400;
}

.brand-id {
  background-image: url('../images/FG_Stock_black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-128 {
  color: var(--deep-sky-blue);
  font-family: Full icons, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.text-block-128._2 {
  color: var(--chocolate);
}

.text-block-128._3 {
  color: #9d4cff;
}

.text-block-129 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #a0aec0;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 400;
}

.text-block-129:hover {
  background-color: #1a5785;
}

.card-wrapper-2 {
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper-2:hover {
  border: 1px solid #1a5785a8;
}

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

.parceiro-text-field-2 {
  color: var(--text-alt);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

.parceiro-text-field-2::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-2.green {
  color: #33b93c;
}

.parceiro-text-field-2.red {
  color: #d23939;
}

.parceiro-text-field-2._60 {
  font-size: 1.5rem;
  font-weight: 700;
}

.parceiro-text-field-2.serve {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 20px;
  display: inline-block;
}

.parceiro-text-field-2.serve.vencedor {
  background-color: #57b95d;
}

.button-3 {
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

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

.button-3.bx {
  font-size: 16px;
  line-height: 20px;
}

.button-3.bx:hover {
  background-color: #003a77;
}

.button-3.bx.white {
  background-color: var(--borders);
  color: var(--black);
}

.button-3.bx.white:hover {
  background-color: var(--royal-blue);
  color: var(--background);
}

.button-3.bx.red {
  border: 1px solid var(--crimson);
  color: var(--crimson);
  background-color: #0056b000;
}

.button-3.icon {
  justify-content: center;
  display: flex;
}

.button-3.icon.no-color {
  color: #d13232;
  background-color: #0000;
  border: 1px solid #ff0909;
  font-family: PT Sans, sans-serif;
}

.button-3.icon.no-color:hover {
  color: #fff;
  background-color: red;
}

.button-3.green {
  background-color: var(--forest-green);
}

.div-block-164 {
  padding-right: 20px;
}

.parceiro-info-seperator-2 {
  margin-bottom: 30px;
  position: relative;
}

.parceiro-info-seperator-2._100 {
  margin-bottom: 25px;
}

.div-block-165 {
  padding-left: 20px;
}

.text-block-131 {
  color: #fff;
  background-color: #288562;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
}

.text-block-131.red {
  background-color: #da4141;
}

.pedido-overlay {
  background-color: #222233e0;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-156 {
  color: #a0aec0;
  font-size: 3rem;
  line-height: 1;
}

.text-block-156.motorista-name {
  font-size: 2rem;
}

.text-block-156.area {
  font-size: 1.3rem;
}

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

.link-block-3 {
  border: 1px none var(--lines);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  height: 250px;
  padding: 62px 40px 25px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  border-style: solid;
  border-color: var(--forest-green-2);
}

.link-block-3._5 {
  display: none;
}

.text-block-132 {
  color: var(--forest-green-2);
  margin-bottom: 25px;
  font-family: Full icons, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}

.text-block-133 {
  color: #223;
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-235 {
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.div-block-235._2 {
  border-color: var(--lines);
  background-image: url('../images/blank-profile-picture.jpeg');
}

.link-block-4 {
  border: 1px solid var(--lines);
  color: #223;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 270px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

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

.form-left-side-3 {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: 1;
  padding: 50px;
  font-size: 16px;
}

._67 {
  margin-bottom: 25px;
}

.div-block-236 {
  text-align: center;
  border: 1px #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 0;
  display: flex;
  position: static;
}

.div-block-236._500 {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.div-block-237 {
  padding-top: 25px;
}

.text-block-157 {
  color: #27a539;
  line-height: 1;
}

.text-block-158 {
  background-color: var(--text-alt);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-weight: 400;
}

.text-block-158:hover {
  background-color: var(--royal-blue);
}

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

.div-block-239 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 35px;
  padding: 50px;
  display: flex;
}

.div-block-239.op {
  margin-top: 25px;
}

.div-block-240 {
  border: 1px solid var(--lines);
  background-image: url('../images/product-placeholder-1.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 250px;
  height: 250px;
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-241 {
  flex: 1;
  padding-left: 50px;
}

.div-block-241._5 {
  padding-left: 0;
}

.h3-main {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.add-button {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 8px;
  min-width: 400px;
  min-height: 300px;
  padding: 40px 50px 50px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 12px 13px #0000001a;
}

.div-block-242 {
  text-align: left;
}

.div-block-243 {
  text-align: right;
  margin-bottom: 30px;
}

.text-block-159 {
  color: #33333373;
  font-family: System main, sans-serif;
  font-size: 31px;
  line-height: 1;
  display: inline-block;
}

.forneces {
  border: 1px solid var(--lines);
  background-image: url('../images/flex-logo.png');
  background-position: 50px;
  background-repeat: no-repeat;
  background-size: 150px;
  border-radius: 200px;
  width: 250px;
  height: 250px;
  padding-top: 10px;
  padding-left: 10px;
}

.text-block-157-copy {
  color: #ef8400;
  line-height: 1;
}

.text-block-157-copy.cor {
  color: var(--forest-green);
}

.text-block-157-copy._900 {
  color: #2fbf38;
}

.div-block-244 {
  display: flex;
}

.link-3 {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  margin-left: 20px;
  font-family: System main, sans-serif;
  font-size: 23px;
  line-height: 45px;
  text-decoration: none;
}

.link-3:hover {
  background-color: var(--forest-green);
}

.link-3._5 {
  width: 100%;
  margin-left: 0;
}

.confirmed-line {
  z-index: 2;
  background-color: #04a777;
  border: 2px solid #04a777;
  border-radius: 10px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.confirmed-line.hidden {
  z-index: 2;
  display: none;
}

.status-content-wrapper {
  z-index: 5;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.center-text {
  color: #9c9c9c;
  margin-top: 32px;
}

.center-text.confirmed {
  color: #111210;
}

.project-state {
  color: #fff;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 12px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
}

.project-state.in-progress {
  background-color: #ccc;
}

.project-state.done {
  background-color: #04a777;
}

.project-state.done.hidden {
  display: none;
}

.linesman {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  align-items: center;
  padding: 34px;
  display: flex;
}

.in-progress-line {
  border: 1px dashed #ccc;
  border-radius: 10px;
}

.material-icons {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons.checker {
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: System main, sans-serif;
  font-size: 20px;
}

.status-circles-wrapper {
  cursor: default;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.status-line {
  flex: 1;
  height: 3px;
  position: relative;
  top: -26px;
}

.div-block-245 {
  padding-top: 50px;
}

.div-block-245._55 {
  padding-top: 25px;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: .5fr 1fr;
}

.div-block-246 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 35px;
}

.simple-text {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.simple-text.boldz {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 400;
}

.temposs-2 {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-248 {
  border-bottom: 1px dashed var(--lines);
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-248._6 {
  border-bottom-style: none;
  border-bottom-color: var(--lines);
  background-color: #e5e5e55c;
  border-radius: 5px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.text-block-160 {
  width: 75%;
  margin-right: 5%;
  padding-left: 5px;
  line-height: 1;
}

.text-block-160._5 {
  margin-right: 5%;
  padding-left: 5px;
  line-height: 20px;
}

.text-block-161, .text-block-161._5 {
  text-align: center;
  width: 25%;
}

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

.div-block-250 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  margin-bottom: 35px;
  padding: 60px 40px 40px;
  font-weight: 700;
  display: flex;
}

.img-fornecedor {
  border: 1px solid var(--lines);
  background-image: url('../images/SIG-256-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 200px;
  width: 80px;
  height: 80px;
  margin-right: 25px;
}

.div-block-251 {
  text-align: center;
  margin-bottom: 25px;
  display: flex;
}

.text-block-162 {
  width: 45%;
  padding-left: 25px;
  font-weight: 400;
}

.text-block-162._15 {
  width: 10%;
  padding-left: 0;
}

.text-block-162._70 {
  width: 22.5%;
  padding-left: 0;
}

.radio-button-field {
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.radio-button {
  flex: none;
  width: 10%;
  max-height: 20px;
}

.radio-button-label {
  line-height: 20px;
}

.form-3 {
  font-weight: 400;
}

.text-10 {
  text-align: left;
  width: 10%;
  font-weight: 400;
}

.text-10._22 {
  width: 22.5%;
}

.div-block-252 {
  color: var(--black);
  background-color: #2222330f;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 10px;
  font-weight: 400;
  display: flex;
}

.text-block-163 {
  text-transform: uppercase;
}

.div-block-253 {
  padding-top: 15px;
  display: flex;
}

.form-block-4 {
  margin-bottom: 0;
}

.div-block-254 {
  text-align: left;
}

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

.codes {
  background-image: url('../images/UPC-A-036000291452.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.codes.qr {
  background-image: url('../images/QR_code_for_mobile_English_Wikipedia.svg.png');
}

.dif-div {
  border: 1px dashed var(--forest-green);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

.prod-do-forn-wrapper {
  border-bottom: 1px dashed var(--lines);
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-field {
  border-radius: 5px;
  width: 10%;
  margin-bottom: 0;
  margin-right: 3px;
  padding: 0 10px 16px;
}

.pedi {
  color: var(--royal-blue);
  font-size: 1.6rem;
  line-height: 1;
}

.pedi._5 {
  color: var(--deep-sky-blue);
}

.div-block-256 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 50px;
}

.pre-uni {
  border-radius: 5px;
  width: 22.5%;
  margin-bottom: 0;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 5px;
}

.link-4 {
  color: #9f9f9f61;
  text-align: center;
  text-decoration: none;
  display: block;
}

.section-2 {
  background-image: url('../images/fiinika-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 50px 50px 50px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-211 {
  max-width: 50%;
  max-height: 60%;
}

.form-block-5 {
  background-color: #fff;
  border-radius: 8px;
  min-width: 500px;
  margin-bottom: 25px;
  padding: 50px;
}

.div-block-284 {
  margin-bottom: 50px;
  display: flex;
}

.fiinika-ana {
  background-image: url('../images/Fiinika_analitica.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
}

.fiinika-ana.stock {
  background-image: url('../images/flex-logo.png');
  width: 220px;
  height: 80px;
}

.div-block-285 {
  margin-bottom: 10px;
  display: flex;
}

.div-block-286 {
  width: 45%;
  padding-left: 25px;
}

.text-block-164 {
  font-weight: 400;
}

.qtd {
  width: 10%;
}

._22-5 {
  width: 22.5%;
}

.text-block-165 {
  color: #000;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
}

.tabs {
  margin-top: 50px;
}

.tablink {
  background-color: var(--lines);
  border-radius: 5px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.tablink.w--current {
  background-color: var(--royal-blue);
  color: #fff;
  font-weight: 400;
}

.link-block-15 {
  background-color: #fff;
  border: 1px #e5e5e5;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  height: 250px;
  padding: 62px 40px 25px;
  text-decoration: none;
  display: flex;
}

.link-block-15:hover {
  border-color: #223;
}

.div-block-290 {
  float: right;
}

.link-8 {
  font-size: 16px;
}

.div-block-287 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-288 {
  padding-left: 20px;
}

.div-block-291 {
  flex: 1;
  justify-content: flex-start;
  width: 60%;
  display: flex;
}

.div-block-289 {
  border-left: 1px solid #acacac;
  justify-content: flex-start;
  padding-bottom: 5px;
  padding-left: 15px;
}

.link-7 {
  color: #919191;
  margin-left: 15px;
  font-family: System main, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.text-block-179 {
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-292 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px;
  display: block;
}

.text-block-181 {
  float: left;
  width: 150px;
  margin-right: 25px;
  font-size: 16px;
  overflow: hidden;
}

.text-block-181.bold {
  width: 250px;
  font-weight: 400;
  overflow: hidden;
}

.text-block-181.act {
  width: 340px;
  overflow: hidden;
}

.text-block-182 {
  color: #757575;
  margin-bottom: 25px;
  font-size: 18px;
}

.text-block-182._8 {
  margin-bottom: 5px;
}

.text-block-182._8.lop {
  font-size: 25px;
}

.div-block-259 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 20px;
}

.div-block-259.submit {
  max-width: 100%;
}

.link-9 {
  margin-top: 50px;
  display: block;
}

.text-block-183 {
  font-size: 15px;
}

.text-block-184 {
  color: #7e7e7e;
}

.grid-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr .25fr;
}

.grid-9._5 {
  grid-template-columns: 5fr 1.5fr;
}

.fornecedores-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-293 {
  margin-bottom: 50px;
}

.div-block-293._5 {
  margin-top: 25px;
  margin-bottom: 0;
}

.confirmation-box {
  background-color: #1a85210d;
  border: 1px dashed #1a852182;
  border-radius: 5px;
  padding: 15px 25px;
}

.text-block-185 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.link-10 {
  margin-right: 25px;
}

.link-10.yes {
  color: #124135;
  font-weight: 700;
}

.link-10.no {
  color: #22223394;
  font-weight: 400;
  text-decoration: none;
}

.icon-2 {
  display: none;
}

.section-sicon {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/Background_1000.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 50px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-187 {
  background-color: var(--forest-green-2);
  color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 33px;
  display: flex;
}

.text-block-187.a {
  background-color: var(--forest-green);
}

.text-block-187.c {
  background-color: var(--light-steel-blue);
}

.text-block-188 {
  color: var(--forest-green);
  margin-top: 3px;
  font-weight: 700;
}

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

.div-block-294 {
  border: 1px dashed var(--dodger-blue);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 21px;
  display: flex;
}

.div-block-294._5 {
  flex-direction: column;
}

.text-block-189 {
  flex: 1;
  font-size: 16px;
  line-height: 45px;
}

.text-field-2 {
  width: 20%;
}

.heading-7, .heading-8 {
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-9 {
  font-weight: 400;
}

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

.choose-contratacao-type {
  background-color: #222233db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 58px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-295 {
  background-color: #fff;
  border-radius: 5px;
  min-width: 500px;
  padding: 50px 60px;
}

.link-11 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 50px;
  text-decoration: none;
}

.text-block-190 {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 120%;
}

.link-12 {
  border: 1px solid var(--forest-green-2);
  color: var(--forest-green-2);
  border-radius: 5px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
  display: block;
}

.link-12:hover {
  background-color: #0849970f;
}

.link-12._2 {
  background-color: var(--forest-green-2);
  color: #fff;
}

.link-12._2:hover {
  background-color: #093973;
}

.info-primaria {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 50px;
}

.grid-71 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.text-block-191 {
  color: #0849976b;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
}

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

.vpf-wrapper {
  margin-bottom: 25px;
  padding: 0;
}

.div-block-296 {
  margin-bottom: 25px;
  display: flex;
}

.text-block-189-copy {
  flex: 1;
  padding-right: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-189-copy._890 {
  margin-bottom: 25px;
}

.checkbox-field {
  flex: 1;
  display: flex;
}

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

.text-block-192 {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.text-block-193 {
  line-height: 45px;
}

.div-block-297 {
  display: flex;
}

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

.div-block-298, .div-block-297-copy {
  display: flex;
}

.div-block-299 {
  border-style: none none dashed;
  border-width: 1px;
  border-color: var(--dodger-blue);
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-299._500 {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-300 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 50px;
}

.text-block-194 {
  border: 1px dashed var(--lines);
  background-color: #a0aec033;
  border-radius: 5px;
  padding: 30px;
}

.termos-do-contrato {
  background-color: #222233de;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 47px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-301 {
  background-color: #fff;
  border-radius: 5px;
  min-width: 650px;
  padding: 50px;
}

.text-block-195 {
  margin-bottom: 25px;
  font-size: 23px;
}

.grid-73 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.form-4 {
  font-size: 16px;
}

.body {
  font-family: Barlow, sans-serif;
}

.nav-mutuario {
  border-bottom: 1px solid var(--lines);
}

.shadowx {
  height: 100px;
}

.navbar {
  background-color: #fff;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px 2px #00000005;
}

.contain {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.nav-link {
  margin-left: 35px;
  padding: 0;
  font-size: 16px;
  line-height: 100px;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.brand-2 {
  background-image: url('../images/flex-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
}

.section-3 {
  min-height: 700px;
  padding: 55px 0 200px;
}

.div-block-302 {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.div-block-303 {
  align-items: center;
  font-size: 24px;
  display: flex;
}

.div-block-304 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 40px;
}

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

.grid-74._2 {
  grid-template-columns: .75fr 2.25fr 1fr;
}

.grid-74._4 {
  grid-template-columns: .75fr 1fr 1fr 1fr;
}

.text-block-196 {
  color: var(--black);
  text-align: right;
  font-size: 41px;
  line-height: 100%;
}

.text-block-197 {
  color: var(--black);
  font-size: 19px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-305 {
  align-items: center;
  display: flex;
}

.text-block-198 {
  font-size: 29px;
  line-height: 100%;
}

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

.div-block-155-copy._90 {
  padding-top: 35px;
}

.text-block-199 {
  color: var(--text-alt);
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 100%;
}

.tipo-de-compra-div {
  z-index: 1000;
  background-color: #222233b8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 53px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-306 {
  background-color: #fff;
  border-radius: 5px;
  max-width: 500px;
  padding: 50px 50px 35px;
}

.link-13 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px 20px 20px 35px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-13._5 {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
}

.text-block-200 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 120%;
}

.link-14 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 20px;
  text-decoration: none;
}

.text-block-201 {
  border: 2px dashed var(--borders);
  background-color: #c9d7f05c;
  border-radius: 5px;
  padding: 47px;
  font-size: 17px;
}

.div-block-307 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 50px;
}

.text-block-202 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-308 {
  border: 1px dashed var(--dark-slate-blue);
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 16px 35px;
  text-decoration: none;
  display: flex;
}

.div-block-309 {
  background-image: url('../images/PDF_file_icon.svg-p-800.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 100px;
}

.div-block-310, .div-block-311 {
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.div-block-312 {
  display: flex;
}

.text-block-203 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 5px;
  padding: 15px 35px;
}

.text-block-204 {
  color: #292929;
  font-size: 18px;
}

.div-block-313 {
  height: 350px;
}

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

.grid-75 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.text-block-205 {
  padding: 12px 35px;
  font-size: 17px;
  font-weight: 700;
}

.div-block-2-copy {
  border: 1px dashed var(--dark-slate-blue);
  text-align: left;
  background-color: #1a85211c;
  border-radius: 5px;
  min-width: 170px;
  max-width: 50%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.div-block-2-copy.submit {
  max-width: 100%;
  font-size: 16px;
}

.div-block-2-copy.submit._100 {
  margin-top: 50px;
}

.div-block-2-copy._1 {
  margin-right: 20px;
}

.div-block-2-copy.tyu {
  flex: 1;
  min-width: auto;
  max-width: 100%;
  display: flex;
}

.div-block-2-copy._50 {
  margin-bottom: 0;
}

.div-block-314 {
  margin-top: 35px;
}

.tab-pane {
  padding-top: 0;
}

.text-block-206 {
  color: #223;
  max-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-207 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-207.bold {
  color: #1a8521;
  font-weight: 500;
}

.text-block-207.negado {
  color: var(--forest-green);
  font-weight: 500;
}

.text-block-207.aprovado {
  color: var(--crimson);
  font-weight: 500;
}

.legenda-wrapper-2 {
  border-top: 1px solid #22223324;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.legenda-wrapper-2._300 {
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 0;
}

.div-block-315 {
  flex: 1;
  width: 70%;
  margin-left: 0;
  padding-left: 0;
}

.div-block-316 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: static;
}

.div-block-316._10 {
  margin-top: 25px;
  margin-bottom: 40px;
}

.select-field-2 {
  border: 1px solid var(--lines);
  color: #2d2d2d;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 50px;
  margin-bottom: 0;
  margin-right: 15px;
}

.text-block-208 {
  color: #223;
  max-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-209 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-209.bold {
  color: #1a8521;
  font-weight: 400;
}

.text-block-209.bold.red {
  color: #dc2f37;
  font-weight: 400;
}

.text-block-209.bold.yellow {
  color: var(--light-steel-blue);
}

.totais {
  background-color: #d2d8df;
  border-top: 1px solid #e5e5e5;
  margin-left: 0;
  padding: 20px 50px;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-210 {
  color: #223;
  max-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-210.wh {
  color: #223;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block-211 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-211.bold {
  color: #1a8521;
  font-weight: 400;
}

.text-block-211.bold.red {
  color: #dc2f37;
  font-weight: 400;
}

.text-block-211.bold.red._12 {
  color: #970007;
  font-size: 1.1rem;
  font-weight: 700;
}

.text-block-211.wh {
  color: #223;
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-317 {
  align-items: center;
  display: flex;
}

.text-block-212 {
  font-size: 17px;
}

.div-block-318 {
  padding-left: 20px;
}

.div-block-162 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 51px 51px 25px;
}

.dif-div-2 {
  border: 1px dashed #1a8521;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

.div-block-319 {
  padding-right: 20px;
}

.div-block-261 {
  padding-top: 25px;
}

.link-15 {
  border: 1px solid var(--lines);
  color: var(--black);
  text-align: center;
  background-color: #c9d7f03d;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px 10px;
  text-decoration: none;
  display: block;
}

.link-15:hover {
  background-color: var(--lines);
  color: var(--black);
}

.form-field-label-3 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-3.bold {
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
}

.parceiro-text-field-3 {
  color: #22223380;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.parceiro-text-field-3::placeholder {
  color: #9c9c9c;
}

.parceiro-text-field-3._60 {
  color: #2222338a;
  font-size: 1.5rem;
  font-weight: 400;
}

.parceiro-text-field-3.aprovado {
  color: #1a8521;
  font-weight: 400;
}

.parceiro-text-field-3.pendente {
  color: #e96a267a;
}

.parceiro-text-field-3.negado {
  color: var(--crimson);
}

.text-block-213 {
  color: #223;
  max-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-214 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-214.bold {
  color: #1a8521;
  font-weight: 400;
}

.text-block-214.bold.red {
  color: #dc2f37;
  font-weight: 400;
}

.section-4 {
  padding: 50px;
}

.div-block-320 {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.div-block-321 {
  background-image: url('../images/flex-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 80px;
}

.sobre-a-firma {
  border: 1px dashed var(--dark-slate-blue);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 15px;
}

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

.link-17 {
  border: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 5px;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

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

.grid-76._50 {
  margin-bottom: 35px;
}

.div-block-323 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 150px;
  padding: 38px 30px 25px;
  display: flex;
}

.text-block-215 {
  color: #00000054;
  margin-bottom: 15px;
  font-size: 17px;
}

.text-block-216 {
  color: var(--dark-slate-blue);
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-324 {
  margin-top: 50px;
}

.text-block-217 {
  color: #33333391;
  margin-bottom: 35px;
  font-size: 19px;
  font-weight: 400;
}

.div-block-325 {
  border: 1px solid var(--lines);
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 45px;
  height: 45px;
}

.div-block-326 {
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.text-block-218 {
  font-size: 30px;
  line-height: 120%;
}

.div-block-327 {
  background-color: #fff;
  border-radius: 5px;
  width: 70%;
  margin-bottom: 35px;
  padding: 40px;
}

.text-block-219 {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 600;
}

.text-block-220 {
  margin-bottom: 10px;
  font-size: 19px;
}

.link-18 {
  font-size: 12px;
}

.div-block-328 {
  margin-top: 25px;
  display: flex;
}

.link-19 {
  color: #c9c9c966;
  margin-right: 10px;
}

.button-4 {
  text-align: center;
  background-color: #084a98;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

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

.button-4.verde {
  background-color: #1a8521;
}

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

.text-block-221 {
  color: #223;
  max-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-329 {
  text-align: center;
  min-width: 170px;
  max-width: 200px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.div-block-330 {
  padding-left: 20px;
}

.heading-10.box {
  flex: 1;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.div-block-331 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 51px 51px 25px;
}

.div-block-332 {
  padding-right: 20px;
}

.link-20 {
  float: left;
  color: #2222337d;
  padding-right: 1.5rem;
  font-family: System main, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  position: relative;
  top: 2px;
}

.text-block-222 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-222.bold {
  color: #1a8521;
  font-weight: 400;
}

.text-block-222.processado {
  color: var(--forest-green);
}

.text-block-222.pendente {
  color: #e96a26b5;
}

.div-block-333 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-334 {
  padding-top: 25px;
}

.form-field-label-4 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-4.bold {
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
}

.parceiro-text-field-4 {
  color: #22223380;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.parceiro-text-field-4::placeholder {
  color: #9c9c9c;
}

.totais-2 {
  background-color: #d2d8df;
  border-top: 1px solid #e5e5e5;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-223 {
  color: #223;
  max-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-223.wh {
  color: #223;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block-224 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-224.bold {
  color: #1a8521;
  font-weight: 400;
}

.text-block-224.bold.wh {
  color: #0f3c5e;
}

.text-block-224.wh {
  color: #223;
  font-size: 1.1rem;
  font-weight: 400;
}

.button-5 {
  text-align: center;
  background-color: #084a98;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-5:hover {
  background-color: #1a5785;
}

.button-5.verde {
  background-color: #1a8521;
}

.button-5.verde:hover {
  background-color: #106116;
}

.button-5.cobrar {
  background-color: var(--dark-slate-blue-2);
  color: var(--black);
  border: 1px solid #dcdcdc;
}

.button-5.cobrar:hover {
  border-color: var(--dark-slate-blue);
}

.div-block-335 {
  margin-top: 50px;
}

.cobra-div {
  z-index: 1000;
  background-color: #222233b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 41px;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-6 {
  background-color: #fff;
  border-radius: 5px;
  min-width: 500px;
  max-width: 600px;
  padding: 50px;
}

.div-block-336 {
  margin-bottom: 35px;
}

.form-field-label-5 {
  color: #000;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.form-fiield-2 {
  background-color: #f8f8f833;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 35px;
  font-size: 17px;
  transition: all .1s;
}

.form-fiield-2:hover {
  background-color: #fff;
}

.form-fiield-2:focus {
  background-color: #fff;
  border-color: #1675bd;
}

.form-fiield-2::placeholder {
  color: #9c9c9c;
}

.button-6 {
  text-align: center;
  background-color: #00496f;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.button-6:hover {
  background-color: #1a5785;
}

.button-6.bx:hover {
  background-color: #04264e;
}

.text-block-225 {
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 100%;
}

.link-21 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 15px 35px;
  text-decoration: none;
}

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

.checkbox-label {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 20px;
}

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

.div-block-338 {
  flex: 1;
  width: 70%;
  margin-left: 0;
  padding-left: 0;
}

.div-block-339 {
  padding-top: 25px;
}

.div-block-339._2 {
  padding-top: 0;
}

.div-block-258 {
  margin-right: 25px;
}

.text-block-166 {
  color: #1a8521;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-340 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: static;
}

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

.select-field-3 {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 15px;
}

.text-block-226 {
  color: #223;
  max-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.text-block-227 {
  color: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-227.bold {
  color: #1a8521;
  font-weight: 400;
}

.form-field-label-6 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.form-field-label-6.bold {
  color: #000;
  margin-bottom: 5px;
  font-weight: 400;
}

.parceiro-text-field-5 {
  color: #22223380;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
}

.parceiro-text-field-5::placeholder {
  color: #9c9c9c;
}

.div-block-341 {
  display: flex;
}

.div-block-342 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 50px;
  display: flex;
}

.div-block-343 {
  width: 30%;
  height: 300px;
  position: relative;
}

.div-block-344 {
  width: 70%;
  padding-left: 50px;
}

.image-3 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.div-block-345 {
  margin-bottom: 50px;
}

.text-block-228 {
  margin-bottom: 35px;
  font-size: 19px;
  font-weight: 500;
}

.text-block-228._9 {
  margin-bottom: 5px;
}

.div-block-342-copy {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 50px;
  display: flex;
}

.div-block-346 {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

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

.div-block-348 {
  width: 20%;
}

.div-block-348._8 {
  text-align: center;
}

.tipo-de-producao {
  z-index: 1000;
  background-color: #222233b8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 53px;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-22 {
  border: 1px solid var(--forest-green);
  color: var(--forest-green);
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 17px;
  text-decoration: none;
  display: block;
}

.link-22:hover {
  background-color: var(--forest-green);
  color: var(--white);
}

.div-block-236-copy {
  text-align: center;
  border: 1px #e5e5e5;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 0;
  display: flex;
  position: static;
}

.div-block-236-copy._500 {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

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

.link-block-16 {
  border: 1px solid var(--lines);
  color: #434343;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  text-decoration: none;
}

.div-block-349 {
  height: 200px;
  position: relative;
}

.image-4 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.text-block-229 {
  background-color: var(--forest-green);
  color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
  position: absolute;
  inset: 10px auto auto 10px;
}

.text-block-229.no-nego {
  background-color: var(--royal-blue);
}

.div-block-350 {
  height: 110px;
  margin-bottom: 10px;
  padding-top: 15px;
}

.text-block-230 {
  max-height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
}

.text-block-231 {
  color: #4343438c;
  margin-bottom: 10px;
}

.text-block-232 {
  font-weight: 500;
}

.text-block-233 {
  border: 1px solid var(--royal-blue);
  text-align: center;
  border-radius: 5px;
  line-height: 40px;
}

.text-block-233:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.text-block-233.pop {
  border-color: var(--lines);
  background-color: var(--main-bg);
}

.text-block-233.pop:hover {
  color: #000;
  text-decoration: underline;
}

.div-block-351 {
  justify-content: center;
  margin-bottom: 25px;
  padding-top: 80px;
  display: flex;
}

.link-block-17 {
  color: #121212;
  width: 200px;
  text-decoration: none;
}

.div-block-352 {
  padding-top: 25px;
}

.div-block-352._2 {
  padding-top: 0;
}

.text-block-234 {
  margin-bottom: 15px;
}

.text-block-234._34 {
  margin-bottom: 35px;
}

.div-block-353 {
  width: 60px;
  height: 50px;
}

.image-5 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.tipo-de-carregamento {
  z-index: 1000;
  background-color: #222233b8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 53px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-354 {
  border: 1px solid var(--lines);
  background-color: var(--white);
  border-radius: 5px;
  width: 60%;
  padding: 50px;
}

.div-block-355 {
  border: 1px dashed var(--forest-green);
  background-color: #1a852114;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 25px 25px 15px;
}

.text-block-235 {
  font-size: 17px;
}

.div-cn {
  margin-bottom: 35px;
}

.div-block-356 {
  background-image: url('../images/multicaixa-100.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
  margin-bottom: 25px;
}

.div-block-356._2 {
  background-image: url('../images/Visa-mastercard-Logo.jpg');
}

.valor-wrapper {
  margin-bottom: 35px;
}

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

.div-block-357._7 {
  margin-bottom: 35px;
}

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

.div-block-359 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.text-block-236 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

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

.div-block-360 {
  border: 1px dashed var(--light-steel-blue);
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 15px;
}

.div-block-360._0 {
  background-color: #ededed;
  border-style: none;
}

.text-block-237 {
  margin-bottom: 25px;
  font-weight: 500;
}

.carga-txt {
  border: 1px dashed var(--forest-green);
  color: #22223378;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 3px;
  padding: 6px;
  font-size: 17px;
  line-height: 120%;
}

.carga-txt::placeholder {
  color: #9c9c9c;
}

.carga-txt.green {
  color: #33b93c;
}

.carga-txt.red {
  color: #d23939;
}

.carga-txt._60 {
  font-size: 1.5rem;
  font-weight: 700;
}

.carga-txt.serve {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 20px;
  display: inline-block;
}

.carga-txt.serve.vencedor {
  background-color: #57b95d;
}

.div-block-361 {
  padding-left: 0;
}

.div-block-362 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.link-23 {
  border: 1px solid var(--light-steel-blue);
  color: #2a2a2a;
  border-radius: 5px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  text-decoration: none;
}

.div-transporte {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 50px;
  display: flex;
}

.div-block-363 {
  flex-flow: row;
  margin-bottom: 35px;
  display: flex;
}

.div-block-364 {
  padding-left: 25px;
}

.text-block-238 {
  margin-bottom: 5px;
  font-size: 18px;
}

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

.text-block-239 {
  color: #3333338a;
  font-style: italic;
}

.div-block-366 {
  background-color: #fff;
  flex-flow: column;
  max-width: 400px;
  min-height: 350px;
  padding: 35px;
  display: flex;
}

.div-block-367 {
  float: left;
  width: 100%;
  height: 100%;
}

.div-block-368 {
  float: right;
  width: 100%;
  height: 100%;
}

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

.contain-confirm {
  width: 60%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-369 {
  background-color: #f2f2f2;
  background-image: url('../images/images__3_-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  border-radius: 5px;
  min-height: 250px;
  margin-bottom: 25px;
}

.tabs-2 {
  margin-top: 50px;
}

.text-block-240 {
  text-align: center;
  font-size: 10px;
}

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

.paragraph {
  margin-bottom: 41px;
}

.tablink-2 {
  background-color: #fff0;
  border: 1px #c3c3c3;
  border-radius: 5px;
  margin-right: 15px;
  padding: 0 0 15px;
}

.tablink-2.w--current {
  border-color: var(--royal-blue);
  background-color: #fff0;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-radius: 0;
}

.tabs-3 {
  padding-top: 25px;
}

.local-de-entrega {
  width: 50%;
  margin-bottom: 25px;
  padding-top: 0;
  display: none;
}

.local-de-entrega._2 {
  padding-top: 0;
}

.kilo-e-end {
  z-index: 1000;
  background-color: #000000b3;
  padding: 113px 50px 50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-371 {
  background-color: #fff;
  border-radius: 5px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.local---90 {
  width: 100%;
  margin-bottom: 25px;
  padding-top: 0;
  display: block;
}

.local---90._2 {
  padding-top: 0;
}

.tabs-4, ._78 {
  margin-top: 50px;
}

.link-24 {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-24._5 {
  background-color: var(--royal-blue);
  color: var(--white);
}

.div-block-372 {
  margin-bottom: 50px;
}

.text-block-241 {
  color: #38a551;
}

.grid-46 {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 60%;
}

.grid-46._7 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-46._8 {
  width: 100%;
}

.div-block-373 {
  background-color: #1d4380;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-block-242 {
  color: #ffffffb0;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 120%;
}

.text-block-243 {
  color: #ffffff94;
  font-size: 18px;
  font-weight: 300;
}

.contain-master {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-374 {
  margin-bottom: 35px;
}

.div-block-375 {
  background-color: #c9d7f078;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 130px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-244 {
  color: #fff;
  font-family: System main, sans-serif;
  font-size: 26px;
}

.div-block-376 {
  padding-left: 10px;
}

.text-block-245 {
  color: #fff;
  font-size: 33px;
  line-height: 100%;
}

.text-block-246 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 120%;
}

.section-7 {
  background-image: linear-gradient(95deg, #002574, #10183fc2), url('../images/Background_1000.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 300px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-377 {
  display: flex;
}

.div-block-378 {
  flex: 1;
  padding-left: 25px;
}

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

.link-block-18 {
  color: #272727;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 130px;
  padding: 22px;
  text-decoration: none;
  display: flex;
}

.text-block-247 {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-family: System main, sans-serif;
  font-size: 27px;
}

.text-block-248 {
  line-height: 120%;
}

.form-7 {
  padding-top: 0;
}

.div-block-12-copy {
  flex: 1;
  width: 100%;
  margin-bottom: 35px;
  margin-left: 0;
  padding-left: 0;
}

.div-block-379 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.div-block-380 {
  border: 1px solid var(--lines);
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 100px;
  height: 100px;
}

.div-block-380._3 {
  background-image: url('../images/product-placeholder-1.jpeg');
}

.div-block-381 {
  padding-left: 25px;
}

.text-block-249 {
  font-size: 23px;
  line-height: 120%;
}

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

.div-block-382 {
  border-bottom: 1px dashed var(--lines);
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-250 {
  font-weight: 500;
}

.text-block-251 {
  color: var(--text-alt);
  font-size: 15px;
}

.text-block-251._4 {
  color: var(--black);
  font-weight: 700;
}

.div-block-383 {
  background-image: url('../images/flex-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 50px;
  margin-bottom: 35px;
}

.div-block-384 {
  width: 150px;
  margin-top: 25px;
}

.div-block-385 {
  justify-content: space-between;
  display: flex;
}

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

.div-block-386._5 {
  padding-top: 0;
}

.div-block-387 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-252 {
  font-size: 21px;
  font-weight: 500;
}

.grid-46-copy {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.text-block-253 {
  font-size: 24px;
}

.div-block-267 {
  height: 50px;
  line-height: 50px;
}

.div-block-267._0 {
  margin-top: 20px;
}

.div-block-444 {
  padding-top: 25px;
}

.div-block-263 {
  background-color: #fff;
  border-right: 1px solid #c9d7f0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  flex: none;
  width: 320px;
  height: auto;
  padding: 60px 35px 30px 50px;
}

.text-block-171 {
  text-align: center;
  background-color: #eef1f7;
  border-bottom: 1px solid #c9d7f0;
  border-right: 1px solid #c9d7f0;
  flex: none;
  width: 200px;
}

.text-block-172 {
  text-align: center;
  width: 100%;
  padding-left: 10px;
}

.text-block-172.no-b {
  font-weight: 400;
}

.tab-link-tab-6 {
  background-color: #c9d7f0b0;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tab-link-tab-6.w--current {
  color: #fff;
  background-color: #2e6bcc;
}

.tab-link-tab-6._2 {
  margin-bottom: 0;
  margin-right: 10px;
}

.page-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
}

.page-h1.sub {
  color: #091426;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
}

.tabs-menu-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-254 {
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-255 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 100%;
}

.text-block-256 {
  color: #7c7c7c;
  font-size: 19px;
}

.div-block-445 {
  margin-bottom: 35px;
}

.div-block-269 {
  border-bottom: 1px solid #c9d7f0;
  flex: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: flex;
}

.div-block-269._12 {
  height: 30px;
  line-height: 30px;
}

.div-block-269.red {
  color: #d13232;
}

.div-block-269.verde {
  color: #1a8521;
  border-bottom-color: #c9d7f0;
}

.div-block-268 {
  padding-left: 20px;
  line-height: 30px;
}

.quadro-wrapper {
  display: flex;
}

.div-block-446 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 105px;
  padding: 14px 20px;
  display: flex;
}

.dados {
  width: 30%;
  padding-left: 25px;
}

.dados._7 {
  width: 100%;
  padding-top: 25px;
  padding-left: 0;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.grafico {
  
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 300px;
}

.grafico._7 {
  
  width: 100%;
  height: 400px;
}

.grafico._2 {
  
}

.div-block-266 {
  border-bottom: 1px #e5e5e5;
  height: 60px;
  line-height: 60px;
  display: flex;
}

.section-data {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

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

.div-block-272 {
  display: flex;
}

.div-block-272._7 {
  flex-flow: column;
}

.div-block-262 {
  padding-top: 0;
}

.text-block-170 {
  color: #333333b5;
  font-size: 15px;
}

.grid-48 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.grid-48._4 {
  margin-top: 25px;
}

.div-block-270 {
  border-bottom: 1px #e5e5e5;
  display: flex;
}

.div-block-270._20 {
  margin-top: 20px;
}

.div-block-264 {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 1;
  padding: 0 30px 0 0;
  overflow: auto;
}

.div-block-447 {
  padding-top: 25px;
}

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

.text-block-257 {
  color: var(--light-steel-blue);
  font-size: 21px;
  font-weight: 500;
}

.text-block-258 {
  color: var(--text-alt);
  font-size: 19px;
}

.main-lead-content {
  border-bottom: 1px solid var(--lines);
  color: #fff;
  background-color: #c9d7f04a;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.relatorio-main-div {
  background-color: #fff;
  width: 100%;
  padding: 50px 70px;
}

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

.text-block-259 {
  float: left;
  width: 15%;
}

.text-block-259._3 {
  color: var(--black);
  width: 56%;
  padding-left: 10px;
}

.text-block-259._30 {
  color: var(--black);
  width: 22%;
}

.heading-12 {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 400;
}

.reuni-content {
  border-bottom: 1px dashed var(--light-steel-blue);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.logo-relatorio {
  float: left;
  background-image: url('../images/legoo-ori.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

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

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

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 2.5rem;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 1.75rem;
  }

  .link {
    padding-top: 0;
    line-height: 1.2;
  }

  .card-item.img {
    flex: none;
  }

  .div-block-4 {
    width: 50px;
    height: 50px;
  }

  .legenda-wrapper {
    display: none;
  }

  .form-right-side, .form-left-side {
    padding-left: 25px;
    padding-right: 25px;
  }

  .top-bar {
    margin-left: 0;
  }

  .h3-head {
    display: none;
  }

  .head-4 {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .filters-flex {
    margin-right: -15px;
  }

  .div-block-236 {
    padding: 25px 0;
  }

  .div-block-239 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .h3-main {
    font-size: 1.75rem;
  }

  .status-line {
    top: -25px;
  }

  .div-block-211 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-2 {
    display: block;
  }

  .egg-c {
    background-image: url('../images/Fiinika-logo_STOCK-COMPRAS.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
  }

  .dropdown-list {
    background-color: #dbbfbf;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link.w--current {
    color: #333;
    font-weight: 700;
  }

  .section-sicon {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shadowx, .navbar {
    height: 80px;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link, .nav-link.w--current {
    color: #fff;
  }

  .brand-2 {
    width: 150px;
    height: 80px;
  }

  .section-3 {
    padding: 50px 0;
  }

  .legenda-wrapper-2 {
    display: none;
  }

  .div-block-316 {
    padding: 25px;
  }

  .section-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-320 {
    margin-bottom: 35px;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .link-20 {
    line-height: 1.2;
  }

  .div-block-340, .div-block-236-copy {
    padding: 25px;
  }

  .div-block-354, .contain-confirm, .grid-46 {
    width: 100%;
  }

  .contain-master {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-377 {
    flex-flow: column;
  }

  .div-block-378 {
    padding-top: 25px;
    padding-left: 0;
  }

  .grid-46-copy, .grid-21 {
    grid-template-columns: 1fr;
  }

  .menu-button {
    height: 80px;
    padding-top: 27px;
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
  }

  .nav-menu {
    background-color: #04123b;
    width: 70%;
    height: 100vh;
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }

  h5, p {
    font-size: 1.125rem;
  }

  .heading {
    font-size: 1.75rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .heading-3 {
    font-size: 1.375rem;
  }

  .link {
    padding-right: 1rem;
    line-height: 1;
  }

  .top-bar {
    margin-left: 0;
  }

  .h3-head {
    display: none;
  }

  .h3-main {
    font-size: 1.375rem;
  }

  .material-icons {
    padding-top: 11px;
  }

  .status-line {
    top: -26px;
  }

  .div-block-211 {
    width: 100%;
  }

  .form-block-5 {
    min-width: 100%;
  }

  .egg-c {
    width: 200px;
  }

  .heading-10 {
    font-size: 1.5rem;
  }

  .link-20 {
    padding-right: 1rem;
    line-height: 1;
  }

  .div-block-359._800 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .contain-confirm {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .contain-master {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2.box {
    margin-bottom: 0;
    font-size: 24px;
  }

  .button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button.bx {
    margin-top: 12px;
  }

  .div-block-2 {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-2._1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-2._5 {
    min-width: 150px;
    max-width: 150px;
  }

  .div-block-2._7 {
    min-width: 40%;
    max-width: 50%;
    margin-bottom: 0;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .header-back-wrapper.buttonx._7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .div-block-3._6 {
    flex: none;
    width: 100%;
  }

  .div-block-3._6._000 {
    margin-bottom: 35px;
  }

  .card-principal._2 {
    margin-top: 35px;
  }

  .card-wrapper {
    height: auto;
    padding: 15px;
  }

  .card-wrapper._0._58 {
    flex-flow: column;
    height: auto;
  }

  .card-item.img {
    padding-left: 0;
  }

  .card-item.data-1 {
    width: 100%;
  }

  .card-item.data-1.x {
    width: 100%;
    margin-bottom: 3px;
  }

  .card-item.data-1.x._10 {
    width: 100%;
  }

  .card-item.icon {
    justify-content: flex-start;
    width: 15%;
  }

  .card-item.name._4 {
    padding-left: 0;
  }

  .side-a {
    flex-direction: column;
    flex: none;
    width: 100%;
  }

  .side-b {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }

  .side-b._123 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-a-1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-3 {
    margin-bottom: .3rem;
  }

  .text-block-3.bold {
    width: 100%;
    font-size: .9rem;
    font-weight: 400;
  }

  .form-field-label {
    font-size: .9rem;
  }

  .form.round-corners._10 {
    flex-direction: column;
  }

  .form-left-side {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .div-block-145 {
    width: 30px;
    height: 30px;
  }

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

  .div-block-148 {
    height: auto;
    padding: 20px;
  }

  .text-block-8 {
    font-size: 40px;
  }

  .heading-6 {
    margin-bottom: 0;
  }

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

  .grid-3._700 {
    grid-template-columns: 1fr;
  }

  .head-4 {
    font-size: 1.2rem;
    font-weight: 400;
  }

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

  .shadow {
    height: 90px;
  }

  .div-block-154._500.u, .div-block-154._500._7, .div-block-12 {
    width: 100%;
  }

  .filters-flex {
    flex-flow: column;
    margin-right: 0;
  }

  .filters-flex._5000, .filters-flex._6 {
    margin-right: 0;
  }

  .search-no-filtro {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .select-field {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .apagar-div {
    min-width: 150px;
    max-width: 160px;
  }

  .form-field-label-2.bold {
    font-size: .9rem;
  }

  .card-wrapper-2 {
    flex-direction: column;
    height: auto;
    margin-bottom: 25px;
    padding: 20px 15px;
  }

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

  .parceiro-text-field-2 {
    font-size: 15px;
  }

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-3.bx {
    margin-top: 12px;
  }

  .parceiro-info-seperator-2 {
    margin-bottom: 20px;
  }

  .div-block-165 {
    padding-left: 0;
  }

  .text-block-156 {
    font-size: 2.1rem;
  }

  .form-left-side-3 {
    padding: 30px;
  }

  .div-block-236 {
    flex-flow: column;
    margin-bottom: 35px;
    padding: 0;
  }

  .text-block-158 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-239 {
    flex-flow: column;
  }

  .div-block-241 {
    padding-left: 0;
  }

  .forneces {
    width: 150px;
    height: 150px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .confirmed-line {
    height: 100%;
  }

  .status-content-wrapper {
    flex-direction: row;
    height: 30px;
  }

  .center-text {
    margin-top: 2px;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
    height: 100%;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .div-block-248._6 {
    display: none;
  }

  .div-block-250 {
    padding: 40px 25px 25px;
  }

  .div-block-250.confirmado {
    padding: 35px 26px 26px;
  }

  .text-block-162._15 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .text-block-162._70, .radio-button-field {
    width: 100%;
  }

  .radio-button {
    width: 15%;
    height: 20px;
    margin-left: -28px;
  }

  .radio-button-label {
    padding-top: 3px;
    padding-left: 0;
  }

  .div-block-253 {
    flex-direction: column;
  }

  .prod-do-forn-wrapper {
    flex-direction: column;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .pre-uni {
    width: 100%;
    margin-bottom: 5px;
  }

  .section-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-211 {
    max-width: 100%;
  }

  .form-block-5 {
    padding: 40px 30px;
  }

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

  .fiinika-ana.stock {
    width: 120px;
    height: 60px;
  }

  .div-block-285 {
    border-bottom: 1px dashed #dfdfdf;
    flex-direction: column;
    margin-bottom: 25px;
    padding-bottom: 17px;
  }

  .div-block-286 {
    width: 100%;
    padding-left: 0;
  }

  .qtd, ._22-5 {
    width: 100%;
  }

  .tablink {
    margin-right: 10px;
  }

  .div-block-259 {
    min-width: 150px;
    max-width: 160px;
  }

  .egg-c {
    height: 40px;
  }

  .dropdown-list.w--open {
    width: 150px;
    left: -60px;
  }

  .text-block-186 {
    display: none;
  }

  .section-sicon {
    justify-content: flex-start;
    align-items: center;
    padding-top: 114px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-3 {
    padding-top: 40px;
  }

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

  .grid-74._2 {
    grid-template-columns: .75fr;
  }

  .text-block-196 {
    text-align: left;
    font-size: 33px;
  }

  .text-block-197 {
    flex: 1;
    margin-bottom: 10px;
  }

  .text-block-198 {
    margin-top: 3px;
    font-size: 25px;
  }

  .text-block-199 {
    margin-bottom: 20px;
  }

  .div-block-306 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-13 {
    text-align: center;
    padding-left: 20px;
  }

  .div-block-2-copy {
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .div-block-2-copy._1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-2-copy._5 {
    min-width: 150px;
    max-width: 150px;
  }

  .text-block-207 {
    margin-bottom: .3rem;
    font-size: .9rem;
  }

  .text-block-207.bold {
    font-size: .9rem;
  }

  .div-block-316 {
    padding: 15px;
  }

  .text-block-209, .text-block-211 {
    margin-bottom: .3rem;
  }

  .div-block-318 {
    padding-left: 0;
  }

  .div-block-162 {
    padding: 40px 30px 30px;
  }

  .div-block-319 {
    padding-right: 0;
  }

  .text-block-214 {
    margin-bottom: .3rem;
  }

  .div-block-328 {
    flex-flow: column;
  }

  .button-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .div-block-329 {
    min-width: 150px;
    max-width: 160px;
  }

  .div-block-330 {
    padding-left: 0;
  }

  .heading-10.box {
    margin-bottom: 0;
    font-size: 25px;
  }

  .div-block-331 {
    padding: 40px 30px 30px;
  }

  .link-20 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-block-222 {
    margin-bottom: .3rem;
  }

  .div-block-333._6 {
    flex: none;
    width: 100%;
  }

  .text-block-224 {
    margin-bottom: .3rem;
  }

  .button-5, .button-6 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-6.bx {
    margin-top: 12px;
  }

  .div-block-340 {
    padding: 15px;
  }

  .text-block-227 {
    margin-bottom: .3rem;
  }

  .div-block-236-copy {
    margin-bottom: 35px;
    padding: 15px;
  }

  .tipo-de-carregamento {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-354 {
    padding: 35px 15px;
  }

  .div-block-357 {
    margin-bottom: 15px;
  }

  .div-block-360 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-369 {
    background-size: 80px;
    min-height: 250px;
  }

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

  .link-24._5 {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-245 {
    font-size: 26px;
  }

  .section-7 {
    padding-bottom: 74px;
  }

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

  .text-block-249 {
    font-size: 21px;
  }

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

  .div-block-385 {
    flex-flow: column;
  }

  .text-block-252 {
    color: #33333394;
    font-size: 19px;
  }

  .grid-46-copy {
    grid-template-columns: 1fr;
  }

  .div-block-267 {
    height: 30px;
    line-height: 30px;
  }

  .div-block-263 {
    width: auto;
    padding-left: 35px;
    padding-right: 25px;
  }

  .text-block-171 {
    width: 150px;
  }

  .page-h1 {
    margin-left: 5px;
    font-size: 23px;
  }

  .page-h1.sub {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .tabs-menu-3 {
    overflow: auto;
  }

  .text-block-254 {
    margin-bottom: 5px;
  }

  .text-block-256 {
    font-size: 16px;
  }

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

  .div-block-269 {
    width: 150px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .dados {
    width: 100%;
    padding-left: 0;
  }

  .heading-11 {
    font-size: 14px;
    line-height: 25px;
  }

  .grafico._2 {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
  }

  .section-data {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-272 {
    flex-flow: column;
  }

  .text-block-170 {
    font-size: 14px;
  }

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

  .text-block-258 {
    font-size: 16px;
  }

  .main-lead-content {
    display: none;
  }

  .relatorio-main-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-259._3 {
    width: 100%;
    padding-left: 0;
  }

  .text-block-259._30 {
    width: 100%;
  }

  .heading-12 {
    font-size: 1.3rem;
  }

  .reuni-content {
    flex-flow: column;
    display: flex;
  }

  .div-block-449 {
    width: 100%;
  }

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

  .nav-menu {
    width: 90%;
  }

  .tabs-menu-4 {
    display: flex;
    overflow: hidden;
  }

  .tabs-menu-5 {
    display: flex;
  }

  .tabs-menu-6 {
    display: flex;
    overflow: hidden;
  }

  .tabs-menu-7 {
    display: flex;
  }

  .tabs-menu-8, .tabs-menu-9 {
    display: flex;
    overflow: hidden;
  }

  .tabs-menu-10 {
    display: flex;
  }

  .tabs-menu-11 {
    display: flex;
    overflow: hidden;
  }
}

#w-node-_82138484-68aa-8b92-48a9-ea6096f5be9f-5fa960fa, #w-node-e4fcf541-5342-3faa-9d14-ed830471cdf4-5fa960fa, #w-node-c764d0ca-aaea-60c1-de30-3a986838cc96-5fa960fa, #w-node-a6151fea-c59b-c2ed-9630-848820888588-5fa960fa, #w-node-_2769df83-aca4-361b-70d2-fe792efc3cad-5fa960fa, #w-node-_15c14306-51d4-3148-532f-dba5bbc21587-5fa960fa, #w-node-_63c157a3-7e8c-8686-cdec-79b0634f82d6-5fa9618d, #w-node-_51340b03-c6bd-2e7c-4eeb-03187ee3a61d-a0d3519c, #w-node-db501e50-cd25-c27e-41d4-8eed61093056-a0d3519c, #w-node-_841925b4-2afd-1707-155f-818aec5feee2-ec06a4ed, #w-node-_841925b4-2afd-1707-155f-818aec5feee7-ec06a4ed, #w-node-_841925b4-2afd-1707-155f-818aec5feeea-ec06a4ed, #w-node-_63c157a3-7e8c-8686-cdec-79b0634f82d6-36baeede, #w-node-_950d5f89-a4a8-0789-be4c-edbc184a49c7-d16357d3, #w-node-_950d5f89-a4a8-0789-be4c-edbc184a49cd-d16357d3, #w-node-_950d5f89-a4a8-0789-be4c-edbc184a49d3-d16357d3, #w-node-_950d5f89-a4a8-0789-be4c-edbc184a49d9-d16357d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Full icons';
  src: url('../fonts/full-icons.eot') format('embedded-opentype'), url('../fonts/full-icons.woff') format('woff'), url('../fonts/full-icons.ttf') format('truetype'), url('../fonts/full-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'System main';
  src: url('../fonts/system-main.eot') format('embedded-opentype'), url('../fonts/system-main.woff') format('woff'), url('../fonts/system-main.ttf') format('truetype'), url('../fonts/system-main.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}