.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

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

body {
  color: #333;
  background-color: #f0f0f0;
  font-family: PT Sans, 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: #223;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #223;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: #223;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #223;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: #223;
  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 {
  width: 300px;
  height: 100vh;
  max-width: 300px;
  min-width: 300px;
  background-color: #fff;
  border-right: 1px solid rgba(160, 174, 192, .21);
  position: relative;
}

.content-wrapper {
  height: 100vh;
  margin-left: 300px;
  padding-bottom: 50px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  height: 70px;
  max-width: 170px;
  background-image: url('../images/SICON_compras-e-stock.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

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

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

.text {
  color: #333;
  margin-bottom: 1rem;
}

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

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

.text.white {
  color: #fff;
}

.heading {
  color: #223;
}

.heading-2.box {
  font-size: 33px;
  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: #223;
}

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

.button.icon {
  background-color: #084997;
  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 {
  color: #a0aec0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a0aec0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 50px;
}

.button.icon.red.dist:hover {
  color: #fff;
  background-color: #dc2f37;
  border-style: none;
}

.button.icon.green {
  background-color: #1a8521;
}

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

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

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

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

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

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

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

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

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

.link {
  float: left;
  color: rgba(34, 34, 51, .49);
  padding-right: 1.5rem;
  font-family: System main, sans-serif;
  font-size: 33px;
  line-height: 33px;
  text-decoration: none;
  display: block;
}

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

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

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

.card-item {
  height: 100%;
}

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

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

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

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

.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 {
  width: 20%;
  color: #d13232;
  justify-content: center;
  align-items: center;
  font-family: Full icons, sans-serif;
  font-size: 1.5rem;
  display: flex;
}

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

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

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

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

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

.text-block {
  max-height: 50px;
  color: #223;
  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;
}

.text-block-3 {
  color: rgba(34, 34, 51, .72);
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-3.cancelado {
  color: #d13232;
  font-weight: 400;
}

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

.text-block-3.solicitado {
  color: rgba(34, 34, 51, .38);
  font-weight: 400;
}

.text-block-3.aprovado {
  color: #4094d4;
  font-weight: 400;
}

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

.text-block-3.respondido {
  color: #e96a26;
  font-weight: 400;
}

.text-block-3.red {
  color: #dc2f37;
}

.text-block-3.bold {
  color: rgba(0, 0, 0, .72);
  font-weight: 700;
}

.legenda-wrapper {
  border-top: 1px solid rgba(34, 34, 51, .24);
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.txt {
  color: rgba(34, 34, 51, .35);
  font-size: 13px;
  font-weight: 700;
}

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

.nav-lin:hover {
  background-color: rgba(8, 73, 151, .03);
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  background-color: rgba(8, 73, 151, .03);
  border-left: 4px solid #084997;
}

.nav-lin.log-out {
  color: #a0aec0;
}

.nav-lin.log-out:hover {
  color: #d55a5a;
  background-color: rgba(0, 0, 0, 0);
}

.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: rgba(34, 34, 51, .86);
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.div-block {
  flex: 1;
}

.photo-upload-input-field {
  height: 170px;
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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::-ms-input-placeholder {
  color: #9c9c9c;
}

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

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

.test-form-block.zero-padding-all {
  height: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 0;
}

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

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

.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 {
  height: 45px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  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 {
  background-color: rgba(248, 248, 248, .23);
  border-radius: 4px;
  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 {
  margin-bottom: 10px;
}

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

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

.button-2.gray:hover {
  color: #fff;
  background-color: #449e47;
  border-color: rgba(0, 0, 0, 0);
}

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

.button-2.success-continue-copy {
  background-color: rgba(0, 0, 0, .18);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.button-2.success-continue-copy:hover {
  background-color: rgba(0, 0, 0, .32);
}

.button-2.success-continue-copy.ok {
  color: #05b32e;
  background-color: rgba(0, 0, 0, 0);
  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;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

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

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

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

.success-flex {
  display: flex;
}

.form-fiield {
  height: 45px;
  background-color: rgba(248, 248, 248, .28);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

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

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

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

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

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

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

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

.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;
  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;
  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: rgba(240, 240, 240, .75);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-upload-input-wrapper {
  min-height: 170px;
  border-bottom: 1px solid #e0e2e7;
  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 {
  height: 130px;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

.div-block-142 {
  background-color: rgba(228, 228, 228, .92);
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px;
  display: flex;
}

.fomr-alt-text {
  width: 80%;
  flex: 1;
  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 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.div-block-145 {
  width: 50px;
  height: 50px;
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  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 {
  height: 200px;
  background-color: #fff;
  border: 1px solid rgba(229, 229, 229, .75);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 35px 25px;
}

.text-block-8 {
  color: #084997;
  font-size: 35px;
  font-weight: 400;
  line-height: 70px;
}

.text-block-8.logs {
  color: #4094d4;
}

.text-block-8.concl {
  color: #1a5785;
}

.text-block-8.il {
  color: #58cddf;
}

.text-block-8.gree {
  color: #1a8521;
}

.text-block-8.ree {
  color: #dc2f37;
}

.text-block-8._90 {
  color: #1a5785;
  font-size: 38px;
}

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

.heading-6 {
  color: rgba(34, 34, 51, .73);
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

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

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

.text-block-9.logs {
  background-color: #084997;
}

.text-block-9.concl {
  background-color: #1a5785;
}

.text-block-9.il {
  background-color: #58cddf;
}

.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-12 {
  width: 70%;
  flex: 1;
  margin-left: 0;
  padding-left: 0;
}

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

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

.search-input-2 {
  height: 40px;
  color: #171f36;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  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::-ms-input-placeholder {
  color: #b8bac1;
  font-size: 14px;
}

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

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

.search-button-2 {
  width: 25px;
  color: #b8bac1;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
}

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

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

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

.hidding-menu {
  min-width: 120px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px 15px 15px 25px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: 25%;
}

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

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

.text-block-10 {
  color: #a0aec0;
  margin-bottom: 25px;
  font-size: 2.3rem;
  line-height: 1;
}

.apagar-div {
  max-width: 200px;
  min-width: 170px;
  text-align: center;
  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 {
  width: 200px;
  height: 60px;
  background-image: url('../images/FG_Stock_black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-128 {
  color: #4aabf6;
  font-family: Full icons, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.text-block-128._2 {
  color: #e96a26;
}

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

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

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

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

.card-wrapper-2:hover {
  border: 1px solid rgba(26, 87, 133, .66);
}

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

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

.parceiro-text-field-2 {
  color: rgba(34, 34, 51, .47);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

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

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

.button-3 {
  text-align: center;
  background-color: #084997;
  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:hover {
  background-color: #1a5785;
}

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

.button-3.icon.no-color {
  color: #d13232;
  background-color: rgba(0, 0, 0, 0);
  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: #1a8521;
}

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

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

.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: rgba(34, 34, 51, .88);
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  height: 250px;
  background-color: #fff;
  border: 1px #e5e5e5;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 62px 40px 25px;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  border-style: solid;
  border-color: #084997;
}

.text-block-132 {
  color: #084997;
  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 {
  width: 100px;
  height: 100px;
  background-image: url('../images/2539.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  flex: none;
  margin-bottom: 25px;
}

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

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

.link-block-4:hover {
  border-color: rgba(26, 87, 133, .73);
}

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

._67 {
  margin-bottom: 25px;
}

.div-block-236 {
  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-237 {
  padding-top: 25px;
}

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

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

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

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

.div-block-239 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 50px;
  display: flex;
}

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

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

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

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

.h3-main {
  color: #223;
  margin-top: 0;
  margin-bottom: 2.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.add-button {
  min-height: 300px;
  min-width: 400px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 40px 50px 50px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 12px 13px rgba(0, 0, 0, .1);
}

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

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

.text-block-159 {
  color: rgba(51, 51, 51, .45);
  font-family: System main, sans-serif;
  font-size: 31px;
  line-height: 1;
  display: inline-block;
}

.forneces {
  width: 250px;
  height: 250px;
  background-image: url('../images/SICON_compras-e-stock.png');
  background-position: 50px;
  background-repeat: no-repeat;
  background-size: 150px;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  padding-top: 10px;
  padding-left: 10px;
}

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

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

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

.link-3:hover {
  background-color: #1a8521;
}

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

.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 {
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 12px;
  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 {
  width: 100%;
  height: 100%;
  text-align: center;
  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 {
  width: 30px;
  height: 30px;
  cursor: default;
  overflow: hidden;
}

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

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

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

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

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

.simple-text.boldz {
  color: #223;
  margin-bottom: 10px;
  font-weight: 400;
}

.temposs-2 {
  color: #223;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-248 {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-248._6 {
  background-color: rgba(229, 229, 229, .36);
  border-bottom-style: none;
  border-bottom-color: #e5e5e5;
  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 {
  width: 25%;
  text-align: center;
}

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

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

.img-fornecedor {
  width: 80px;
  height: 80px;
  background-image: url('../images/FG_256.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border: 1px solid #e5e5e5;
  border-radius: 200px;
  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 {
  width: 45%;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.div-block-252 {
  color: #223;
  background-color: rgba(34, 34, 51, .06);
  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 {
  height: 150px;
  background-image: url('../images/UPC-A-036000291452.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

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

.prod-do-forn-wrapper {
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.pedi {
  color: #58cddf;
  line-height: 1;
}

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

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

.link-4 {
  color: rgba(159, 159, 159, .38);
  text-align: center;
  text-decoration: none;
  display: block;
}

.section-2 {
  height: 100vh;
  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;
  padding: 50px 50px 50px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.fiinika-ana.stock {
  background-image: url('../images/SICON_compras-e-stock.png');
}

.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 {
  border-radius: 5px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.tablink.w--current {
  color: #f7f7f7;
  background-color: #a0aec0;
  font-weight: 700;
}

.link-block-15 {
  height: 250px;
  background-color: #fff;
  border: 1px #e5e5e5;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  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 {
  width: 60%;
  flex: 1;
  justify-content: flex-start;
  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: 700;
  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 {
  width: 150px;
  float: left;
  margin-right: 25px;
  font-size: 16px;
  overflow: hidden;
}

.text-block-181.bold {
  width: 250px;
  font-weight: 700;
  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 {
  max-width: 200px;
  min-width: 170px;
  text-align: center;
  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 1.5fr .75fr;
}

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

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

.confirmation-box {
  background-color: rgba(26, 133, 33, .05);
  border: 1px dashed rgba(26, 133, 33, .51);
  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: rgba(34, 34, 51, .58);
  font-weight: 400;
  text-decoration: none;
}

.icon-2 {
  display: none;
}

.section-sicon {
  height: 100vh;
  background-image: linear-gradient(rgba(13, 15, 101, .59), rgba(13, 15, 101, .59)), 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;
  padding: 50px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-block-187.a {
  background-color: #1a8521;
}

.text-block-187.c {
  background-color: #a0aec0;
}

.text-block-188 {
  color: #1a8521;
  margin-top: 3px;
  font-weight: 700;
}

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

.div-block-294 {
  margin-bottom: 15px;
  display: flex;
}

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

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

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

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

@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 {
    line-height: 1.2;
  }

  .card-item.img {
    flex: none;
  }

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

  .legenda-wrapper {
    display: none;
  }

  .top-bar {
    margin-left: 0;
  }

  .h3-head {
    display: none;
  }

  .head-4 {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .div-block-236 {
    padding: 25px;
  }

  .h3-main {
    font-size: 1.75rem;
  }

  .status-line {
    top: -25px;
  }

  .icon-2 {
    display: block;
  }

  .egg-c {
    width: 200px;
    background-image: url('../images/Fiinika-logo_STOCK-COMPRAS.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

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

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

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2.box {
    margin-bottom: 0;
  }

  .button {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button.bx {
    margin-top: 12px;
  }

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

  .div-block-2._1 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .div-block-2._5 {
    max-width: 150px;
    min-width: 150px;
  }

  .header-back-wrapper.buttonx {
    align-items: center;
  }

  .link {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .card-wrapper {
    height: auto;
    padding: 15px;
  }

  .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 {
    width: 15%;
    justify-content: flex-start;
  }

  .side-a {
    flex-direction: column;
  }

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

  .form.round-corners._10 {
    flex-direction: column;
  }

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

  .shadow {
    height: 90px;
  }

  .apagar-div {
    max-width: 160px;
    min-width: 150px;
  }

  .card-wrapper-2 {
    height: auto;
    flex-direction: column;
    margin-bottom: 25px;
    padding: 20px 15px;
  }

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

  .button-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 100%;
  }

  .button-3.bx {
    margin-top: 12px;
  }

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

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

  .form-left-side-3 {
    padding: 30px;
  }

  .div-block-236 {
    margin-bottom: 35px;
    padding: 15px;
  }

  .confirmed-line {
    height: 100%;
  }

  .status-content-wrapper {
    height: 30px;
    flex-direction: row;
  }

  .center-text {
    margin-top: 2px;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .in-progress-line {
    height: 100%;
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .status-line {
    width: 3px;
    height: 50px;
    flex: 0 auto;
    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;
  }

  .form-block-5 {
    padding: 50px 35px;
  }

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

  .div-block-259 {
    max-width: 160px;
    min-width: 150px;
  }

  .egg-c {
    height: 40px;
  }

  .dropdown-list.w--open {
    width: 150px;
    left: -60px;
  }

  .text-block-186 {
    display: none;
  }

  .section-sicon {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-d5ed76ec-3aef-4921-5115-479d1d0e2cf9-cae13ba3, #w-node-d5ed76ec-3aef-4921-5115-479d1d0e2cff-cae13ba3, #w-node-d5ed76ec-3aef-4921-5115-479d1d0e2d05-cae13ba3, #w-node-d5ed76ec-3aef-4921-5115-479d1d0e2d0b-cae13ba3, #w-node-_271bcdd9-503a-45c7-9a61-f37c83a2071a-cae13ba9, #w-node-b21964db-35b4-2af4-fe6f-9f78cec31004-cae13ba9, #w-node-e0f588c3-2c4f-266f-6858-7d2cb21d0b5f-cae13ba9, #w-node-_13c1705a-d6b3-8689-3303-15bd6c53d57f-cae13bb3, #w-node-_17458b2d-8d9e-41af-08a4-9e6d576f969b-cae13bb3, #w-node-b3caf927-c63a-b4eb-d0d5-1bb9c5a7adad-cae13bb3, #w-node-afd26f24-d173-19c7-c009-fd2e31545844-cae13bb4, #w-node-f7df39c2-3259-fd2c-7b3d-545de0b54835-cae13bb4, #w-node-d14728e7-013f-6e61-2ca7-a2b2c12704e2-cae13bb4, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b3f-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b44-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b49-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b4e-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b53-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b58-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b62-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b67-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b6c-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b71-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b76-cae13bb9, #w-node-dcb622f6-1bca-6c01-ae7f-47be122b7b7b-cae13bb9, #w-node-_2df77b52-8e6e-4c28-bec1-018c2fc61760-cae13bbb, #w-node-_2df77b52-8e6e-4c28-bec1-018c2fc61761-cae13bbb, #w-node-_71190b40-2a00-ee63-c88e-2bda00f7675e-cae13bc5, #w-node-_71190b40-2a00-ee63-c88e-2bda00f76764-cae13bc5, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa829-cae13bcc, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa82e-cae13bcc, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa833-cae13bcc, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa838-cae13bcc, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa83d-cae13bcc, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa842-cae13bcc, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa829-cae13bd1, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa82e-cae13bd1, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa833-cae13bd1, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa838-cae13bd1, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa83d-cae13bd1, #w-node-_11542e45-73bb-4fb9-f051-2e2f4f2fa842-cae13bd1, #w-node-c03c51fb-54c6-a0a5-8c71-d918affcfb8c-cae13bd1, #w-node-c03c51fb-54c6-a0a5-8c71-d918affcfb91-cae13bd1, #w-node-c03c51fb-54c6-a0a5-8c71-d918affcfb96-cae13bd1, #w-node-c03c51fb-54c6-a0a5-8c71-d918affcfb9b-cae13bd1, #w-node-c03c51fb-54c6-a0a5-8c71-d918affcfba0-cae13bd1, #w-node-c03c51fb-54c6-a0a5-8c71-d918affcfba5-cae13bd1, #w-node-_71190b40-2a00-ee63-c88e-2bda00f7675e-cae13bd6, #w-node-_71190b40-2a00-ee63-c88e-2bda00f76764-cae13bd6, #w-node-_81f9eef2-d07b-10c4-ded7-a211ed478b64-cae13bd7, #w-node-_81f9eef2-d07b-10c4-ded7-a211ed478b65-cae13bd7, #w-node-_4dcbd9b8-0de0-4693-4ed9-f6c8b1e2b54c-cae13bd9, #w-node-_4dcbd9b8-0de0-4693-4ed9-f6c8b1e2b554-cae13bd9, #w-node-_4dcbd9b8-0de0-4693-4ed9-f6c8b1e2b544-cae13bd9, #w-node-_82138484-68aa-8b92-48a9-ea6096f5be9f-cae13bdb, #w-node-e4fcf541-5342-3faa-9d14-ed830471cdf4-cae13bdb, #w-node-c764d0ca-aaea-60c1-de30-3a986838cc96-cae13bdb, #w-node-a6151fea-c59b-c2ed-9630-848820888588-cae13bdb, #w-node-_2769df83-aca4-361b-70d2-fe792efc3cad-cae13bdb, #w-node-_15c14306-51d4-3148-532f-dba5bbc21587-cae13bdb {
  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;
}