:root {
  --color-1: #f43e5e;
  --color-2: black;
  --color-3: white;
  --color-4: #ebebeb;
  --color-5: #666;
  --untitled-ui--gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui--primary700\<deleted\|variable-da4f7fa3\>: #6941c6;
  --untitled-ui--primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui--gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --untitled-ui--gray50\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui--gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --color-6: #27ae60;
}

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

body {
  color: #333;
  background-color: #f1f1f1;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

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

a {
  color: var(--color-1);
  text-decoration: none;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image {
  height: 30px;
}

.menu-link {
  height: 60px;
  color: var(--color-2);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  line-height: 15px;
  display: flex;
}

.menu-link:active, .menu-link.w--current {
  color: var(--color-1);
}

.menu-link.w--current:active {
  color: var(--color-2);
}

.dropdown {
  color: #000;
  font-size: 15px;
  line-height: 15px;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 30px 0 0;
  display: flex;
}

.section {
  z-index: 999;
  padding-top: 45px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-2 {
  z-index: 99;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.herotitle {
  width: 100%;
  color: var(--color-2);
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 91px;
  font-weight: 400;
  line-height: 91px;
}

.link-block {
  background-color: var(--color-1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.text-block {
  color: var(--color-3);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.banner {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-image: linear-gradient(#d4686d00, #d4686d80);
  border: 1px solid #ffffff40;
  border-radius: 60px;
  outline: 1px #ffffff40;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 410px;
  height: 600px;
  display: flex;
}

.banner.banner-1 {
  background-color: var(--color-4);
  background-image: none;
  border-style: none;
  border-radius: 40px;
  outline-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 540px;
  margin-left: 0;
  padding: 0;
  position: relative;
}

.image-6 {
  align-self: flex-end;
  width: 15px;
  height: auto;
}

.space {
  flex: none;
  width: 11.9%;
  display: flex;
}

.image-9 {
  z-index: 3;
  width: 36px;
  height: 36px;
  margin-top: 30px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.heading-5 {
  color: var(--color-2);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.carrossel {
  z-index: 99;
  box-sizing: border-box;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  object-fit: fill;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 540px;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  display: flex;
  position: relative;
  overflow: auto;
}

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.button-cardapio-laranja {
  z-index: 5;
  background-color: #f75b11;
  border-radius: 25%;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 165px;
  height: 165px;
  margin-top: 30px;
  margin-right: 30px;
  padding: 30px;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-cardapio-laranja:hover {
  transform: scale(.9);
}

.image-4 {
  object-fit: contain;
  border-radius: 0;
  width: auto;
  height: auto;
  padding-left: 0;
  position: absolute;
  inset: auto auto 0% 50px;
}

.image-4.image-4-2 {
  border-radius: 0;
  inset: 175px auto auto;
}

.image-4.image-4-3 {
  border-radius: 0;
  left: auto;
  right: 50px;
}

.image-4.image-4-4 {
  border-radius: 0;
  top: 160px;
  bottom: auto;
  left: auto;
}

.div-block-5 {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  padding: 50px;
  display: flex;
  position: relative;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.9%;
  padding-right: 11.9%;
  display: flex;
}

.previous {
  background-color: #0000;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.code-embed-2 {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  display: flex;
}

.next {
  background-color: #0000;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  max-width: 95%;
  display: grid;
}

.heading-6 {
  color: var(--color-2);
  font-size: 36px;
  font-weight: 400;
}

.text-span-2 {
  color: var(--color-1);
}

.section-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-link-footer {
  color: var(--color-2);
  font-size: 15px;
  line-height: 15px;
}

.image-10 {
  width: 1280px;
  height: auto;
  margin-top: 60px;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  max-width: 95%;
  display: grid;
}

.bold-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.heading-7 {
  color: var(--color-2);
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.text-block-5 {
  color: var(--color-5);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.image-11 {
  width: 36px;
  height: 36px;
  position: absolute;
  inset: auto 50px 50px auto;
}

.image-12 {
  width: 100%;
  height: 100%;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  border: 1px solid var(--color-1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border-radius: 20px;
}

.div-block-13 {
  z-index: 99999;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-8 {
  width: 696px;
  color: var(--color-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

.heading-8.heading-8-left {
  text-align: left;
  width: auto;
}

.heading-8.heading-8-ajuda {
  width: 768px;
}

.heading-8.ajuda-page {
  text-align: left;
  width: auto;
}

.text-span-3 {
  color: var(--color-1);
}

.section-4 {
  padding-top: 120px;
  position: relative;
}

.code-embed-4 {
  color: #000;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-weight: 400;
}

.code-embed-5 {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.div-block-14 {
  z-index: 9;
  width: 60vw;
  height: 150vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.code-embed-6 {
  z-index: 9;
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-13 {
  width: 960px;
  height: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-14 {
  width: 960px;
  height: 960px;
}

.section-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15 {
  background-color: var(--color-1);
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 960px;
  display: flex;
  position: sticky;
  top: 0;
}

.text-block-6, .text-block-7 {
  color: #fff;
  text-align: center;
  width: auto;
  font-size: 55px;
  line-height: 55px;
  position: absolute;
}

.code-embed-4-copy {
  color: #000;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  position: relative;
  inset: 0% 0% auto;
}

.code-embed-7 {
  width: 100%;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-16 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-6 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.paragraph {
  width: 477px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 35px;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  max-width: 95%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-19 {
  background-color: #f43e5e26;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 305px;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-20 {
  background-color: var(--color-1);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 305px;
  height: 305px;
  padding: 30px;
  display: flex;
}

.text-block-8 {
  width: 100%;
  color: var(--color-5);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.text-block-8.text-block-8-short {
  color: #fff;
  width: 100%;
}

.heading-9 {
  width: 100%;
  color: var(--color-2);
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
}

.heading-9.heading-9-short {
  color: #fff;
  width: 100%;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.uui-text-size-medium {
  color: var(--color-5);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.uui-text-align-center {
  text-align: center;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--color-5);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.uui-heading-xxsmall {
  color: var(--color-2);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 0px solid var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--color-1);
  color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--color-1);
  box-shadow: none;
  border-bottom-style: none;
  transform: scale(1.1);
}

.uui-button:focus {
  background-color: var(--color-1);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100\<deleted\|variable-35a3c723\>);
  border-width: 0;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-faq04_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 999px;
  display: grid;
}

.uui-faq04_accordion {
  border-bottom: 1px solid #aaa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq04_answer {
  overflow: hidden;
}

.uui-faq04_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  margin-top: 0;
  display: flex;
}

.uui-faq04_cta {
  background-color: var(--untitled-ui--gray50\<deleted\|variable-8a511359\>);
  border-radius: 40px;
  width: 100%;
  margin-top: 120px;
  padding: 40px;
}

.uui-faq04_icon-wrapper {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  background-color: var(--untitled-ui--white\<deleted\|variable-e3beb9c1\>);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.accordion-icon_component {
  border: 2px solid var(--color-1);
  width: 1.5rem;
  height: 1.5rem;
  color: var(--untitled-ui--gray400\<deleted\|variable-b339bef7\>);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--color-1);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--color-1);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-small {
  width: 100%;
  min-height: 60px;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 120px;
  padding-bottom: 0;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq04_heading {
  color: var(--color-2);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-22 {
  z-index: 2;
  border-radius: 40px 0 0 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.image-15 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 40px;
  width: 50%;
  height: 305px;
  margin-left: auto;
  position: absolute;
  inset: 0%;
}

.image-16 {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.text-block-9 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-7 {
  width: 100vw;
  height: auto;
}

.div-block-23 {
  background-color: var(--color-4);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 50vh;
  padding-bottom: 0;
  display: flex;
}

.div-block-23.div-block-23-cleanimage {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 90px;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  padding-bottom: 0;
  display: flex;
}

.heading-11 {
  background-color: var(--color-1);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  display: flex;
}

.heading-12 {
  color: var(--color-2);
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.image-17 {
  align-self: flex-end;
  width: auto;
  height: auto;
}

.text-block-10 {
  color: var(--color-5);
  font-size: 15px;
  line-height: 21px;
}

.div-block-26 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
}

.div-block-27 {
  flex: 1;
  width: 100%;
}

.code-embed-8 {
  margin-bottom: 0;
}

.code-embed-9 {
  margin-top: 120px;
}

.code-cleanimage {
  width: 1280px;
  max-width: 95%;
  margin-bottom: 0;
}

.div-block-26-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
}

.div-block-24-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 858px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.cards-cleanimage {
  margin-top: 60px;
}

.paragraph-2 {
  width: 720px;
  color: var(--color-2);
  column-count: 2;
  column-gap: 60px;
  margin: 0 auto 0 0;
  font-size: 15px;
  line-height: 21px;
}

.div-block-28 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.heading-13 {
  color: var(--color-2);
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.div-block-25-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 370px;
  padding-bottom: 0;
  display: flex;
}

.bold-text-2 {
  color: var(--color-1);
}

.code-qrcode {
  margin-bottom: 0;
}

.banner-qrcode {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.div-block-29 {
  background-color: var(--color-1);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 1px;
  height: 400px;
}

.paragraph-3 {
  color: var(--color-5);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
}

.div-block-30 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding-top: 210px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 430px;
  display: flex;
}

.bold-text-3 {
  line-height: 21px;
}

.heading-2 {
  color: var(--color-1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
}

.bold-text-4 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
}

.heading-4 {
  color: var(--color-1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.div-block-32 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 430px;
  padding-top: 66px;
  display: flex;
}

.paragraph-4 {
  color: var(--color-5);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
}

.heading-3 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.bold-text-5 {
  color: var(--color-1);
  font-weight: 400;
}

.link-block-2, .section-8 {
  display: none;
}

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

.div-block-35 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 485px;
  display: flex;
}

.form-block {
  background-color: var(--color-4);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 640px;
  margin-bottom: 0;
  padding: 60px 72px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-5);
  background-color: #0000;
  margin-bottom: 0;
  padding: 36px 12px 12px 0;
  font-size: 15px;
  line-height: 21px;
}

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

.text-field.message {
  min-height: 200px;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--color-1);
  border-radius: 100px;
  width: 200px;
  height: 60px;
  margin-top: 20px;
  padding: 0;
  font-size: 18px;
  line-height: 18px;
}

.success-message {
  background-color: var(--color-6);
  color: #fff;
  border-radius: 10px;
}

.heading-14 {
  color: var(--color-2);
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-37 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 326px;
  padding-bottom: 30px;
  display: flex;
}

.section-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--color-6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.heading-15 {
  color: var(--color-3);
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.heading-16 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

@media screen and (max-width: 991px) {
  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid var(--untitled-ui--gray200\<deleted\|variable-bad2ea62\>);
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

  .uui-faq04_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    max-width: 90%;
  }

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

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .heading {
    align-self: auto;
    width: 300px;
    font-size: 27px;
    line-height: 27px;
  }

  .herotitle {
    width: 300px;
    font-size: 52px;
    line-height: 60px;
  }

  .banner.banner-1 {
    border-radius: 30px;
    width: 300px;
    height: 415px;
  }

  .carrossel {
    height: 415px;
    margin-top: -150px;
  }

  .button-cardapio-laranja {
    align-self: flex-start;
  }

  .image-4 {
    object-fit: cover;
    border-radius: 40px;
    width: 260px;
    left: 30px;
  }

  .image-4.image-4-2 {
    top: 135px;
  }

  .image-4.image-4-3 {
    width: 180px;
  }

  .image-4.image-4-4 {
    width: 220px;
  }

  .div-block-5 {
    border-radius: 40px;
    padding: 30px;
  }

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

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
  }

  .div-block-9 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 300px;
    display: flex;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-10 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .div-block-12 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 300px;
    display: flex;
  }

  .image-11 {
    bottom: 30px;
    right: 30px;
  }

  .div-block-13 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-8 {
    width: 300px;
    max-width: 95%;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 33px;
  }

  .section-4 {
    padding-top: 60px;
    position: static;
    top: 0;
  }

  .code-embed-4 {
    height: auto;
    margin-bottom: 0%;
  }

  .code-embed-6 {
    width: 80%;
    height: 45vh;
    margin-top: 0;
    margin-right: 0;
    right: 0%;
  }

  .code-embed-4-copy {
    height: auto;
    margin-bottom: 0%;
  }

  .code-embed-7 {
    width: 300px;
  }

  .div-block-16 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 300px;
  }

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

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph {
    width: 300px;
    font-size: 15px;
    line-height: 21px;
  }

  .div-block-18 {
    flex-flow: column;
    margin-top: 60px;
    display: flex;
  }

  .div-block-19 {
    height: auto;
  }

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

  .text-block-8, .text-block-8.text-block-8-short, .heading-9, .heading-9.heading-9-short {
    width: 80%;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
    width: 300px;
  }

  .uui-section_faq04 {
    width: 300px;
  }

  .div-block-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 305px;
  }

  .image-15 {
    width: 100%;
    position: relative;
  }

  .div-block-23 {
    height: auto;
    padding-top: 135px;
  }

  .div-block-24 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    width: 300px;
  }

  .div-block-25 {
    width: 300px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-12.heading-12-copy {
    width: 300px;
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-10 {
    width: 300px;
  }

  .div-block-26 {
    flex-flow: column;
    width: 95%;
    padding-top: 60px;
  }

  .div-block-25-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .code-embed-9 {
    width: 300px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-26-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    padding-top: 60px;
  }

  .div-block-24-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .cards-cleanimage {
    width: 300px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    column-count: 1;
    width: 300px;
  }

  .div-block-28 {
    width: 300px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-25-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-qrcode {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 300px;
  }

  .div-block-29 {
    width: 100%;
    height: 1px;
  }

  .div-block-30 {
    flex-flow: column;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .bold-text-4 {
    font-size: 29px;
    line-height: 39px;
  }

  .div-block-4 {
    max-width: 100%;
    padding-top: 0;
  }

  .link-block-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center end;
    width: 18px;
    height: auto;
    display: flex;
  }

  .div-block-33 {
    background-color: var(--color-1);
    border-radius: 100px;
    width: 6px;
    height: 6px;
  }

  .section-8 {
    z-index: 998;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #fffc;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 120px;
    display: flex;
    position: absolute;
    inset: 0%;
    transform: translate(-100%);
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .div-block-35 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 300px;
  }

  .div-block-36 {
    width: 300px;
  }

  .form-block {
    width: 300px;
    padding: 30px;
  }

  .heading-14 {
    font-size: 21px;
    line-height: 21px;
  }

  .div-block-37 {
    width: auto;
  }

  .heading-15 {
    font-size: 21px;
    line-height: 21px;
  }

  .heading-16 {
    text-align: center;
    width: 300px;
    font-size: 45px;
    line-height: 52px;
  }
}

#w-node-d08d2626-e4e5-b78b-ff70-82e6ce0b5785-ed7e2887 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


