:root {
  --black: #223;
  --light-steel-blue-2: #a0aec02e;
  --black-2: #333;
  --light-steel-blue: #a0aec0;
  --royal-blue: #1a5785;
  --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;
}

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

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

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

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

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

.brand {
  background-image: url('../images/Fiinika_operacoes.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 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

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

.buttons {
  padding-top: 50px;
}

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

.button:hover {
  background-color: 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: PT Sans, sans-serif;
}

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

.button.bx {
  background-color: var(--black);
  height: 50px;
}

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

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

.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: 0;
  font-size: 15px;
}

.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-right: 15px;
  padding-right: 10px;
  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: 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: 17px;
  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: 17px;
  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.terminado {
  color: var(--sea-green);
  font-size: 17px;
  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(--crimson);
  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;
}

.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: #1b1b1b;
  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: #000;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 35px;
  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: #9c9c9c;
}

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

.form-fiield.long {
  height: 250px;
}

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

.form-field-label-description._90 {
  color: #c90000;
}

.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/blank-profile-picture.jpeg');
  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: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.shadow {
  height: 90px;
}

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

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

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

.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 {
  color: #171f36;
  background-color: #fff;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 15px;
}

.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;
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  position: relative;
}

.search-no-filtro._8 {
  width: 100%;
  margin-right: 0;
}

.search-no-filtro._400 {
  width: 450px;
}

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

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

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

.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: 17px;
  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-size: 17px;
  font-weight: 500;
  line-height: 120%;
}

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

.text-block-128.verde {
  color: #00c37a;
}

.text-block-128._800 {
  color: var(--goldenrod);
}

.text-block-128._700 {
  color: #64d132;
}

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

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

.project-state.questionavel {
  background-color: var(--goldenrod);
}

.center-text {
  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;
  font-size: 15px;
}

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

.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;
  font-size: 15px;
}

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

.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(--light-steel-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;
  justify-content: center;
  align-items: flex-start;
  height: 220px;
  padding: 25px 40px;
  text-decoration: none;
  display: flex;
}

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

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

.text-block-133 {
  color: var(--black);
  font-size: 17px;
  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;
}

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

.text-block-157.green {
  background-color: #aac0a0;
}

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

.div-block-295 {
  max-width: 50%;
  max-height: 600px;
}

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

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

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

.fiinika-ana-2 {
  background-image: url('../images/rEGISTARTE-LOGO.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.form-fiield-2 {
  background-color: #f8f8f833;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 15px;
  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 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: .8rem 1.3rem;
  font-size: 100%;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

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

.button-4.no-back {
  border: 1px solid var(--black);
  color: var(--black);
  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 {
  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: #000;
}

.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/SIG_Fretes_1.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: #080808;
  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;
}

.form-fiield-3._500 {
  height: 200px;
}

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

.shadowx {
  height: 100px;
}

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

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

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

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

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

.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._2 {
  padding-top: 0;
}

.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(#000000c4, #000000c4), url('../images/O-imbondeiro-e-considerado-uma-arvore-sagrada-inspirando-poesias-ritos-e-lendas-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 60px 50px 60px 70px;
}

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

.side-uno {
  width: 100%;
}

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

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

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

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

.text-block-203 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 400;
  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(--black);
  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;
}

.text-block-206 {
  font-size: 17px;
  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;
}

.add-fundos {
  z-index: 1000;
  background-color: #000306db;
  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;
  font-size: 16px;
}

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

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

.link-18 {
  color: #949494;
  font-size: 14px;
}

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

.tab-pane-tab-1 {
  padding-top: 25px;
}

.div-block-351 {
  font-size: 15px;
}

.heading-10 {
  font-size: 30px;
  font-weight: 400;
}

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

.ver-mais {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.div-block-354 {
  width: 250px;
  font-size: 15px;
}

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

.o {
  margin-top: 25px;
}

.paragraph-2 {
  color: #333333b5;
  font-size: 17px;
  line-height: 150%;
}

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

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

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

.text-block-210 {
  background-color: var(--goldenrod);
  color: #000;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.text-block-210.ppp {
  background-color: var(--dodger-blue);
  color: #fff;
}

.text-block-210.aprv {
  background-color: var(--sea-green);
  color: #fff;
}

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

.text-block-210.cancelado {
  background-color: var(--crimson);
  color: #fff;
}

.div-block-358 {
  padding-right: 25px;
}

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

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

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

.botao {
  color: #000;
  background-color: #a0afbf57;
  border: 1px #a0afbf57;
  border-radius: 5px;
  align-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.botao:hover {
  border: 1px none var(--royal-blue);
  background-color: var(--black-2);
  color: #fff;
}

.text-block-211 {
  color: #3336;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-212 {
  font-size: 50px;
  line-height: 100%;
}

.text-block-204-copy {
  margin-right: 15px;
  font-family: Full icons, sans-serif;
  font-size: 27px;
  line-height: 100%;
}

.pages-headet-wrapper {
  color: #171f36;
  margin-bottom: 55px;
}

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

.tabs-menu-2 {
  display: flex;
}

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

.pages-h2 {
  max-width: 25.8em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.button-9 {
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

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

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

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

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

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

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

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

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

.tab-1 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-right: 15px;
  padding: 2px 5px;
  display: flex;
}

.tab-1.w--current {
  background-color: #fff;
  border: 1px solid #1675bd;
}

.tab-1._20.w--current {
  background-color: #fff;
  background-image: none;
  border: 1px solid #1675bd;
}

.pagamento-referencia-info {
  color: #1242af;
  margin-top: 0;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
}

.comprar-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
}

.comprar-button:hover {
  background-color: #222843;
}

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

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

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

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

.section-7-copy._2 {
  padding-top: 0;
}

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

.div-block-362 {
  background-color: #f6606014;
  border: 1px dashed #b82121;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 27px;
}

.text-block-213 {
  text-align: center;
  padding: 35px;
}

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

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

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

.div-block-365 {
  border-bottom: 1px dashed #00000087;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.div-block-366 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.div-block-366._4 {
  font-weight: 700;
}

.text-block-214 {
  width: 60%;
}

.text-block-215 {
  text-align: right;
  width: 40%;
}

.link-19 {
  color: #36363626;
  margin-top: 50px;
  display: block;
}

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

.text-block-216 {
  margin-bottom: 25px;
}

.text-block-216._0 {
  margin-bottom: 0;
}

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

.heading-11 {
  font-size: 2.5rem;
  font-weight: 500;
}

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

.search {
  margin-top: 25px;
  margin-bottom: 0;
}

.search-input {
  float: left;
  color: #000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 80%;
  height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
}

.search-button {
  float: left;
  background-color: var(--black);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 20%;
  height: 55px;
  font-size: 16px;
  display: block;
}

.div-block-368 {
  background-image: url('../images/rEGISTARTE-LOGO.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 70px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-369 {
  background-color: #fff;
  border-radius: 8px;
  min-width: 900px;
  padding: 35px;
}

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

.div-block-370 {
  border: 1px dashed var(--crimson);
  background-color: #d132320a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-371 {
  background-image: url('../images/warning-icon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.text-block-218 {
  font-weight: 700;
}

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

  .div-block-169 {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

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

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

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

  .add-fundos {
    display: none;
  }

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

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

  .pages-h1 {
    font-size: 1.6em;
  }

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

  .container-2 {
    max-width: 100%;
    padding-left: 15px;
    padding-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-top: 7px;
    padding-right: 1rem;
    line-height: 1;
  }

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

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

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

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

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

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

  .perfil-1._500._5858 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-173 {
    padding-top: 25px;
    padding-left: 0;
  }

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

  .section-5._5 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .div-block-358 {
    padding-right: 0;
  }

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

  .pages-h2 {
    letter-spacing: -.015em;
    font-size: 1.5em;
  }

  .validar-pagamento-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .instructions-wrapper {
    border-top: 2px dashed #4daa57;
    border-left-style: none;
  }
}

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

  .heading-2.box {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 100%;
  }

  .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 {
    margin-top: -4px;
    margin-right: 0;
    padding-top: 0;
    font-size: 1.9rem;
    line-height: 1.4;
  }

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

  .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 {
    margin-bottom: 10px;
  }

  .card-item.icon {
    justify-content: flex-start;
    width: 15%;
  }

  .side-a {
    flex-direction: column;
    width: 100%;
  }

  .side-b._123 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    margin-top: 7px;
    font-size: 15px;
  }

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

  .div-block-169 {
    padding: 50px 25px 35px;
  }

  .perfil-1._500._5858 {
    width: 150px;
    height: 150px;
  }

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

  .section-5._5 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 128px;
  }

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

  .fiinika-ana-2 {
    width: 180px;
  }

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

  .brand-2 {
    width: 180px;
  }

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

  .add-fundos {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block-8 {
    width: 100%;
  }

  .form-10 {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .heading-10 {
    text-align: center;
    font-size: 24px;
  }

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

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

  .text-block-211 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
  }

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

  .text-block-204-copy {
    font-size: 21px;
  }

  .instruction {
    font-size: 1.2em;
  }

  .pages-h2 {
    max-width: none;
    font-size: 17px;
  }

  .validar-pagamento-wrapper {
    border-style: none;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .instructions-wrapper {
    color: #040f20;
    border-top-style: none;
    padding-top: 5em;
    padding-left: 0;
    padding-right: 0;
  }

  .validar-wrap {
    border: 2px dashed #222843;
    border-radius: .5em;
    align-content: start;
    align-items: start;
    padding-bottom: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .pagamento-referencia-info {
    font-size: 1.5em;
  }

  .pages-h1 {
    font-size: 1.3em;
  }

  .pagamento-field-lable {
    color: #000;
  }

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

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

  .text-block-217 {
    text-align: center;
    font-size: 17px;
  }

  .search-input {
    width: 70%;
  }

  .search-button {
    width: 30%;
  }

  .div-block-368 {
    width: 150px;
    height: 50px;
    margin-bottom: 25px;
  }
}

#w-node-eec3df4f-781f-3daf-2bea-87419ece4172-d212396e, #w-node-ed641278-5564-315a-7f9f-044f745c632f-d212396e, #w-node-ef7a3364-81bc-936e-6aff-acbd6eb2d4a9-d212396e, #w-node-ec53f25c-9c3a-9afb-a1b5-2d6bfee184db-d212396e, #w-node-_8ee328bb-20d2-927b-4cdd-ded9587eef22-d212396e, #w-node-_009697d5-8257-d098-263f-2c5a8ccb98a7-d212396e, #w-node-_82138484-68aa-8b92-48a9-ea6096f5be9f-d2123979, #w-node-e4fcf541-5342-3faa-9d14-ed830471cdf4-d2123979, #w-node-c764d0ca-aaea-60c1-de30-3a986838cc96-d2123979, #w-node-a6151fea-c59b-c2ed-9630-848820888588-d2123979, #w-node-_2769df83-aca4-361b-70d2-fe792efc3cad-d2123979, #w-node-_15c14306-51d4-3148-532f-dba5bbc21587-d2123979, #w-node-_5a71a860-96c6-a46f-760e-ebe5e9035570-d212397d, #w-node-f28349b1-378a-2771-11e2-604b8531cf78-d212397d, #w-node-_81307e5b-f9f8-8b45-565a-152b00c1ae4b-d212397d, #w-node-_6be26f76-1d14-75ac-244d-69712ce0f267-d212397d, #w-node-_7f12c9a1-118e-a98f-7202-312a4bde1deb-d212397d, #w-node-_00112826-3f8d-ade6-cf49-1e14184006ae-d212397d, #w-node-_5b88a247-bfd4-17c3-8dc1-8a3f3cfaa212-d212397d, #w-node-_1748f50e-5976-af66-0fa0-3efdf3dac3c4-d212397d, #w-node-_05fbea2e-84f0-428b-81eb-b338afacd99b-d212397d, #w-node-_9084aef3-9e2b-0230-af28-641b2bda28f0-d212397d, #w-node-_71e273c0-64a1-2d1f-9fd3-b46025d52e3d-d212397d, #w-node-c134ca8b-5c28-3ed2-84d5-50422794672a-d212398c, #w-node-c134ca8b-5c28-3ed2-84d5-50422794672f-d212398c, #w-node-_88489c1a-25bd-54b4-7e81-f274fc89836c-d212398c, #w-node-_5a71a860-96c6-a46f-760e-ebe5e9035570-d212398f, #w-node-_568292ee-9065-68d9-0fa3-e3b1b7f3db42-d212398f, #w-node-_2f970dfc-f77e-1d66-262b-265942cc9661-d212398f, #w-node-_2f9ec46e-fa45-8d6a-8f67-a79a33bce531-d212398f, #w-node-_4c09d473-0241-c76d-bc69-da98dcd659b5-d212398f, #w-node-_47e51479-fe75-d017-c3df-d21cfd8ceb4f-d212398f, #w-node-_1fdd193f-94dc-f6d6-0053-a0300b2d0cb4-d212398f, #w-node-d6e101ba-39b0-d631-3d00-784d72133c63-d212399b, #w-node-d6e101ba-39b0-d631-3d00-784d72133c99-d212399b, #w-node-ed8faf5a-c349-1adc-34ab-33371bfbe5bc-d212399e, #w-node-_84954d4c-d11c-6674-747b-9f1df47ad3ca-d212399e, #w-node-_3de85003-9a2b-7bc4-33be-fe00a9c6945a-d21239a6, #w-node-_3de85003-9a2b-7bc4-33be-fe00a9c69463-d21239a6 {
  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;
}