: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;
  --transparent: transparent;
}

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

.image-4.image-5 {
  border-radius: 0;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
}

.image-4.image-atomici-image {
  border-radius: 0;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% 0%;
}

.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: 60px;
  grid-row-gap: 60px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

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

.heading-8.heading-8-ajuda {
  text-align: center;
  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;
  display: none;
}

.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;
  object-position: 69% 50%;
  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-family: Montserrat, sans-serif;
  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-family: Montserrat, sans-serif;
  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;
}

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

.div-block-38 {
  grid-column-gap: 25px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-39 {
  background-color: var(--transparent);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 679px;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-17 {
  width: 75%;
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.heading-18 {
  width: 75%;
  color: var(--color-3);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.image-18 {
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.div-block-40 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(#0000, #0000004d);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-41 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-19 {
  width: 16px;
  height: 16px;
}

.image-19.image-19-invert {
  filter: invert();
}

.heading-19 {
  color: var(--color-3);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.heading-19.h19-invert {
  color: var(--color-2);
}

.link-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-20 {
  object-fit: cover;
  border-radius: 30px;
  width: 410px;
  height: 230px;
}

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

.heading-21 {
  color: var(--color-2);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

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

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

.image-21 {
  width: 36px;
  height: 36px;
  margin-left: 0;
}

.text-block-11 {
  color: var(--color-3);
  font-size: 18px;
  line-height: 18px;
}

.div-block-43 {
  grid-column-gap: 25px;
  grid-row-gap: 60px;
  background-color: var(--color-3);
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  margin-top: 60px;
  padding: 60px;
  display: grid;
}

.heading-22 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-44 {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.image-22 {
  object-fit: cover;
  border-radius: 20px;
  width: 148px;
  height: 185px;
}

.div-block-48 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-left: 30px;
  display: flex;
}

.heading-20-copy {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
}

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

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

.heading-23 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.image-23 {
  border-radius: 30px;
  width: 960px;
  height: auto;
  margin-top: 0;
}

.paragraph-5 {
  width: 720px;
  color: var(--color-2);
  column-count: 1;
  column-gap: 60px;
  margin: 90px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.div-block-38-copy {
  grid-column-gap: 25px;
  grid-row-gap: 60px;
  border-top: 1px none var(--color-1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
}

.div-block-44-copy {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--color-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  display: flex;
}

.p-blog {
  color: #000;
  width: 720px;
  transform-style: preserve-3d;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.p-blog:hover {
  transform: scale3d(1none, 1none, 1none);
}

.p-blog.p-blog-alt-1 {
  width: 100%;
}

.h2-blog {
  color: #000;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.h2-blog.h2-blog-card {
  width: auto;
}

.image-calculadora {
  align-self: flex-end;
  width: 430px;
  height: auto;
}

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

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

.div-block-52 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.div-block-53.div-block-53-alt {
  border-width: 5px;
  border-color: var(--color-6);
  background-color: var(--color-6);
}

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

.heading-24.heading-24-white {
  color: var(--color-3);
}

.heading-24.heading-24-icon {
  background-color: var(--color-1);
  width: 36px;
  height: 36px;
  color: var(--color-3);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-24.heading-24-icon.heading-24-icon-branco {
  background-color: var(--color-3);
  color: var(--color-6);
}

.image-24 {
  opacity: .05;
  position: absolute;
}

.heading-25 {
  color: var(--color-1);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.image-25 {
  width: 720px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-54 {
  width: 720px;
}

.code-embed-10 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-55 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-56 {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-57 {
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-58 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.div-block-59 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 5px solid var(--color-1);
  background-color: #f43e5e17;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.heading-26 {
  color: var(--color-1);
  font-weight: 400;
}

.image-atomic-image {
  align-self: flex-end;
  width: 400px;
  height: auto;
}

.div-block-60 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-61 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px solid var(--color-1);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 380px;
  padding: 30px;
  display: flex;
}

.image-26 {
  width: 48px;
  height: 48px;
}

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

.paragraph-6 {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 21px;
}

.code-embed-11 {
  width: 48px;
  height: 48px;
  color: var(--color-1);
  border: 1px #000;
}

.image-27 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-5 {
  background-color: var(--color-1);
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-12 {
  color: var(--color-3);
  text-align: center;
}

.link {
  background-color: var(--color-1);
  width: 300px;
  height: 60px;
  color: var(--color-3);
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 18px;
  transition: all .2s ease-in-out;
  display: flex;
}

.link:hover {
  transform: scale(.9);
}

.image-28 {
  display: none;
}

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

  .image-4.image-5 {
    width: auto;
    height: 200px;
    inset: auto 0% 0%;
  }

  .image-4.image-atomici-image {
    width: auto;
    height: 245px;
    inset: auto 0% 0%;
  }

  .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;
    flex-flow: column;
    display: flex;
  }

  .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: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-end end;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
  }

  .div-block-33 {
    background-color: var(--color-1);
    border-radius: 2px;
    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;
  }

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

  .div-block-38 {
    flex-flow: column;
    grid-auto-flow: row;
    max-width: 90%;
    display: flex;
  }

  .div-block-39 {
    height: 480px;
  }

  .heading-17 {
    width: 100%;
    font-size: 27px;
    line-height: 32px;
  }

  .heading-18 {
    width: 100%;
  }

  .image-18 {
    z-index: 0;
    object-fit: cover;
    height: 100%;
    inset: 0%;
  }

  .div-block-40 {
    z-index: 1;
    padding: 30px;
  }

  .link-block-3 {
    width: 100%;
  }

  .image-20 {
    width: auto;
    height: auto;
  }

  .div-block-43 {
    flex-flow: column;
    width: 300px;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    display: flex;
  }

  .div-block-45 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-46 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .image-22 {
    width: 240px;
    height: 300px;
  }

  .div-block-48 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
  }

  .heading-20-copy {
    font-size: 18px;
    line-height: 27px;
  }

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

  .div-block-49 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    max-width: 90%;
  }

  .image-23 {
    margin-top: 30px;
  }

  .paragraph-5 {
    column-count: 1;
    margin-top: 30px;
  }

  .div-block-38-copy {
    flex-flow: column;
    grid-auto-flow: row;
    max-width: 90%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-50 {
    overflow: visible;
  }

  .div-block-51, .p-blog, .h2-blog {
    max-width: 100%;
  }

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

  .image-11-top-right {
    inset: 30px 30px auto auto;
  }

  .div-block-52 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-53 {
    border-radius: 30px;
    width: 140px;
    height: 140px;
    padding: 15px;
  }

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

  .code-embed-10 {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .div-block-55 {
    overflow: auto;
  }

  .div-block-56 {
    box-sizing: content-box;
    overflow: hidden;
  }

  .div-block-57 {
    overflow: auto;
  }

  .div-block-58, .div-block-59 {
    max-width: 100%;
  }

  .div-block-60 {
    grid-template-columns: 1fr;
    place-items: start center;
    max-width: 100%;
  }

  .image-27 {
    display: none;
  }

  .image-28 {
    display: block;
  }
}

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

#w-node-a067f52a-7b11-b48e-0218-6967e16f4913-e37500ff {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_4e489e30-8c19-0a54-b960-4c511a268a58-e37500ff {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-aad43c1c-13e9-1e02-dd94-601c5d20e419-e37500ff {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-b6c8f402-2f40-345a-cfae-ae992a44e4a7-e37500ff {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f0da28a1-c882-3358-8102-f5683e3c921d-3e3c921c {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (max-width: 479px) {
  #w-node-b945944d-4d94-8fbf-8e4e-2ee180ac3eed-e61d1739 {
    place-self: end;
  }
}


