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

@font-face {
  font-family: Boxrate;
  src: url('../fonts/boxrate.eot') format("embedded-opentype"), url('../fonts/boxrate.woff') format("woff"), url('../fonts/boxrate.ttf') format("truetype"), url('../fonts/boxrate.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calsans;
  src: url('../fonts/CalSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Product Sans;
  src: url('../fonts/Product-Sans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Product Sans;
  src: url('../fonts/Product-Sans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Product Sans;
  src: url('../fonts/Product-Sans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Product Sans;
  src: url('../fonts/Product-Sans-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --main-background: #f0c3aa14;
  --black: #223;
  --light-steel-blue-2: #a0aec02e;
  --black-2: #333;
  --light-steel-blue: #a0aec0;
  --royal-blue: #8c2332;
  --crimson: #d13232;
  --white: white;
  --sea-green: #288562;
  --lines: #f0c3aa36;
  --goldenrod: #edb54c;
  --background: #f7f7f7;
  --dodger-blue: #4197d8;
  --light-sky-blue: #83c5f7;
  --red: #de252f;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--main-background);
  color: #333;
  font-family: Yaldevi, 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 {
  color: var(--black-2);
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.heading-2.box._1 {
  padding-bottom: 20px;
}

.heading-2.box.small {
  font-size: 23px;
}

.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(--royal-blue);
  color: var(--white);
  height: 50px;
}

.button.bx:hover {
  background-color: var(--crimson);
  color: #fff;
}

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

.button.bx._900 {
  background-color: var(--lines);
  color: var(--black-2);
}

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

.button.aprovar {
  background-color: #1a8528;
}

.button.rejeitar {
  background-color: #ec383b;
  margin-top: 25px;
}

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

.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: var(--black-2);
  margin-right: 15px;
  padding-right: 10px;
  font-family: System main, sans-serif;
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #df3131d1;
}

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

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

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

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

.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._10, .card-item.data-1.x.loop {
  width: 20%;
}

.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-a._500 {
  width: 75%;
}

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

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

.side-b._600 {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
}

.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: #666666ab;
  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: #777777b8;
  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 #bebebe29;
  border-bottom: 1px #c9c9c9;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.txt {
  color: #5c5c5c8c;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}

.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: var(--black-2);
  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 {
  color: var(--black-2);
  text-align: center;
  cursor: pointer;
  background-color: #ffffff1c;
  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: #ffffff3b;
}

.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 #e0e2e733;
  border-right: 1px #e0e2e7;
  flex: none;
  width: 50%;
  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: #313131;
  background-color: #f8f8f824;
  border-style: solid;
  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: var(--black-2);
  background-color: #f8f8f82b;
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 35px;
  font-size: 17px;
  transition: all .1s;
}

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

.form-fiield:focus {
  border-color: var(--royal-blue);
  background-color: #ffffff1f;
}

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

.form-class {
  border: 1px none var(--lines);
  border-radius: 8px;
}

.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 #e0e2e75e;
  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 {
  border-style: solid;
  border-color: var(--lines);
  margin-left: 0;
  display: flex;
}

.form-left-side {
  background-color: #fff;
  border-left: 1px #e0e2e7;
  flex: none;
  width: 50%;
  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: 100px;
}

.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 {
  background-image: url('../images/Search-Icon-gray.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  margin-top: 3px;
  font-family: System main, sans-serif;
  top: 2px;
}

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

.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: #818181c4;
  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: 400;
  text-decoration: none;
}

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

.parceiro-text-field.inativo {
  color: #ff7474a1;
  font-weight: 400;
  text-decoration: none;
}

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

.parceiro-text-field.pendente {
  text-align: left;
  font-weight: 500;
}

.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 {
  color: var(--black-2);
  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;
}

.parceiro-avatar.criador {
  border: 1px #b4b4b469;
  width: 45px;
  height: 45px;
}

.parceiro-avatar.anuncio {
  border-radius: 8px;
  width: 50px;
  height: 50px;
}

.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-128._600 {
  color: var(--goldenrod);
}

.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: #8c233299;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 400;
}

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

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

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

.form-block-7 {
  border: 1px solid var(--lines);
  background-color: #ffffffcf;
  border-radius: 8px;
  min-width: 500px;
  margin-bottom: 25px;
  padding: 50px;
}

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

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

.brand-x-1 {
  background-image: url('../images/Logotipo-mambala-original.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

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

.form-fiield-2:focus {
  border-color: var(--royal-blue);
}

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

.form-fiield-2._5 {
  margin-bottom: 35px;
}

.button-4 {
  background-color: var(--royal-blue);
  color: var(--white);
  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 {
  color: #fff;
  background-color: #691924;
}

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

.button-4.no-back:hover {
  border-color: #e5e5e5;
}

.button-4._3 {
  background-color: var(--lines);
  color: var(--black-2);
  margin-top: 25px;
}

.button-4._3:hover {
  border: 1px solid var(--royal-blue);
}

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

.button-6.add {
  background-color: var(--royal-blue);
  border: 1px #eeeeeead;
  font-size: 16px;
}

.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/Logotipo-mambala-original.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
}

.nav-link {
  color: #2c2c2c;
  text-transform: uppercase;
  margin-left: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 100px;
}

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

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

.nav-link.no {
  display: none;
}

.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(#0b0739d6, #0b0739d6), url('../images/1504139-full-size-music-desktop-wallpaper-2560x1600-ipad-retina.jpeg');
  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;
}

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

.text-block-203 {
  color: #2e2e2eb3;
  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;
}

.comentar-2 {
  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 {
  color: var(--black-2);
  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 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 35px;
}

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

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

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

.text-block-211 {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 300;
  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: 20px;
  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 var(--royal-blue);
  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;
  border-left: 2px dashed var(--royal-blue);
  color: #000;
  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: #fff;
  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: 20px;
  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 {
  border: 1px solid var(--royal-blue);
  background-color: #fff;
  background-image: none;
  border-radius: 20px;
}

.pagamento-referencia-info {
  color: var(--royal-blue);
  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.3em;
  font-weight: 600;
  line-height: 1;
}

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

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

.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-361._8 {
  padding-top: 35px;
}

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

.body {
  background-color: #1b1b1b;
}

.div-block-366 {
  justify-content: flex-end;
  display: flex;
}

.checkbox-field-3 {
  color: var(--black-2);
  margin-bottom: 35px;
  display: flex;
}

.checkbox-3 {
  width: 20px;
  height: 25px;
  margin-top: 2px;
  margin-right: 8px;
}

.checkbox-label-2 {
  margin-right: 15px;
  font-size: 16px;
  line-height: 25px;
}

.link-19 {
  color: var(--sea-green);
  line-height: 25px;
  text-decoration: none;
}

.div-block-367 {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.div-block-367:hover {
  border: 1px solid #d132325c;
}

.div-block-368 {
  width: 130px;
  height: 120px;
}

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

.div-block-369 {
  flex: 1;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 25px;
}

.text-block-214 {
  color: #313131d9;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 100%;
}

.text-block-215 {
  color: #edb54ca8;
  font-size: 18px;
}

.text-block-215.rejeitado {
  color: #ed4c4ca8;
}

.text-block-215.activo {
  color: var(--sea-green);
}

.text-block-216 {
  background-color: var(--lines);
  color: #8c23328a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: System main, sans-serif;
  font-size: 25px;
  display: flex;
}

.div-block-370 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-371 {
  height: 80px;
}

.div-block-372 {
  height: 400px;
  margin-bottom: 25px;
}

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

.div-block-362-copy {
  border: 1px dashed var(--sea-green);
  text-align: center;
  cursor: pointer;
  background-color: #2885622e;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 27px;
  text-decoration: none;
  display: block;
}

.div-block-362-copy:hover {
  background-color: var(--sea-green);
  border-style: solid;
}

.div-block-373 {
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.main-lead-content {
  color: #fff;
  background-color: #919ba7;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.main-relatorio {
  margin-bottom: 50px;
}

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

.text-block-217.yellow {
  color: #ffb100;
}

.text-block-217.green {
  color: #05b32e;
}

.bloc {
  float: left;
  border-right: 1px solid #b8bac1;
  width: 20%;
  margin-right: 25px;
  padding-right: 25px;
}

.bloc._2 {
  width: 25%;
}

.logo-relatorio {
  float: left;
  background-image: url('../images/nuclick-logo_red.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-218 {
  float: left;
  width: 15%;
}

.text-block-218._3 {
  width: 40%;
  padding-left: 10px;
}

.relatorio-main-div {
  background-color: #fff;
  width: 80%;
  padding: 50px 70px;
}

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

.heading-11 {
  color: #919ba7;
  margin-top: 0;
  margin-bottom: 25px;
}

.text-block-219 {
  color: #919ba7;
  margin-bottom: 25px;
  font-weight: 500;
}

.reuni-content {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.text-block-220 {
  color: #919ba7;
  font-size: 19px;
}

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

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.div-block-374 {
  background-color: #000;
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 0;
  display: flex;
}

.div-block-375 {
  padding-top: 3%;
  padding-left: 50px;
}

.text-block-221 {
  color: #ffffffbf;
  margin-bottom: 25px;
  font-size: 41px;
  line-height: 120%;
}

.text-block-222 {
  color: #fff6;
  margin-bottom: 35px;
  font-size: 21px;
  line-height: 120%;
}

.link-block-4 {
  background-image: url('../images/brita-banner-ad-example.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  display: block;
}

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

.wrap-content-link {
  flex: none;
}

.video {
  width: 500px;
  height: 350px;
}

.anuncio-master-div {
  z-index: 1000;
  background-color: #171f36b3;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.wrap-button-and-anuncio-div {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-376 {
  justify-content: center;
  padding-bottom: 25px;
  display: flex;
}

.button-10 {
  background-color: var(--crimson);
  text-align: center;
  border-radius: 200px;
  width: 150px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
}

.link-block-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1000px;
  height: 500px;
  display: block;
}

.form-text-field-copy {
  color: #1d1d1d;
  border-radius: 5px;
  height: 50px;
  padding-bottom: 155px;
  font-size: 17px;
}

.body-2 {
  background-color: #0a0a0a;
}

.main-nav {
  box-shadow: 0 2px 5px #0000000f;
}

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

.brand-3.w--current {
  background-image: url('../images/Logotipo-mambala-original.png');
  width: 220px;
  margin-right: 15px;
}

.nav-link-2 {
  height: 100px;
}

.div-block-377 {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

.link-20 {
  color: #000000b0;
  text-decoration: none;
}

.link-20:hover {
  color: #06172c;
}

.link-20-copy {
  border: 1px solid var(--white);
  color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  text-decoration: none;
}

.link-20-copy:hover {
  border-color: var(--crimson);
}

.link-20-copy-copy {
  border: 1px solid var(--royal-blue);
  color: #fff;
  background-color: #8c2332;
  border-radius: 20px;
  padding: 15px 25px;
  text-decoration: none;
}

.link-20-copy-copy:hover {
  border-color: var(--background);
  background-color: #641e1e;
}

.navbar-2 {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.section-9._1 {
  padding-top: 25px;
}

.text-block-223 {
  color: #3336;
  text-align: center;
  margin-top: 25px;
  font-size: 13px;
}

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

.heading-13 {
  color: #fff;
}

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

.paragraph-3 {
  color: #ffffffc2;
}

.div-block-379 {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

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

.text-block-224 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 120%;
}

.tab-link-tab-2 {
  background-color: var(--lines);
  color: #000000b0;
  border-radius: 20px;
  margin-right: 10px;
  padding: 15px 25px;
  font-size: 14px;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #8c2332;
}

.tab-link-tab-2.t-no {
  display: none;
}

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

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

.div-block-380 {
  background-image: url('../images/Nuclick-favicon-256-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 165px;
}

.div-block-380.tutotial {
  position: relative;
}

.div-block-381 {
  padding: 15px 0 0;
  text-decoration: none;
}

.text-block-225 {
  color: #fff;
  max-height: 60px;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 110%;
}

.text-block-225._2 {
  color: #353535;
  text-align: center;
}

.link-block-6 {
  margin-bottom: 25px;
  text-decoration: none;
}

.link-block-6.tutorial {
  position: relative;
}

.text-block-226 {
  color: #ffffff7a;
  height: 20px;
  font-size: 14px;
  overflow: hidden;
}

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

.div-block-382 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.text-block-227 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 23px;
}

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

.megasection {
  background-color: #070606;
  min-height: 1000px;
  padding: 63px;
}

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

.logo-y {
  background-image: url('../images/Nuclick-logo_white_no-slogan.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-bottom: 25px;
}

.heading-14 {
  color: #fff;
  font-weight: 600;
}

.div-block-385 {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100px;
  margin-left: 200px;
  padding-top: 27px;
  padding-bottom: 0;
  padding-left: 20px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  flex: 1;
  margin-bottom: 0;
  display: flex;
}

.select-field-2 {
  background-color: #000;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
}

.search-input-3 {
  border: 1px none var(--black);
  color: #000000b0;
  background-color: #f0c3aa24;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 20px;
  font-size: 15px;
}

.search-input-3:active, .search-input-3:focus {
  border-color: var(--black-2);
}

.search-input-3::placeholder {
  color: #001d357d;
}

.search-input-3._8 {
  background-color: var(--lines);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.form-block-9 {
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: 10px;
}

.search-button-3 {
  color: #060d137d;
  background-color: #f0c3aa24;
  border: 1px solid #f0c3aa24;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: System main, sans-serif;
}

.search-button-3._8 {
  border-color: var(--lines);
  background-color: var(--lines);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.body-3 {
  background-color: #000;
}

.text-block-228 {
  color: #ffffff9c;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 100%;
}

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

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

.text-block-229 {
  margin-right: 15px;
  font-family: System main, sans-serif;
}

.link-21 {
  color: #737373;
  margin-right: 10px;
  font-family: System main, sans-serif;
  font-size: 35px;
  text-decoration: none;
}

.link-21.w--current {
  color: #6f7373;
}

.text-block-230 {
  color: #2e2e2ecf;
  font-size: 27px;
  line-height: 100%;
}

.dropdown-toggle-2 {
  border: 1px solid var(--lines);
  color: #000000bd;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  display: flex;
}

.div-block-389 {
  margin-left: 10px;
  font-size: 15px;
}

.dropdown-list {
  padding-bottom: 7px;
}

.dropdown-list.w--open {
  background-color: var(--royal-blue);
  border-radius: 12px;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 16px;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  color: var(--crimson);
}

.div-block-382-copy {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.text-block-227-copy {
  text-align: center;
  margin-bottom: 15px;
  font-size: 23px;
}

.div-block-390 {
  background-color: var(--black-2);
  border: 1px #000;
  border-radius: 5px;
  padding: 39px;
}

.text-block-231 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.div-block-380-copy {
  background-image: url('../images/1_EBOL4lka5QjcYoxj6AHp-g.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.shadow-c2 {
  height: 100px;
}

.div-block-391 {
  color: #fff;
  background-color: #df3131;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 40px;
  padding: 5px 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.background-video {
  z-index: 99;
  border: 1px solid #eeeeee3b;
  border-radius: 5px;
  position: relative;
}

.background-video-2 {
  border: 1px solid #eeeeee47;
  border-radius: 5px;
}

.text-block-232 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-233 {
  color: #bcb8b8;
  line-height: 20px;
}

.contain-copy {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.vid {
  width: 70%;
  padding-right: 35px;
}

.here {
  background-image: url('../images/262931591_11215011.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 400px;
}

.here._2 {
  background-image: url('../images/af_bai_pme_webbanner_facebook-800x800px_05032018.jpg');
}

.here._3 {
  background-image: url('../images/brochura_digital__sem_carto_Página_01.jpg');
}

.div-block-393 {
  background-color: var(--lines);
  border-radius: 5px;
  padding: 0;
  position: relative;
}

.video-2 {
  border-radius: 5px;
}

.div-block-394 {
  z-index: 100;
  background-color: #4b0d16de;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 12px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-234 {
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.text-block-235 {
  color: #ffffffb8;
  font-size: 15px;
}

.div-block-395 {
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.link-block-7 {
  color: #001d35;
  justify-content: flex-start;
  align-items: center;
  min-height: 30px;
  margin-right: 25px;
  text-decoration: none;
  display: flex;
}

.text-block-236 {
  color: #8c2332;
  font-family: Boxrate, Arial, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.text-block-237 {
  color: #000000b0;
  margin-left: 5px;
  font-size: 15px;
}

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

.link-22 {
  background-color: var(--crimson);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  min-width: 200px;
  padding: 17px 20px;
  text-decoration: none;
}

.tab-content {
  padding-top: 25px;
}

.hold-the-clip {
  border-radius: 5px;
}

.heading-15 {
  margin-top: 0;
}

.heading-15.box {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 40px;
  overflow: hidden;
}

.search-input-4 {
  color: #000;
  background-color: #0000;
  border: 1px solid #c4c4c466;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
  font-size: 14px;
}

.search-input-4:focus {
  color: #171f36;
  border-color: #f76c5e;
}

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

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

.select-field-3:focus {
  border-color: #f76c5e;
}

.form-11 {
  width: 100%;
  display: block;
}

.card-wrapper-3 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--lines) #e5e5e536 #e5e5e536;
  background-color: #fff;
  border-radius: 5px;
  height: 80px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.card-wrapper-3:hover {
  border: 1px solid #344e98a6;
}

.link-23 {
  float: left;
  color: #2222337d;
  padding-top: 2px;
  padding-right: 1.5rem;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.txt-2 {
  color: #2e2e2eab;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.form-block-10 {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

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

.text-block-238 {
  color: #333333ab;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
}

.card-item-2 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.card-item-2.name {
  color: #2b2b2b;
  flex: 0 auto;
  align-items: center;
  width: 80%;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.card-item-2.icon {
  color: #d13232;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
}

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

.card-item-2.img._900 {
  width: 20%;
}

.hold-the-header {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-block-167 {
  color: #fff;
  text-align: center;
  background-color: #2b3036;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
  font-weight: 700;
}

.text-block-167:hover {
  background-color: #25295d;
}

.text-block-167.verde {
  background-color: #169702a3;
}

.text-block-167.verde:hover {
  background-color: #136e05a3;
}

.text-block-167._690 {
  color: #10a53d;
  background-color: #344e9800;
  border: 1px solid #5cbc79;
}

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

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

.text-block-239 {
  color: #272727ab;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

.text-block-164 {
  color: var(--royal-blue);
  margin-top: 3px;
  line-height: 1;
}

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

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

.div-block-263 {
  border: 1px solid var(--lines);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  position: static;
}

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

.heading-16 {
  margin-top: 0;
}

.heading-16.box {
  width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 40px;
  overflow: hidden;
}

.text-block-186 {
  color: #919ba7;
  font-size: 19px;
}

.relatorio-main-div-2 {
  background-color: #fff;
  width: 100%;
  padding: 50px 70px;
}

.link-24 {
  float: left;
  color: #2222337d;
  padding-top: 2px;
  padding-right: 1.5rem;
  font-size: 34px;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

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

.text-block-185 {
  float: left;
  width: 15%;
}

.text-block-185._3 {
  width: 56%;
  padding-left: 10px;
}

.text-block-185._30 {
  width: 22%;
}

.heading-17 {
  margin-bottom: 10px;
  font-weight: 400;
}

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

.logo-relatorio-2 {
  float: left;
  background-image: url('../images/image-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-240 {
  color: #363636;
  text-align: center;
  margin-bottom: 25px;
  font-size: 19px;
}

.link-25 {
  color: #ffffff52;
  margin-top: 20px;
  display: block;
}

.link-25.w--current {
  color: #29292952;
  text-align: center;
}

.link-25._3 {
  color: var(--black-2);
  margin-bottom: 20px;
}

.link-25._3.w--current {
  margin-bottom: 20px;
}

.div-block-377-copy {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.user-logged-in {
  color: #00000069;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-402 {
  background-image: url('../images/blank-profile-picture-973460_640.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.text-block-241 {
  text-decoration: none;
}

.section-10 {
  padding-top: 0;
  padding-bottom: 100px;
}

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

.link-26 {
  color: #ffffff52;
  margin-top: 20px;
  display: block;
}

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

.body-6 {
  background-color: var(--main-background);
}

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

.link-27 {
  border: 1px solid var(--royal-blue);
  color: #8c2332;
  background-color: #8c233200;
  border-radius: 15px;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.link-27._5 {
  border-radius: 8px;
}

.div-block-406 {
  flex: 1;
  padding-right: 50px;
}

.div-block-407 {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 50px;
  padding: 45px;
  display: flex;
  box-shadow: 0 2px 5px #f8e3d7b3;
}

.div-block-408 {
  background-color: #f8e3d794;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 200px;
  padding: 25px;
  display: flex;
}

.div-block-409 {
  flex: 1;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

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

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

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

.text-block-244 {
  color: #333c;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-245 {
  color: #333c;
  font-size: 27px;
  line-height: 120%;
}

.button-11 {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  background-color: #3898ec00;
  border-radius: 12px;
}

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

.button-11._56.seg {
  border-color: var(--lines);
  color: #f0c3aaf5;
}

.button-11._56.seguir {
  background-color: var(--royal-blue);
  color: var(--white);
}

.guil {
  background-color: #f8e3d794;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 200px;
  padding: 25px;
  display: none;
}

.grid-86 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-410 {
  margin-bottom: 25px;
  padding-top: 15px;
}

.div-block-411 {
  position: relative;
}

.text-block-246 {
  color: #fff;
  background-color: #8c2332e8;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 2px 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-246._2 {
  background-color: #a0412d;
}

.text-block-246._3 {
  background-color: #c3785a;
}

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

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

.text-block-249 {
  color: var(--royal-blue);
  font-size: 18px;
  font-weight: 700;
}

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

.button-12 {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.div-block-413 {
  flex: 1;
  padding-right: 50px;
}

.hold-the-forum {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 35px;
  padding: 50px;
  box-shadow: 0 2px 5px #f0c3aa59;
}

.text-block-250 {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-414 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-10 {
  border: 1px solid var(--royal-blue);
  object-fit: cover;
  border-radius: 20px;
  width: 60px;
  height: 60px;
}

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

.div-block-416 {
  padding-left: 15px;
}

.text-block-251 {
  border: 1px solid var(--royal-blue);
  color: var(--royal-blue);
  border-radius: 12px;
  padding: 5px 15px;
  font-size: 13px;
}

.text-block-252 {
  color: #333333bd;
  font-size: 11px;
}

.text-block-253 {
  margin-bottom: 0;
  font-weight: 500;
}

.div-block-417 {
  padding-top: 20px;
}

.paragraph-4 {
  font-size: 1rem;
  line-height: 150%;
}

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

.div-block-418._500 {
  width: 30%;
}

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

.div-block-419 {
  box-shadow: 0 2px 5px 0 var(--lines);
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 50px;
}

.text-block-254 {
  text-align: center;
  background-color: #faefe8;
  border-radius: 20px;
  padding: 3px 15px;
  font-size: 12px;
  display: inline-block;
}

.div-block-420, .div-block-421 {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-11 {
  border: 1px none var(--royal-blue);
  object-fit: cover;
  border-radius: 20px;
  width: 120px;
  height: 120px;
}

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

.text-block-255 {
  color: #333333ba;
  font-size: 12px;
}

.text-block-255.ja-e-mentor {
  color: #fff;
  background-color: #8c233280;
  border-radius: 8px;
  padding: 3px 10px;
  display: inline-block;
}

.div-block-423 {
  text-align: center;
}

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

.search-input-5 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
}

.photo {
  background-image: url('../images/65e8a7e514e63bb99043d426_Natacha-Massano.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}

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

.new-message-notify {
  color: #fff;
  text-align: center;
  background-color: #f54a4a;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 14px;
  line-height: 19px;
  position: absolute;
  inset: -4px -3px auto auto;
  overflow: hidden;
}

.text-block-183 {
  border-bottom: 1px #3d3d3d26;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

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

.div-block-282 {
  flex: 1;
  padding-left: 15px;
}

.chat-send-button {
  color: #89919b;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  transition: all .1s;
  position: absolute;
  inset: 16px 16px auto auto;
  overflow: hidden;
}

.chat-send-button:hover, .chat-send-button:focus {
  color: #0081f6;
}

.chat-send-button._25-position-margin {
  font-family: System main, sans-serif;
  right: 25px;
}

.chat-info-wrapper {
  border: 1px #e0e2e7;
  border-radius: 4px;
  display: flex;
}

.chat-info-wrapper.minus-margin {
  flex-direction: column-reverse;
  margin: 0;
  display: block;
  position: relative;
}

.search-2 {
  z-index: 10;
  width: 30%;
  padding: 17px 15px 12px;
  display: flex;
  position: absolute;
}

.search-2._3 {
  margin-top: 127px;
}

.chat-wrapper {
  float: left;
  background-color: #fff;
  border-left: 1px #e9e9e9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.chat-info-nav {
  background-color: #fff;
  padding: 16px 25px;
}

.tab-pane-tab-1-3 {
  border-left: 1px solid #dfdfdf;
  height: 100vh;
  padding-top: 120px;
}

.div-block-278 {
  margin-top: 5px;
  display: flex;
}

.chat-picker-wrapper {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.chat-picker-wrapper._80 {
  float: left;
  flex-direction: column;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  padding-top: 206px;
  display: block;
  overflow: auto;
}

.chat-text-form {
  padding: 16px;
  position: relative;
}

.chat-text-form._25-margin {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding-left: 25px;
  padding-right: 25px;
}

.link-28 {
  color: #191c41;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.link-28:hover {
  color: #3039ff;
}

.div-block-310 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-276 {
  border: 1px solid #343ce4;
  border-radius: 12px 12px 4px;
  padding: 50px;
}

.text-block-177 {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.div-block-309 {
  padding: 141px 46px 46px;
}

.main-chat-wrapper {
  position: fixed;
  inset: 0%;
}

.main-chat-wrapper.fg {
  background-image: linear-gradient(81deg, #3442d8, #262b5c);
}

.message {
  border-radius: 4px;
  min-width: 50px;
  margin-bottom: 0;
  padding: 16px 24px 24px;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.message.receiver-message {
  color: #171f36;
  background-color: #fdf6f3;
  border-radius: 4px 24px 24px;
  min-width: 50%;
  padding-bottom: 28px;
}

.message.sender-message {
  float: right;
  color: #ffffffe6;
  background-color: #8c2332;
  border-radius: 24px 24px 4px;
  min-width: 40%;
  padding-bottom: 28px;
}

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

.receiver {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.chat-bubble-container {
  border-top: 1px solid #e9e9e9;
  flex-direction: column-reverse;
  height: 585px;
  padding: 25px 16px 0;
  display: flex;
  overflow: auto;
}

.chat-bubble-container._25px-padding {
  height: 81%;
  padding-bottom: 44px;
  padding-left: 25px;
  padding-right: 25px;
}

.container-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.chat-message-preview {
  color: #9c9c9c;
  height: 20px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.text-block-176 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 900;
}

.chat-time-stamp {
  color: #171f3659;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  inset: auto auto 8px 24px;
}

.chat-time-stamp.sndrs {
  color: #ffffff59;
  inset: auto 24px 8px auto;
}

.chat-time-stamp.sndrs._90000 {
  float: right;
  position: static;
}

.name-2 {
  flex: 1;
  height: 18px;
  margin-top: 1px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
}

.name-2.with-bottom-margin {
  margin-bottom: 3px;
  font-size: 16px;
}

.name-2.with-bottom-margin.smaller-text {
  margin-bottom: 0;
  font-size: 15px;
}

.price {
  font-weight: 700;
}

.paragraph-5 {
  font-size: 15px;
  line-height: 24px;
}

.nome-do-anuncio {
  font-weight: 700;
}

.chat-text-filed-form-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.right-chevron {
  color: #d0d3dd;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  transform: rotate(-90deg);
}

.div-block-280 {
  background-color: #3668fc26;
  border: 1px #39393912;
  border-radius: 4px 24px 24px;
  width: 100%;
  padding: 25px;
  display: flex;
}

.chat-user-status {
  color: #9c9c9c;
  height: 20px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.chat-user-status.online {
  color: #05b32e;
  height: 16px;
  margin-top: 0;
  line-height: 16px;
}

.chat-message {
  width: 80%;
  min-width: 168px;
  max-width: 320px;
  margin-bottom: 4px;
  position: relative;
}

.chat-message.sendets {
  float: right;
}

.search-button-4 {
  background-color: var(--royal-blue);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: System main, sans-serif;
}

.sender-interesse {
  background-color: var(--royal-blue);
  color: #fff;
  border: 1px #39393912;
  border-radius: 24px 24px 4px;
  width: 70%;
  padding: 25px;
  display: flex;
}

.cliente-choice-info {
  flex: 1;
}

.div-block-284 {
  display: none;
}

.chat-choice-wrapper {
  color: #171f36;
  background-color: #0000;
  border: 1px #0000;
  align-items: center;
  height: 73px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-choice-wrapper:hover {
  background-color: #f8f8f8;
}

.chat-choice-wrapper.w--current {
  background-color: #f0f0f0;
  font-weight: 700;
}

.form-block-11 {
  float: right;
  width: 70%;
}

.chat-here {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.chat-here.mobile {
  display: none;
}

.chat-text-field {
  background-color: #fdf6f3;
  border: 1px solid #0000;
  border-radius: 4px;
  height: 45px;
  max-height: 45px;
  margin-bottom: 0;
  padding: 14px 61px 10px 16px;
  font-size: 17px;
  line-height: 18px;
}

.chat-text-field:focus {
  background-color: #fff;
  border-color: #0081f6;
}

.chat-text-field::placeholder {
  color: #89919b;
}

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

.chat-receiver-info {
  color: #171f36;
  border: 1px #0000;
  align-items: center;
  height: 41px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-receiver-info:hover {
  background-color: #0000;
}

.text-block-257 {
  color: #343ce4;
  margin-right: 5px;
  font-weight: 700;
}

.text-block-257.red {
  color: #e43437;
}

.flexed-block {
  background-color: #fff;
  flex: none;
  height: 100vh;
}

.div-block-281 {
  background-image: url('../images/pngtree-pair-of-headphones-on-the-water-at-nighttime-image_2931863.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 80px;
  height: 80px;
}

.sender {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.text-block-182 {
  color: #282828;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-182._2 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.text-block-194 {
  text-align: center;
  padding: 42px;
  font-size: 20px;
}

.button-13 {
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 20px;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

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

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

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

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

.comprar-button-2 {
  background-color: var(--royal-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 50px;
  text-decoration: none;
}

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

.body-7 {
  background-color: var(--main-background);
}

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

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

.grid-88._8 {
  grid-template-columns: 1fr 1fr;
}

.div-block-427 {
  background-image: linear-gradient(#8c2332b5, #8c2332b5), url('../images/6454564tos_50241633-stock-photo-baobabs.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 50px;
  display: flex;
}

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

.grid-89._5 {
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.text-block-258 {
  color: var(--royal-blue);
  margin-bottom: 25px;
  font-family: System main, sans-serif;
  font-size: 27px;
  line-height: 120%;
}

.text-block-259 {
  color: #2e2e2e;
}

.grid-90 {
  flex: 1;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: center;
}

.text-block-260 {
  color: #fff;
  margin-bottom: 10px;
}

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

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

.textarea {
  min-height: 350px;
}

.choose-mentor {
  z-index: 1000;
  background-color: #000000c9;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-430 {
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.text-block-262 {
  margin-bottom: 30px;
  font-size: 23px;
}

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

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

.image-13 {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.div-block-431 {
  max-height: 300px;
  margin-bottom: 35px;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

  .content-wrapper {
    margin-left: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 2.5rem;
  }

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

  .heading-3 {
    font-size: 1.75rem;
  }

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

  .shadow {
    height: 140px;
  }

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

  .section-5 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

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

  .text-block-203 {
    margin-bottom: 25px;
    font-size: 18px;
  }

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

  .menu-button {
    color: var(--black-2);
    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;
  }

  .botao {
    width: 70%;
  }

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

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

  .image-5 {
    object-fit: contain;
  }

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

  .section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-374 {
    flex-direction: column;
  }

  .div-block-375 {
    padding-top: 2%;
    padding-left: 0;
  }

  .text-block-221 {
    margin-bottom: 15px;
    font-size: 33px;
  }

  .link-block-4 {
    height: 300px;
  }

  .video {
    width: 100%;
  }

  .wrap-button-and-anuncio-div {
    width: auto;
  }

  .link-block-5 {
    width: 650px;
    height: 450px;
  }

  .brand-3 {
    width: 150px;
    height: 70px;
  }

  .div-block-377 {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
  }

  .nav-menu-2 {
    z-index: 1000;
    background-color: var(--royal-blue);
    width: 80%;
    height: 100vh;
    padding-top: 153px;
    padding-left: 45px;
    position: fixed;
  }

  .link-20 {
    color: #ffffffb0;
  }

  .link-20-copy-copy {
    background-color: #741c29;
  }

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

  .heading-13 {
    margin-bottom: 0;
  }

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

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

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

  .menu-button-2 {
    color: var(--royal-blue);
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 21px 0 0;
    font-size: 29px;
    display: flex;
  }

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

  .megasection {
    padding: 42px;
  }

  .heading-14 {
    font-size: 2.8rem;
    line-height: 100%;
  }

  .div-block-385 {
    z-index: 0;
    width: 100%;
    height: auto;
    margin-top: 70px;
    margin-left: -15px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    position: fixed;
  }

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

  .select-field-2, .search-input-3 {
    height: 40px;
  }

  .dropdown-toggle-2 {
    border-color: #96959591;
    height: 40px;
  }

  .div-block-380-copy {
    width: 170px;
    height: 170px;
  }

  .shadow-c2 {
    height: 70px;
  }

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

  .here {
    height: 250px;
  }

  .video-2 {
    min-height: 400px;
  }

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

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

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

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

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

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

  .div-block-377-copy, .user-logged-in {
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin-bottom: 10px;
  }

  .text-block-241 {
    color: #ffffff69;
  }

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

  .div-block-407 {
    margin-bottom: 35px;
    padding: 25px;
  }

  .div-block-408 {
    height: 150px;
  }

  .div-block-409 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-8 {
    height: 150px;
  }

  .text-block-242 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-block-243 {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .text-block-244 {
    font-size: 50px;
  }

  .text-block-245 {
    font-size: 20px;
  }

  .guil {
    height: 150px;
  }

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

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

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

  .search-2._3 {
    z-index: 1001;
    width: 100%;
    margin-top: 149px;
  }

  .chat-wrapper {
    z-index: 10;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    inset: 0%;
  }

  .chat-info-nav {
    z-index: 100;
    border-bottom: 1px #f5f5f5;
    margin-top: 70px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .tab-pane-tab-1-3 {
    z-index: 100;
    padding-top: 143px;
  }

  .chat-picker-wrapper._80 {
    z-index: 1000;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 226px;
    display: block;
  }

  .main-chat-wrapper.fg {
    background-image: none;
  }

  .chat-bubble-container._25px-padding {
    height: 100%;
    padding-top: 32px;
    padding-bottom: 100px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2.no-side {
    padding-left: 0;
    padding-right: 0;
  }

  .chat-text-filed-form-wrapper {
    width: 100%;
    margin-bottom: 0;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .div-block-284 {
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .chat-here {
    display: none;
  }

  .chat-here.mobile {
    display: block;
  }

  .grid-88._8 {
    grid-template-columns: 1fr;
  }

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

  .link-block-8 {
    height: auto;
  }

  .text-block-258 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .text-block-260 {
    margin-bottom: 0;
  }

  .text-block-261 {
    font-size: 48px;
  }
}

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

  .card-item.name._1 {
    padding-left: 10px;
  }

  .form-right-side {
    width: 100%;
  }

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

  .form-left-side {
    width: 100%;
  }

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

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

  .botao {
    width: 100%;
  }

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

  .div-block-371 {
    height: 70px;
  }

  .div-block-372 {
    height: 400px;
  }

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

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

  .text-block-221 {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .text-block-222 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .video {
    width: 100%;
    height: 250px;
  }

  .wrap-button-and-anuncio-div {
    width: auto;
    bottom: 40px;
    left: 10px;
    right: 10px;
  }

  .link-block-5 {
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-link-tab-2 {
    min-width: auto;
  }

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

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

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

  .link-21.w--current {
    font-size: 32px;
  }

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

  .div-block-380-copy {
    width: 120px;
    height: 120px;
  }

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

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

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

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

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

  .chat-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .chat-picker-wrapper._80 {
    display: none;
  }

  .chat-bubble-container._25px-padding {
    padding-bottom: 108px;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 90px;
  }
}

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

  .heading-2.box {
    justify-content: flex-start;
    align-items: center;
    margin-top: -9px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 100%;
    display: flex;
  }

  .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 {
    justify-content: flex-start;
    align-items: center;
    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;
    font-size: 14px;
  }

  .parceiro-text-field._20 {
    margin-bottom: 10px;
  }

  .parceiro-avatar.criador {
    width: 40px;
    height: 40px;
  }

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

  .section-5 {
    justify-content: flex-start;
    padding: 50px 15px 25px;
  }

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

  .brand-x-1 {
    height: 50px;
  }

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

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

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

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

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

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

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

  .botao {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-211 {
    margin-bottom: 10px;
    font-size: 15px;
  }

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

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

  .pages-headet-wrapper {
    margin-bottom: 25px;
  }

  .instruction {
    font-size: 1.2em;
  }

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

  .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 var(--royal-blue);
    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 {
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .pagamento-field-lable {
    color: #000;
    margin-bottom: 0;
    font-size: 1.1em;
  }

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

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

  .link-19 {
    flex: none;
  }

  .div-block-367 {
    margin-bottom: 12px;
    padding: 15px;
  }

  .div-block-368 {
    width: 80px;
    height: 80px;
  }

  .div-block-369 {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .text-block-214 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 120%;
  }

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

  .text-block-216 {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }

  .div-block-372 {
    height: 250px;
    margin-bottom: 15px;
  }

  .section-8 {
    padding: 0;
  }

  .div-block-374 {
    border-radius: 0;
    margin-bottom: 9px;
    padding-top: 35px;
  }

  .div-block-375 {
    padding-top: 0%;
  }

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

  .text-block-222 {
    margin-bottom: 36px;
    font-size: 16px;
  }

  .link-block-4 {
    background-image: url('../images/images-15.jpeg');
    height: auto;
    min-height: 250px;
    max-height: 550px;
  }

  .video {
    height: 200px;
  }

  .anuncio-master-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-button-and-anuncio-div {
    width: 100%;
    bottom: 70px;
  }

  .div-block-376 {
    padding-bottom: 25px;
  }

  .button-10 {
    width: 150px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
  }

  .link-block-5 {
    width: 400px;
    height: 600px;
  }

  .brand-3.w--current {
    width: 180px;
  }

  .div-block-377 {
    height: 70px;
  }

  .nav-menu-2 {
    width: 95%;
    padding-left: 20px;
  }

  .link-20 {
    font-size: 15px;
  }

  .section-9 {
    padding-top: 40px;
  }

  .section-9._1 {
    padding-top: 15px;
  }

  .heading-13 {
    font-size: 2.3rem;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .tab-link-tab-2 {
    text-align: center;
    min-width: 100px;
    margin-right: 10px;
    padding: 15px 5px;
    font-size: 13px;
  }

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

  .grid-82 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-380 {
    height: 190px;
  }

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

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

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

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

  .logo-y {
    width: 100px;
    height: 60px;
  }

  .heading-14 {
    font-size: 1.6rem;
  }

  .div-block-385 {
    background-color: #fff;
  }

  .form-block-9 {
    width: 30%;
  }

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

  .div-block-388._3 {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .link-21.w--current {
    font-size: 28px;
  }

  .text-block-230 {
    font-size: 20px;
  }

  .dropdown-toggle-2 {
    color: #0000009e;
    border-color: #9695956b;
    padding-left: 20px;
  }

  .div-block-380-copy {
    width: 170px;
    height: 170px;
  }

  .div-block-392 {
    flex-flow: column;
  }

  .vid {
    width: 100%;
    padding-right: 0;
  }

  .here {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  .here._2 {
    height: 350px;
  }

  .div-block-393 {
    background-color: #f0c3aa21;
  }

  .video-2 {
    min-height: 350px;
  }

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

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

  .div-block-395 {
    padding: 10px 15px;
  }

  .link-block-7 {
    margin-right: 10px;
  }

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

  .text-block-237 {
    font-size: 14px;
  }

  .tab-content {
    padding-top: 15px;
  }

  .heading-15.box {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

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

  .link-23 {
    padding-top: 6px;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-block-238 {
    margin-bottom: .3rem;
  }

  .card-item-2.data-1 {
    width: 100%;
  }

  .card-item-2.data-1.x._10 {
    width: 100%;
    margin-bottom: 15px;
  }

  .card-item-2.name {
    width: 100%;
    height: 120%;
  }

  .card-item-2.icon {
    width: 100%;
    display: none;
  }

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

  .side-a-1-2 {
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block-397 {
    min-width: auto;
    max-width: 180px;
    font-size: 12px;
  }

  .div-block-263 {
    flex-direction: column;
    margin-bottom: 25px;
    padding: 20px;
  }

  .search-no-filtro-2 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .heading-16.box {
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .link-24 {
    padding-top: 6px;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .div-block-400 {
    min-width: auto;
    max-width: 180px;
    font-size: 12px;
  }

  .div-block-377-copy, .user-logged-in {
    height: 70px;
  }

  .link-27 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

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

  .div-block-407 {
    flex-flow: column;
  }

  .div-block-408 {
    display: none;
  }

  .div-block-409 {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 100%;
    height: 250px;
  }

  .text-block-243 {
    color: #333333bf;
    font-size: 12px;
  }

  .text-block-244._50 {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 22px;
    font-weight: 500;
  }

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

  .button-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    display: flex;
  }

  .guil {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .image-9 {
    height: 200px;
  }

  .text-block-247 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-block-248 {
    margin-bottom: 10px;
    font-size: 13px;
  }

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

  .div-block-412 {
    padding-top: 15px;
  }

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

  .hold-the-forum {
    background-color: #fff;
    padding: 25px;
  }

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

  .div-block-414 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-10 {
    width: 50px;
    height: 50px;
  }

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

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

  .paragraph-4 {
    font-size: .8rem;
    line-height: 170%;
  }

  .div-block-418._500 {
    width: 100%;
    padding-top: 20px;
  }

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

  .div-block-419 {
    margin-bottom: 10px;
    padding: 35px;
  }

  .photo._53 {
    background-image: url('../images/2539.jpg');
  }

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

  .search-2._3 {
    display: none;
  }

  .chat-wrapper {
    position: absolute;
    inset: 0%;
  }

  .chat-info-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat-picker-wrapper._80 {
    padding-top: 161px;
    display: block;
  }

  .chat-text-form._25-margin {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .message.sender-message {
    min-width: 60%;
  }

  .chat-bubble-container._25px-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-2, .container-2.no-side {
    padding-left: 0;
    padding-right: 0;
  }

  .chat-message-preview {
    color: #914a48;
    font-weight: 400;
  }

  .name-2.with-bottom-margin.smaller-text {
    color: #000000c9;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 0;
    position: fixed;
  }

  .div-block-280 {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chat-message {
    width: 90%;
  }

  .sender-interesse {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-284 {
    margin-right: 5px;
  }

  .chat-choice-wrapper.w--current {
    background-color: #fdf6f3;
  }

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

  .div-block-281 {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }

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

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

  .grid-89._5 {
    grid-template-columns: 1fr;
  }

  .link-block-8 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-258 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 30px;
  }

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

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

  .choose-mentor {
    padding: 73px 5px 50px;
    display: none;
  }

  .div-block-430 {
    width: 90%;
    min-width: 90%;
    padding: 35px 30px;
  }

  .checkbox-4 {
    width: 15px;
    height: 15px;
  }

  .image-13 {
    width: 40px;
    height: 40px;
  }
}

#w-node-_82138484-68aa-8b92-48a9-ea6096f5be9f-638cebff, #w-node-e4fcf541-5342-3faa-9d14-ed830471cdf4-638cebff, #w-node-c764d0ca-aaea-60c1-de30-3a986838cc96-638cebff, #w-node-a6151fea-c59b-c2ed-9630-848820888588-638cebff, #w-node-_2769df83-aca4-361b-70d2-fe792efc3cad-638cebff, #w-node-_15c14306-51d4-3148-532f-dba5bbc21587-638cebff, #w-node-_3de85003-9a2b-7bc4-33be-fe00a9c6945a-638cec00, #w-node-_3de85003-9a2b-7bc4-33be-fe00a9c69463-638cec00, #w-node-aacc0ae8-736c-e085-438a-cc3611f64fa0-638cec07, #w-node-aacc0ae8-736c-e085-438a-cc3611f64fb2-638cec07, #w-node-_3de85003-9a2b-7bc4-33be-fe00a9c6945a-061878ae, #w-node-_3de85003-9a2b-7bc4-33be-fe00a9c69463-061878ae, #w-node-_3de85003-9a2b-7bc4-33be-fe00a9c6945a-92b68c7d, #w-node-_3de85003-9a2b-7bc4-33be-fe00a9c69463-92b68c7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b83d0f41-85c9-7994-4470-0b6bdcc5a779-f5c09d20 {
    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;
}
@font-face {
  font-family: 'Boxrate';
  src: url('../fonts/boxrate.eot') format('embedded-opentype'), url('../fonts/boxrate.woff') format('woff'), url('../fonts/boxrate.ttf') format('truetype'), url('../fonts/boxrate.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calsans';
  src: url('../fonts/CalSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/Product-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/Product-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/Product-Sans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Product Sans';
  src: url('../fonts/Product-Sans-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


.modals-wrapper {
  z-index: 1000;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-delete.error {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: #dd4040;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  transform: translate(0, -120%);
}

.modal-icon {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  background-image: none;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 36px;
  height: 36px;
  padding: 6px 0 0 6px;
  display: block;
  position: absolute;
  inset: 32px auto auto 32px;
}

.icon.rounded {
  margin-top: 0;
  margin-right: 6px;
}

.modal-text-wrapper {
  cursor: default;
  margin-left: 44px;
  margin-right: 44px;
  padding-left: 6px;
  padding-right: 6px;
}

.modal-header {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.modal-subtext.visible {
  display: block;
}

.modal-cta-wrapper {
  margin-top: 24px;
}

._3-buttons-wrapper {
  justify-content: flex-start;
}

.action-button.modal-button.cancelar-acao {
  padding-top: 10px;
}

.button-text {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.button-text.white {
  color: #fff;
}
.modal-warning.warning {
  border-left-color: #f7b84b;
  display: none;
}

.modal-icon.warning {
  color: #000;
  background-color: #f7b84b;
  background-image: url('../images/question_mark_FILL0_wght400_GRAD0_opsz48_1question_mark_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.action-button.modal-button.sim.error {
    background-color: var(--red);
    color: #fff;
  }
  
.action-button.modal-button.sim {
  background-color: var(--red);
  color: #000;
  border-color: #0000;
  padding-top: 10px;
}

.modal-link.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left-color: var(--btn);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-icon.info {
  background-color: var(--btn);
  background-image: url('../images/campaign_FILL0_wght400_GRAD0_opsz48_1campaign_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.modal-success {
  z-index: 1000;
  background-color: #fff;
  border-left: 4px solid #0bb261;
  border-radius: 4px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: none;
  position: relative;
  box-shadow: 0 8px 20px #09142629;
}

.modal-icon.success {
  cursor: default;
  background-color: #0bb261;
  background-image: url('../images/done_FILL0_wght400_GRAD0_opsz48_1done_FILL0_wght400_GRAD0_opsz48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

  .loading1 {
  display: flex;
  justify-content: center;
  align-items: center; /* Added for vertical centering */
  height: 100px; /* Adjust as needed */
}

.loading1::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 10px solid #dddddd;
  border-top-color: #344E98;
  border-radius: 50%;
  animation: loading1 1s linear infinite; /* Changed to match keyframes name */
}

@keyframes loading1 {
  to {
    transform: rotate(1turn);
  }
}
