:root {
  --black: #111210;
  --dodger-blue: #3a86ff;
  --light-grey: #d9d9d9;
  --table-header: whitesmoke;
  --white: white;
  --borders: #c9d7f0;
  --lime-green: #04a777;
  --hover-blue: #3479e5;
  --royal-blue: #2e6bcc;
  --dark-slate-blue: #235099;
  --firebrick: #bd3a3a;
  --hover-red: #a33131;
  --white-2: #fafafa;
  --grey: #767676;
  --tomato: #f35252;
  --royal-blue-2: #4574bf;
  --dark-slate-grey: #295236;
  --grey-2: #9c9c9c;
  --the-text-form: #667999;
  --goldenrod: #f8c005;
  --ghost-white: #f7faff;
  --sandy-brown: #f69144;
  --dim-grey: #545454;
  --midnight-blue: #11284c;
  --gainsboro: #d9d9d9;
  --main-background: #c9d7f030;
  --dark-slate-blue-2: #1d4380;
  --in-text: #667999;
  --white-3: #ffffff26;
}

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

body {
  color: var(--black);
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955);
}

a:active {
  transform: scale(.96);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

blockquote {
  border-left: 5px solid var(--dodger-blue);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: var(--light-grey);
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  background-color: var(--table-header);
}

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  transition: width .1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.container.nav-container {
  z-index: 1;
  height: 100%;
  position: relative;
}

.container.auth-container {
  max-width: 460px;
}

.container.mob-percent {
  height: 100%;
}

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

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

.grid._2-col.percentage-gap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.grid._7-row {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 45px;
  padding-bottom: 24px;
  display: grid;
}

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

.grid._3-col.align {
  align-items: start;
}

.grid._3-col._40-gap {
  grid-column-gap: 40px;
}

.grid._3-col._40-gap.align._0000._554 {
  margin-top: 50px;
}

.grid._3-col.navigate {
  grid-column-gap: 24px;
  grid-template-columns: minmax(200px, 200px) 1fr minmax(454px, 454px);
  align-items: center;
  height: 100%;
}

.grid._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid._3-row._16px-top-padding {
  padding-top: 16px;
}

.grid._2-row {
  color: #111210;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid._2-row._16px-top-padding {
  padding-top: 16px;
  padding-bottom: 8px;
  position: relative;
}

.button-wrapper.add-to-cart-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.button-wrapper.add-to-cart-button._00 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-wrapper._10px {
  margin-bottom: 10px;
}

.button-wrapper._120 {
  width: 140px;
}

.button-wrapper.pos-absolute {
  border-top: 1px solid var(--borders);
  background-color: var(--white);
  padding: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-wrapper.pos-absolute.in-dropdown-cart {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-wrapper.cometa-cta {
  margin-top: 25px;
}

.button-wrapper.add-address {
  border-top: 1px none var(--light-grey);
  width: auto;
  padding-top: 24px;
  display: block;
}

.button-text {
  height: 17px;
  display: inline-block;
  overflow: hidden;
}

.button {
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 12px;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #295236;
}

.button.blue-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 6px;
  flex: 1;
  height: 50px;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.button.blue-button._50 {
  background-color: var(--royal-blue);
  height: 50px;
  padding: 16px 5px 15px;
}

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

.button.blue-button._50.print {
  border: 1px solid var(--borders);
  color: #000;
  background-color: #11121000;
  height: 50px;
  margin-bottom: 15px;
}

.button.blue-button._50.print:hover {
  background-color: var(--borders);
}

.button.blue-button._50.print._3 {
  margin-top: 47px;
}

.button.blue-button._50._9000 {
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.button.blue-button._50._565 {
  width: 35%;
  margin-bottom: 0;
}

.button.blue-button._50._8 {
  margin-bottom: 0;
}

.button.blue-button._50._8.sis {
  background-color: var(--lime-green);
  margin-top: 10px;
}

.button.blue-button._50._8989 {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.button.red-button {
  background-color: var(--firebrick);
  color: var(--white);
}

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

.button.red-button.with-chevron {
  text-align: left;
  border-radius: 6px;
}

.button.red-outline {
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  border-radius: 6px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.red-outline:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.button.red-outline.remover, .button.red-outline.remover-copy {
  width: 120px;
}

.button.cancel {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #0000;
  border-radius: 6px;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

.button.cancel:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.button.submit-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button.submit-button.hide {
  display: none;
}

.button.blue-outline {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #0000;
  border-radius: 6px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.blue-outline:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.button.blue-outline.with-icon {
  padding-left: 5px;
}

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

.button.dark-blue.with-icon {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: left;
  padding-left: 20px;
}

.button.dark-blue.with-icon:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.button.cancel {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #0000;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

.button.cancel:hover {
  color: #fff;
  background-color: #f35252;
}

.button.blue-button {
  color: #fff;
  background-color: #3a86ff;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.button.blue-button:hover {
  background-color: #3479e5;
}

.button.blue-button.inside-product-page {
  padding-left: 35px;
  padding-right: 35px;
}

.button.blue-button._50 {
  height: 48px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.button.submit-button {
  color: #fff;
  background-color: #3a86ff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button.submit-button:hover {
  background-color: #3479e5;
}

.button.submit-button._50 {
  height: 45px;
}

.button.pendente {
  background-color: var(--royal-blue-2);
  color: #fff;
  border-radius: 8px;
  height: 45px;
  padding-top: 14px;
}

.button.upload {
  background-color: var(--dark-slate-grey);
  margin-right: 10px;
}

.button-icon {
  height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  line-height: 16px;
  display: inline-block;
}

.section-header-wrapper {
  margin-bottom: 24px;
}

.section-subheader {
  color: var(--grey);
  font-size: 18px;
  line-height: 1;
}

.section-header {
  margin-bottom: 7px;
  font-size: 40px;
}

.section-header.no-padding {
  margin-bottom: 0;
}

.section-header.no-padding.profile-name {
  margin-bottom: 10px;
  font-size: 33px;
  line-height: 1.1;
}

.section-header.padding {
  text-align: center;
  margin-bottom: 60px;
}

.section-header.small {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
}

.section-button-wrapper {
  width: 150px;
  max-width: 150px;
  padding-bottom: 2px;
}

.text-field {
  z-index: 2;
  border: 1px solid var(--borders);
  color: var(--black);
  background-color: #c9d7f01a;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 26px;
  margin-right: 16px;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-color: var(--grey);
  color: var(--black);
}

.text-field::placeholder {
  color: var(--grey-2);
}

.text-field.text-area {
  height: 100px;
}

.text-field.with-icon {
  color: var(--black);
  border-color: #ccc;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
}

.text-field.with-icon:focus {
  font-size: 16px;
}

.text-field.with-icon::placeholder {
  color: var(--grey-2);
}

.text-field.with-icon._10-margin {
  margin-bottom: 8px;
}

.text-field._8 {
  padding-bottom: 137px;
}

.text-field.curto {
  margin-bottom: 0;
}

.text-field.curto._0 {
  color: var(--black);
  background-color: #fff;
}

.text-field._9 {
  height: auto;
  padding-bottom: 50px;
}

.text-field.fi {
  margin-bottom: 15px;
}

.text-field.longo {
  height: 250px;
}

.text-field._525 {
  margin-bottom: 0;
}

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

.text-field._700 {
  color: var(--black);
  background-color: #fff;
}

.field-label {
  color: var(--the-text-form);
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.field-label.bold {
  color: var(--black);
  font-weight: 500;
}

.choice-wrapper {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choice-item {
  text-align: center;
  height: 94px;
}

.choice-item.no-line {
  padding-bottom: 3px;
}

.choice-content {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.choice-content.wider {
  grid-column-gap: 8px;
}

.choice-icon {
  text-align: center;
  border-radius: 50%;
  width: auto;
  height: 35px;
  margin-right: 16px;
  font-family: Material, sans-serif;
  font-size: 50px;
  line-height: 35px;
}

.choice-icon.storefront {
  font-size: 46px;
}

.choice-icon.loose {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.choice-header {
  font-size: 16px;
  font-weight: 500;
}

.choice-subheader {
  font-size: 12px;
}

.table-column {
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 24px;
  display: flex;
}

.table-row {
  background-color: #fff;
  border-radius: 16px;
  height: 90px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.table-row.table-header {
  z-index: 1;
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #cccccc80;
  border-top-style: none;
  border-bottom: 1px solid #0000;
  border-left-color: #0000;
  border-right-color: #0000;
  height: 70px;
  font-size: 13px;
  font-weight: 600;
  display: none;
  position: relative;
}

.table-text {
  height: 20px;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
}

.table-text._13 {
  letter-spacing: .25px;
  font-size: 12px;
}

.table-block {
  flex: 1;
}

.table-block._90 {
  flex: 1;
  height: 100%;
  padding-top: 4px;
  display: flex;
}

.table-block.blobs {
  border: 1px none var(--borders);
  color: var(--black);
  flex: 1;
  height: 100%;
  display: flex;
}

.table-estado {
  background-color: #0000;
  flex: 1;
  max-width: 95px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 100%;
  overflow: hidden;
}

.table-estado.pendente {
  color: #e8a21e;
  background-color: #f6e7d1;
  max-width: 120px;
}

.table-wrapper {
  border: 1px none var(--borders);
  border-radius: 16px;
  padding-bottom: 0;
  overflow: hidden;
}

.product-image-tabs {
  height: 100%;
  min-height: 600px;
}

.product-images-gallery {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 19%;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.product-image-content {
  height: 81%;
  max-height: 500px;
  padding-bottom: 16px;
}

.product-image-tab-link {
  background-color: #0000;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  padding: 0 8px;
}

.product-image-tab-link.w--current {
  opacity: .5;
  background-color: #0000;
}

.tab-pane {
  height: 100%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.rounded-corners {
  border-radius: 16px;
}

.image-wrapper.rounded-corners.borders {
  border: 1px solid var(--borders);
  border: 1px solid #efefef;
}

.image-wrapper.product-card-image-wrapper {
  border-radius: 12px;
  height: 207px;
}

.image-wrapper.product-card-image-wrapper.shorter {
  height: 150px;
}

.image-wrapper.category-card-image-wrapper {
  border-radius: 12px;
  height: 277px;
  margin-bottom: 16px;
}

.image-wrapper.profile-thumbnail {
  border-radius: 50%;
  flex: none;
  width: 250px;
  height: 250px;
  margin-right: 4vw;
}

.image-wrapper.profile-image {
  cursor: pointer;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.image-wrapper.nav-profile-thumbnail {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-right: 8px;
}

.image-wrapper.cart-image-wrapper {
  border: 1px solid var(--borders);
  border-radius: 12px;
  height: 130px;
}

.image-wrapper.profile-thumbnail {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-right: 4vw;
}

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

.cover-image.float {
  object-position: 50% 0%;
}

.cover-image.round {
  border-radius: 50%;
}

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

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

.contain-image.align-left {
  object-position: 0% 50%;
}

.product-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.product-price.kz {
  margin-left: 2px;
  font-size: 14px;
  position: relative;
  top: -12px;
}

.product-price.kz.small {
  font-size: 10px;
  top: -5px;
}

.product-price.kz.medium {
  font-size: 11px;
  top: -7px;
}

.product-price.kz.green {
  color: #04a777;
}

.product-price.small {
  font-size: 16px;
}

.product-price.small.thinner {
  font-weight: 600;
}

.product-price.medium {
  font-size: 20px;
}

.product-price.red {
  color: var(--firebrick);
}

.product-price.yellow {
  color: #f8c005;
}

.product-price.blue {
  color: #04a777;
}

.product-price.blux {
  color: #4574bf;
}

.product-in-stock {
  color: var(--grey);
  align-items: center;
  margin-bottom: 3px;
  font-size: 15px;
  display: flex;
}

.stock-quantity {
  border: 1px solid var(--borders);
  text-align: center;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  line-height: 39px;
}

.product-description {
  margin-bottom: 0;
  line-height: 1.6;
}

.product-items-wrapper {
  display: flex;
}

.plus-minus-wrapper {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  width: 120px;
  height: 40px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.plus-minus-wrapper.no-margin {
  margin-right: 0;
}

.plus-minus-wrapper.no-margin.lngrs {
  width: auto;
}

.plus-minus-wrapper._100 {
  width: 100%;
}

.plus-minus-button {
  text-align: center;
  cursor: pointer;
  width: 33.33%;
  height: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 40px;
  transition: all .2s;
  display: inline-block;
}

.plus-minus-button:hover {
  color: var(--black);
  background-color: #1112100d;
}

.plus-minus-button.minus {
  float: left;
  padding-left: 3%;
}

.plus-minus-button.plus {
  float: right;
  padding-right: 2%;
}

.quantity {
  text-align: center;
  cursor: default;
  width: 33.33%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 39px;
  display: inline-block;
}

.quantity.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.product-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.product-title.small {
  max-height: 42px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.product-title.small.bottom-margin {
  max-height: 62px;
  margin-bottom: 16px;
}

.product-title.midium {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.product-category {
  color: var(--firebrick);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -16px;
  font-size: 14px;
}

.product-category.small {
  margin-bottom: -6px;
  font-size: 9px;
}

.extra-info-text {
  color: var(--grey);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.extra-info-text.small {
  color: var(--grey);
  font-size: 14px;
}

.extra-info-text.categeria-mble {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
}

.product-card {
  background-color: var(--white);
  border-radius: 16px;
  overflow: hidden;
}

.product-card._3-col-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.product-card._3-col-grid.borders {
  border: 1px solid var(--light-grey);
  background-color: #0000;
  margin-bottom: 16px;
}

.product-card._2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card._2-col-grid.borders {
  grid-column-gap: 40px;
  border: 1px solid var(--light-grey);
  grid-template-columns: 200px 1fr;
  margin-bottom: 16px;
  padding: 16px;
}

.product-card._2-col-grid.borders.in-srch {
  grid-template-columns: 151px 1fr;
  margin-bottom: 0;
}

.product-link {
  padding: 16px 16px 40px;
  display: block;
}

.product-link.grid {
  color: #111210;
}

.product-link.grid._5-row {
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 16px;
  display: grid;
}

.category-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 24px;
  padding: 16px;
  overflow: hidden;
}

.flex {
  display: flex;
}

.category-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.extra-info {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.extra-info.sided {
  font-size: 13px;
  line-height: 1;
}

.category-card-text-wrapper {
  flex: 1;
}

.category-card-icon-wrapper {
  color: var(--grey);
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.category-card-icon-wrapper.float-on-top {
  display: none;
}

.price-table-wrapper {
  border: 1px solid var(--light-grey);
  color: var(--black);
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.header-wrapper.h4 {
  margin-bottom: 35px;
}

.header-wrapper._16 {
  margin-bottom: 24px;
}

.header-wrapper.purchase {
  margin-bottom: 16px;
}

.header-wrapper.loja {
  margin-bottom: 25px;
}

.header {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.header.thinner {
  font-weight: 400;
}

.header.thinner.cntrd.pgmnto {
  margin-bottom: 6px;
}

.header.form-section {
  text-align: center;
  margin-bottom: 24px;
}

.header._212.cntrd._2 {
  font-size: 20px;
  font-weight: 400;
}

.header.h2 {
  line-height: 1;
}

.header._5, .header._6 {
  margin-bottom: 25px;
}

.price-list-item {
  color: var(--grey);
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}

.price-title {
  display: inline-block;
}

.price-title.total {
  margin-right: 6px;
  font-size: 16px;
}

.price-numbers {
  float: right;
  display: inline-block;
}

.price-total {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px none var(--light-grey);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.price-total.no-btm-padding {
  margin-bottom: 0;
}

.footer {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 0;
}

.navigator {
  z-index: 1000;
  background-color: #0000;
  height: 80px;
  position: sticky;
  inset: 0 0% auto;
}

.choice-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choice-tab-content {
  min-height: 100px;
  padding-top: 16px;
}

.choice-tab-link {
  color: var(--grey);
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 16px;
  height: 96px;
  padding: 0;
}

.choice-tab-link:hover {
  border-color: #ccc;
}

.choice-tab-link.w--current {
  border-color: var(--dodger-blue);
  background-color: var(--white);
  color: var(--black);
}

.selected-tab-pane {
  border: 1px none var(--dodger-blue);
  border-radius: 16px;
  min-height: 200px;
}

.dropdown-icon {
  margin-right: 20px;
  font-size: 12px;
}

.dropdown-icon._8px-padding {
  margin-right: 11px;
  font-size: 11px;
}

.dropdown-icon.in-nav-profile {
  margin-right: 8px;
  font-size: 11px;
  line-height: 1;
  top: 2px;
}

.chevron-icon {
  margin-right: 12px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.chevron-icon._25 {
  margin-right: 18px;
}

.chevron-icon._0 {
  margin-right: 0;
  font-size: 16px;
}

.chevron-icon._00 {
  display: none;
}

.button-wrapper-2 {
  height: 40px;
}

.button-wrapper-2._20-left {
  margin-left: -17px;
}

.button-wrapper-2._20-left.resources-menu-link {
  margin-bottom: 10px;
}

.button-2 {
  color: #0582ff;
  text-align: center;
  height: 40px;
  padding: 12px 17px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-2:hover {
  opacity: .95;
  transform: translate(3.5px);
}

.button-2.resources-menu-link {
  color: #667081;
}

.button-2.resources-menu-link:hover {
  transform: none;
}

.button-2.resources-menu-link.w--current {
  color: var(--firebrick);
}

.resources-nav-menu {
  float: right;
  width: 210px;
  height: 300px;
  position: sticky;
  top: 120px;
}

.button-text-2 {
  float: left;
  height: 16px;
  display: inline-block;
}

.section-subheading {
  color: #8f9ba6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: .9em;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.section-subheading.smaller-txt {
  font-size: .8em;
  font-weight: 400;
}

.section-subheading.smaller-txt.form {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
  margin-left: 1px;
  font-size: 16px;
}

.contact-block._500px {
  padding-top: 0;
}

.contact-item {
  max-width: 360px;
  margin-bottom: 56px;
}

.contact-txt {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 130%;
}

.table-scroll {
  border: 1px none var(--borders);
  overflow: visible;
}

.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;
  border-radius: 20px;
}

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

.project-state.cancel-now {
  background-color: var(--tomato);
  border-radius: 200px;
}

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

.project-state.in-progress {
  background-color: #c9d7f0;
  border-radius: 20px;
}

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

.center-text {
  color: var(--grey-2);
  margin-top: 32px;
}

.center-text.confirmed {
  color: var(--black);
}

.linesman {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  align-items: center;
  padding: 34px;
  display: flex;
}

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

.confirmed-line {
  z-index: 2;
  border: 2px solid var(--lime-green);
  background-color: var(--lime-green);
  border-radius: 10px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.line-seperator {
  background-color: var(--light-grey);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.estado.em-processo {
  color: var(--goldenrod);
}

.estado.entregue {
  color: var(--lime-green);
}

.estado.cancelado {
  color: var(--tomato);
}

.nav-shadow {
  z-index: 0;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 12px #0003;
}

.brand {
  align-items: center;
  height: 55px;
  display: flex;
}

.brand.at-auth {
  justify-content: center;
  width: 140px;
  height: auto;
  margin-bottom: 1vh;
  display: flex;
}

.nav-buttons-container {
  height: 100%;
  display: flex;
}

.nav-menu-wrapper {
  z-index: 10000;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1200;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  min-width: 480px;
  max-width: 650px;
  height: 100vh;
  min-height: 500px;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.overlay {
  z-index: 1100;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-nav {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .2s;
  position: absolute;
  inset: 6vh 5vw auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-nav:hover {
  color: var(--black);
}

.close-nav.close-edit-profile {
  z-index: 10;
  background-color: var(--white);
  width: 45px;
  height: 45px;
  top: 18px;
  right: 18px;
  overflow: hidden;
}

.close-nav.close-search {
  z-index: 2;
  color: var(--black);
  margin-top: 21px;
  margin-bottom: 21px;
  margin-right: 16px;
  inset: 0% 0% 0% auto;
}

.close-nav.cat {
  z-index: 1;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  inset: -14px -300px auto 0%;
}

.menu {
  margin-left: 5vw;
  margin-right: 40px;
}

.nav-link {
  color: var(--black);
  border-radius: 8px;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 16px;
  font-size: 18px;
  line-height: 1;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.nav-link:hover {
  background-color: var(--table-header);
}

.nav-link.w--current {
  color: var(--lime-green);
}

.ham-menu {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  overflow: hidden;
}

.ham-menu:hover {
  background-color: var(--table-header);
}

.dropdown-cart-wrapper {
  z-index: 10000;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.dropdown-cart {
  z-index: 5000000;
  background-color: var(--white);
  border-radius: 24px;
  width: 350px;
  height: 80vh;
  min-height: 500px;
  max-height: 700px;
  padding-top: 80px;
  padding-bottom: 88px;
  display: none;
  position: absolute;
  inset: 90px 16px 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.close-cart {
  z-index: 2;
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  transition: all .2s;
  position: absolute;
  inset: 18px 18px auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-cart:hover {
  color: var(--black);
}

.cart-title-wrapper {
  z-index: 1;
  align-items: center;
  height: 40px;
  padding-left: 3px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.white-bg {
  border-bottom: 1px solid var(--borders);
  background-color: var(--white);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-icon {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.cart-icon:hover {
  background-color: var(--table-header);
}

.pop-up-wrapper {
  z-index: 12000;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.decoy {
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.gray-body {
  background-color: var(--table-header);
}

.nav-auth-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 270px;
  padding-left: 32px;
  display: grid;
}

.nav-auth-buttons-wrapper._0-padding {
  padding-left: 0;
}

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

.material-icons.close {
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 24px;
}

.material-icons.close.white {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  padding-top: 11px;
  padding-bottom: 9px;
  position: relative;
}

.material-icons.on-40 {
  padding-top: 8px;
  padding-bottom: 9px;
}

.material-icons.on-40._35 {
  padding-top: 8px;
}

.material-icons.bigger {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
}

.material-icons.checker {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
}

.material-icons.on-35 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.material-icons.resrc {
  position: relative;
  top: -10px;
}

.material-icons._2 {
  padding-top: 3px;
  line-height: 1.2;
}

.search-button-wrapper {
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.search-icon {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  overflow: hidden;
}

.search-icon:hover {
  background-color: var(--table-header);
}

.navigator-link {
  color: var(--black);
  height: 40px;
  margin-right: 9%;
  font-size: 15px;
  font-weight: 500;
  line-height: 42px;
  display: inline-block;
}

.navigator-link.w--current {
  color: var(--firebrick);
  font-weight: 700;
}

.navigator-menu {
  height: 40px;
  overflow: hidden;
}

.auth-section {
  overflow: hidden;
}

.cometa-sidebar {
  background-color: var(--dodger-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.auth-content-wrapper {
  margin-left: 30%;
}

.auth-content-wrapper.log-in {
  margin-left: 0%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper.terms-cond {
  margin-bottom: 32px;
}

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

.form-field-wrapper._3._090 {
  margin-bottom: 0;
}

.form-field-wrapper._852 {
  margin-bottom: 35px;
}

.form-field-icon {
  color: var(--grey-2);
  width: 48px;
  height: 48px;
  padding-left: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.profile-image-wrapper {
  margin-bottom: 5vh;
}

.add-image-icon {
  background-color: var(--firebrick);
  color: var(--white);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.nav-profile-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 23px;
  display: flex;
}

.nav-profile-wrapper.hidden {
  display: none;
}

.nav-profile-wrapper.no-padding {
  padding-left: 0;
}

.nav-profile {
  position: relative;
}

.nav-profile.w--current {
  padding-right: 17px;
}

.address-wrapper {
  border: 1px solid var(--dodger-blue);
  border-radius: 16px;
  padding: 24px;
}

.address-wrapper._40 {
  border-style: none;
  padding: 40px 40px 24px;
  display: none;
}

.instructions-wrapper {
  padding-top: 20px;
}

.login-nav {
  border-bottom: 1px none var(--borders);
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.cart-alert {
  width: 12px;
  height: 12px;
}

.checkbox-wrapper {
  margin-bottom: 0;
  padding-left: 31px;
}

.checkbox-wrapper.cntrd {
  justify-content: center;
  margin-top: 44px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -31px;
}

.checkbox.w--redirected-checked {
  background-size: 14px;
}

.checkbox.free {
  float: none;
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
}

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

.checkbox-label.free-2 {
  display: inline-block;
}

.counter-auth {
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
}

.counter-auth.float {
  margin-top: 0;
  margin-left: 0%;
  position: absolute;
  inset: auto 0% 3vh;
}

.counter-auth.password-rcvr {
  color: #76767680;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 400;
}

.counter-auth-link {
  color: var(--hover-blue);
  margin-left: 2px;
  transition: all .2s;
}

.counter-auth-link:hover {
  text-decoration: underline;
}

.counter-auth-link.dark {
  color: var(--grey);
}

.edit-profile {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.edit-profile-form {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  padding: 40px;
  overflow: auto;
}

.edit-profile-section {
  margin-bottom: 60px;
}

.wrapper {
  z-index: 5;
  background-color: var(--white);
  border-radius: 26px;
  width: 500px;
  height: 90vh;
  min-height: 500px;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 0 100px #0003;
}

.cart-product-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 130px;
  margin-bottom: 16px;
  display: grid;
  overflow: hidden;
}

.cart-products-content-wrapper {
  height: 100%;
  padding: 24px 24px 4px;
  overflow: auto;
}

.search-content {
  z-index: 5000000;
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  width: 610px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 20px 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.search-wrapper {
  height: 100%;
  margin-bottom: 0;
  margin-right: 70px;
}

.search {
  z-index: 1;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
  font-size: 20px;
  position: relative;
}

.search::placeholder {
  color: var(--grey-2);
  font-weight: 400;
}

.search-button {
  color: var(--grey-2);
  text-align: center;
  background-color: #0000;
  width: 45px;
  height: 45px;
  margin-top: 18px;
  margin-bottom: 19px;
  padding: 1px 0 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto 16px;
}

.cart-item-counter {
  background-color: var(--tomato);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 200px;
  min-width: 14px;
  height: 14px;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: 1px 4px auto auto;
}

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

.div-block {
  flex: 1;
}

.uploaded-image-resolution {
  color: var(--grey);
  font-size: 14px;
}

.sub-delete-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.sub-delete-button:active {
  transform: scale(.98);
}

.sub-delete-button.gray {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sub-delete-button.gray:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #0000;
}

.sub-delete-button.gray.logout-button {
  width: 100px;
}

.sub-delete-button.gray.logout-button._20 {
  width: 120px;
}

.sub-delete-button.gray {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sub-delete-button.gray:hover {
  color: #fff;
  background-color: #3a86ff;
  border-color: #0000;
}

.sub-delete-button.gray.eliminar {
  width: 105px;
}

.sub-delete-button.gray.eliminar:hover {
  background-color: #f35252;
}

.sub-delete-button.gray.eliminar.longersss, .sub-delete-button.gray.logout-button {
  width: auto;
}

.sub-delete-button.gray.logout-button:hover {
  background-color: #f35252;
}

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

.photo-upload-input-wrapper {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

.photo-upload-input-wrapper.no-line {
  border-bottom-style: none;
}

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

.photo-upload-input-field {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

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

.photo-upload-input-field.no-bg-fill {
  border-width: 2px;
  border-color: var(--lime-green);
  color: var(--black);
  background-color: #0000;
  border-radius: 5px;
}

.photo-upload-input-field.no-bg-fill:hover {
  background-color: var(--ghost-white);
}

.uploaded-photo-content {
  border: 1px solid var(--light-grey);
  background-color: #f5f5f559;
  border-radius: 16px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.form-button-icon {
  float: left;
  margin-right: 8px;
  font-family: Kixicredito main, sans-serif;
  font-size: 18px;
  position: relative;
  top: 0;
}

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

.photo-upload-text {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
}

.photo-upload-text.small-gray.tap {
  display: none;
}

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

.comprovativo-icon {
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  margin-bottom: 14px;
  overflow: hidden;
}

.cometa-info-contain {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--white);
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  display: grid;
  position: relative;
}

.cometa-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.cometa-logo {
  text-align: left;
  height: 33px;
  margin-bottom: 20px;
}

.cometa-header {
  font-size: 43px;
  line-height: 1.1;
}

.cometa-flow {
  z-index: 2;
  opacity: .1;
  position: absolute;
  inset: auto auto -3% -2%;
}

.toal-price {
  float: right;
  display: inline-block;
}

.auth-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5vw;
  display: grid;
  position: relative;
  top: 9vh;
}

.nav-link-text {
  align-items: center;
  height: 100%;
  font-weight: 600;
  display: flex;
}

.nav-link-text._6785 {
  position: relative;
  top: -2px;
}

.nav-link-icon {
  width: 45px;
  height: 100%;
  margin-right: 8px;
  position: relative;
}

.nav-link-icon._22 {
  margin-right: 2px;
}

.tabed-section {
  z-index: 10;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  height: 70px;
  display: none;
  position: sticky;
  top: 80px;
}

.tab-menu {
  flex-direction: column;
  display: flex;
}

.tab-link {
  color: var(--grey);
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  color: var(--black);
}

.tab-link.w--current {
  color: var(--firebrick);
  font-weight: 500;
}

.tab-link.hover-effect {
  border-top-style: none;
  border-bottom-style: none;
  border-radius: 8px;
  padding: 3px 16px;
}

.tab-link.hover-effect:hover {
  background-color: var(--table-header);
}

.tab-link-icon {
  align-items: center;
  width: 23px;
  height: 100%;
  margin-right: 7px;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.user-info {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.user-info.t1 {
  margin-top: 10px;
}

.edit-profile-button-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0 40px auto auto;
}

.profile-edit {
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.profile-edit:hover {
  color: var(--black);
}

.profile-edit.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.logout {
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin: 1px 0 0 40px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.logout:hover {
  color: var(--black);
}

.logout.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.tab-triggered-element {
  height: 100%;
}

.tab-overlay {
  z-index: 1;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0%;
}

.tab-trigger, .close-tab {
  display: none;
}

.checkout-button {
  text-align: center;
  border-radius: 12px;
  height: 45px;
  padding: 15px 20px 8px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.checkout-button.blue-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.checkout-button.blue-button {
  color: #fff;
  background-color: #3a86ff;
  border-radius: 6px;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.checkout-button.blue-button:hover {
  background-color: #3479e5;
}

.checkout-button.blue-button._3 {
  background-color: var(--lime-green);
}

.checkout-button.blue-button._3._9 {
  background-color: var(--sandy-brown);
}

.checkout-button.blue-button._9, .checkout-button.blue-button._5 {
  margin-bottom: 10px;
}

.checkout-trigger, .embed {
  display: none;
}

.user-with-address {
  border: 1px none var(--dodger-blue);
  min-height: 351px;
  padding: 20px 0 0;
}

.address-tab-content {
  height: 0;
}

.address-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adress-tabs {
  margin-bottom: 8px;
}

.adress-tab-link {
  color: var(--grey);
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.adress-tab-link:hover {
  border-color: #ccc;
}

.adress-tab-link.w--current {
  border-color: var(--dodger-blue);
  background-color: var(--white);
  color: var(--black);
}

.address-link-text {
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.add-icon {
  width: auto;
  height: 46px;
  margin-right: 8px;
}

.cart-price {
  color: var(--grey);
}

.cart-price.margin {
  margin-top: 8px;
}

.cart-prod-name-link {
  color: var(--black);
}

.delete-icon {
  background-color: var(--table-header);
  color: var(--grey-2);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 0;
  transition: all .2s;
  position: absolute;
  inset: auto 8px 0% auto;
}

.delete-icon:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.quantity-delete {
  position: relative;
}

.quantity-delete._100 {
  justify-content: space-between;
  display: flex;
}

.form-button-text {
  display: inline-block;
}

.address-cta-wrapper {
  margin-top: 28px;
  display: flex;
}

.cart-icon-link {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  display: none;
  position: relative;
  overflow: hidden;
}

.cart-icon-link:hover {
  background-color: var(--table-header);
}

.edit-address {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.close-edit-stuff {
  position: absolute;
  inset: 0%;
}

.edit-popup-wrapper {
  z-index: 11000;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.new-address {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.new-address-button {
  background-color: var(--dodger-blue);
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.new-address-button:hover {
  color: var(--black);
}

.new-address-button.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.new-address-button.add-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  width: 184.641px;
  height: 45px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 16px;
  overflow: hidden;
}

.new-address-button.add-button:hover {
  background-color: var(--hover-blue);
}

.new-address-button.add-button:active {
  transform: scale(.98);
}

.edit-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.edit-button:active {
  transform: scale(.98);
}

.edit-button.gray {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.edit-button.gray:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #0000;
}

.edit-button.gray.edit-profile-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-color: #0000;
  width: 124px;
}

.edit-button.gray {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.edit-button.gray:hover {
  color: #fff;
  background-color: #3a86ff;
  border-color: #0000;
}

.edit-button.gray._9 {
  width: 100%;
}

.edit-button.gray.edit-profile-button {
  color: #fff;
  background-color: #3a86ff;
  border-color: #0000;
  width: auto;
}

.edit-button.gray.edit-profile-button:hover {
  background-color: #2e6bcc;
}

.edit-button.gray.edit-profile-button.carteira {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
}

.edit-button.gray.edit-profile-button.carteira {
  color: #111210;
  background-color: #0000;
  border-color: #111210;
  font-size: 16px;
  font-weight: 700;
}

.edit-button.gray.edit-profile-button.cinza:hover {
  background-color: var(--lime-green);
}

.edit-button.gray.edit-profile-button.cinza {
  background-color: #9c9c9c;
}

.edit-button.gray.edit-profile-button.cinza._90 {
  margin-top: 25px;
}

.edit-button.gray.edit-addrss {
  width: 92px;
  display: flex;
}

.edit-button.gray.ver-detalhes {
  color: #fff;
  background-color: #3a86ff;
  border-color: #3a86ff;
  margin-right: 0;
}

.resumo-table-wrapper {
  border: 1px solid var(--light-grey);
  color: var(--black);
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.lottie-animation {
  z-index: 5;
  background-color: var(--lime-green);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  inset: 0% 3px auto auto;
}

.lottie-spinner {
  z-index: 2;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: none;
  position: absolute;
  inset: 0 5px auto auto;
}

.pagamento-date-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  background-color: var(--table-header);
  border: 1px solid #0000;
  border-radius: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 24px;
  display: grid;
}

.pagamento-data {
  color: var(--grey);
  font-size: 18px;
  line-height: 1;
}

.comprovativo-data {
  padding-top: 36px;
}

.close-modal {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.social-media-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 40px 40px 40px 40px;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-links {
  width: 23px;
  height: 23px;
  margin-right: 16px;
}

.copyright-dev {
  text-align: center;
  background-color: #0000008c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.copyright {
  color: var(--light-grey);
  align-items: center;
  font-size: 15px;
  display: flex;
}

.developer {
  color: var(--light-grey);
  height: 25px;
}

.powered-by {
  margin-right: 10px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
}

.cat-dropdown-toggle {
  color: var(--white);
  align-items: center;
  padding: 2px 7px 6px;
  display: flex;
  top: 0;
}

.prfl-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.profile-info-wrapper._4 {
  flex: 1;
  width: 60%;
  padding-top: 30px;
}

.compras-table-wrapper {
  border: 1px solid var(--light-grey);
  background-color: var(--borders);
  border-radius: 12px;
  overflow: hidden;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 80px;
  margin-top: 1px;
  display: grid;
}

.table-grid.table-header {
  color: var(--black);
  background-color: #0000;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  height: 70px;
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 17px;
  font-weight: 500;
}

.table-grid.table-header.clientes {
  grid-template-columns: 100px 2fr 1fr 1fr;
}

.table-grid.table-header.empresas {
  grid-template-columns: .5fr 1.5fr 100px 1fr 1fr;
}

.table-grid.table-header.bancos {
  grid-template-columns: .25fr 1fr 175px .75fr;
}

.table-grid.cliente {
  grid-template-columns: 100px 2fr 1fr 1fr;
}

.table-grid.empresas {
  grid-template-columns: .5fr 1.5fr 100px 1fr 1fr;
}

.table-grid.empresas:hover {
  background-color: #ffffff87;
}

.table-grid.bancos {
  grid-template-columns: .25fr 1fr 175px .75fr;
}

.table-content-block {
  padding-left: 24px;
  padding-right: 6px;
}

.table-content-block.cta {
  padding-left: 0;
  padding-right: 0;
}

.table-content-block._9 {
  padding-left: 0;
}

.table-content-text {
  cursor: default;
  height: 20px;
  overflow: hidden;
}

.table-content-text.description {
  display: none;
}

.section-decoy {
  height: 41px;
  position: absolute;
  inset: 0% 0% auto;
}

.profile-dropdown-toggle {
  border-radius: 12px;
  align-items: center;
  height: 45px;
  padding: 0 22px 0 8px;
  font-size: 15px;
  font-weight: 500;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.profile-dropdown-toggle:hover {
  background-color: var(--table-header);
  color: var(--dim-grey);
}

.profile-dropdown-toggle:active {
  transform: scale(.95);
}

.profile-dropdown-toggle.w--open {
  background-color: var(--table-header);
  color: var(--black);
}

.dropdown-text {
  line-height: 1;
  position: relative;
  top: 1px;
}

.dropdown-wrap {
  text-align: center;
  border-bottom: 1px solid #0000;
  padding-top: 32px;
  padding-bottom: 8px;
}

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

.result-wrapper {
  border-top: 1px solid var(--light-grey);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 70vh;
  padding: 24px 40px 40px;
  display: none;
  overflow: auto;
}

.no-results {
  color: var(--grey-2);
  text-align: center;
  font-size: 18px;
  display: block;
}

.yes-results {
  display: none;
}

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

.mobile-results {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.profile-dropdown-list.w--open {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  width: 170px;
  display: flex;
  inset: 45px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 4px 32px #00000024;
}

.profile-dropdown-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--black);
  align-items: center;
  height: 57px;
  padding: 5px 8px 0;
  font-size: 18px;
  line-height: 1;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.profile-dropdown-link:hover {
  background-color: var(--table-header);
}

.profile-dropdown-link.w--current {
  display: none;
}

.profile-dropdown-link.logout-from-profile {
  border-bottom-style: none;
  padding-top: 5px;
}

.added-to-cart {
  background-color: var(--lime-green);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-holder {
  width: 35px;
  min-width: 35px;
  height: 40px;
  padding-top: 2px;
}

.dropdown-content {
  background-color: var(--white);
  border-radius: 16px;
  width: 320px;
  max-height: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.cat-list {
  z-index: 1200;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 230px 0% auto;
}

.drop-link-wrapper {
  color: var(--black);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.drop-link-wrapper:hover {
  background-color: var(--table-header);
}

.drop-link-wrapper.w--current {
  color: var(--firebrick);
}

.drop-link-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.drop-link-container {
  height: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: auto;
}

.dec-oy {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.faq-title-wrapper {
  color: var(--black);
  align-items: center;
  padding: 33px 75px 32px 24px;
  display: flex;
  position: relative;
}

.faq-title-wrapper:active {
  transform: none;
}

.section-2 {
  width: 100%;
  height: 100%;
}

.master-nav {
  background-color: #fff;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 100vh;
}

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

.master-nav_brand {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 20%;
  padding-top: 2vw;
}

.link-block {
  background-image: url('../images/LOGO-DEGRADE-FUNDO-TRANSPARENTE.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -25px;
}

.buttons_master_nav {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-right: 0;
}

.buttons_master_nav._1 {
  padding-top: 0;
}

.logout_master_nav {
  height: 10%;
}

.menu-dashboard {
  margin-left: 0;
  margin-right: 0;
}

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

.encomendas-no-dashboard {
  margin-top: 0;
}

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

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

.div-block-2._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.div-block-2._2._90 {
  justify-content: space-between;
}

.div-block-2._2._9000 {
  margin-bottom: 50px;
}

.div-block-2._2._5 {
  align-items: stretch;
}

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

.div-block-5 {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px;
}

.img {
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d5d5d5;
  border-radius: 200px;
  width: 45px;
  height: 45px;
}

.img.empresa {
  background-image: url('../images/placeholder4.png');
}

.div-block-6 {
  color: var(--midnight-blue);
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.address-form-80 {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 50px;
}

.imagem-upload-wrapper {
  padding-top: 0;
}

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

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

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

.grid-2._2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-9 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  height: 200px;
  padding: 35px 50px 50px;
  position: relative;
}

.table-content-text-copy {
  cursor: default;
  height: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  overflow: hidden;
}

.table-content-text-copy._1 {
  margin-bottom: 15px;
}

.link {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--light-grey) black black;
  color: var(--dodger-blue);
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.div-block-10._7 {
  padding-top: 0;
}

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

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

.center-text-2 {
  color: var(--borders);
  margin-top: 32px;
}

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

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

.linesman-2.cancelada {
  display: none;
}

.in-progress-line-2 {
  border: 1px dashed var(--borders);
  border-radius: 10px;
}

.plus-minus-wrapper-2 {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  width: 120px;
  height: 40px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.plus-minus-wrapper-2.no-margin {
  margin-right: 0;
}

.resumo-table-wrapper-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9 #d9d9d9 var(--borders);
  color: #111210;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px 50px 35px;
}

.resumo-table-wrapper-2.blue {
  background-image: linear-gradient(119deg, #84adf6, #0039a1);
  border-bottom-style: none;
  padding: 40px;
}

.cart-price-2 {
  color: #767676;
}

.line-seperator-2 {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.product-card-2 {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.product-card-2._2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card-2._2-col-grid.borders {
  grid-column-gap: 40px;
  border: 1px solid #d9d9d9;
  grid-template-columns: 200px 1fr;
  margin-bottom: 16px;
  padding: 16px;
}

.product-card-2._2-col-grid.borders._5 {
  background-color: #0000;
  border-style: none none solid;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.product-card-2._2-col-grid.borders._5.ult {
  border-style: none;
}

.price-list-item-2 {
  color: #767676;
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}

.cart-prod-name-link-2 {
  color: #111210;
}

.price-total-2 {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px #d9d9d9;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.price-total-2.no-btm-padding {
  margin-bottom: 0;
}

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

.div-block-12 {
  margin-top: 10px;
}

.itens {
  font-weight: 600;
}

.loja-content-wrapper {
  margin-bottom: 50px;
}

.loja_produtos_wrapper {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 16px;
}

.delete-icon-2 {
  color: #9c9c9c;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 0;
  transition: all .2s;
  position: absolute;
  inset: auto 8px 0% auto;
}

.delete-icon-2:hover {
  color: #fff;
  background-color: #f35252;
}

.delete-icon-2._2 {
  right: 65px;
}

.delete-icon-2._2.gr:hover {
  background-color: var(--goldenrod);
}

.div-block-13 {
  margin-top: 10px;
}

.overlay_master {
  background-color: #000000b0;
  display: none;
  position: fixed;
  inset: 0%;
}

.substituir-content-wrapper {
  background-color: var(--table-header);
  width: 1100px;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
  transform: translate(100%);
}

.div-block-14 {
  float: left;
  width: 300px;
  margin-right: 25px;
}

.extra-info-text-2 {
  color: #767676;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.extra-info-text-2.small {
  color: #767676;
  font-size: 14px;
}

.product-category-2 {
  color: #bd3a3a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -16px;
  font-size: 14px;
}

.product-category-2.small {
  margin-bottom: -6px;
  font-size: 9px;
}

.profile-header-link-2 {
  color: #767676;
  border-left-style: none;
  border-radius: 12px;
  margin-right: 24px;
  padding: 12px 8px;
  transition: color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.profile-header-link-2:hover, .profile-header-link-2.w--current {
  color: #111210;
}

.profile-content-wrapper-2 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  align-items: flex-start;
  padding: 32px 32px 32px 4vw;
  display: flex;
}

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

.new-address-button-2 {
  color: #767676;
  cursor: pointer;
  background-color: #3a86ff;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.new-address-button-2:hover {
  color: #111210;
}

.new-address-button-2.w--current {
  color: #111210;
  border-bottom-color: #bd3a3a;
  font-size: 16px;
}

.new-address-button-2.add-button {
  color: #fff;
  text-align: center;
  background-color: #3a86ff;
  border-radius: 12px;
  justify-content: center;
  width: 184.641px;
  height: 45px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 16px;
  overflow: hidden;
}

.new-address-button-2.add-button:hover {
  background-color: #3479e5;
}

.new-address-button-2.add-button:active {
  transform: scale(.98);
}

.kpi {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 16px;
  padding: 50px;
  display: flex;
}

.kpi._2 {
  margin-top: 50px;
}

.side-a_graph {
  float: left;
  width: 70%;
  padding-right: 50px;
}

.side-b_kpi {
  float: left;
  width: 30%;
}

.graph {
  background-image: url('../images/Screen-Shot-2022-01-23-at-10.34.24-PM.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.kpi-ind {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 0;
  position: relative;
}

.encomenda-filtros {
  margin-bottom: 50px;
}

.form-block {
  border: 1px dashed var(--gainsboro);
  background-color: #0000;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 20px;
}

.form-4 {
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-3._1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3._89 {
  grid-template-columns: 1fr 1fr;
}

.grid-3._89._0 {
  grid-template-columns: 1fr 1fr 1fr;
}

.select-field {
  color: var(--black);
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.div-block-17 {
  color: #11284c;
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

._25 {
  margin-bottom: 10px;
}

.pop-up-upload-pre-os {
  background-color: #000000ab;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-nav-2 {
  color: #111210;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .2s;
  position: absolute;
  inset: 6vh 5vw auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-nav-2:hover {
  color: #111210;
}

.pop-up-edit-prices {
  background-color: #000000ab;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.text-span {
  color: var(--lime-green);
}

.div-block-33 {
  background-color: var(--ghost-white);
  border-radius: 8px;
  padding: 50px;
}

.div-block-34 {
  background-image: url('../images/kixi-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 150px;
}

.table-content-text-copy-2 {
  cursor: default;
  height: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  overflow: hidden;
}

.div-block-35 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  height: 200px;
  padding: 35px 50px 50px;
  position: relative;
}

.div-block-35._2 {
  height: 160px;
}

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

.div-block-37 {
  border: 1px none var(--gainsboro);
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
}

.search-3 {
  width: 40%;
  height: 50px;
  margin-bottom: 0;
  margin-right: 30px;
  display: flex;
}

.search-input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  font-size: 17px;
}

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

.search-button-2 {
  background-color: var(--grey);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
}

.category-card-icon-wrapper-2 {
  color: #767676;
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.category-card-icon-wrapper-2.float-on-top {
  display: none;
}

.compras-table-wrapper-2 {
  background-color: #efefef;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
}

.table-content-text-2 {
  cursor: default;
  height: 20px;
  overflow: hidden;
}

.table-content-text-2.description {
  display: none;
}

.table-content-text-2.estado {
  font-weight: 700;
}

.table-content-text-2.estado.green {
  color: #04a777;
}

.table-content-text-2.estado.red {
  color: #f35252;
}

.table-content-text-2.estado.yellow {
  color: #edb805;
}

.table-content-text-2.estado.activo {
  color: var(--hover-blue);
}

.table-content-text-2.estado.pedido {
  color: #b4b4b4;
}

.table-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #111210;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr 100px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 80px;
  margin-top: 1px;
  display: grid;
}

.table-grid-2.table-header {
  color: #111210;
  background-color: #0000;
  grid-template-columns: .5fr 2fr 100px 1fr 1fr 1fr;
  height: 70px;
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 17px;
  font-weight: 500;
}

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

.div-block-38._2, .div-block-38.cr {
  margin-top: 25px;
}

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

.text-block._30 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-2 {
  color: #111210ab;
  font-size: 18px;
}

.text-block-2._8 {
  color: var(--black);
  padding-left: 10px;
}

.text-block-2._8.bold {
  padding-left: 0;
  font-size: 30px;
  line-height: 100%;
}

.text-block-2.green {
  color: var(--lime-green);
}

.text-block-2.red {
  color: var(--tomato);
}

.text-block-2.white {
  color: #ffffffe0;
}

.text-block-2.white.yellow {
  background-color: var(--goldenrod);
  color: var(--white);
  border-radius: 5px;
  padding: 2px 15px;
  display: inline-block;
}

.text-block-2.white.green {
  background-color: var(--lime-green);
  color: var(--white);
  border-radius: 5px;
  padding: 2px 15px;
  display: inline-block;
}

.text-block-2.white.blue {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-radius: 5px;
  padding: 2px 15px;
  display: inline-block;
}

.div-block-39 {
  border-bottom: 1px dashed var(--borders);
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.div-block-39.p {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-39._3 {
  border-bottom-style: none;
  padding-bottom: 0;
}

.div-block-39._3._500 {
  margin-bottom: 50px;
}

.div-block-40 {
  border: 1px solid var(--gainsboro);
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 25px;
  padding: 35px;
  display: flex;
}

.div-block-41 {
  flex: none;
  width: 80%;
}

.div-block-42 {
  flex: none;
  width: 20%;
}

.text-block-3 {
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-4 {
  color: #11121085;
  font-size: 26px;
}

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

.text-block-5.pendente {
  color: var(--goldenrod);
}

.text-block-5.pago {
  color: var(--lime-green);
  margin-bottom: 15px;
}

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

.heading {
  margin-bottom: 25px;
}

.div-block-43 {
  background-color: var(--dark-slate-grey);
  padding: 95px;
  position: fixed;
  inset: 0%;
}

.text-block-7 {
  color: #fff;
  font-size: 28px;
}

.text-block-20 {
  margin-bottom: 5px;
  font-weight: 600;
}

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

.heading-9 {
  margin-bottom: 10px;
  font-weight: 500;
}

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

.logo-relatorio._890 {
  background-image: url('../images/FG_Logo_principal.png');
}

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

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

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

.text-block-169._30 {
  width: 20%;
}

.text-block-169._30.bold {
  font-weight: 700;
}

.text-block-169._3 {
  width: 35%;
  padding-left: 10px;
  font-size: 15px;
}

.text-block-169._3.bold {
  font-weight: 700;
}

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

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

.text._20 {
  text-align: justify;
  margin-bottom: 2.6rem;
}

.heading-8 {
  color: #919ba7;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
}

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

.div-block-130 {
  text-align: right;
  margin-bottom: 25px;
}

.button-3 {
  background-color: #000;
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 0;
}

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

.div-block-131._8 {
  margin-top: 0;
}

.checkbox-field {
  flex: 1;
}

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

.checkbox-label-2 {
  width: 70%;
}

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

.div-block-132 {
  border: 1px dashed var(--lime-green);
  background-color: #04a7770f;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.link-2 {
  color: var(--lime-green);
  padding-left: 20px;
}

.text-block-171 {
  color: #a0a0a0;
  margin-top: 10px;
}

.div-block-133 {
  margin-top: 70px;
}

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

.div-block-134 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

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

.div-block-136 {
  background-image: url('../images/PDF_file_icon.svg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 40px;
  height: 50px;
}

.div-block-137 {
  flex: 1;
  align-items: center;
  padding-top: 2px;
  padding-left: 10px;
  display: flex;
}

.link-3 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-size: 13px;
  display: block;
}

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

.navbar {
  background-color: #fff;
  height: 100px;
}

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

.nav-link-2 {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 100px;
}

.navilink-2 {
  height: 100px;
  line-height: 100px;
  display: inline-block;
}

.link-block-5 {
  color: #000;
  height: 100px;
  margin-left: 40px;
  font-size: 19px;
  font-weight: 500;
  line-height: 100px;
  display: flex;
}

.text-block-172 {
  margin-right: 5px;
  font-family: Kixicredito main, sans-serif;
}

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

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

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

.div-block-138 {
  background-image: linear-gradient(to right, var(--dark-slate-grey), #f69144d6), url('../images/angola1.jpeg');
  color: #fff;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  height: 300px;
  padding: 52px 46px 46px;
}

.div-block-139 {
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px;
  display: flex;
}

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

.heading-10 {
  margin-bottom: 25px;
  font-weight: 500;
}

.div-block-141 {
  background-color: #29523612;
  border: 1px dashed #29523696;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 25px;
}

.text-block-173 {
  color: #111210b5;
  text-align: center;
}

.text-block-174 {
  margin-bottom: 25px;
  font-family: Kixicredito main, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block-175 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
}

.text-block-176 {
  text-align: center;
  font-size: 14px;
}

.text-block-177 {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
}

.heading-11 {
  color: #fff;
  margin-bottom: 50px;
}

.div-block-142 {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.text-block-178 {
  color: var(--dark-slate-grey);
  font-family: Kixicredito main, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

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

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

.text-block-179 {
  color: #f69144;
  text-align: center;
  background-color: #fa90521a;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-179.criado {
  color: var(--grey);
  background-color: #9c9c9c1f;
  border-radius: 8px;
  font-weight: 500;
}

.text-block-179.em-analise {
  color: var(--hover-blue);
  background-color: #3479e517;
}

.text-block-179.rejeitado {
  color: var(--tomato);
  background-color: #f3525226;
}

.text-block-179.aceite {
  color: var(--lime-green);
  background-color: #04a77724;
}

.text-block-180 {
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-181 {
  font-size: 18px;
  line-height: 40px;
}

.div-block-145 {
  background-color: #c9d7f01a;
  border: 1px dashed #c9d7f0;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 20px;
}

.text-block-183 {
  color: var(--tomato);
  margin-top: 5px;
  padding-left: 10px;
  font-size: 15px;
}

.paragraph {
  border: 1px dashed var(--tomato);
  background-color: #f352520f;
  border-radius: 5px;
  padding: 25px;
}

.text-block-184 {
  color: #a3a3a3;
  font-size: 15px;
  font-weight: 600;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.link-4 {
  border: 1px dashed var(--lime-green);
  color: var(--lime-green);
  text-align: center;
  background-color: #04a77712;
  border-radius: 8px;
  padding: 15px;
  display: block;
}

.text-block-185 {
  margin-bottom: 25px;
  font-weight: 600;
}

.parecer-nao-favoravel {
  background-color: #295236b8;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-186 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.button-4 {
  border: 1px solid var(--light-grey);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  width: 40%;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-4:hover {
  background-color: var(--table-header);
  color: var(--black);
}

.recusar {
  background-color: #295236b8;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-187 {
  text-align: center;
  margin-bottom: 50px;
}

.link-5 {
  color: #dadada57;
  text-align: center;
  margin-top: 10px;
  display: block;
}

.link-6 {
  border: 1px none var(--lime-green);
  background-color: var(--sandy-brown);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  min-width: 200px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 5px 20px;
  display: inline-block;
}

.div-block-146 {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 25px;
  padding: 45px;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.grid-8._8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.text-block-188 {
  color: #11121066;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
}

.mais-conteudo-div {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.link-7 {
  color: #000;
  background-color: #7676763d;
  border-radius: 8px;
  padding: 15px 46px;
}

.link-7:hover {
  background-color: var(--lime-green);
  color: #fff;
}

.data-do-cr-dito {
  background-color: #295236b8;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.div-block-148 {
  border: 1px dashed #00000036;
  border-radius: 5px;
  margin-top: 25px;
  padding: 15px;
}

.paragraph-2 {
  margin-bottom: 0;
}

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

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

.text-block-189 {
  font-weight: 600;
}

.div-block-150 {
  border-bottom: 1px solid #000;
  width: 450px;
  padding-bottom: 60px;
}

.text-block-190 {
  font-weight: 600;
}

.plano-financeiro {
  background-color: #fff;
  padding: 0;
}

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

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

.div-block-153 {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}

.section-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6412173.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 50px 100px;
  display: flex;
}

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

.div-block-155 {
  background-image: url('../images/Guaritas-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
  margin-bottom: 45px;
}

.text-block-191 {
  background-color: #f7f7f7;
  border: 1px dashed silver;
  border-radius: 5px;
  margin-bottom: 26px;
  padding: 5px 11px;
  font-size: 10px;
  display: block;
}

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

.navbar-2 {
  border-bottom: 1px solid var(--borders);
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brand-3 {
  background-image: url('../images/Guaritas-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 90px;
}

.nav-link-3 {
  text-transform: uppercase;
  align-items: center;
  height: 90px;
  margin-left: 20px;
  padding: 0;
  font-size: 14px;
  display: flex;
}

.nav-link-3:hover {
  color: var(--hover-blue);
}

.nav-link-3.w--current {
  color: var(--black);
  font-weight: 500;
}

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

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

.div-block-156 {
  align-items: center;
  padding-left: 35px;
  display: flex;
}

.div-block-157 {
  background-image: url('../images/Profile_avatar_placeholder_large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.text-block-192 {
  color: #11121082;
  font-size: 11px;
  line-height: 100%;
}

.text-block-193 {
  color: #111210ad;
  font-size: 14px;
}

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

.div-block-158 {
  color: var(--black);
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 185px;
  padding: 45px;
  display: block;
}

.div-block-158:hover {
  border: 1px solid var(--dark-slate-grey);
}

.text-block-194 {
  color: var(--goldenrod);
  margin-bottom: 25px;
  font-family: Kixicredito main, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

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

.div-block-159 {
  color: var(--grey);
  margin-bottom: 35px;
}

.text-block-196 {
  color: #798baa;
  font-size: 20px;
  line-height: 100%;
}

.div-block-160 {
  margin-top: 70px;
  margin-bottom: 25px;
}

.div-block-160._5 {
  margin-top: 0;
  margin-bottom: 50px;
}

.text-block-197 {
  color: var(--royal-blue-2);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

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

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

.form-5 {
  margin-top: 50px;
  display: flex;
}

.div-block-163 {
  flex: 1;
  padding-left: 45px;
}

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

.div-block-164._800 {
  padding-top: 0;
}

.div-block-165 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px;
  display: flex;
}

.text-block-198 {
  color: var(--lime-green);
  align-items: flex-start;
  font-family: Kixicredito main, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

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

.link-8 {
  color: var(--lime-green);
  font-size: 14px;
  text-decoration: underline;
}

.button-5 {
  background-color: #000;
  border-radius: 5px;
}

.button-5:hover {
  background-color: var(--dark-slate-grey);
}

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

.paragraph-3 {
  margin-bottom: 10px;
  font-size: 12px;
}

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

.product-ind-div {
  z-index: 1000;
  background-color: #fff;
  width: 60%;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
  transform: translate(100%);
  box-shadow: 0 2px 17px 11px #0000005c;
}

.text-block-200 {
  cursor: pointer;
  display: inline-block;
}

.div-block-169 {
  text-align: right;
  margin-bottom: 50px;
}

.text-block-201 {
  background-color: #eaeaea;
  padding: 10px;
}

.div-block-170 {
  background-color: var(--dark-slate-grey);
  padding: 10px;
}

.text-block-202 {
  color: #fff;
  font-weight: 500;
}

.div-block-171 {
  border-bottom: 1px dashed #0000004a;
  padding: 15px 10px;
  display: flex;
}

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

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

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

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

.div-block-173-copy {
  flex: 1;
  padding-left: 0;
}

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

.link-9 {
  color: var(--dark-slate-grey);
  font-family: Kixicredito main, sans-serif;
  font-size: 23px;
  line-height: 23px;
}

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

.div-block-177 {
  border: 1px solid var(--borders);
  background-color: #fff;
  padding: 50px;
}

.div-block-178 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-178._5 {
  display: flex;
}

.link-10 {
  border: 1px solid var(--borders);
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 8px;
  padding: 10px;
  font-family: Kixicredito main, sans-serif;
  font-size: 25px;
  display: block;
}

.link-10:hover {
  background-color: var(--midnight-blue);
  color: #fff;
}

.link-10._5 {
  margin-left: 15px;
}

.link-11 {
  color: var(--lime-green);
  text-align: center;
  margin-top: 15px;
  display: block;
}

.doc {
  background-color: #fff;
  padding: 0;
}

.paragraph-4 {
  text-align: justify;
}

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

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

.div-block-10-copy, .div-block-10-copy._7 {
  padding-top: 0;
}

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

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

.div-block-181._8 {
  padding-right: 0;
}

.div-block-182 {
  border: 1px none var(--borders);
  background-color: #c2d1ee73;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  padding: 32px;
}

.div-block-183 {
  text-align: center;
  border: 1px dashed #5881c9;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 25px;
}

.text-block-204 {
  margin-bottom: 10px;
  font-weight: 600;
}

.text-block-205 {
  font-size: 40px;
  line-height: 100%;
}

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

.paragraph-5 {
  text-align: justify;
}

.div-block-185 {
  margin-top: 68px;
}

.text-block-206 {
  background-color: var(--borders);
  color: #353535;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 13px;
}

.card-item {
  height: 100%;
}

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

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

.card-item.img.i {
  background-image: none;
  border-style: none;
  padding-left: 0;
}

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

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

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

.text-block-207.red {
  color: #ff2828;
}

.text-block-207.green {
  color: #038e1eb8;
}

.text-block-207.azul {
  color: #3434e3b8;
}

.text-block-207.yellow {
  color: #efba1cba;
}

.text-block-207.blues {
  color: #ac2273b8;
}

.text-block-207.grx {
  color: #93a223b8;
}

.text-block-207.s {
  color: #6d78cbb8;
}

.text-block-207.verde-claro {
  color: var(--lime-green);
}

.text-block-208 {
  color: var(--royal-blue);
  font-family: Kixicredito main, sans-serif;
  font-size: 29px;
  line-height: 100%;
}

.text-block-208._890 {
  color: var(--lime-green);
}

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

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

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

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

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

.text-block-209 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

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

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

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

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

.link-12 {
  color: #185997;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.checkbox-3 {
  border: 1px solid var(--borders);
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-label-3 {
  flex: 1;
  margin-bottom: 0;
  font-size: 17px;
}

.checkbox-field-2 {
  border-width: 1px;
  border-color: black black var(--borders);
  border-bottom-style: dashed;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-297 {
  background-color: #e4e4e4eb;
  border-radius: 5px;
  padding: 10px;
  display: flex;
}

.div-block-297._9 {
  background-color: #c9d7f0a3;
  margin-top: 5px;
}

.div-block-297._9._700 {
  background-color: #ffffffd9;
}

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

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

.shaddowx {
  height: 90px;
}

.div-block-298, ._50 {
  margin-bottom: 50px;
}

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

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

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

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

.button-6.bx.editar {
  color: #223;
  background-color: #0000;
  border: 1px solid #223;
}

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

.dif-div.red {
  border-color: var(--firebrick);
  background-color: #bd3a3a0f;
  border-color: #bd3a3a;
  margin-bottom: 0;
}

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

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

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

.form-field-label-3.bold {
  color: #667999;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 500;
}

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

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

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

.parceiro-text-field-2._4 {
  margin-bottom: 5px;
  font-size: 14px;
}

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

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

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

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

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

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

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

.parceiro-text-field.rejeitado {
  color: #fe0000;
}

.parceiro-text-field.aceite {
  color: #17b000f0;
}

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

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

.div-block-302 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.text-block-211 {
  font-size: 19px;
}

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

.div-block-303 {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 160px;
  padding: 25px 50px;
  display: flex;
}

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

.text-block-213 {
  font-size: 45px;
  line-height: 100%;
}

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

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

.log-wrapper {
  width: 25%;
}

.content-processo-wrapper {
  flex: 1;
  padding-left: 25px;
}

.div-block-146-copy {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 25px;
  padding: 45px;
}

.div-block-146-copy._9 {
  margin-top: 0;
  padding-bottom: 60px;
}

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

.div-block-307 {
  flex: none;
  width: 75%;
}

.div-block-308 {
  flex: none;
  padding-right: 25px;
}

.text-block-214 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-214._4 {
  font-weight: 400;
}

.text-block-214._900 {
  color: #4e5769ba;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-214._8 {
  color: var(--the-text-form);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

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

.link-block-6 {
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-6._2 {
  margin-bottom: 15px;
}

.div-block-309 {
  background-image: url('../images/PDF_file_icon.svg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 35px;
  margin-right: 15px;
}

.text-block-215 {
  font-size: 14px;
  line-height: 110%;
}

.text-block-215:hover {
  color: var(--royal-blue-2);
  text-decoration: underline;
}

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

.text-block-216 {
  text-align: right;
  text-transform: uppercase;
}

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

.text-block-217 {
  text-align: right;
  text-transform: uppercase;
}

.botao-visita-de-campo {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.accordion-item {
  margin-bottom: 0;
  padding: 20px 35px;
}

.accordion-item._8 {
  padding-top: 0;
  padding-bottom: 0;
}

.arrox {
  float: left;
  background-image: url('../images/keyboard_arrow_down-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 25px;
}

.paragraph-6 {
  color: #2e2e2e;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 170%;
}

.accordion-wrapper {
  background-color: #fff;
  border: 1px solid #ffa24f;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all .6s;
}

.accordion-wrapper:hover, .accordion-wrapper:active {
  border-color: #ffa24f;
}

.accordion-wrapper._8 {
  border-style: dashed;
  border-color: var(--borders);
  background-color: #c9d7f036;
  border-style: dashed;
  border-color: #c9d7f0;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.accordion-trigger {
  float: left;
  width: 95%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.resposta-apear {
  border-top: 1px #f5f5f5;
  margin-top: 0;
  padding: 0 35px;
  display: block;
  overflow: hidden;
}

.div-block-312 {
  margin-top: 7px;
  margin-bottom: 7px;
}

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

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

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

.grid-15 {
  grid-template-rows: auto;
  margin-bottom: 25px;
}

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

.div-block-310-copy {
  margin-top: 25px;
  margin-bottom: 25px;
}

.tab {
  border-radius: 5px;
  margin-right: 15px;
  padding: 15px 25px;
}

.tab.w--current {
  color: var(--white);
  background-color: #000;
}

.tabpane {
  padding-top: 50px;
}

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

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

.div-block-315 {
  border-bottom: 1px dashed #00000029;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-316 {
  flex: none;
  width: 200px;
}

.text-block-218 {
  color: var(--grey);
  font-size: 13px;
  font-style: italic;
}

.div-block-317 {
  flex: 1;
  padding-right: 25px;
}

.text-block-219 {
  color: var(--the-text-form);
  margin-bottom: 10px;
  font-weight: 600;
}

.text-block-220 {
  color: var(--grey);
  margin-top: 10px;
  font-size: 14px;
}

.decisao-wrapper {
  border: 1px dashed var(--lime-green);
  background-color: #59ad7540;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.decisao-wrapper.red {
  border-color: var(--firebrick);
  background-color: #c9616340;
}

.div-block-318 {
  flex: none;
  width: 200px;
}

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

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

.div-block-320 {
  border: 1px dashed var(--firebrick);
  background-color: #ff5b5b1f;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px;
}

.rt {
  margin-bottom: 25px;
}

.text-block-222 {
  margin-bottom: 25px;
  font-weight: 600;
}

.link-15 {
  color: var(--black);
  text-decoration: underline;
}

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

.textarea {
  border: 1px solid var(--borders);
  margin-bottom: 25px;
  padding-bottom: 390px;
}

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

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

.link-block-7 {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}

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

.div-block-323 {
  text-align: center;
  padding-top: 20px;
}

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

.pendente {
  color: var(--goldenrod);
}

.pendente.yes {
  color: var(--lime-green);
}

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

.text-block-225 {
  color: var(--the-text-form);
  font-size: 19px;
}

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

.div-block-324._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.div-block-324._2._90 {
  justify-content: space-between;
}

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

.button-7 {
  background-color: var(--dodger-blue);
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 0;
}

.button-7._7 {
  background-color: var(--borders);
  color: var(--midnight-blue);
}

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

.div-block-327 {
  text-align: right;
  margin-bottom: 25px;
}

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

.text-block-226._30 {
  width: 20%;
}

.text-block-226._3 {
  width: 35%;
  padding-left: 10px;
  font-size: 15px;
}

.heading-12 {
  margin-bottom: 10px;
  font-weight: 500;
}

.heading-13 {
  color: var(--the-text-form);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-328 {
  color: #11284c;
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

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

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

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

.text-block-227 {
  text-align: center;
  border: 1px solid #00000075;
  border-radius: 8px;
  margin-top: 25px;
  padding: 15px;
}

.text-block-227:hover {
  background-color: #aaa9a930;
}

.link-16 {
  color: var(--light-grey);
}

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

.text-block-126 {
  color: var(--the-text-form);
  margin-bottom: 10px;
  font-weight: 700;
}

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

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

.text-block-127 {
  color: var(--the-text-form);
  margin-bottom: 10px;
  font-size: 21px;
}

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

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

.text-block-127._1 {
  margin-bottom: 7px;
}

.text-block-127.red {
  color: #f02226;
}

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

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

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

.text-block-228 {
  color: var(--the-text-form);
  margin-bottom: 10px;
  font-weight: 600;
}

.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.last-item {
  border-radius: 4px;
  margin-bottom: 0;
}

.form-select-field-2.last-item:focus {
  border-color: #5968a3;
}

.form-select-field-2.last-item._807 {
  color: var(--black);
  margin-bottom: 10px;
}

.button-8 {
  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-8.submit {
  text-align: center;
  background-color: #919ba7;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  transition: all .1s;
  display: block;
}

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

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

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

.grid-19._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.grafico-2._2 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-5.40.37-AM.png');
  height: 350px;
}

.graph-1 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.11.06-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
}

.graph-1._2 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.08.30-AM.png');
  width: 70%;
  height: 400px;
}

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

.text-block-229 {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 120%;
}

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

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

.main-holder {
  display: flex;
}

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

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

.div-block-336 {
  width: 50%;
  padding-left: 25px;
}

.div-block-336._5 {
  width: 90%;
}

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

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

.link-block-8 {
  background-color: #c9d7f078;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 130px;
  padding: 20px;
  display: flex;
}

.link-block-8:hover {
  background-color: #c9d7f0c2;
}

.text-block-231 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Kixicredito main, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.text-block-232 {
  color: var(--white);
  font-size: 14px;
  line-height: 120%;
}

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

.div-block-338 {
  background-color: var(--dark-slate-blue-2);
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

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

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

.text-block-234 {
  color: var(--white);
  font-size: 33px;
  line-height: 100%;
}

.text-block-235 {
  color: var(--white);
  font-family: Kixicredito main, sans-serif;
  font-size: 26px;
}

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

.div-block-185-copy {
  margin-top: 0;
}

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

.list-item {
  color: #091426a8;
  margin-bottom: 24px;
  font-size: 16px;
}

.list-item._1 {
  flex: 1;
  margin-bottom: 5px;
}

.list-item._1._4 {
  margin-bottom: 39px;
}

.list-item._1.azul {
  color: #3a86ff;
}

.list-item._1.green {
  color: #04a777;
}

.list-item.nao-favoravel {
  color: #f35252;
  font-weight: 500;
}

.list-item.favoravel {
  color: #04a777;
  font-weight: 500;
}

.div-block-340 {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 4px;
  padding: 40px;
}

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

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

.list-item-lable {
  color: var(--the-text-form);
  letter-spacing: -.3px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

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

.img-wrapper.cliente {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 4px;
  min-width: 350px;
  max-height: 450px;
  padding: 40px;
}

.button-text-3 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text-3.quick-action-text {
  margin-left: 6px;
  top: -1px;
}

.action-button {
  color: #667999;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .1s, color .1s, border-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-button:hover {
  color: #fff;
  background-color: #1b4d91;
  border-color: #1b4d91;
}

.action-button.full {
  width: 100%;
  margin-bottom: 10px;
}

.action-button.blue {
  background-color: var(--dodger-blue);
  color: #fff;
  border-style: none;
  margin-bottom: 15px;
}

.action-button.aprovar {
  border-color: var(--borders);
  background-color: var(--borders);
  color: #132038;
  margin-bottom: 15px;
}

.action-button.aprovar:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.action-button.blue {
  color: #fff;
  background-color: #3a86ff;
  border-style: none;
  margin-bottom: 15px;
}

.action-button.blue:hover {
  background-color: #1d4380;
}

.main-font-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-family: Kixicredito main, sans-serif;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.icon {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 10px;
  padding-left: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.icon:hover {
  background-color: #0000;
}

.icon.quick-action {
  align-items: center;
  width: auto;
  min-width: 44px;
  height: 50px;
  padding-bottom: 5px;
  padding-right: 14px;
  display: flex;
}

.img-2.is--contain {
  object-fit: contain;
  width: 100%;
  height: 80%;
}

.aceite {
  color: var(--lime-green);
}

.text-block-236 {
  color: var(--tomato);
}

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

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

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

.tablinkx {
  border-bottom: 1px none var(--borders);
  color: #9caecf;
  text-align: center;
  background-color: #c9d7f04a;
  border-radius: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 120%;
  display: block;
}

.tablinkx.w--current {
  background-color: var(--borders);
  color: var(--dark-slate-blue);
  border-bottom-style: none;
  border-bottom-width: 4px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.tabs-menu {
  display: flex;
}

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

.text-block-238 {
  color: #5b6e8e94;
  font-size: 18px;
  font-weight: 500;
}

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

.div-block-344 {
  border: 1px dashed var(--borders);
  text-align: center;
  background-color: #c9d7f069;
  border-radius: 5px;
  padding: 40px;
}

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

.link-17 {
  text-decoration: underline;
}

.link-block-9 {
  border: 1px solid var(--borders);
  color: #5c5c5c;
  text-align: left;
  background-color: #c9d7f01c;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.file {
  background-image: url('../images/file-png-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 40px;
  height: 50px;
}

.file.pdf {
  background-image: url('../images/PDF_file_icon.svg.png');
}

.div-block-77 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 10px;
  display: flex;
}

.text-block-113 {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 300;
}

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

.link-24 {
  color: var(--hover-blue);
  margin-right: 15px;
  font-size: 11px;
  font-weight: 400;
}

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

.div-block-347 {
  border: 1px dashed var(--borders);
  background-color: #c9d7f017;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 20px;
}

.div-block-347._2 {
  background-color: #c9d7f000;
  margin-bottom: 15px;
}

.div-block-348 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.link-25 {
  color: #11284c66;
  margin-top: 25px;
}

.div-block-127 {
  margin-bottom: 20px;
}

.button-9 {
  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-9.upload {
  color: #22398e;
  background-color: #0000;
  border: 1px solid #00000021;
  margin-left: 0;
  margin-right: 0;
}

.button-9.upload:hover {
  background-color: var(--royal-blue);
  color: #fff;
  border-style: none;
}

.button-icon-2 {
  margin-right: 10px;
  font-family: Kixicredito main, sans-serif;
  font-size: 16px;
  position: relative;
  top: 4px;
}

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

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

.reds3 {
  color: var(--tomato);
}

.link-26 {
  border: 1px solid var(--dodger-blue);
  border-radius: 5px;
  padding: 15px 25px;
}

.link-26:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.div-block-59 {
  height: 320px;
}

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

.tabs-2 {
  display: flex;
}

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

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

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

.tab-link-tab-6.w--current {
  background-color: var(--royal-blue);
  color: var(--white);
}

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

.tabs-content {
  flex: 1;
  padding-left: 35px;
}

.div-block-352, .div-block-353 {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}

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

.div-block-176-copy {
  border: 1px none var(--borders);
  border-radius: 5px;
  padding: 0;
}

.div-block-354 {
  border: 1px dashed var(--borders);
  background-color: #c9d7f052;
  border-radius: 5px;
  padding: 35px;
}

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

.div-block-356 {
  border: 1px solid var(--borders);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 105px;
  padding: 30px;
  display: flex;
  position: static;
}

.div-block-356._5 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-357 {
  flex: 1;
  margin-left: 0;
  padding-left: 0;
}

.search-input-2 {
  border: 1px solid var(--borders);
  color: #161e36;
  background-color: #fff;
  border-radius: 4px;
  height: 40px;
  margin-bottom: 0;
  padding-left: 38px;
  padding-right: 15px;
}

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

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

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

.form-block-5._8 {
  width: 100%;
}

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

.search-no-filtro._2 {
  flex: 1;
}

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

.search-button-3._89 {
  height: 40px;
  font-family: Kixicredito main, sans-serif;
}

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

.filters-flex._5 {
  max-width: 100%;
}

.select-field-2 {
  border: 1px solid var(--borders);
  color: var(--black);
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
}

.grid-26 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 25px;
}

.div-block-358 {
  border: 1px solid var(--borders);
  background-color: var(--white);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 105px;
  padding: 14px 20px;
  display: flex;
}

.text-block-242 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 100%;
}

.text-block-243 {
  font-size: 25px;
}

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

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

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

.div-block-359._989, .div-block-359._0 {
  padding-top: 0;
}

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

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

.div-block-360 {
  border: 1px dashed var(--goldenrod);
  background-color: #faf4ed;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 40px;
  display: flex;
}

.div-block-360.green {
  border-color: var(--lime-green);
  background-color: #04a77721;
}

.div-block-360.green.red {
  border-color: var(--firebrick);
  background-color: #bd3a3a24;
}

.div-block-360.green.yellow {
  border-color: var(--goldenrod);
  background-color: #f5cf4721;
}

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

.div-block-361._9 {
  padding-right: 0;
}

.div-block-362 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 20%;
  display: flex;
}

.text-block-244 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph-7 {
  margin-bottom: 0;
}

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

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

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

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

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

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

.div-block-366 {
  border-style: none none dashed;
  border-width: 1px;
  border-color: var(--borders);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.text-block-247 {
  color: var(--hover-blue);
  margin-bottom: 10px;
  font-weight: 500;
}

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

.checkbox-field-3 {
  margin-bottom: 15px;
  display: flex;
}

.div-block-367 {
  border: 1px dashed var(--borders);
  background-color: #c9d7f03d;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 34px;
  display: flex;
}

.grid-28 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-right: 16px;
}

.div-block-368 {
  padding-top: 0;
  display: flex;
}

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

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

.mais-propostas-div {
  border: 1px dashed var(--goldenrod);
  background-color: #faf4ed;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 40px;
  display: flex;
}

.text-block-248 {
  color: #7a8aa7;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
}

.text-block-249 {
  color: #111210b0;
  margin-bottom: 5px;
}

.div-block-163-copy {
  flex: 1;
  padding-left: 0;
}

.div-block-369 {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 5px;
  padding: 24px;
  display: flex;
}

.div-block-369:hover {
  border-color: var(--dodger-blue);
}

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

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

.text-block-250 {
  color: var(--hover-blue);
  font-family: Kixicredito main, sans-serif;
  font-size: 34px;
  line-height: 120%;
}

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

.div-block-372._9 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.text-block-251 {
  color: #5a6e91;
  min-width: 50%;
  margin-right: 15px;
  font-weight: 500;
}

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

.s.agendado {
  color: var(--goldenrod);
}

.s.realizado {
  color: var(--lime-green);
}

.s.em-progresso {
  color: var(--dodger-blue);
}

.link-text-1 {
  margin-right: 15px;
}

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

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

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

.link-28 {
  background-color: var(--borders);
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px 20px;
  display: block;
}

.link-28:hover {
  background-color: var(--dark-slate-blue-2);
  color: var(--white);
}

.link-28._600 {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-right: 0;
}

.link-28._600._5 {
  border: 1px solid var(--firebrick);
  color: var(--hover-red);
  background-color: #c9d7f000;
}

.link-28._800 {
  background-color: var(--hover-blue);
  color: var(--white);
}

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

.text-block-252 {
  color: #5f6d85c2;
  margin-bottom: 35px;
  font-size: 19px;
  font-weight: 500;
}

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

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

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

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

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

.text-block-253 {
  color: var(--borders);
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

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

.link-block-10 {
  border: 1px solid var(--borders);
  color: #111210;
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
}

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

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

.div-block-377 {
  text-align: center;
  padding-top: 20px;
}

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

.pendente-2 {
  color: #f8c005;
}

.pendente-2.aprovado {
  color: var(--lime-green);
}

.pendente-2.comprovativo {
  color: var(--dodger-blue);
}

.pendente-2.concluido {
  color: var(--royal-blue);
}

.text-block-255 {
  border: 1px solid var(--borders);
  text-align: center;
  border-radius: 8px;
  margin-top: 25px;
  padding: 15px;
}

.text-block-255:hover {
  background-color: var(--borders);
}

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

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

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

.decisao-wrapper-2 {
  background-color: #59ad7540;
  border: 1px dashed #04a777;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
}

.decisao-wrapper-2.red {
  background-color: #c9616340;
  border-color: #bd3a3a;
}

.decisao-wrapper-2.yellow {
  border-color: var(--sandy-brown);
  background-color: #f8c00524;
}

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

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

.div-block-381 {
  flex: none;
  width: 200px;
}

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

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

.div-block-383 {
  flex: none;
}

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

.div-block-384._8 {
  padding-right: 0;
}

.text-block-258 {
  color: var(--midnight-blue);
  font-size: 14px;
  font-weight: 500;
}

.div-block-385 {
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
}

.grid-36 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.grid-36._8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.div-block-386 {
  border-bottom: 1px dashed #c9d7f0;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.div-block-386.p {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-387 {
  margin-bottom: 5px;
}

.text-block-259 {
  color: #111210ab;
  font-size: 16px;
}

.text-block-259.red {
  color: #f35252;
  font-size: 16px;
}

.text-block-259.green {
  color: #04a777;
  font-size: 16px;
}

.div-block-388 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--borders);
  margin-bottom: 35px;
  padding-top: 35px;
  padding-bottom: 15px;
}

.text-block-260 {
  color: var(--the-text-form);
  font-size: 18px;
  font-weight: 500;
}

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

.div-block-390 {
  border: 1px dashed var(--borders);
  background-color: #c9d7f012;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 40px;
}

.grid-37 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.grid-37._9 {
  grid-template-rows: auto;
}

.grid-37._9._454 {
  margin-bottom: 0;
}

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

.grid-38 {
  grid-template-rows: auto;
  margin-left: 20px;
}

.paragraph-8 {
  margin-bottom: 50px;
}

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

.text-block-262 {
  color: var(--sandy-brown);
}

.text-block-262.green {
  color: var(--lime-green);
}

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

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

.button-10 {
  text-align: center;
  background-color: #04a777;
  border-radius: 12px;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

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

.button-10.blue-button {
  color: #fff;
  background-color: #3a86ff;
  border-radius: 6px;
  flex: 1;
  height: 50px;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.button-10.blue-button:hover {
  background-color: #3479e5;
}

.button-10.blue-button._50 {
  background-color: #2e6bcc;
  height: 50px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.button-10.blue-button._50:hover {
  background-color: #235099;
}

.button-text-4 {
  height: 17px;
  display: inline-block;
  overflow: hidden;
}

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

.div-block-393._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
}

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

.div-block-394 {
  color: #11284c;
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.div-block-395 {
  border: 1px solid var(--borders);
  background-color: #fff;
  padding: 50px;
}

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

.text-block-264 {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 19px;
}

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

.div-block-397 {
  width: 40%;
  max-height: 800px;
  padding-bottom: 50px;
  overflow: auto;
}

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

.form-block-6 {
  border: 1px solid var(--borders);
  background-color: var(--white);
  border-radius: 5px;
  padding: 41px;
}

.text-block-265 {
  color: var(--in-text);
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 500;
}

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

.div-block-399 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--borders);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-266 {
  flex: none;
  width: 70%;
}

.text-block-267 {
  color: var(--the-text-form);
  flex: none;
  width: 50%;
}

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

.grid-40 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-block-268 {
  color: var(--sandy-brown);
}

.text-block-268.verde {
  color: var(--lime-green);
}

.text-block-268.bluex {
  color: #cc2ebc;
}

.text-block-268.conclui {
  color: var(--dodger-blue);
}

.form-block-7 {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 30px;
}

.form-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.div-block-403.mex {
  flex: 0 auto;
  width: 50%;
}

.div-block-404 {
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.text-block-269 {
  color: var(--lime-green);
  margin-bottom: 5px;
  font-size: 14px;
}

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

.text-block-270 {
  color: var(--the-text-form);
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 500;
}

.text-block-271 {
  color: var(--lime-green);
}

.div-block-405 {
  flex: 1;
  padding-right: 25px;
}

.text-block-272 {
  color: #11284c;
  font-size: 14px;
  font-weight: 500;
}

.text-block-273 {
  color: #4574bf;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

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

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

.grid-42 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.grid-42._9 {
  grid-template-rows: auto;
}

.grid-42._9._454 {
  margin-bottom: 0;
}

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

.div-block-408 {
  flex: none;
  width: 200px;
}

.text-block-275 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-276 {
  font-size: 40px;
  line-height: 100%;
}

.link-29 {
  color: #3479e5;
  margin-right: 15px;
  font-size: 11px;
  font-weight: 400;
}

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

.div-block-410 {
  background-color: #c9d7f052;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  padding: 35px;
}

.div-block-411 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 20%;
  display: flex;
}

.text-block-277 {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 300;
}

.div-block-176-copy-2 {
  border: 1px #c9d7f0;
  border-radius: 5px;
  padding: 0;
}

.div-block-412 {
  border-bottom: 1px dashed #00000029;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-413 {
  background-color: #c2d1ee73;
  border: 1px #c9d7f0;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  padding: 32px;
}

.text-block-278 {
  color: #111210ab;
  font-size: 16px;
}

.text-block-278.red {
  color: #f35252;
  font-size: 16px;
}

.text-block-278.green {
  color: #04a777;
  font-size: 16px;
}

.div-block-414 {
  background-color: #c9d7f017;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 20px;
}

.button-11 {
  text-align: center;
  background-color: #04a777;
  border-radius: 12px;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.button-11:hover {
  background-color: #295236;
}

.button-11.blue-button {
  color: #fff;
  background-color: #3a86ff;
  border-radius: 6px;
  flex: 1;
  height: 50px;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.button-11.blue-button:hover {
  background-color: #3479e5;
}

.button-11.blue-button._50 {
  background-color: #2e6bcc;
  height: 50px;
  padding: 16px 5px 15px;
}

.button-11.blue-button._50:hover {
  background-color: #235099;
}

.button-11.blue-button._50._8 {
  margin-bottom: 0;
}

.button-11.blue-button._50._8.sis {
  background-color: #04a777;
  margin-top: 10px;
}

.button-11.blue-button._50._8._900 {
  background-color: var(--tomato);
  margin-top: 15px;
}

.button-11.blue-button._50._565 {
  width: 35%;
  margin-bottom: 0;
}

.button-text-5 {
  height: 17px;
  display: inline-block;
  overflow: hidden;
}

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

.div-block-415 {
  background-color: #c9d7f012;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 40px;
}

.text-block-280 {
  color: #f69144;
}

.text-block-280.green {
  color: #04a777;
}

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

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

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

.div-block-417._8 {
  padding-right: 0;
}

.div-block-418 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 10px;
  display: flex;
}

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

.link-block-11 {
  color: #5c5c5c;
  text-align: left;
  background-color: #c9d7f01c;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.div-block-419 {
  border-bottom: 1px dashed #c9d7f0;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.div-block-419.p {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

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

.div-block-420 {
  background-color: #c9d7f03d;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 34px;
  display: flex;
}

.text-block-283 {
  color: #f35252;
}

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

.text-block-284 {
  color: #7a8aa7;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
}

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

.text-block-285 {
  color: #667999;
  font-size: 18px;
  font-weight: 500;
}

.div-block-423 {
  background-color: #faf4ed;
  border: 1px dashed #f8c005;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 40px;
  display: flex;
}

.grid-44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.text-block-286 {
  color: #667999;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 500;
}

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

.div-block-425 {
  text-align: center;
  background-color: #c9d7f069;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  padding: 40px;
}

.list-item-lable-2 {
  color: #667999;
  letter-spacing: -.3px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

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

.div-block-427 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  padding: 40px;
}

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

.div-block-429 {
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
}

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

.div-block-431 {
  border: 1px #c9d7f0;
  border-bottom-style: solid;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-bottom: 15px;
}

.field-label-2 {
  color: #667999;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.div-block-432 {
  flex: none;
  padding-right: 25px;
}

.tabs-menu-7 {
  flex-flow: column;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 0;
}

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

.grid-45 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.grid-45._8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.text-block-289 {
  color: #667999;
  margin-bottom: 10px;
  font-weight: 600;
}

.div-block-433 {
  text-align: center;
  border: 1px dashed #5881c9;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 25px;
}

.div-block-434 {
  flex: none;
  width: 75%;
}

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

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

.proposta-div-2 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 50px;
}

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

.aceite-2 {
  color: #04a777;
}

.tablinkx-2 {
  color: #9caecf;
  text-align: center;
  background-color: #c9d7f04a;
  border-bottom: 1px #c9d7f0;
  border-radius: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 120%;
  display: block;
}

.tablinkx-2.w--current {
  color: #235099;
  background-color: #c9d7f0;
  border-bottom-style: none;
  border-bottom-width: 4px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.div-block-438, .div-block-439 {
  padding-top: 25px;
}

.resumo-table-wrapper-3 {
  color: #111210;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-bottom-color: #c9d7f0;
  border-radius: 5px;
  padding: 50px 50px 35px;
}

.div-block-440 {
  border-bottom: 1px dashed #c9d7f0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-290 {
  color: #767676;
  font-size: 13px;
  font-style: italic;
}

.text-block-291 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-291._4 {
  font-weight: 400;
}

.text-block-291._8 {
  color: #667999;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-291._900 {
  color: #4e5769ba;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

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

.text-block-292 {
  margin-bottom: 10px;
  font-weight: 600;
}

.link-30 {
  text-decoration: underline;
}

.button-text-6 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text-6.quick-action-text {
  margin-left: 6px;
  top: -1px;
}

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

.kinky {
  color: var(--hover-blue);
  font-weight: 400;
}

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

.text-block-293 {
  color: var(--the-text-form);
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

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

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

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

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

.grid-48._4 {
  margin-top: 25px;
}

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

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

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

.link-block-12 {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

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

.text-block-294 {
  color: var(--royal-blue-2);
  margin-right: 15px;
  font-family: Kixicredito main, sans-serif;
  font-size: 30px;
  line-height: 100%;
}

.text-block-295 {
  color: var(--black);
}

.image-8 {
  border: 1px solid var(--borders);
  object-fit: contain;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

.div-block-447 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 20%;
  display: flex;
}

.divblock-main {
  min-width: 150px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.text-field-2 {
  z-index: 2;
  color: #111210;
  background-color: #c9d7f01a;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 26px;
  margin-right: 16px;
  font-size: 16px;
  position: relative;
}

.text-field-2:focus {
  color: #111210;
  border-color: #767676;
}

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

.address-form-81 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  width: 100%;
  padding: 50px;
}

.kinky-2 {
  color: #3479e5;
  font-weight: 400;
}

.link-block-13 {
  color: #5c5c5c;
  text-align: left;
  background-color: #c9d7f01c;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.div-block-448 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 10px;
  display: flex;
}

.text-block-296 {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 300;
}

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

.link-31 {
  color: #3479e5;
  margin-right: 15px;
  font-size: 11px;
  font-weight: 400;
}

.button-text-7 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text-7.quick-action-text {
  margin-left: 6px;
  top: -1px;
}

.text-block-297 {
  color: #4574bf;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

.text-field-3 {
  z-index: 2;
  color: #111210;
  background-color: #c9d7f01a;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 26px;
  margin-right: 16px;
  font-size: 16px;
  position: relative;
}

.text-field-3:focus {
  color: #111210;
  border-color: #767676;
}

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

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

.checkbox-field-4 {
  border-width: 1px;
  border-color: #000 #000 #c9d7f0;
  border-bottom-style: dashed;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

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

.div-block-450 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.text-block-298 {
  color: #f35252;
}

.checkbox-5 {
  border: 1px solid #c9d7f0;
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 10px;
}

.div-block-451 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  padding: 40px;
}

.link-32 {
  color: #11284c66;
  margin-top: 25px;
}

.aceite-3 {
  color: #04a777;
}

.tablinkx-3 {
  color: #9caecf;
  text-align: center;
  background-color: #c9d7f04a;
  border-bottom: 1px #c9d7f0;
  border-radius: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  line-height: 120%;
  display: block;
}

.tablinkx-3.w--current {
  color: #235099;
  background-color: #c9d7f0;
  border-bottom-style: none;
  border-bottom-width: 4px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
}

.div-block-452 {
  flex: 1;
  padding-right: 25px;
}

.text-block-300 {
  color: #4574bf;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

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

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

.grid-52 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.grid-52._9 {
  grid-template-rows: auto;
}

.grid-52._9._454 {
  margin-bottom: 0;
}

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

.div-block-455 {
  flex: none;
  width: 200px;
}

.text-block-302 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-303 {
  font-size: 40px;
  line-height: 100%;
}

.link-33 {
  color: #3479e5;
  margin-right: 15px;
  font-size: 11px;
  font-weight: 400;
}

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

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

.div-block-458 {
  background-color: #c9d7f052;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  padding: 35px;
}

.div-block-459 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 20%;
  display: flex;
}

.text-block-304 {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 300;
}

.div-block-176-copy-3 {
  border: 1px #c9d7f0;
  border-radius: 5px;
  padding: 0;
}

.div-block-460 {
  border-bottom: 1px dashed #00000029;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-461 {
  background-color: #c2d1ee73;
  border: 1px #c9d7f0;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  padding: 32px;
}

.text-block-305 {
  color: #111210ab;
  font-size: 16px;
}

.text-block-305.red {
  color: #f35252;
  font-size: 16px;
}

.text-block-305.green {
  color: #04a777;
  font-size: 16px;
}

.div-block-462 {
  background-color: #c9d7f017;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 35px 35px 20px;
}

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

.div-block-463 {
  background-color: #c9d7f012;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 40px;
}

.text-block-307 {
  color: #f69144;
}

.text-block-307.green {
  color: #04a777;
}

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

.div-block-464._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.checkbox-field-5 {
  border-width: 1px;
  border-color: #000 #000 #c9d7f0;
  border-bottom-style: dashed;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

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

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

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

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

.div-block-466._8 {
  padding-right: 0;
}

.div-block-467 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 10px;
  display: flex;
}

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

.link-block-14 {
  color: #5c5c5c;
  text-align: left;
  background-color: #c9d7f01c;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.div-block-468 {
  border-bottom: 1px dashed #c9d7f0;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.div-block-468.p {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

.div-block-469 {
  color: #11284c;
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

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

.div-block-470 {
  background-color: #c9d7f03d;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 34px;
  display: flex;
}

.text-block-310 {
  color: #f35252;
}

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

.text-block-311 {
  color: #7a8aa7;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
}

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

.checkbox-6 {
  border: 1px solid #c9d7f0;
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 10px;
}

.text-block-312 {
  color: #667999;
  font-size: 18px;
  font-weight: 500;
}

.div-block-473 {
  background-color: #faf4ed;
  border: 1px dashed #f8c005;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 40px;
  display: flex;
}

.div-block-473.green {
  background-color: #04a77721;
  border-color: #04a777;
}

.div-block-473.green.red {
  background-color: #bd3a3a24;
  border-color: #bd3a3a;
}

.div-block-473.green.yellow {
  background-color: #f5cf4721;
  border-color: #f8c005;
}

.grid-54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.text-block-313 {
  color: #667999;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 500;
}

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

.div-block-475 {
  text-align: center;
  background-color: #c9d7f069;
  border: 1px dashed #c9d7f0;
  border-radius: 5px;
  padding: 40px;
}

.div-block-476 {
  margin-bottom: 5px;
}

.center-text-3 {
  color: #c9d7f0;
  margin-top: 32px;
}

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

.div-block-477 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 4px;
  padding: 40px;
}

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

.div-block-479 {
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
}

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

.div-block-480._9 {
  padding-right: 0;
}

.div-block-481 {
  border: 1px #c9d7f0;
  border-bottom-style: solid;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-bottom: 15px;
}

.div-block-482 {
  flex: none;
  padding-right: 25px;
}

.tabs-menu-8 {
  flex-flow: column;
  display: flex;
}

.paragraph-10 {
  margin-bottom: 0;
}

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

.grid-55 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.grid-55._8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
}

.text-block-316 {
  color: #667999;
  margin-bottom: 10px;
  font-weight: 600;
}

.div-block-483 {
  text-align: center;
  border: 1px dashed #5881c9;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 25px;
}

.div-block-484 {
  flex: none;
  width: 75%;
}

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

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

.link-34 {
  color: #11284c;
  text-align: center;
  background-color: #c9d7f0;
  border-radius: 5px;
  margin-right: 15px;
  padding: 10px 20px;
  display: block;
}

.link-34:hover {
  color: #fff;
  background-color: #1d4380;
}

.link-34._800 {
  color: #fff;
  background-color: #3479e5;
}

.proposta-div-3 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 5px;
  margin-bottom: 35px;
  padding: 50px;
}

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

.div-block-488, .div-block-489 {
  padding-top: 25px;
}

.resumo-table-wrapper-4 {
  color: #111210;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-bottom-color: #c9d7f0;
  border-radius: 5px;
  padding: 50px 50px 35px;
}

.div-block-490 {
  border-bottom: 1px dashed #c9d7f0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  display: flex;
}

.text-block-317 {
  color: #767676;
  font-size: 13px;
  font-style: italic;
}

.text-block-318 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-318._4 {
  font-weight: 400;
}

.text-block-318._8 {
  color: #667999;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-318._900 {
  color: #4e5769ba;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

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

.text-block-319 {
  margin-bottom: 10px;
  font-weight: 600;
}

.link-35 {
  text-decoration: underline;
}

.div-block-492 {
  margin-top: 70px;
  margin-bottom: 25px;
}

.div-block-492._5 {
  margin-top: 0;
  margin-bottom: 50px;
}

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

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

.div-block-494.mex {
  flex: 0 auto;
  width: 50%;
}

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

.button-text-8 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-text-8.quick-action-text {
  margin-left: 6px;
  top: -1px;
}

.text-block-320 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-495 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 20%;
  display: flex;
}

.div-block-496 {
  background-color: #faf4ed;
  border: 1px dashed #f8c005;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding: 40px;
  display: flex;
}

.div-block-496.green {
  background-color: #04a77721;
  border-color: #04a777;
}

.div-block-496.green.yellow {
  background-color: #f5cf4721;
  border-color: #f8c005;
  margin-top: 50px;
}

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

.div-block-497._9 {
  padding-right: 0;
}

.paragraph-11 {
  margin-bottom: 0;
}

.link-36 {
  color: #11284c;
  background-color: #fff;
  border: 1px solid #c9d7f0;
  border-radius: 8px;
  padding: 10px;
  font-family: Kixicredito main, sans-serif;
  font-size: 25px;
  display: block;
}

.link-36:hover {
  color: #fff;
  background-color: #11284c;
}

.grid-56 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 84px;
}

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

.div-block-498 {
  background-color: #fff;
  border: 1px solid #c9d7f0;
  padding: 50px;
}

.text-block-322 {
  font-weight: 600;
}

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

.div-block-499._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
}

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

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

.div-block-501 {
  color: #11284c;
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.text-block-323 {
  font-weight: 600;
}

.div-block-502 {
  border-bottom: 1px solid #000;
  width: 450px;
  padding-bottom: 60px;
}

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

.text-block-324._30 {
  width: 20%;
}

.text-block-324._30.bold {
  font-weight: 700;
}

.text-block-324._3 {
  width: 35%;
  padding-left: 10px;
  font-size: 15px;
}

.text-block-324._3.bold {
  font-weight: 700;
}

.heading-14 {
  margin-bottom: 10px;
  font-weight: 500;
}

.div-block-503 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-15 {
  color: #919ba7;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 500;
}

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

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

.div-block-506 {
  padding-top: 51px;
}

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.div-block-507 {
  background-image: url('../images/QR_code_for_mobile_English_Wikipedia-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

html.w-mod-js [data-ix="price-overlay"] {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 11px;
  }

  p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.4;
  }

  li {
    font-size: 17px;
    line-height: 1.2;
  }

  blockquote {
    font-size: 16px;
    font-weight: 500;
  }

  .container {
    max-width: 850px;
  }

  .container.nav-container, .container.mob-percent {
    max-width: none;
  }

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

  .grid._2-col.percentage-gap {
    grid-column-gap: 0px;
  }

  .grid._7-row {
    padding-top: 24px;
  }

  .grid._3-col._40-gap.align {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(240px, 260px);
  }

  .grid._3-col.navigate {
    grid-template-columns: minmax(200px, 200px) 1fr;
  }

  .button-wrapper.add-to-cart-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-text {
    height: 16px;
  }

  .button {
    font-size: 15px;
  }

  .button.blue-button.comprar {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .button.red-button.with-chevron {
    padding-top: 13px;
  }

  .button.red-outline, .button.blue-outline {
    padding-top: 12px;
  }

  .button.blue-button.inside-product-page {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .section-header {
    font-size: 34px;
  }

  .section-header.no-padding.profile-name {
    margin-top: 0;
  }

  .choice-item.no-line {
    justify-content: center;
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }

  .choice-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 30px 1fr;
    justify-items: center;
  }

  .choice-icon {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    height: 40px;
  }

  .choice-icon.loose.phone {
    width: 26px;
  }

  .choice-header.pgmnt {
    text-align: center;
    width: 150px;
  }

  .choice-subheader {
    line-height: 1;
  }

  .product-image-tabs {
    min-height: auto;
    display: none;
  }

  .product-images-gallery {
    height: 14%;
  }

  .product-image-content {
    height: 86%;
    max-height: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 160px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 20vw;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
  }

  .product-price {
    font-size: 24px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -9px;
  }

  .stock-quantity {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
  }

  .product-description {
    color: var(--black);
  }

  .plus-minus-wrapper, .plus-minus-wrapper._100.hidden-on-home {
    height: 35px;
  }

  .quantity {
    padding-left: 1%;
    padding-right: 1%;
    line-height: 35px;
  }

  .quantity.no-padding {
    line-height: 33px;
  }

  .product-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .product-category {
    font-size: 12px;
  }

  .product-card._2-col-grid.borders {
    grid-column-gap: 24px;
    grid-template-columns: .5fr 1fr;
  }

  .product-link.grid._5-row {
    padding-bottom: 6px;
  }

  .category-card-icon-wrapper.float-on-top {
    color: var(--grey-2);
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .grid-half-content {
    margin-top: 40px;
  }

  .grid-half-content._00 {
    margin-top: 0;
  }

  .footer {
    padding-top: 80px;
  }

  .navigator {
    height: 70px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .choice-tab-link {
    height: auto;
  }

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

  .nav-menu {
    padding-bottom: 5vh;
  }

  .close-nav {
    width: 45px;
    height: 45px;
  }

  .dropdown-cart {
    right: -130px;
  }

  .close-cart {
    width: 45px;
    height: 45px;
  }

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

  .material-icons.on-40 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .material-icons.on-40._35 {
    padding-top: 6px;
  }

  .material-icons.on-35 {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .material-icons.resrc {
    top: -7px;
  }

  .navigator-menu, .cometa-sidebar {
    display: none;
  }

  .auth-content-wrapper.log-in {
    margin-left: 0%;
  }

  .form-field-wrapper._3._090 {
    margin-bottom: 0;
  }

  .nav-profile {
    padding-left: 0;
    padding-right: 17px;
  }

  .instructions-wrapper {
    border-style: none;
    border-color: #0000;
  }

  .counter-auth.float {
    margin-left: 0%;
  }

  .search-content {
    right: 0;
  }

  .search::placeholder {
    font-weight: 400;
  }

  .photo-upload-input-wrapper.no-line {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tabed-section {
    height: 55px;
    top: 70px;
  }

  .tab-link {
    margin-right: 30px;
  }

  .tab-link.hover-effect {
    margin-right: 0;
  }

  .tab-link-icon {
    padding-top: 2px;
  }

  .edit-profile-button-wrapper {
    height: 60px;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .profile-edit.hided {
    display: none;
  }

  .checkout-button {
    font-size: 15px;
  }

  .address-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .delete-icon {
    width: 40px;
    height: 35px;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .new-address-button.add-button {
    border-style: solid;
    border-color: #0000;
    width: 200px;
  }

  .edit-button.gray.ver-detalhes {
    text-align: center;
    border-radius: 12px;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    display: block;
  }

  .prfl-grid {
    justify-content: center;
  }

  .compras-table-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-grid {
    grid-row-gap: 8px;
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    margin-top: 0;
    padding: 30px 24px 24px;
    position: relative;
  }

  .table-grid.table-header {
    display: none;
  }

  .table-content-block {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .table-content-block.cta {
    margin-top: 24px;
    display: none;
  }

  .table-content-text {
    color: var(--grey);
  }

  .table-content-text.description {
    color: var(--black);
    margin-right: 6px;
    display: block;
  }

  .section-decoy {
    height: 41px;
  }

  .lottie-holder {
    width: 30px;
    min-width: 30px;
    height: 35px;
  }

  .cat-list {
    top: 180px;
  }

  .faq-title-wrapper {
    padding-right: 65px;
  }

  .table-content-text-copy {
    color: var(--grey);
  }

  .plus-minus-wrapper-2 {
    height: 35px;
  }

  .product-card-2._2-col-grid.borders {
    grid-column-gap: 24px;
    grid-template-columns: .5fr 1fr;
  }

  .delete-icon-2 {
    width: 40px;
    height: 35px;
  }

  .product-category-2 {
    font-size: 12px;
  }

  .profile-header-link-2 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .new-address-button-2 {
    color: #bd3a3a;
    border: 1px solid #bd3a3a;
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .new-address-button-2.add-button {
    border-style: solid;
    border-color: #0000;
    width: 200px;
  }

  .close-nav-2 {
    width: 45px;
    height: 45px;
  }

  .table-content-text-copy-2 {
    color: #767676;
  }

  .category-card-icon-wrapper-2.float-on-top {
    color: #9c9c9c;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .compras-table-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-content-text-2 {
    color: #767676;
  }

  .table-content-text-2.description {
    color: #111210;
    margin-right: 6px;
    display: block;
  }

  .table-grid-2 {
    grid-row-gap: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    margin-top: 0;
    padding: 30px 24px 24px;
    position: relative;
  }

  .table-grid-2.table-header {
    display: none;
  }

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

  .link-block-5 {
    color: #fff;
    height: 100px;
    margin-left: 0;
    padding-left: 40px;
    line-height: 100px;
  }

  .text-block-172 {
    margin-right: 15px;
    font-size: 26px;
  }

  .nav-menu-2 {
    background-color: var(--dark-slate-grey);
    width: 70%;
    height: 100vh;
    padding-top: 54px;
  }

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

  .div-block-138 {
    height: 250px;
  }

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

  .text-block-174 {
    margin-bottom: 20px;
  }

  .text-block-175 {
    font-size: 18px;
  }

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

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

  .heading-11 {
    margin-bottom: 40px;
  }

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

  .text-block-180 {
    font-size: 17px;
    font-weight: 400;
  }

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

  .menu-button {
    height: 100px;
    padding: 30px 0 0;
    font-size: 38px;
  }

  .div-block-145 {
    margin-bottom: 25px;
    padding: 20px 15px;
  }

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

  .legenda-wrapper {
    display: none;
  }

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

  .icon {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .icon.quick-action {
    min-width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 17px;
  }

  .img-2.is--contain {
    display: inline-block;
  }

  .file {
    width: 15%;
    height: 70px;
  }

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

  .button-10 {
    font-size: 15px;
  }

  .button-text-4 {
    height: 16px;
  }

  .button-11 {
    font-size: 15px;
  }

  .button-text-5 {
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

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

  .section.grey {
    background-color: var(--white);
  }

  .container {
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid._4-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .grid._2-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._3-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._3-col._40-gap.align._0000._554 {
    margin-top: 8px;
  }

  .button-wrapper._10px {
    margin-bottom: 0;
  }

  .button-wrapper.pos-absolute {
    padding: 16px;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .button-text {
    height: 18px;
  }

  .button.red-button.with-chevron.bottom {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    text-align: center;
    background-color: #0000;
    height: 40px;
    padding: 12px 0 0;
    font-weight: 600;
  }

  .button.red-outline.remover-copy {
    border-color: var(--light-grey);
    background-color: var(--white-2);
    color: var(--grey);
    cursor: pointer;
    width: auto;
    height: 35px;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .button.red-outline.remover-copy:hover {
    background-color: var(--tomato);
    color: var(--white);
    border-color: #0000;
  }

  .section-header-wrapper.mbl-chkout.centereds {
    text-align: center;
  }

  .section-subheader {
    font-size: 16px;
  }

  .section-header {
    align-items: center;
    height: 100%;
    font-size: 28px;
    display: flex;
  }

  .section-header.no-padding.profile-name {
    height: auto;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .section-header.padding {
    justify-content: center;
    height: auto;
    font-weight: 600;
  }

  .section-header.chkout-header {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
  }

  .text-field {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field::placeholder {
    font-weight: 400;
  }

  .field-label {
    color: var(--black);
    font-size: 16px;
  }

  .choice-item.no-line {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .choice-content {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .choice-content.wider {
    grid-column-gap: 0px;
    grid-template-columns: minmax(40px, 40px) 1fr 1fr 1fr;
  }

  .choice-icon {
    margin-bottom: 0;
    font-size: 40px;
  }

  .choice-icon.storefront {
    font-size: 36px;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin-right: 10px;
  }

  .choice-icon.loose.phone {
    min-width: 26px;
    max-width: 26px;
  }

  .choice-header.pgmnt {
    text-align: left;
    width: auto;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 170px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 140px;
  }

  .image-wrapper.nav-profile-thumbnail {
    width: 45px;
    height: 45px;
  }

  .image-wrapper.profile-thumbnail {
    width: 160px;
    height: 160px;
  }

  .product-price {
    font-size: 20px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -6px;
  }

  .product-price.kz.small {
    font-size: 11px;
    top: -4px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small.thinner {
    font-size: 20px;
    font-weight: 700;
  }

  .stock-quantity {
    border-color: var(--light-grey);
  }

  .product-description {
    font-size: 17px;
  }

  .plus-minus-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .product-title {
    line-height: 1.3;
  }

  .product-title.midium {
    height: 46px;
  }

  .product-category.small.off {
    display: none;
  }

  .product-card._2-col-grid.borders {
    border-color: var(--light-grey);
    margin-bottom: 8px;
  }

  .product-card._33 {
    border: 1px solid var(--light-grey);
    flex: none;
  }

  .category-card {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
  }

  .category-title {
    height: 20px;
    font-size: 16px;
    overflow: hidden;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 16px;
  }

  .price-table-wrapper {
    border-style: solid none none;
    border-top-color: var(--light-grey);
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0;
    padding: 16px;
  }

  .header-wrapper.h4 {
    padding-top: 35px;
  }

  .header-wrapper.purchase {
    text-align: center;
  }

  .header-wrapper.purchase.hidden-on-mobiles {
    display: none;
  }

  .header, .header.thinner {
    font-weight: 600;
  }

  .header.thinner.cntrd {
    text-align: center;
  }

  .header.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .header.form-section {
    font-size: 21px;
  }

  .header._212.cntrd._2 {
    font-weight: 600;
  }

  .header.cntrd {
    text-align: center;
  }

  .price-content {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    padding: 24px 16px 14px;
  }

  .price-content._6756 {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .price-list-item {
    color: var(--black);
  }

  .price-title.total {
    color: #767676;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .price-total.mobile {
    border-top-style: none;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-half-content._565 {
    margin-top: 28px;
  }

  .navigator {
    height: 60px;
  }

  .choice-tab-link {
    flex: 1;
  }

  .chevron-icon._25 {
    margin-right: 34px;
  }

  .chevron-icon._0 {
    font-size: 14px;
  }

  .chevron-icon._00 {
    height: 45px;
    margin-left: 6px;
    margin-right: 0;
    font-size: 13px;
    position: relative;
    top: -4px;
  }

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

  .line-seperator {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .brand {
    width: 150px;
    height: 40px;
  }

  .close-nav {
    top: 5vh;
    right: 9vw;
  }

  .close-nav.close-edit-profile {
    top: 16px;
    right: 16px;
  }

  .close-nav.cat {
    right: -332px;
  }

  .menu {
    margin-top: 0;
    margin-left: 10vw;
  }

  .nav-link {
    height: 45px;
    line-height: 1.5;
  }

  .dropdown-cart {
    height: 94vh;
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 67px;
    position: fixed;
    inset: 2vh 0%;
  }

  .close-cart {
    top: 10px;
    right: 11px;
  }

  .cart-title-wrapper {
    height: 60px;
    top: 0;
    left: 16px;
  }

  .white-bg {
    height: 60px;
  }

  .cart-icon {
    display: none;
  }

  .pop-up-wrapper {
    height: 0%;
  }

  .nav-auth-buttons-wrapper {
    display: none;
  }

  .nav-auth-buttons-wrapper._0-padding {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .material-icons.on-40._35, .material-icons.on-35 {
    padding-top: 5px;
  }

  .material-icons.resrc {
    top: -6px;
  }

  .nav-profile-wrapper {
    display: none;
  }

  .nav-profile {
    padding-right: 0;
  }

  .edit-profile {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .cart-product-wrapper {
    align-items: center;
  }

  .cart-products-content-wrapper {
    padding: 16px 16px 0;
  }

  .search-content {
    box-shadow: none;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    inset: 0%;
  }

  .search-wrapper {
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 16px;
    position: relative;
  }

  .search {
    border-style: none;
    border-color: var(--light-grey);
    border-radius: 12px;
    height: 50px;
    margin-bottom: 16px;
    padding-left: 45px;
  }

  .search-button {
    left: 0;
  }

  .sub-delete-button.gray.eliminar {
    font-weight: 400;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .photo-upload-input-field.no-bg-fill {
    border-width: 3px;
    height: auto;
    min-height: 170px;
    padding: 24px;
  }

  .photo-upload-text {
    font-size: 17px;
  }

  .photo-upload-text.small-gray.click {
    display: none;
  }

  .photo-upload-text.small-gray.tap {
    display: block;
  }

  .stock-quantity-text {
    font-size: 14px;
  }

  .toal-price {
    letter-spacing: .2px;
  }

  .auth-menu-wrapper {
    margin-left: 10vw;
  }

  .tabed-section {
    top: 60px;
  }

  .tabed-section.show-on-landscape {
    display: none;
  }

  .tab-menu {
    justify-content: space-between;
  }

  .tab-link {
    margin-right: 0;
  }

  .tab-link.hover-effect {
    padding: 4px 8px 2px;
  }

  .tab-link-icon {
    margin-top: -2px;
    padding-top: 0;
  }

  .user-info {
    font-size: 18px;
  }

  .edit-profile-button-wrapper {
    display: none;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
  }

  .checkout-button {
    height: 45px;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .checkout-button.blue-button {
    font-weight: 500;
  }

  .checkout-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .cancel-button-wrapper {
    margin-top: 16px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .checkout-trigger {
    z-index: 1;
    opacity: .6;
    justify-content: center;
    height: 90px;
    margin-bottom: -40px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .trigger-icon {
    background-color: var(--light-grey);
    border-radius: 200px;
    width: 28px;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .user-with-address {
    padding-top: 20px;
  }

  .adress-tab-link {
    margin-bottom: 8px;
  }

  .address-link-text {
    height: auto;
  }

  .cart-price {
    color: var(--black);
  }

  .delete-icon {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .delete-icon:hover {
    border-color: #0000;
  }

  .address-cta-wrapper.dfaas.cancel-on-mobile {
    display: none;
  }

  .cart-icon-link {
    display: block;
  }

  .edit-address {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .details-wrapper {
    z-index: 3;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

  .close-details {
    color: var(--grey);
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    display: none;
  }

  .edit-popup-wrapper {
    height: 0%;
  }

  .new-address {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
  }

  .new-address-button.add-button {
    color: var(--dodger-blue);
    background-color: #0000;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .edit-button.gray.edit-addrss {
    font-weight: 400;
  }

  .resumo-table-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    box-shadow: none;
    padding: 24px 16px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    margin-bottom: 16px;
  }

  .social-media-wrapper {
    grid-template-columns: 40px 40px;
    margin-bottom: 0;
  }

  .social-links {
    margin-left: 8px;
    margin-right: 8px;
  }

  .copyright-dev {
    justify-items: center;
    margin-top: 50px;
  }

  .developer {
    height: auto;
  }

  .cat-dropdown-toggle {
    padding-left: 8px;
    padding-right: 16px;
  }

  .prfl-grid {
    justify-content: center;
    margin-bottom: 6px;
  }

  .table-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .table-content-block.cta {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .result-wrapper {
    max-height: none;
  }

  .desktop-results {
    display: none;
  }

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

  .profile-dropdown-link {
    height: 45px;
    line-height: 1.5;
  }

  .dropdown-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 350px;
    max-height: 80vh;
  }

  .estado-da-compra {
    margin-bottom: 30px;
  }

  .cat-list {
    width: 350px;
    inset: auto 0% 0%;
  }

  .dec-oy {
    height: 111px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .faq-title-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .menu-dashboard {
    margin-top: 0;
    margin-left: 10vw;
  }

  .address-form-80 {
    width: 100%;
  }

  .plus-minus-wrapper-2 {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
  }

  .resumo-table-wrapper-2 {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 24px 16px 16px;
  }

  .cart-price-2 {
    color: #111210;
  }

  .line-seperator-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-card-2._2-col-grid.borders {
    border-color: #d9d9d9;
    margin-bottom: 8px;
  }

  .product-card-2._33 {
    border: 1px solid #d9d9d9;
    flex: none;
  }

  .price-content-2 {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 24px 16px 14px;
  }

  .price-content-2._6756 {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .price-list-item-2 {
    color: #111210;
  }

  .delete-icon-2 {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
  }

  .delete-icon-2:hover {
    border-color: #0000;
  }

  .profile-header-link-2 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .new-address-button-2 {
    border: 1px solid #bd3a3a;
  }

  .new-address-button-2.add-button {
    color: #3a86ff;
    background-color: #0000;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .close-nav-2 {
    top: 5vh;
    right: 9vw;
  }

  .category-card-icon-wrapper-2.float-on-top {
    right: 16px;
  }

  .table-grid-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-142 {
    padding: 15px;
  }

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

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

  .icon {
    display: none;
  }

  .icon.quick-action {
    height: 48px;
    display: block;
  }

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

  .button-text-4 {
    height: 18px;
  }

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

  .button-text-5 {
    height: 18px;
  }

  .field-label-2 {
    color: #111210;
    font-size: 16px;
  }

  .resumo-table-wrapper-3 {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 24px 16px 16px;
  }

  .text-field-2 {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field-2::placeholder {
    font-weight: 400;
  }

  .address-form-81 {
    width: 100%;
  }

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

  .text-field-3 {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field-3::placeholder {
    font-weight: 400;
  }

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

  .resumo-table-wrapper-4 {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 24px 16px 16px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.nav-container {
    padding-right: 2vw;
  }

  .container.mob-percent {
    padding-left: 0;
    padding-right: 0;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 16px;
  }

  .grid._3-col._40-gap.align._0000 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid._3-col.navigate {
    grid-template-columns: 1fr 1.5fr;
    justify-content: space-between;
    display: flex;
  }

  .button-wrapper.add-to-cart-button {
    display: block;
  }

  .button-wrapper._10px {
    min-width: 107px;
  }

  .button-wrapper.pos-absolute {
    z-index: 2;
    position: fixed;
  }

  .button-wrapper.pos-absolute.in-dropdown-cart {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .button-text.pay-2 {
    height: auto;
    overflow: visible;
  }

  .button.red-outline.remover-copy {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button.cancel {
    border-color: var(--light-grey);
    border-color: #d9d9d9;
  }

  .button.blue-button.inside-product-page {
    z-index: 1;
  }

  .button._2 {
    margin-bottom: 15px;
  }

  .button._100 {
    width: 100%;
  }

  .section-header-wrapper {
    margin-bottom: 24px;
  }

  .section-header-wrapper.mbl-chkout {
    margin-bottom: 16px;
  }

  .section-header {
    text-align: center;
    justify-content: center;
    font-size: 23px;
  }

  .section-header.no-padding.profile-name {
    font-size: 26px;
    display: block;
  }

  .section-header.chkout-header {
    text-align: left;
    justify-content: flex-start;
  }

  .section-header.small {
    text-align: left;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 600;
  }

  .text-field {
    font-size: 18px;
  }

  .field-label {
    color: #111210a8;
  }

  .choice-item.no-line {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 5vw;
  }

  .choice-content {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 50px 1fr;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .choice-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .choice-icon.loose.phone {
    width: 32px;
    min-width: 30px;
    max-width: 35px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .choice-header {
    width: 84px;
  }

  .choice-header.pgmnt {
    text-align: center;
    max-width: 150px;
  }

  .choice-subheader {
    line-height: 1.2;
    display: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 32vw;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 12vh;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
    margin: 8px auto 40px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small {
    font-weight: 700;
  }

  .product-in-stock {
    margin-bottom: 8px;
  }

  .product-items-wrapper {
    z-index: 10;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    position: sticky;
    inset: auto 0% 0;
  }

  .plus-minus-wrapper.no-margin {
    width: 100px;
  }

  .plus-minus-wrapper._100.hidden-on-home {
    display: none;
  }

  .product-title.small {
    max-height: 38px;
  }

  .product-title.midium {
    height: 45px;
    font-size: 17px;
  }

  .extra-info-text.small {
    display: none;
  }

  .product-link.grid._5-row {
    grid-template-rows: auto auto auto auto;
  }

  .category-card {
    border-color: var(--light-grey);
  }

  .category-title {
    font-size: 15px;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 6vw;
  }

  .header-wrapper._16.xyz {
    margin-bottom: 16px;
  }

  .header-wrapper.purchase {
    text-align: center;
    margin-bottom: 24px;
  }

  .header {
    text-align: left;
  }

  .header.thinner {
    line-height: 1.15;
  }

  .price-total {
    border-top-style: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-total.no-btm-padding._23 {
    border-top-style: solid;
    height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .price-total.mobile {
    height: auto;
  }

  .grid-half-content._565 {
    margin-top: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .selected-tab-pane {
    min-height: auto;
  }

  .dropdown-icon._8px-padding.tabss {
    margin-right: 24px;
    font-size: 13px;
  }

  .chevron-icon._0 {
    bottom: -6px;
  }

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

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

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

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

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .confirmed-line {
    height: 100%;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: var(--light-grey);
    height: 100%;
  }

  .brand {
    width: 140px;
    min-width: 60px;
    height: 45px;
  }

  .brand.at-auth {
    margin-bottom: 2.5vh;
  }

  .nav-menu-wrapper {
    padding-left: 1vw;
  }

  .nav-menu {
    justify-content: center;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    padding-bottom: 0;
  }

  .close-nav {
    z-index: 10;
    top: 16px;
    right: 16px;
  }

  .close-nav.close-edit-profile {
    z-index: 1000;
  }

  .close-nav.close-search {
    margin-top: 16px;
    margin-bottom: 0;
    inset: 0% 0% auto auto;
  }

  .close-nav.cat {
    opacity: 0;
    display: none;
    top: 16px;
    right: 16px;
  }

  .menu {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .nav-link {
    line-height: 1.6;
  }

  .dropdown-cart-wrapper {
    padding-left: 1vw;
  }

  .dropdown-cart {
    border-radius: 0 0 24px 24px;
    width: auto;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 88px;
    top: 0;
  }

  .cart-title-wrapper {
    top: 8px;
  }

  .pop-up-wrapper {
    padding-left: 0;
  }

  .nav-auth-buttons-wrapper._0-padding {
    width: 100%;
  }

  .material-icons.round, .material-icons.paper {
    padding-top: 10px;
  }

  .material-icons.power {
    padding-top: 12px;
  }

  .material-icons.house, .material-icons.resrc {
    padding-top: 10px;
  }

  .search-button-wrapper {
    padding-left: 0;
  }

  .auth-content-wrapper.log-in {
    padding-top: 10vh;
  }

  .address-wrapper._40 {
    padding: 16px;
  }

  .login-nav {
    margin-bottom: 8vh;
  }

  .edit-profile-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-product-wrapper {
    grid-template-columns: 1fr 1.25fr;
  }

  .cart-products-content-wrapper {
    padding-bottom: 16px;
  }

  .search-wrapper {
    margin-left: 4px;
    margin-right: 16px;
  }

  .search {
    border-color: #0000;
    height: 46px;
    margin-bottom: 16px;
    padding-right: 42px;
  }

  .search-button {
    font-size: 23px;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-delete-button.gray.logout-button {
    flex: none;
    margin-left: 4px;
    margin-right: 4px;
    display: none;
  }

  .photo-upload-input-field.no-bg-fill {
    padding-left: 16px;
    padding-right: 16px;
  }

  .photo-upload-text.small-gray {
    line-height: 1.1;
  }

  .tabs {
    width: 100%;
  }

  .auth-menu-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    inset: 7vh 0% 0%;
  }

  .tabed-section, .tabed-section.show-on-landscape {
    display: block;
  }

  .tab-menu {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 60px 24px 5px;
  }

  .tab-link {
    height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
  }

  .tab-link.w--current {
    color: var(--black);
    border-bottom-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    position: absolute;
    inset: 0% 24px auto;
  }

  .tab-link-icon {
    flex: none;
    margin-top: 5px;
    margin-right: 16px;
  }

  .tab-link-icon._2 {
    margin-top: 0;
    padding-top: 1px;
  }

  .tab-link-icon._1 {
    margin-top: 0;
    padding-top: 0;
  }

  .edit-profile-button-wrapper {
    border-top: 1px solid var(--light-grey);
    height: auto;
    padding: 2px 24px;
    display: block;
    position: relative;
    right: 0;
  }

  .profile-edit {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .logout {
    height: 55px;
    margin-top: 0;
    margin-left: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .tab-triggered-element {
    z-index: 2;
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--white);
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .tab-trigger {
    z-index: 10;
    border-bottom: 1px solid var(--light-grey);
    color: var(--grey);
    cursor: pointer;
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .close-tab {
    z-index: 12;
    border-bottom: 1px solid var(--borders);
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .checkout-button.blue-button.pay {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .checkout-cta {
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .checkout-cta.pay-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .cancel-button-wrapper {
    margin-top: 8px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .trigger-icon {
    width: 32px;
  }

  .user-with-address {
    border-style: none;
    padding: 16px 0 0;
  }

  .address-cta-wrapper.dfaas {
    text-align: center;
    margin-top: 16px;
  }

  .edit-popup-wrapper {
    padding-left: 0;
  }

  .new-address-button {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .new-address-button.add-button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .edit-button.gray.edit-profile-button {
    flex: none;
    width: 124px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .edit-button.gray.ver-detalhes {
    flex: none;
    margin-right: 0;
  }

  .pagamento-date-wrapper {
    padding: 27px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    grid-row-gap: 24px;
  }

  .social-links {
    width: 30px;
    height: 30px;
  }

  .copyright-dev {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .copyright {
    justify-content: center;
    max-width: 220px;
    font-size: 16px;
  }

  .developer {
    display: block;
  }

  .powered-by {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .cat-dropdown-toggle {
    border-radius: 12px;
    justify-content: center;
    padding-left: 16px;
  }

  .prfl-grid {
    display: none;
  }

  .profile-info-wrapper {
    text-align: center;
    align-self: center;
  }

  .compras-table-wrapper {
    grid-template-columns: 1fr;
  }

  .table-grid {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .dropdown-wrap {
    border-bottom-color: var(--table-header);
    padding-bottom: 16px;
    display: block;
  }

  .grid-grid {
    text-align: center;
  }

  .bvbv {
    margin-bottom: 16px;
  }

  .result-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-results {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .profile-dropdown-list.w--open {
    z-index: 10;
    border-radius: 16px;
    padding-top: 32px;
    box-shadow: 0 15px 50px #0000004d;
  }

  .profile-dropdown-link {
    line-height: 1.6;
  }

  .dropdown-content {
    border-radius: 24px 24px 0 0;
    width: auto;
    max-height: 500px;
    position: absolute;
    inset: auto 0% 0%;
    box-shadow: 0 -3px 24px #0003;
  }

  .cat-list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .drop-link-wrapper {
    border-top: 1px solid #0000;
    height: auto;
    padding: 16px 8px;
    transition-property: background-color;
  }

  .drop-link-wrapper:hover {
    background-color: #0000;
  }

  .drop-link-wrapper:active {
    background-color: var(--table-header);
    transform: none;
  }

  .drop-link-container {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .dec-oy {
    z-index: -1;
    opacity: 0;
    height: 103px;
  }

  .faq-title-wrapper {
    padding-left: 16px;
    padding-right: 45px;
  }

  .menu-dashboard {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .div-block-6 {
    margin-right: 10px;
  }

  .address-form-80 {
    padding: 35px 25px 25px;
  }

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

  .confirmed-line-2 {
    height: 100%;
  }

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

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

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

  .plus-minus-wrapper-2.no-margin {
    width: 100px;
  }

  .resumo-table-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-total-2 {
    border-top-style: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-total-2.no-btm-padding._23 {
    border-top-style: solid;
    height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .extra-info-text-2.small {
    display: none;
  }

  .profile-content-wrapper-2 {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    padding: 0 0;
  }

  .new-address-button-2 {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .new-address-button-2.add-button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .close-nav-2 {
    z-index: 10;
    top: 16px;
    right: 16px;
  }

  .div-block-34 {
    width: 200px;
    height: 100px;
  }

  .category-card-icon-wrapper-2.float-on-top {
    right: 6vw;
  }

  .compras-table-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .table-grid-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .text-block-2._8.bold {
    font-size: 25px;
  }

  .div-block-39 {
    border-bottom-color: #d9d9d95e;
  }

  .div-block-39._4 {
    background-color: #fff;
    border-bottom-style: none;
  }

  .div-block-40 {
    margin-bottom: 15px;
    padding: 20px;
  }

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

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

  .text-block-4 {
    font-size: 19px;
  }

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

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

  .mobile-nav {
    z-index: 100;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
    box-shadow: 1px 1px 3px 3px #00000024;
  }

  .shadow {
    height: 80px;
  }

  .link-block-2 {
    background-image: url('../images/Logo_Kixicredito-2.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
  }

  .div-block-44 {
    line-height: 80px;
  }

  .text-block-8 {
    font-family: Kixicredito main, sans-serif;
    font-size: 28px;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 100px;
  }

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

  .div-block-45 {
    color: var(--table-header);
    background-image: linear-gradient(263deg, #8abf6ebf, #295236), url('../images/angola1.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 200px;
    margin-bottom: 25px;
    padding: 43px 30px 30px 25px;
    display: block;
  }

  .text-block-9 {
    font-size: 20px;
    font-weight: 600;
  }

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

  .text-block-10 {
    color: #f69144;
    font-size: 30px;
    font-weight: 800;
  }

  .text-block-11 {
    margin-bottom: 15px;
    font-size: 14px;
  }

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

  .link-block-3 {
    background-color: var(--dark-slate-grey);
    color: #fff;
    border: 1px #000;
    border-radius: 16px;
    height: 60px;
    margin-bottom: 15px;
    padding: 0 15px 0 35px;
    line-height: 60px;
    display: flex;
  }

  .link-block-3.done {
    background-color: #fa9052;
  }

  .text-block-12 {
    margin-right: 15px;
    padding-top: 3px;
    font-family: Kixicredito main, sans-serif;
    font-size: 21px;
  }

  .text-block-13 {
    font-size: 17px;
    font-weight: 500;
  }

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

  .text-block-14 {
    margin-right: 15px;
    font-family: Kixicredito main, sans-serif;
    font-size: 20px;
  }

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

  .link-block-4 {
    color: #000;
    margin-right: 15px;
  }

  .div-block-49 {
    border: 1px solid var(--light-grey);
    color: #000;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 15px;
    padding: 25px;
    display: flex;
  }

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

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

  .text-block-16 {
    margin-bottom: 5px;
    font-weight: 600;
  }

  .text-block-17 {
    color: var(--lime-green);
    text-align: right;
    font-family: Kixicredito main, sans-serif;
    font-size: 22px;
  }

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

  .div-block-52 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

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

  .text-block-19 {
    color: #11121085;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
  }

  .text-block-20 {
    margin-bottom: 5px;
    font-weight: 600;
  }

  .text-block-20._2 {
    margin-bottom: 10px;
  }

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

  .div-block-54 {
    border: 1px solid var(--gainsboro);
    color: #000;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 15px;
    padding: 28px;
    display: flex;
  }

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

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

  .text-block-21 {
    margin-bottom: 5px;
    font-weight: 600;
  }

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

  .text-block-23 {
    text-align: right;
    font-family: Kixicredito main, sans-serif;
  }

  .text-block-24 {
    color: var(--dodger-blue);
    font-weight: 700;
  }

  .text-block-24.pendente {
    color: var(--goldenrod);
  }

  .text-block-24.concluido {
    color: var(--lime-green);
  }

  .text-block-24.rejeitado {
    color: var(--firebrick);
  }

  ._4 {
    background-color: #f4f4f4;
  }

  .div-block-131 {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  .checkbox-field {
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .checkbox-2 {
    margin-right: 0;
  }

  .checkbox-label-2 {
    width: auto;
    margin-top: 0;
    margin-left: 12px;
  }

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

  .div-block-132 {
    border: 1px dashed var(--lime-green);
    background-color: #04a7770d;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 25px;
    display: flex;
  }

  .link-2 {
    color: var(--lime-green);
    align-items: center;
    margin-left: 20px;
    padding-left: 0;
    display: flex;
  }

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

  .navbar {
    height: 90px;
  }

  .brand-2 {
    width: 170px;
    height: 90px;
  }

  .nav-menu-2 {
    width: 80%;
  }

  .grid-5 {
    grid-template-columns: 1.75fr;
  }

  .div-block-138 {
    height: auto;
    padding: 34px;
  }

  .div-block-139 {
    background-color: #295236;
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px;
  }

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

  .heading-10 {
    font-size: 20px;
  }

  .text-block-174 {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 35px;
    line-height: 35px;
  }

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

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

  .text-block-177 {
    font-size: 19px;
  }

  .heading-11 {
    font-size: 32px;
  }

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

  .text-block-179 {
    text-align: left;
    padding-left: 25px;
  }

  .text-block-180 {
    line-height: 150%;
  }

  .text-block-181 {
    margin-bottom: 10px;
    line-height: 150%;
  }

  .menu-button {
    height: 90px;
    padding-top: 30px;
    font-size: 35px;
  }

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

  .link-6 {
    min-width: 150px;
  }

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

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

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

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

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

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

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

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

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

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrox {
    width: 10%;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .accordion-trigger {
    width: 90%;
  }

  .resposta-apear {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-h1 {
    margin-left: 5px;
    font-size: 23px;
  }

  .div-block-340 {
    padding: 30px 25px;
  }

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

  .action-button {
    margin-bottom: 10px;
  }

  .icon {
    display: block;
  }

  .icon.quick-action {
    text-align: center;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 10px 7px 5px;
    display: flex;
  }

  .link-block-9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-77 {
    width: 85%;
    padding-top: 5px;
  }

  .text-block-113 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 120%;
  }

  .div-block-59 {
    height: 250px;
  }

  .div-block-356 {
    padding: 15px;
  }

  .div-block-386 {
    border-bottom-color: #d9d9d95e;
  }

  .div-block-394 {
    margin-right: 10px;
  }

  .text-block-277 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 120%;
  }

  .div-block-418 {
    width: 85%;
    padding-top: 5px;
  }

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

  .link-block-11 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-419 {
    border-bottom-color: #d9d9d95e;
  }

  .div-block-427 {
    padding: 30px 25px;
  }

  .field-label-2 {
    color: #111210a8;
  }

  .resumo-table-wrapper-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .address-form-81 {
    padding: 35px 25px 25px;
  }

  .link-block-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-448 {
    width: 85%;
    padding-top: 5px;
  }

  .text-block-296 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 120%;
  }

  .text-field-3 {
    font-size: 18px;
  }

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

  .div-block-451 {
    padding: 30px 25px;
  }

  .text-block-304 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 120%;
  }

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

  .div-block-467 {
    width: 85%;
    padding-top: 5px;
  }

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

  .link-block-14 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-468 {
    border-bottom-color: #d9d9d95e;
  }

  .div-block-469 {
    margin-right: 10px;
  }

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

  .div-block-477 {
    padding: 30px 25px;
  }

  .resumo-table-wrapper-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-501 {
    margin-right: 10px;
  }
}

#w-node-ee803303-e2a7-dfa9-70c8-7ea23422719e-0f2f3917 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fb075e6b-4d60-90ed-637e-3aebe4b665c9-0f2f3917 {
  place-self: center end;
}

#w-node-_3aa9dbdd-aa65-44a6-604e-4b72e57786af-0f2f3917 {
  align-self: center;
}

#w-node-a69d7336-c5a3-b972-1a22-aa766fac415a-0f2f3917 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef038-0f2f3917 {
  align-self: center;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef03d-0f2f3917 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_274b46fd-3167-40b0-941b-62cccd7d8037-0f2f3917 {
  align-self: baseline;
}

#w-node-_80c032cd-6ad5-1eaa-6cf4-b6498fa750a4-0f2f3917, #w-node-_7d9ad055-348c-b9b3-a599-ed58328fffdc-0f2f3917, #w-node-_20c702ec-3eee-f6b9-0bfc-0541d967044e-0f2f3917, #w-node-_6e29f27f-b83a-c3ac-b9eb-0eb1fb208e50-0f2f3917, #w-node-c99ef40f-5883-45b0-d1ba-fabe478bf11f-0f2f3917 {
  align-self: start;
}

#w-node-_74a18d50-5a20-e42b-3f2e-4101c7cc2172-0f2f3917 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e702f38-6708-5413-6738-dca1a54bf42e-0f2f3917 {
  align-self: start;
}

#w-node-_4ca89138-d152-5eb9-b298-71eba05466fe-0f2f3917 {
  justify-self: end;
}

#w-node-_87b77183-7732-e343-d91f-191292020f72-0f2f3917 {
  justify-self: center;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541ef-0f2f3917 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f2-0f2f3917 {
  align-self: start;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f7-0f2f3917 {
  justify-self: end;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f8-0f2f3917 {
  justify-self: center;
}

#w-node-_485e0351-e11d-b135-fca0-71e535cb7894-0f2f3917, #w-node-b4567343-4a07-f8bf-2746-ec1d947d16a5-0f2f3917, #w-node-c42db691-7b0b-ff71-38bf-96c501b88349-0f2f3917 {
  align-self: start;
}

#w-node-_57f7463e-591c-8b82-4814-f8626c432001-0f2f3956, #w-node-_57f7463e-591c-8b82-4814-f8626c43201d-0f2f3956, #w-node-_57f7463e-591c-8b82-4814-f8626c432043-0f2f3956, #w-node-_57f7463e-591c-8b82-4814-f8626c432001-cd78d3f0, #w-node-cd95ae2c-29b4-05ad-0fbb-320ffa6bb805-cd78d3f0, #w-node-cd95ae2c-29b4-05ad-0fbb-320ffa6bb821-cd78d3f0, #w-node-_7be719f6-89b0-d191-ebe4-16471002c386-2817db59, #w-node-_7be719f6-89b0-d191-ebe4-16471002c3a6-2817db59, #w-node-_7be719f6-89b0-d191-ebe4-16471002c415-2817db59, #w-node-_7be719f6-89b0-d191-ebe4-16471002c43c-2817db59, #w-node-_7be719f6-89b0-d191-ebe4-16471002c3b4-2817db59, #w-node-_7be719f6-89b0-d191-ebe4-16471002c3dd-2817db59, #w-node-_7be719f6-89b0-d191-ebe4-16471002c45a-2817db59, #w-node-_7be719f6-89b0-d191-ebe4-16471002c46f-2817db59, #w-node-_0a5d22f9-8888-2f20-4587-2679e5bf396a-392565d8, #w-node-_0a5d22f9-8888-2f20-4587-2679e5bf3989-392565d8, #w-node-_0a5d22f9-8888-2f20-4587-2679e5bf3b36-392565d8, #w-node-_0a5d22f9-8888-2f20-4587-2679e5bf3b55-392565d8, #w-node-b07e3f74-ce2d-5bee-c441-aa651609b17e-392565d8, #w-node-b07e3f74-ce2d-5bee-c441-aa651609b189-392565d8, #w-node-a035cc29-8166-a7c4-b9e5-c2cd2a555f30-d652febe, #w-node-a035cc29-8166-a7c4-b9e5-c2cd2a555f35-d652febe, #w-node-a035cc29-8166-a7c4-b9e5-c2cd2a555f3a-d652febe, #w-node-a035cc29-8166-a7c4-b9e5-c2cd2a555f3f-d652febe, #w-node-a035cc29-8166-a7c4-b9e5-c2cd2a555f44-d652febe, #w-node-a035cc29-8166-a7c4-b9e5-c2cd2a555f49-d652febe, #w-node-a035cc29-8166-a7c4-b9e5-c2cd2a555f4e-d652febe, #w-node-a035cc29-8166-a7c4-b9e5-c2cd2a555f53-d652febe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Kixicredito main';
  src: url('../fonts/kixicredito-main.eot') format('embedded-opentype'), url('../fonts/kixicredito-main.woff') format('woff'), url('../fonts/kixicredito-main.ttf') format('truetype'), url('../fonts/kixicredito-main.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regular Material';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Material';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}