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

:root {
  --black: #223;
  --light-steel-blue-2: #a0aec02e;
  --black-2: #333;
  --light-steel-blue: #a0aec0;
  --royal-blue: #09254c;
  --crimson: #d13232;
  --sea-green: #288562;
  --goldenrod: #edb54c;
  --background: #f7f7f7;
  --lines: #e5e5e5;
  --white: white;
  --dodger-blue: #4197d8;
  --light-sky-blue: #83c5f7;
}

.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 {
  color: #333;
  background-color: #f0f0f0;
  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 {
  position: relative;
}

.navigation {
  border-right: 1px solid var(--light-steel-blue-2);
  background-color: #fff;
  width: 100%;
  min-width: 0;
  max-width: 0;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.brand {
  background-image: url('../images/SIG_Fretes_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 170px;
  height: 70px;
  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: var(--light-steel-blue);
}

.text.white {
  color: #fff;
}

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

.heading-2.box {
  font-size: 2.1rem;
  font-weight: 400;
}

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

.buttons {
  padding-top: 50px;
}

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

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

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

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

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

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

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

.button.icon.no-color {
  color: var(--crimson);
  background-color: #0000;
  border: 1px solid #ff0909;
  font-family: Barlow, sans-serif;
}

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

.button.bx {
  background-color: #00496f;
}

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

.button.bx.green {
  background-color: var(--sea-green);
}

.button.bx.white {
  background-color: #00496f70;
}

.button.bx.white:hover {
  background-color: #00496f;
}

.button.bx.white.rtrtrt {
  border: 1px solid var(--light-steel-blue);
  color: #292929;
  background-color: #ffffff70;
  margin-bottom: 25px;
}

.button.form {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.button._4 {
  background-color: #00496f6e;
}

.button._4:hover {
  background-color: #00496f;
}

.button.red {
  background-color: #d1323252;
}

.button.red:hover {
  background-color: var(--crimson);
}

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

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

.div-block-2._50 {
  width: 100%;
  min-width: auto;
  max-width: 100%;
  margin-top: 25px;
  margin-right: 0;
}

.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: #2222337d;
  margin-top: -3px;
  padding-right: 1.5rem;
  font-family: System main, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

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

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

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

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

.card-wrapper.red {
  border: 1px solid var(--crimson);
  border: 1px solid #d13232;
}

.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.name {
  color: #223;
  align-items: center;
  width: 85%;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.div-block-4.user {
  background-image: url('../images/blank-profile-picture.jpeg');
  background-position: 50% 0;
  flex: none;
}

.text-block {
  color: #222233db;
  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: #222233b8;
  align-items: center;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.text-block-3.confirmado {
  color: #b2b2b2;
  font-weight: 400;
}

.text-block-3.pendente {
  color: var(--goldenrod);
  font-weight: 700;
}

.text-block-3.preparacao {
  color: #4490ca;
  font-weight: 400;
}

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

.text-block-3.pendente {
  color: #edb54c;
  text-align: left;
  font-weight: 400;
}

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

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

.txt {
  color: #22223359;
  font-size: 13px;
  font-weight: 700;
}

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

.nav-lin:hover {
  background-color: var(--light-steel-blue-2);
  border-left: 4px #e8a036;
}

.nav-lin.w--current {
  border-left: 4px solid var(--royal-blue);
  background-color: var(--light-steel-blue-2);
}

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

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

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

.formx {
  padding-top: 50px;
}

.form-block {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 50px;
}

.form-text-field {
  border-radius: 5px;
  height: 50px;
}

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

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

.form-field-label._46 {
  height: 150px;
}

.form-field-label._4555 {
  margin-bottom: 25px;
}

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

.div-block {
  flex: 1;
}

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

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

.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: 50px;
  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: #303030;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
}

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

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

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

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

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

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

.button-2._900 {
  color: #1242af;
  text-align: center;
  background-color: #0000;
  border-style: solid;
  border-color: #1242af;
  width: 100%;
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

.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 {
  color: #1d1d1d;
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 50px;
  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::placeholder {
  color: #2d2d2d80;
}

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

.form-fiield.long {
  height: auto;
  min-height: 150px;
  padding-bottom: 20px;
  font-size: 15px;
}

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

._40 {
  margin-top: 25px;
}

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

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

.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: #f0f0f0bf;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  position: fixed;
  inset: 0%;
}

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

.uploaded-photo-div {
  border-right: 1px solid #d0d3dd;
  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: #e4e4e4eb;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

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

.text-block-7 {
  flex: none;
  width: 20%;
}

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

.ope {
  background-image: url('../images/FG_Operação_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;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 1200px;
}

.brand-holder {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35px;
}

.brand-holder._1 {
  background-image: url('../images/FG_Operação_black.png');
  margin-top: 0;
}

.brand-holder._2 {
  background-image: url('../images/FG_Manutenção_black.png');
  height: 30px;
}

.brand-holder._3 {
  background-image: url('../images/FG_Stock_black.png');
  height: 30px;
  margin-top: 0;
}

.brand-holder._4 {
  background-image: url('../images/FG_Contabilidade_black.png');
  height: 30px;
}

.brand-holder._5 {
  background-image: url('../images/FG_RH_black.png');
  height: 30px;
  margin-top: 0;
}

.brand-holder._6 {
  background-image: url('../images/FG_Analitica_black.png');
  height: 30px;
  margin-top: 0;
}

.brand-holder._90 {
  background-image: url('../images/FG_Logo_principal.png');
}

.div-block-144 {
  background-color: var(--background);
  padding: 20px 100px 50px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.top-bar {
  z-index: 10;
  border-bottom: 1px none var(--lines);
  background-color: #ffffff91;
  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 {
  background-color: #fff;
  border-radius: 50px;
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  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-top: 10px;
  margin-bottom: 0;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 100%;
}

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

.div-block-148 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 200px;
  padding: 25px;
}

.text-block-8 {
  color: var(--royal-blue);
  margin-top: 18px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

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

.heading-6 {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

.text-block-9.red {
  color: #fff;
}

.div-block-150 {
  text-align: right;
}

.link-3 {
  color: var(--light-steel-blue);
  font-weight: 400;
}

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

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

.head-4 {
  color: #adadad;
}

.head-4._00 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  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;
}

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

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

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

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

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

.shadow {
  height: 90px;
}

.main-wrapper {
  padding-top: 50px;
}

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

.div-block-11 {
  border: 1px none var(--lines);
  text-align: center;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: static;
}

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

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

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

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

.search-input-2 {
  background-color: var(--white);
  color: #171f36;
  border: 1px solid #d0d3dd;
  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-no-filtro {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

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

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

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

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

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

.link-4 {
  color: var(--black);
  margin-bottom: 15px;
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  color: #2d9ae6;
}

.hidding-menu-2 {
  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 var(--lines);
  padding-bottom: 25px;
}

.text-block-10 {
  color: var(--light-steel-blue);
  font-size: 2rem;
  line-height: 1;
}

.text-block-10._1000 {
  font-size: 1.3rem;
}

.text-block-10._1000.iban {
  font-size: 1.2rem;
}

.text-block-10._1000._1 {
  margin-bottom: 15px;
}

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

.text-block-10._600 {
  font-size: 1.2rem;
}

.text-block-10.blue {
  color: var(--sea-green);
  font-size: 2.6rem;
}

.radio-button-field {
  margin-top: 15px;
  font-size: 1.25rem;
}

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

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

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

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

.parceiro-text-field {
  color: #00000073;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 120%;
}

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

.parceiro-text-field.editar-perfil {
  color: #3668fc;
  text-align: center;
  cursor: pointer;
  border: 1px solid #3668fc;
  border-radius: 4px;
  margin-top: 0;
  padding: 7px 15px;
  font-size: 12px;
  transition: all .2s;
  display: inline-block;
}

.parceiro-text-field.editar-perfil:hover {
  color: #fff;
  background-color: #3668fc;
}

.parceiro-text-field.red {
  color: var(--goldenrod);
  font-weight: 700;
}

.parceiro-text-field.disponivel {
  color: var(--sea-green);
  font-weight: 700;
  text-decoration: underline;
}

.parceiro-text-field.indisponivel {
  color: var(--goldenrod);
  font-weight: 700;
  text-decoration: underline;
}

.parceiro-text-field.inativo {
  font-weight: 700;
  text-decoration: underline;
}

.parceiro-text-field.fretes {
  color: var(--sea-green);
  font-weight: 700;
}

.parceiro-info {
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  min-height: auto;
  padding: 50px 25px 25px;
  position: relative;
}

.parceiro-info.shorter {
  min-height: 650px;
}

.inner-section {
  max-width: 310px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.inner-section.no-bottom-margin {
  margin-bottom: 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: 500;
}

.parceiro-avatar {
  background-image: url('../images/2539.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  cursor: default;
}

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

.parceiro-info-seperator.centered-div {
  text-align: center;
  margin-bottom: 35px;
  display: none;
}

.parceiro-info-seperator._500 {
  margin-bottom: 0;
}

.div-block-157 {
  min-height: 600px;
  max-height: 600px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: auto;
}

.div-block-158 {
  border-bottom: 1px dashed #3333336e;
  margin-bottom: .7rem;
  padding-bottom: .5rem;
}

.text-block-11 {
  color: #222233b0;
  font-size: 1rem;
  line-height: 1.25;
}

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

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

.div-block-160 {
  height: 100%;
}

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

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

.page-h1.sub {
  color: #89919b;
  margin-bottom: 25px;
  font-size: 20px;
}

.text-block-127 {
  color: #9e9e9e;
  font-size: 21px;
}

.text-block-127.yelo {
  color: #ffb100;
}

.text-block-127.veerde {
  color: #05b32e;
}

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

.text-block-126 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}

.grafico {
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.26.30-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 300px;
}

.dados {
  width: 30%;
  padding-left: 25px;
}

.section-data {
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
}

.text-block-128 {
  font-family: Full icons, sans-serif;
  line-height: 1;
}

.text-block-128._6 {
  font-size: 21px;
}

.text-block-129 {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 400;
}

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

.map {
  border-radius: 5px;
  height: 300px;
  margin-bottom: 25px;
}

._25-down {
  margin-bottom: 25px;
}

.rota {
  color: var(--light-steel-blue);
  border-bottom: 1px solid #a0aec094;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rota._3 {
  margin-top: 0;
  font-weight: 500;
}

.rota._900 {
  border-bottom-style: dashed;
  margin-top: 0;
  margin-bottom: 50px;
}

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

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

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

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

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

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

.project-state.done.red {
  background-color: var(--crimson);
}

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

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

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

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

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

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

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

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

.columns {
  margin-top: 25px;
}

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

.view-foto {
  border: 1px dashed var(--sea-green);
  color: var(--sea-green);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.view-foto:hover {
  background-color: var(--sea-green);
  color: var(--background);
}

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

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

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

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

.link-block-2 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 5px;
  height: 400px;
  padding: 30px;
  text-decoration: none;
  position: relative;
}

.div-block-166 {
  border: 1px solid var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 200px;
}

.div-block-166._100 {
  background-image: url('../images/Screen-Shot-2022-06-28-at-5.09.12-PM.png');
}

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

.text-block-130 {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 25px;
}

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

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

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

.div-block-170 {
  border: 1px solid var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 250px;
}

.div-block-170._25 {
  background-image: url('../images/Screen-Shot-2022-06-28-at-5.09.12-PM.png');
  height: 350px;
  padding-top: 10px;
  padding-left: 10px;
}

.text-block-131 {
  background-color: var(--sea-green);
  color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  display: inline-block;
}

.text-block-131.inativo {
  background-color: var(--goldenrod);
}

.tabs {
  margin-top: 50px;
}

.tab-link {
  background-color: #dddddda6;
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}

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

.div-block-171, .div-block-172 {
  padding-top: 50px;
}

.perfil-1 {
  border: 1px solid var(--lines);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 250px;
  height: 250px;
}

.perfil-1._25 {
  background-image: url('../images/Screen-Shot-2022-06-28-at-5.09.12-PM.png');
  height: 350px;
  padding-top: 10px;
  padding-left: 10px;
}

.perfil-1._500 {
  background-image: url('../images/2539.jpg');
}

.perfil-1._500._5858 {
  background-image: url('../images/blank-profile-picture.jpeg');
}

.div-block-173 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  padding-left: 50px;
}

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

.link-block-3 {
  border: 1px solid 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;
}

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

.text-block-133 {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 400;
}

.div-block-153-copy {
  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: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.section-2 {
  max-width: 473px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.div-block-174 {
  background-color: var(--black);
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav {
  background-color: var(--black);
  max-width: 473px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.shaddow-mobile {
  height: 80px;
}

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

.brand-mobile {
  background-image: url('../images/FG_Operação_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 80px;
}

.menu-wrapper {
  line-height: 80px;
}

.link-5 {
  color: var(--background);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.icon {
  font-family: Full icons, sans-serif;
  display: inline-block;
  position: relative;
  top: 2px;
}

.contain-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

.novos-fretes, .outros-comunicados {
  padding-top: 20px;
}

.menu-mobile {
  z-index: 100;
  background-color: var(--black);
  width: 90%;
  padding: 50px 0 0;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: translate(100%);
}

.div-block-179 {
  text-align: right;
  margin-bottom: 40px;
  padding-right: 45px;
}

.link-6 {
  color: #fff;
  background-color: #000;
  border-radius: 200px;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-block;
}

.modulos {
  padding-top: 50px;
}

.div-block-181 {
  padding-left: 45px;
  padding-right: 45px;
}

.div-block-182 {
  background-image: url('../images/FG_RH_white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 60px;
  margin-bottom: 20px;
  display: block;
}

.novo-frete-wrapper {
  border: 1px none var(--lines);
  background-color: var(--sea-green);
  border-radius: 5px;
  padding: 25px;
  display: flex;
}

.text-block-134 {
  color: var(--background);
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 1;
}

.div-block-183 {
  flex: none;
  width: 90%;
  padding-right: 50px;
}

.text-block-135 {
  font-family: System main, sans-serif;
  font-size: 24px;
}

.div-block-184 {
  color: #fff;
  text-align: right;
  flex: 1;
  line-height: 60px;
}

.text-block-136 {
  border-bottom: 1px none var(--lines);
  color: #ffffff8c;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block-185 {
  background-color: #222233fa;
  justify-content: center;
  align-items: center;
  padding: 50px;
  font-size: 20px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-137 {
  color: #fff;
}

.rota-2 {
  color: #a0aec0;
  border-bottom: 1px solid #a0aec094;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.rota-2._900 {
  border-bottom-style: dashed;
  margin-top: 0;
  margin-bottom: 50px;
}

.rota-2._900._8989 {
  margin-bottom: 25px;
}

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

.button-3:hover, .button-3.bx:hover {
  background-color: #1a5785;
}

.text-block-144 {
  font-size: 16px;
}

.form-5 {
  flex-flow: column;
  display: flex;
}

.form-block-6 {
  border-bottom: 1px dashed #d3d3d3;
  padding-bottom: 15px;
}

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

.div-block-208 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.motorista {
  color: #d2d2d2;
}

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

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

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

.form-text-field-2:focus {
  background-color: #fff;
  border-color: #f76c5e;
}

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

.form-text-field-2._90 {
  height: 90px;
}

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

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

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

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

.form-text-field-3 {
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  font-size: 13px;
  transition: all .1s;
}

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

.form-text-field-3:focus {
  background-color: #fff;
  border-color: #5968a3;
}

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

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

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

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

.text-block-151 {
  background-color: var(--crimson);
  color: var(--background);
  text-align: center;
  border-radius: 200px;
  width: 15px;
  height: 15px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 12.0117px;
  left: 6px;
}

.red-alert {
  background-color: var(--crimson);
  color: var(--background);
  text-align: center;
  border-radius: 200px;
  width: 15px;
  height: 15px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 12.0117px;
  left: 33px;
}

.red-alert._2 {
  top: -5.9883px;
  left: 14px;
}

.no-data {
  border: 1px dashed var(--light-steel-blue);
  border-radius: 5px;
  padding: 35px;
}

.text-block-152 {
  color: var(--light-steel-blue);
  text-align: center;
  font-size: 17px;
}

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

.div-block-217 {
  width: 80%;
}

.form-6 {
  display: flex;
}

.div-block-218 {
  width: 75%;
  padding-right: 50px;
}

.div-block-219 {
  width: 25%;
}

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

.div-block-221 {
  border-bottom: 1px dashed var(--lines);
  margin-bottom: 35px;
  padding-bottom: 15px;
}

.text-block-153 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

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

.grid-7 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

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

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

.div-block-225 {
  width: 70%;
}

.div-block-226 {
  flex: none;
  width: 30%;
}

.pendente {
  color: var(--goldenrod);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

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

.simple-text.boldz {
  color: var(--light-steel-blue);
  margin-bottom: 20px;
  font-weight: 700;
}

.confirmado {
  color: var(--sea-green);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.text-block-154 {
  color: var(--light-steel-blue);
  margin-top: 3px;
  font-size: 12px;
}

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

.div-block-227 {
  flex: none;
  width: 30%;
}

.temposs {
  color: var(--light-steel-blue);
  margin-bottom: 5px;
  font-size: 16px;
}

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

.div-block-229 {
  width: 50%;
  padding-top: 20px;
}

.div-block-230 {
  border: 1px dashed #a0aec085;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 30px;
}

.text-block-155 {
  color: var(--light-steel-blue);
  width: 60%;
}

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

.text-block-155-copy {
  color: var(--light-steel-blue);
  width: 40%;
}

.section-4 {
  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-285 {
  margin-bottom: 50px;
  display: flex;
}

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

.text-block-156 {
  color: #f7f7f7;
  text-align: center;
  background-color: #d13232;
  border-radius: 200px;
  width: 15px;
  height: 15px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 15px;
  position: absolute;
  top: 12.0117px;
  left: 6px;
}

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

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

._128 {
  color: #1a5785;
  line-height: 1;
}

.tab-link-2 {
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}

.tab-link-2.w--current {
  color: #fff;
  background-color: #a0aec0;
  font-weight: 400;
}

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

.link-10 {
  text-align: center;
  border: 1px dashed #4568f2;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  display: block;
}

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

.paragraph {
  color: #a0a0a0;
  font-size: 18px;
  line-height: 130%;
}

.text-block-160 {
  background-color: #a0aec06e;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 2px 10px;
  font-weight: 700;
  display: inline-block;
}

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

.div-block-288._5 {
  height: auto;
  padding-bottom: 50px;
}

.form-7 {
  padding-top: 25px;
}

.text-block-158 {
  font-size: 23px;
}

.div-block-293 {
  justify-content: center;
  width: 40%;
  display: flex;
}

.div-block-293._7 {
  justify-content: flex-end;
}

.novo_preco {
  padding-right: 100px;
  display: none;
}

.link-11 {
  color: #22425a85;
}

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

.text-block-161 {
  color: #a2a2a2;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.div-block-292 {
  width: 60%;
}

.text-block-159 {
  color: #288562;
  background-color: #28856263;
  border-radius: 8px;
  height: 32px;
  padding: 5px 20px;
  font-size: 17px;
}

.text-block-159.red {
  color: #8f1d1d;
  background-color: #d1323254;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-159._9 {
  color: var(--goldenrod);
  background-color: #edb54c38;
}

.text-block-159.enviado {
  color: var(--royal-blue);
  background-color: #4197d829;
  height: 32px;
}

.link-12 {
  color: #d13232;
  margin-left: 35px;
  font-size: 17px;
  line-height: 100%;
  display: inline-block;
}

.link-12.yes {
  color: #288562;
}

.link-12.yes._200 {
  color: var(--black);
  padding-top: 5px;
}

.link-12.maybe {
  color: #a0aec0;
}

.div-block-294 {
  width: 50%;
}

.text-block-163 {
  margin-top: 10px;
}

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

.form-block-7 {
  background-color: #fff;
  border-radius: 8px;
  min-width: 400px;
  margin-bottom: 25px;
  padding: 40px;
}

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

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

.fiinika-ana-2 {
  background-image: url('../images/Fiinika-Transit.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 60px;
}

.form-fiield-2 {
  color: #343434;
  background-color: #f8f8f833;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
  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-4 {
  text-align: center;
  background-color: #00496f;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

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

.button-4.no-back {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #00496f00;
  margin-top: 15px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-5.bx {
  background-color: #00496f;
}

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

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

.sobre-a-firma {
  border: 1px dashed #00496f;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

.form-fiield-3 {
  color: #2f2f2f;
  background-color: #f8f8f847;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 25px;
  font-size: 17px;
  transition: all .1s;
}

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

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

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

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

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

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

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

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

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

.button-6 {
  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-6.success-continue-copy {
  background-color: #0000002e;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

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

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

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

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

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

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

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

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

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

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

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

.section-6 {
  padding: 50px;
}

.form-9 {
  width: 100%;
}

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

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

.nav-transportador {
  z-index: 1000;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.section-7 {
  min-height: 700px;
  padding: 55px 50px 200px;
}

.section-7._5 {
  padding: 0 0 100px;
}

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

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

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

.button-7.bx {
  line-height: 20px;
}

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

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

.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-303 {
  align-items: center;
  font-size: 24px;
  display: flex;
}

.text-block-197 {
  color: #3333337d;
  font-size: 19px;
  line-height: 120%;
}

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

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

.text-block-199 {
  color: #33333357;
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 100%;
}

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

.text-block-196 {
  color: #333333c4;
  text-align: right;
  font-size: 41px;
  line-height: 100%;
}

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

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

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

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

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

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

.div-block-341 {
  color: #fff;
  background-image: linear-gradient(#0b2749d6, #0b2749d6), url('../images/Background_1000.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 200px;
  margin-bottom: 50px;
  padding: 35px 45px;
  display: flex;
}

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

.side-uno {
  width: 50%;
}

.div-block-343 {
  padding-top: 0;
}

.text-block-201 {
  margin-bottom: 5px;
  font-size: 17px;
}

.text-block-202 {
  font-size: 36px;
  line-height: 120%;
}

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

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

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

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

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

.div-block-345 {
  color: #2e2e2e;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.div-block-345:hover {
  border: 1px solid var(--royal-blue);
}

.text-block-204 {
  color: var(--royal-blue);
  margin-right: 15px;
  font-family: Full icons, sans-serif;
  font-size: 27px;
  line-height: 100%;
}

.text-block-205 {
  font-size: 17px;
  line-height: 120%;
}

.div-block-346 {
  border: 1px dashed var(--sea-green);
  background-color: #28856229;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 45px;
}

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

.text-block-206 {
  font-size: 15px;
  font-weight: 600;
}

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

.div-block-347 {
  margin-top: 35px;
  display: flex;
}

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

.link-15 {
  border: 1px solid var(--sea-green);
  background-color: var(--sea-green);
  color: var(--background);
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px 20px;
  text-decoration: none;
}

.link-15:hover {
  background-color: #195c43;
}

.link-15.red {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
  color: var(--background);
}

.link-15.red:hover {
  border-color: var(--crimson);
  background-color: var(--crimson);
  color: var(--background);
}

.proposta-de-frete {
  display: none;
}

.preco-divs {
  z-index: 1000;
  background-color: #001525db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 58px;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-block-8 {
  background-color: #fff;
  border-radius: 8px;
  width: 550px;
}

.form-10 {
  padding: 50px;
}

.link-16 {
  color: #fff;
  margin-top: 25px;
  font-size: 15px;
}

.div-block-348 {
  width: 70px;
  height: 10px;
  margin-top: 5px;
}

.side-uno-copy {
  width: 100%;
}

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

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

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

.button-8.bx {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
}

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

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

.link-17 {
  color: #787878;
  width: 50px;
  height: 50px;
  margin-right: 25px;
  font-family: System main, sans-serif;
  font-size: 30px;
  line-height: 50px;
  text-decoration: none;
}

.text-block-209 {
  padding-top: 8px;
  font-size: 29px;
  line-height: 100%;
}

.section-7-copy {
  min-height: 700px;
  padding: 0 50px 200px;
}

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

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

.parceiro-text-field-2 {
  color: #22223378;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

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

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

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

.parceiro-text-field-2.serve {
  color: #fff;
  text-align: center;
  background-color: #a0aec0;
  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;
  padding-left: 15px;
  padding-right: 15px;
}

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

.parceiro-info-seperator-2._3 {
  margin-bottom: 0;
}

.parceiro-info-seperator-2._7 {
  margin-top: 30px;
}

.parceiro-info-seperator-2.lils {
  border: 1px dashed var(--sea-green);
  border-radius: 5px;
  padding: 10px 15px;
}

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

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

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

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

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

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

.text-block-210 {
  background-color: #00496f1a;
  border: 1px dashed #00496f;
  border-radius: 5px;
  padding: 47px;
  font-size: 17px;
}

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

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

.text-block-211 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-353 {
  border: 1px dashed var(--light-steel-blue);
  border-radius: 5px;
  padding: 15px;
}

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

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

.text-block-239 {
  color: #3eac32;
  text-align: center;
  font-size: 16px;
}

.text-block-239._8 {
  color: #cecece;
}

.text-block-240 {
  font-size: 11px;
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

.div-block-360 {
  border: 1px dashed #a0aec0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 15px;
}

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

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

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

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

.section-8 {
  min-height: 700px;
  padding: 55px 50px 200px;
}

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

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

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

.text-block-242.aprovado {
  color: #dc2f37;
}

.text-block-242.negado {
  color: #1a8521;
}

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

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

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

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

.card-wrapper-3._0._58 {
  height: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-wrapper-4._0._58 {
  height: 80px;
}

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

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

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

.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.pendente {
  color: #e96a26bd;
  text-align: left;
  font-weight: 400;
}

.parceiro-text-field-3.negado {
  color: #dc2f37;
}

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

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

.link-21 {
  color: #223;
  text-align: center;
  background-color: #00496f0d;
  border: 1px #1a8521;
  border-radius: 5px;
  margin-top: 15px;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.link-21:hover {
  color: #223;
  background-color: #a0aec059;
}

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

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

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

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

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

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

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

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

.text-block-245.pendente {
  color: #e96a26;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.button-9.bx {
  line-height: 20px;
}

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

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

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

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

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

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

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

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

.div-block-323 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  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-216 {
  color: #00496f;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

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

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

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

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

.text-block-187 {
  color: #fff;
  background-color: #084997;
  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: #1a8521;
}

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

.text-block-248 {
  color: var(--sea-green);
  font-family: Full icons, sans-serif;
  font-size: 25px;
  line-height: 120%;
}

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

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

.text-block-233 {
  text-align: center;
  border: 1px solid #1a5785;
  border-radius: 5px;
  line-height: 40px;
}

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

.text-block-233.pop {
  border-color: #1a578524;
}

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

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

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

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

.button-10.bx {
  background-color: #00496f;
}

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

.div-block-377 {
  border-bottom: 1px dashed var(--light-steel-blue);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.text-block-249 {
  color: var(--royal-blue);
  margin-bottom: 10px;
  font-weight: 700;
}

.div-block-378 {
  justify-content: space-between;
  padding-top: 15px;
  display: flex;
}

.text-block-250 {
  color: #909090;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.text-block-251 {
  font-size: 13px;
}

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

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

.div-block-379 {
  background-image: linear-gradient(#0b2749d6, #0b2749d6), url('../images/Background_1000.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  min-height: 170px;
  padding: 40px;
  display: flex;
}

.link-block-18 {
  border: 1px solid var(--lines);
  color: #303030;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 170px;
  padding: 29px;
  text-decoration: none;
  display: flex;
}

.link-block-18:hover {
  border-color: var(--royal-blue);
}

.grid-83 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-380 {
  color: #fff;
}

.text-block-252 {
  font-size: 36px;
  line-height: 120%;
}

.text-block-253 {
  margin-bottom: 5px;
  font-size: 15px;
}

.text-block-254 {
  margin-bottom: 15px;
  font-family: Full icons, sans-serif;
  font-size: 27px;
  line-height: 120%;
}

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

.some-div-with-things {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.dcv {
  margin-bottom: 25px;
}

.text-block-256 {
  color: #888;
  font-size: 20px;
}

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

.d4 {
  padding-top: 35px;
  display: flex;
}

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

.div-block-383 {
  width: 60%;
  padding-right: 35px;
}

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

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

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

.link-22 {
  color: #4d4d4d;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 8px;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.link-22:hover {
  text-decoration: underline;
}

.link-22._520 {
  border: 1px solid var(--lines);
  background-color: #dfdfdf00;
}

.div-block-387, .div-block-388 {
  padding-top: 50px;
}

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

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

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

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

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

.leilao-div {
  padding-top: 35px;
}

.div-block-392 {
  border: 1px dashed #a0aec0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 15px;
}

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

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

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

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

.div-block-396 {
  width: 200px;
}

.grid-86 {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-398 {
  width: 70%;
}

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

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

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

.link-23 {
  color: #505050;
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.link-23:hover {
  color: #1c9729;
  text-decoration: underline;
}

.code-embed, ._58 {
  margin-bottom: 25px;
}

.link-24 {
  color: #1e579c;
  font-weight: 500;
}

.link-24:hover {
  color: var(--sea-green);
  font-weight: 700;
}

.div-block-401 {
  text-align: center;
  padding-top: 25px;
}

.link-25 {
  color: #2e2e2e;
  font-size: 16px;
}

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

.div-block-403 {
  height: 1px;
  margin-top: 25px;
}

.referencia {
  color: var(--royal-blue);
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.ad-credit-item {
  margin-bottom: 25px;
}

.ad-credit-item.instructions {
  margin-bottom: 0;
  padding-top: 16px;
}

.instrucao-number {
  color: #171f36;
  text-align: right;
  width: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dados-da-referencia {
  background-color: #fff;
  border-top-width: 4px;
  border-top-color: #e6253f;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0;
}

.button-11 {
  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-11.blue {
  background-color: #3668fc;
}

.button-11.blue:hover {
  background-color: #1242af;
}

.button-11.blue._400 {
  text-align: center;
  width: 100%;
}

.instruccoes-wrapper._222 {
  border-top: 1px #e0e2e7;
  padding-top: 16px;
}

.text-block-259 {
  border-bottom: 1px #e0e2e7;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 16px;
  font-size: 15px;
}

.instru-es-item {
  color: #89919b;
  min-height: 25px;
  margin-left: -2px;
  padding-left: 25px;
  position: relative;
}

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

.form-field-label-14.bottom-paddign {
  margin-bottom: 10px;
}

.text-block-260, .text-block-261 {
  text-align: center;
  background-color: #e9f2ff8a;
  border: 1px dashed #b0bcff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 37px;
}

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

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

.text-block-262.aprovado {
  color: #dc2f37;
  font-weight: 500;
}

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

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

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

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

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

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

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

.txt-2 {
  color: #798baaa8;
  font-size: 13px;
  font-weight: 700;
}

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

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

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

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

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

.card-wrapper-6._0._58 {
  border-bottom-color: #c9d7f0;
  height: 80px;
}

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

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

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

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

.text-block-265 {
  color: #45484c;
  font-size: 15px;
}

.text-block-265._4 {
  color: #223;
  font-weight: 700;
}

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

.text-block-266 {
  background-color: var(--goldenrod);
  border-radius: 5px;
  padding: 5px 25px;
}

.parceiro-text-field-6 {
  color: #22223378;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 120%;
}

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

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

.div-block-366 {
  background-color: #fff;
  max-width: 700px;
  min-height: 350px;
  padding: 35px;
}

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

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

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

.text-block-268 {
  color: var(--light-steel-blue);
  margin-bottom: 35px;
  font-size: 19px;
}

.tabs-3 {
  margin-top: 35px;
}

.preco-divs-express {
  z-index: 1000;
  background-color: #001525db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 58px;
  display: none;
  position: fixed;
  inset: 0%;
}

.proposta-servi-o-express {
  display: none;
}

.tabs-4 {
  margin-top: 35px;
}

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

  .form-right-side, .form-left-side {
    padding: 35px;
  }

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

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

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

  .text-block-137 {
    text-align: center;
  }

  .heading-9 {
    font-size: 2rem;
  }

  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-14 {
    line-height: 1.2;
  }

  .shadowx {
    height: 80px;
  }

  .navbar {
    height: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    width: 160px;
    height: 80px;
  }

  .nav-link {
    color: #fff;
    margin-left: 0;
    padding-left: 50px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .section-7 {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-341 {
    padding: 30px;
  }

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

  .text-block-202 {
    font-size: 32px;
  }

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

  .menu-button {
    height: 80px;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .nav-menu {
    background-color: var(--royal-blue);
    width: 80%;
    height: 100vh;
    padding-top: 39px;
  }

  .section-7-copy {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .parceiro-text-field-2 {
    font-size: 14px;
  }

  .parceiro-text-field-2.serve {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .parceiro-text-field-2.serve.vencedor {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contain-confirm {
    width: 100%;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .section-8 {
    padding: 50px 0;
  }

  .legenda-wrapper-2 {
    display: none;
  }

  .link-20 {
    line-height: 1.2;
  }

  .heading-11 {
    font-size: 2rem;
  }

  .legenda-wrapper-3 {
    display: none;
  }

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

  .link-block-18 {
    min-height: 130px;
  }

  .some-div-with-things {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-389 {
    width: 30%;
  }

  .div-block-395, .div-block-395._8 {
    width: 20%;
  }

  .div-block-400 {
    width: 10%;
  }

  .legenda-wrapper-4 {
    display: none;
  }

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

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

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

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

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

  .material-icons {
    padding-top: 11px;
  }

  .div-block-211, .div-block-295 {
    width: 100%;
  }

  .form-block-7 {
    min-width: 100%;
  }

  .heading-9 {
    font-size: 1.5rem;
  }

  .link-14 {
    padding-right: 1rem;
    line-height: 1;
  }

  .parceiro-text-field-2 {
    font-size: 15px;
  }

  .parceiro-text-field-2.serve, .parceiro-text-field-2.serve.vencedor {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contain-confirm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-10 {
    font-size: 1.5rem;
  }

  .div-block-359._800 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .link-20 {
    padding-right: 1rem;
    line-height: 1;
  }

  .heading-11 {
    font-size: 1.5rem;
  }

  .div-block-389 {
    width: 100%;
    margin-bottom: 5px;
  }

  .div-block-394 {
    flex-flow: column;
    margin-bottom: 25px;
  }

  .div-block-395 {
    width: 100%;
    margin-bottom: 5px;
  }

  .div-block-395._8 {
    text-align: left;
    width: 100%;
  }

  .div-block-400 {
    width: 50%;
    padding-top: 7px;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper {
    padding-top: 80px;
  }

  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2.box {
    margin-bottom: 0;
    font-size: 1.7rem;
  }

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

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

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

  .button._1 {
    background-color: #194c3899;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .link {
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.4;
    display: flex;
  }

  .div-block-3._20 {
    width: 80%;
  }

  .card-principal._2 {
    margin-top: 35px;
  }

  .card-wrapper {
    flex-direction: column;
    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.name._4 {
    padding-left: 0;
  }

  .card-item.icon {
    justify-content: flex-start;
    width: 25%;
  }

  .side-a {
    flex-direction: column;
    width: 100%;
  }

  .side-b._123 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .side-a-1 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .text-block-3 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .form-right-side {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-select-field.last-item {
    font-size: 16px;
  }

  .form-fiield._500 {
    height: 200px;
  }

  .form-fiield.long {
    height: auto;
    padding-bottom: 140px;
  }

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

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

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

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

  .ope {
    width: 120px;
  }

  .main-wrapper {
    padding-top: 40px;
  }

  .div-block-11 {
    padding: 15px;
  }

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

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

  .parceiro-text-field {
    margin-bottom: 5px;
  }

  .parceiro-text-field._20 {
    margin-bottom: 10px;
  }

  .page-h1 {
    margin-left: 5px;
    font-size: 23px;
  }

  .rota._900 {
    margin-bottom: 45px;
    font-size: 19px;
  }

  .rota._900._8 {
    margin-bottom: 25px;
  }

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

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

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

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

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

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

  .confirmed-line {
    height: 100%;
  }

  .div-block-162 {
    padding: 40px 30px 30px;
  }

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

  .tab-link {
    justify-content: center;
    align-items: center;
    min-width: 150px;
    padding: 12px 15px;
    line-height: 100%;
    display: flex;
  }

  .section-2 {
    padding-bottom: 50px;
  }

  .mobile-nav {
    background-color: #fff;
    border-bottom: 1px solid #00000021;
  }

  .brand-mobile {
    background-image: url('../images/Fiinika_operacoes.png');
    width: 110px;
  }

  .menu-wrapper {
    display: none;
  }

  .novos-fretes, .outros-comunicados {
    padding-top: 30px;
  }

  .menu-mobile {
    display: none;
  }

  .novo-frete-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }

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

  .div-block-183 {
    padding-right: 10px;
  }

  .text-block-136._2 {
    margin-bottom: 0;
  }

  .div-block-185 {
    display: none;
  }

  .text-block-137 {
    text-align: center;
  }

  .noticia-div {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px;
    text-decoration: none;
    display: flex;
  }

  .div-block-186 {
    flex: 1;
    padding-top: 5px;
    padding-left: 15px;
  }

  .img {
    background-image: url('../images/astronomy-1867616__340.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    flex: none;
    width: 100px;
    height: 100px;
  }

  .img._2 {
    background-image: url('../images/Marmotamaps_Wallpaper_Berchtesgaden_Desktop_1920x1080.jpeg');
  }

  .img._3 {
    background-image: url('../images/23480.jpeg');
  }

  .text-block-138 {
    background-color: var(--goldenrod);
    color: #fff;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding: 0 15px;
    font-size: 12px;
    display: inline-block;
  }

  .text-block-138.noticia {
    background-color: var(--royal-blue);
  }

  .heading-7 {
    margin-bottom: .3rem;
    font-size: 1.1rem;
  }

  .text-block-139 {
    color: #b0b0b0;
    font-size: 12px;
  }

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

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

  .div-block-188._2 {
    padding-top: 20px;
  }

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

  .form-block-4 {
    border: 1px solid var(--lines);
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
  }

  .div-block-190 {
    margin-bottom: 30px;
    display: flex;
  }

  .div-block-191 {
    width: 55%;
    padding-top: 3px;
    padding-right: 15px;
  }

  .div-block-192 {
    justify-content: flex-end;
    width: 45%;
    display: flex;
  }

  .radio-button-2 {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }

  .radio-button-2:active {
    border: 10px solid var(--sea-green);
  }

  .radio-button-field-2 {
    margin-bottom: 0;
    margin-left: 15px;
  }

  .radio-button-label {
    margin-top: 3px;
    margin-bottom: 0;
  }

  .text-block-140 {
    font-size: 18px;
    font-weight: 400;
  }

  .form-3 {
    margin-bottom: 25px;
  }

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

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

  .div-block-195 {
    border: 1px dashed var(--lines);
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 30px;
  }

  .div-block-196 {
    border: 1px dashed var(--lines);
    color: #5e5e5e;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    display: flex;
  }

  .div-block-197 {
    background-image: url('../images/images.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    width: 40px;
    height: 60px;
  }

  .div-block-198 {
    padding-top: 5px;
    padding-left: 15px;
  }

  .text-block-141 {
    color: var(--crimson);
    text-decoration: underline;
  }

  .text-block-142 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }

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

  .div-block-200 {
    width: 50%;
    padding-top: 3px;
    padding-right: 15px;
  }

  .text-block-143 {
    color: #d13232;
    text-decoration: underline;
  }

  .rota-2._900 {
    margin-bottom: 45px;
    font-size: 19px;
  }

  .rota-2._900._8 {
    margin-bottom: 25px;
  }

  .div-block-201 {
    padding-top: 5px;
    padding-left: 15px;
  }

  .form-4 {
    margin-bottom: 25px;
  }

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

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

  .div-block-202 {
    border: 1px dashed var(--lines);
    color: #5e5e5e;
    border-radius: 5px;
    padding: 15px;
    text-decoration: none;
    display: flex;
  }

  .form-block-5 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 30px;
  }

  .div-block-203 {
    margin-bottom: 30px;
    display: flex;
  }

  .radio-button-label-2 {
    margin-top: 3px;
    margin-bottom: 0;
  }

  .div-block-204 {
    background-image: url('../images/images.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    flex: none;
    width: 40px;
    height: 60px;
  }

  .text-block-144 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-205 {
    justify-content: flex-end;
    width: 50%;
    padding-right: 0;
    display: flex;
  }

  .text-block-145 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
  }

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

  .radio-button-3 {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }

  .radio-button-3:active {
    border: 10px solid #288562;
  }

  .radio-button-field-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .form-5 {
    flex-direction: row;
    display: flex;
  }

  .form-block-6 {
    border: 1px solid var(--lines);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .div-block-207 {
    flex: none;
    width: 70%;
    padding-right: 25px;
  }

  .div-block-208 {
    flex: none;
    width: 30%;
  }

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

  .tempo {
    color: #9b9b9b;
    display: none;
  }

  .completar {
    color: var(--sea-green);
    font-weight: 700;
    display: none;
  }

  .map-motorista {
    height: 200px;
  }

  .ocorrencia {
    padding-top: 20px;
  }

  .section-3 {
    background-color: var(--sea-green);
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .div-block-210 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-146 {
    color: var(--background);
    background-color: #34ae7f;
    border-radius: 200px;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    font-family: System main, sans-serif;
    font-size: 54px;
    line-height: 80px;
  }

  .heading-8 {
    color: #fff;
    margin-bottom: 70px;
  }

  .motorista {
    color: #cfcfcf;
  }

  .layout-go {
    z-index: 100;
    background-color: #222233d6;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .form-do-problema {
    background-color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 50px 30px 80px;
    position: absolute;
    inset: auto 0% 0%;
    transform: translate(0, 100%);
  }

  .text-block-147 {
    color: var(--light-steel-blue);
    font-size: 17px;
  }

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

  .text-block-148 {
    color: var(--light-steel-blue);
  }

  .overlay-pendente {
    background-color: #222233d9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 21px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-215 {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 40px;
    display: flex;
  }

  .text-block-149 {
    background-color: var(--goldenrod);
    color: #fff;
    text-align: center;
    border-radius: 200px;
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    font-family: System main, sans-serif;
    font-size: 28px;
    line-height: 70px;
  }

  .link-7 {
    color: #22223361;
    width: 10%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .link-8 {
    color: #cacaca;
    font-size: 10px;
  }

  .text-block-150 {
    border: 1px dashed var(--goldenrod);
    color: var(--goldenrod);
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }

  .form-text-field-2 {
    color: var(--light-steel-blue);
    font-size: 17px;
  }

  .form-text-field-3._2 {
    font-size: 17px;
  }

  .pac-mod-wrapper {
    flex: 1;
    margin-bottom: 25px;
  }

  .form-button-icon-2 {
    font-family: System main, sans-serif;
  }

  .form-block-6-copy {
    border: 1px solid var(--lines);
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 40px 30px;
  }

  .form-5-copy {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-230 {
    padding: 15px;
  }

  .link-9 {
    color: var(--light-steel-blue);
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    display: block;
  }

  .section-4, .section-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

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

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

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

  .nav-link {
    padding-left: 35px;
    line-height: 80px;
  }

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

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

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

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

  .text-block-200 {
    margin-bottom: .3rem;
  }

  .div-block-341 {
    padding-bottom: 20px;
  }

  .text-block-202 {
    font-size: 29px;
  }

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

  .text-block-204 {
    font-size: 21px;
  }

  .text-block-205 {
    font-size: 16px;
  }

  .menu-button {
    padding-top: 25px;
    font-size: 29px;
  }

  .nav-menu {
    width: 95%;
    padding-top: 77px;
  }

  .side-uno-copy {
    width: 100%;
  }

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

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

  .link-17 {
    width: 40px;
    margin-right: 5px;
    font-size: 26px;
  }

  .text-block-209 {
    padding-top: 10px;
    font-size: 25px;
  }

  .parceiro-text-field-2 {
    font-size: 16px;
  }

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

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

  .div-block-369 {
    background-size: 80px;
    min-height: 250px;
  }

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

  .div-block-360 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .text-block-242 {
    margin-bottom: .3rem;
  }

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

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

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

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

  .text-block-222 {
    margin-bottom: .3rem;
  }

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

  .div-block-372 {
    padding: 40px 30px 30px;
  }

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

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

  .text-block-245 {
    margin-bottom: .3rem;
  }

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

  .text-block-246 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-247 {
    margin-left: 15px;
  }

  .div-block-326 {
    margin-bottom: 20px;
  }

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

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

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

  .div-block-323 {
    min-height: 100px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-218 {
    font-size: 23px;
  }

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

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

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

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

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

  .div-block-379 {
    flex-flow: column;
    min-height: auto;
    padding: 35px 25px;
    display: block;
  }

  .link-block-18 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid-83 {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .div-block-380 {
    width: 100%;
  }

  .text-block-252 {
    font-size: 29px;
  }

  .text-block-253 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .text-block-254 {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .some-div-with-things {
    padding-left: 0;
    padding-right: 0;
  }

  .d4 {
    flex-flow: column;
  }

  .div-block-383 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-384 {
    width: 100%;
  }

  .div-block-385 {
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .tabs-menu {
    display: flex;
    overflow: auto;
  }

  .div-block-386 {
    width: 100%;
  }

  .div-block-342-copy {
    margin-bottom: 35px;
    padding: 40px 25px 50px;
  }

  .div-block-392 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .referencia {
    font-size: 20px;
    line-height: 100%;
  }

  .ad-credit-item {
    margin-bottom: 20px;
  }

  .dados-da-referencia {
    padding: 67px 25px 50px;
  }

  .button-11.blue {
    text-align: center;
    width: 80%;
    height: 50px;
    padding-top: 15px;
  }

  .text-block-262 {
    margin-bottom: .3rem;
    font-size: .9rem;
  }

  .text-block-262.bold {
    font-size: .9rem;
  }

  .side-a-1-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .select-field-2 {
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .side-b-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }

  .side-a-3 {
    flex-direction: column;
    flex: none;
    width: 100%;
  }

  .filters-flex-2 {
    flex-flow: column;
    margin-right: 0;
  }

  .filters-flex-2._6 {
    margin-right: 0;
  }

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

  .card-wrapper-6._0._58 {
    flex-flow: column;
    height: auto;
  }

  .form-field-label-15 {
    font-size: .9rem;
  }
}

#w-node-a7e5d328-e4be-a5d5-c74c-7c192535b918-3c2e6d13, #w-node-_11f83128-4fa6-1fd5-937a-a1d824ae0f80-3c2e6d13, #w-node-_05d82c69-f1ba-d47e-511a-f8b660266959-3c2e6d13, #w-node-_217bf57d-83aa-8d00-ee62-497ad6aa0f5b-3c2e6d13, #w-node-de56d646-7f8b-a80b-4f42-aae4d2710a9f-3c2e6d34, #w-node-de56d646-7f8b-a80b-4f42-aae4d2710aa4-3c2e6d34, #w-node-de56d646-7f8b-a80b-4f42-aae4d2710aa9-3c2e6d34, #w-node-a2bdc71c-7349-eca0-c4d9-d373998b1801-3c2e6d3a, #w-node-e19056c9-2552-4202-00bf-6f4ab048313e-3c2e6d3a, #w-node-_82138484-68aa-8b92-48a9-ea6096f5be9f-3c2e6d3d, #w-node-e4fcf541-5342-3faa-9d14-ed830471cdf4-3c2e6d3d, #w-node-c764d0ca-aaea-60c1-de30-3a986838cc96-3c2e6d3d, #w-node-a6151fea-c59b-c2ed-9630-848820888588-3c2e6d3d, #w-node-_2769df83-aca4-361b-70d2-fe792efc3cad-3c2e6d3d, #w-node-_15c14306-51d4-3148-532f-dba5bbc21587-3c2e6d3d, #w-node-eec3df4f-781f-3daf-2bea-87419ece4172-3c2e6d41, #w-node-_32e27de4-a73e-0df4-05f0-3b7323d45ebc-3c2e6d41, #w-node-_2dcf1388-952b-1551-3fec-3be4b24be1b9-3c2e6d41, #w-node-ec53f25c-9c3a-9afb-a1b5-2d6bfee184db-3c2e6d41, #w-node-_009697d5-8257-d098-263f-2c5a8ccb98a7-3c2e6d41, #w-node-ef7a3364-81bc-936e-6aff-acbd6eb2d4a9-3c2e6d41, #w-node-_1dc4826f-28ff-ebec-3d25-fe4d3e392e0a-3c2e6d41, #w-node-cbcad9dd-1019-fe5b-9005-9c7ba1c873c4-3c2e6d41, #w-node-_45033432-4b6d-5705-948e-249366add338-3c2e6d41, #w-node-e008767b-93e1-5b67-6d8f-a5120baee891-3c2e6d41, #w-node-b011deb6-ebb7-aa93-40a0-ab2afef21753-3c2e6d41, #w-node-ed641278-5564-315a-7f9f-044f745c632f-3c2e6d41, #w-node-_4c21e4f7-5555-4240-4455-2a60ba4e4920-3c2e6d41, #w-node-_4c21e4f7-5555-4240-4455-2a60ba4e4925-3c2e6d41, #w-node-_4c21e4f7-5555-4240-4455-2a60ba4e492a-3c2e6d41, #w-node-_88d44d63-718b-5ae9-9498-c24b0153e36d-3c2e6d41, #w-node-_93a72524-202f-0193-c80a-cdd251955497-3c2e6d45, #w-node-_93a72524-202f-0193-c80a-cdd2519554a0-3c2e6d45, #w-node-_93a72524-202f-0193-c80a-cdd2519554a9-3c2e6d45, #w-node-_93a72524-202f-0193-c80a-cdd2519554b2-3c2e6d45, #w-node-_93a72524-202f-0193-c80a-cdd2519554bb-3c2e6d45, #w-node-_93a72524-202f-0193-c80a-cdd2519554c4-3c2e6d45, #w-node-aaf2b1fd-bdd9-1475-3fc7-aa6cabbbb656-3c2e6d4c, #w-node-_7b8fd0c9-670b-0055-b88c-f2c2461a9221-3c2e6d4c, #w-node-a318639d-390e-01dd-9f5d-16ac20f9ef0c-3c2e6d4c, #w-node-a318639d-390e-01dd-9f5d-16ac20f9ef2c-3c2e6d4c, #w-node-aaf2b1fd-bdd9-1475-3fc7-aa6cabbbb656-30c60375, #w-node-_7b8fd0c9-670b-0055-b88c-f2c2461a9221-30c60375, #w-node-a318639d-390e-01dd-9f5d-16ac20f9ef0c-30c60375, #w-node-a318639d-390e-01dd-9f5d-16ac20f9ef2c-30c60375 {
  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;
}