  #fonteTextos {
    font-family: system-ui;
    font-weight: 400;
  }

  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }

  article, aside,  details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }

  body {
    line-height: 1;
  }

  ol, ul {
    list-style: none;
  }

  blockquote, q {
    quotes: none;
  }

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  body {
    -webkit-text-size-adjust: none
  }

  mark {
    background-color: transparent;
    color: inherit
  }

  input::-moz-focus-inner {
    border: 0;
    padding: 0
  }

  input[type="text"], input[type="email"], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
  }

  *, *:before, *:after {
    box-sizing: border-box;
  }

  body {
    min-width: 320px;
    min-height: var(--viewport-height);
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
    background-color: #FFFFFF;
  }

  body:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out 0s, visibility 0.25s 0s;
    transform: scale(1);
  }

  body.is-loading:after {
    opacity: 1;
    visibility: visible;
  }

  :root {
    --site-language-direction: ltr;
    --site-language-alignment: left;
    --site-language-flex-alignment: flex-start;
    --viewport-height: 100vh;
    --background-height: 100vh;
  }

  html {
    font-size: 16pt;
  }

  u {
    text-decoration: underline;
  }

  strong {
    color: inherit;
    font-weight: bolder;
  }

  em {
    font-style: italic;
  }

  code {
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
  }

  mark {
    background-color: rgba(144, 144, 144, 0.25);
  }

  s {
    text-decoration: line-through;
  }

  sub {
    vertical-align: sub;
    font-size: smaller;
  }

  sup {
    vertical-align: super;
    font-size: smaller;
  }

  a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.25s ease;
  }

  #wrapper {
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: var(--viewport-height);
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 1rem 1rem 1rem 1rem;
  }

  #main {
    display: flex;
    max-width: 100%;
    position: relative;
    text-align: var(--alignment);
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    --alignment: center;
    --flex-alignment: center;
    --width: 24rem;
    --padding-vertical: 2rem;
    --padding-horizontal: 2rem;
    background-color: #FFFFFF;
    box-shadow: 0rem 1.75rem 4rem 0rem rgba(0, 0, 0, 0.09);
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    border-top: solid 1px #E8E8E8;
    border-right: solid 1px #E8E8E8;
    border-bottom: solid 1px #E8E8E8;
    border-left: solid 1px #E8E8E8;
    transition: opacity 0.625s ease 0.125s, transform 0.625s ease 0.125s;
  }

  #main>.inner {
    position: relative;
    z-index: 1;
    border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) calc(0.75rem - 1px) calc(0.75rem - 1px);
    max-width: 100%;
    width: var(--width);
    --spacing: 1.5rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
  }

  #main>.inner>* {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
  }

  #main>.inner> :first-child {
    margin-top: 0 !important;
  }

  #main>.inner> :last-child {
    margin-bottom: 0 !important;
  }

  #main>.inner>.full {
    margin-left: calc(-2rem);
    width: calc(100% + 4rem + 0.4725px);
    max-width: calc(100% + 4rem + 0.4725px);
  }

  #main>.inner>.full:first-child {
    margin-top: -2rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  #main>.inner>.full:last-child {
    margin-bottom: -2rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  #main>.inner>.full.screen {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    border-radius: 0 !important;
    left: 50%;
    right: auto;
    margin-left: -50vw;
  }

  body.is-loading #main {
    opacity: 0;
    transform: scale(0.94375);
  }

  body.is-instant #main, body.is-instant #main>.inner>*, body.is-instant #main>.inner>section>* {
    transition: none !important;
  }

  body.is-instant:after {
    display: none !important;
    transition: none !important;
  }

  .image {
    position: relative;
    max-width: 100%;
    display: block;
  }

  .image .frame {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .image .frame img {
    width: inherit;
    max-width: 100%;
    vertical-align: top;
    border-radius: 0 !important;
  }

  .image.full .frame {
    display: block;
  }

  .image.full:first-child .frame {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .image.full:last-child .frame {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  #image01 .frame {
    width: 5.75rem;
    border-radius: 100%;
    transition: none;
  }

  #image01 .frame img {
    transition: none;
  }

  h1, h2, h3, p {
    direction: var(--site-language-direction);
  }

  h1 br+br, h2 br+br, h3 br+br, p br+br {
    display: block;
    content: ' ';
  }

  h1 .li, h2 .li, h3 .li, p .li {
    display: list-item;
    padding-left: 0.5em;
    margin: 0.75em 0 0 1em;
  }

  #text03 br+br {
    margin-top: 0.75rem;
  }

  #text03 {
    color: #878787;
    font-family: 'Public Sans', sans-serif;
    letter-spacing: -0.05rem;
    width: 100%;
    font-size: 2em;
    line-height: 1.25;
    font-weight: 300;
  }

  #text03 a {
    text-decoration: underline;
  }

  #text03 a:hover {
    text-decoration: none;
  }

  #text02 br+br {
    margin-top: 1.05rem;
  }

  #text02 {
    color: #878787;
    font-family: 'Public Sans', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 300;
  }

  #text02 a {
    color: gray;
    text-decoration: underline;
  }

  #text02 a:hover {
    color: gray;
  }

  .container {
    position: relative;
  }

  .container>.wrapper {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
  }

  .container>.wrapper>.inner {
    vertical-align: top;
    position: relative;
    max-width: 100%;
    border-radius: inherit;
    text-align: var(--alignment);
  }

  #main .container.full:first-child>.wrapper {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  #main .container.full:last-child>.wrapper {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  #main .container.full:first-child>.wrapper>.inner {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  #main .container.full:last-child>.wrapper>.inner {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  #container01 {
    --padding-vertical: 0.5rem;
    --padding-horizontal: 0rem;
  }

  #container01>.wrapper {
    display: inline-block;
    width: 75rem;
    background-color: transparent;
  }

  #container01>.wrapper>.inner {
    --spacing: 1rem;
    padding: var(--padding-vertical) var(--padding-horizontal);
  }

  #container01.default>.wrapper>.inner>* {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
  }

  #container01.default>.wrapper>.inner>*:first-child {
    margin-top: 0 !important;
  }

  #container01.default>.wrapper>.inner>*:last-child {
    margin-bottom: 0 !important;
  }

  #container01.columns>.wrapper>.inner {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-start;
  }

  #container01.columns>.wrapper>.inner>* {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    text-align: var(--alignment);
    padding: 0 0 0 2rem;
  }

  #container01.columns>.wrapper>.inner>*>* {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
  }

  #container01.columns>.wrapper>.inner>*>*:first-child {
    margin-top: 0 !important;
  }

  #container01.columns>.wrapper>.inner>*>*:last-child {
    margin-bottom: 0 !important;
  }

  #container01.columns>.wrapper>.inner>*:first-child {
    margin-left: -2rem;
  }

  #container01.default>.wrapper>.inner>.full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    max-width: none;
  }

  #container01.default>.wrapper>.inner>.full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  #container01.default>.wrapper>.inner>.full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  #container01.columns>.wrapper>.inner>div>.full {
    margin-left: calc(-1rem);
    width: calc(100% + 2rem + 0.4725px);
    max-width: none;
  }

  #container01.columns>.wrapper>.inner>div:first-child>.full {
    margin-left: calc(var(--padding-horizontal) * -1);
    width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);
  }

  #container01.columns>.wrapper>.inner>div:last-child>.full {
    width: calc(100% + var(--padding-horizontal) + 1rem + 0.4725px);
  }

  #container01.columns>.wrapper>.inner>div>.full:first-child {
    margin-top: calc(var(--padding-vertical) * -1) !important;
  }

  #container01.columns>.wrapper>.inner>div>.full:last-child {
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
  }

  #container01.columns>.wrapper>.inner>div:first-child, #container01.columns>.wrapper>.inner>div:first-child>.full:first-child {
    border-top-left-radius: inherit;
  }

  #container01.columns>.wrapper>.inner>div:last-child, #container01.columns>.wrapper>.inner>div:last-child>.full:first-child {
    border-top-right-radius: inherit;
  }

  #container01.columns>.wrapper>.inner>.full {
    align-self: stretch;
  }

  #container01.columns>.wrapper>.inner>.full:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
  }

  #container01.columns>.wrapper>.inner>.full:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
  }

  #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child {
    height: calc(100% + (var(--padding-vertical) * 2));
    border-radius: inherit;
  }

  #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }

  #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
    height: 100%;
    border-radius: inherit;
  }

  hr {
    width: 100%;
    position: relative;
    padding: 0;
    border: 0;
  }

  hr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
  }

  hr.style1:not(:first-child) {
    margin-top: 1.5rem !important;
  }

  hr.style1:not(:last-child) {
    margin-bottom: 1.5rem !important;
  }

  hr.style1:before {
    width: 100%;
    border-top: solid 1px #E8E8E8;
    height: 1px;
    margin-top: -0.5px;
  }

  .buttons {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
  }

  .buttons li {
    max-width: 100%;
  }

  .buttons li a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
  }

  #buttons01 {
    gap: 0.625rem;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #buttons01 li a {
    display: flex;
    width: 30rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Public Sans', sans-serif;
    letter-spacing: 0.2rem;
    padding-left: calc(0.2rem + 1.5rem);
    font-size: 0.625em;
    font-weight: 700;
    border-radius: 0.375rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
    transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  }

  #buttons01 li a svg {
    display: block;
    fill: #FFFFFF;
    height: 100%;
    min-width: 18px;
    width: 2.34375em;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0.5em;
    margin-right: calc(-0.125em + 0.2rem);
    transition: fill 0.25s ease;
  }

  #buttons01 li a .label {
    direction: var(--site-language-direction);
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    width: 100%;
  }

  #buttons01 .button {
    background-color: gray;
    color: #FFFFFF;
  }

  #buttons01 .button:hover {
    background-color: gray !important;
  }

  #buttons01 li a:hover {
    transform: scale(1.025);
  }

  #buttons01 .n01 {
    background-color: gray;
  }

  #buttons01 li a {
    height: 4rem;
    line-height: 1.5rem;
    padding: 0.5rem 1.5rem;
    display: flex;
    align-items: center;
  }
  
  #buttons01 li a .label {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    width: 100%;
  }
  
  #buttons01 li a .label div {
    white-space: normal;
    max-width: 80%;
    line-height: 1.2;
  }
  
  #buttons01 li a .label div:matches-text("WhatsApp Vendas")::after {
    content: "\A";
    white-space: pre;
    display: inline-block;
  }

  #buttons01 .n02 {
    background-color: #786EE6;
  }

  #buttons01 .n03 {
    background-color: #866EE6;
  }

  #buttons01 .n04 {
    background-color: #9C6EE6;
  }

  #buttons01 .n05 {
    background-color: #B16EE6;
  }

  @media (max-width: 1920px) {}

  @media (max-width: 1680px) {
    html {
      font-size: 12pt;
    }
  }

  @media (max-width: 1280px) {
    html {
      font-size: 12pt;
    }
  }

  @media (max-width: 1024px) {}

  @media (max-width: 980px) {
    html {
      font-size: 10pt;
    }
  }

  @media (max-width: 736px) {
    html {
      font-size: 12pt;
    }

    #main {
      --padding-vertical: 2rem;
      --padding-horizontal: 2rem;
    }

    #main>.inner {
      --spacing: 1.5rem;
    }

    #main>.inner>.full {
      margin-left: calc(-2rem);
      width: calc(100% + 4rem + 0.4725px);
      max-width: calc(100% + 4rem + 0.4725px);
    }

    #main>.inner>.full:first-child {
      margin-top: -2rem !important;
    }

    #main>.inner>.full:last-child {
      margin-bottom: -2rem !important;
    }

    #main>.inner>.full.screen {
      margin-left: -50vw;
    }

    #image01 .frame {
      width: 5.75rem;
    }

    #text03 {
      letter-spacing: -0.04375rem;
      width: 100%;
      font-size: 2em;
      line-height: 1.25;
    }

    #text02 {
      letter-spacing: -0.021875rem;
      width: 100%;
      font-size: 1em;
      line-height: 1.75;
    }

    #container01 {
      --padding-vertical: 0.5rem;
      --padding-horizontal: 0rem;
    }

    #container01>.wrapper>.inner {
      --spacing: 1rem;
    }

    #container01.columns>.wrapper>.inner {
      flex-direction: column !important;
      flex-wrap: nowrap !important;
    }

    #container01.columns>.wrapper>.inner>span {
      display: none;
    }

    #container01.columns>.wrapper>.inner>* {
      padding: 1rem 0 !important;
    }

    #container01.columns>.wrapper>.inner>*:first-child {
      margin-left: 0 !important;
      padding-top: 0 !important;
    }

    #container01.columns>.wrapper>.inner>*:last-child {
      padding-bottom: 0 !important;
    }

    #container01.columns>.wrapper>.inner>div.after-spacer {
      padding-top: 0 !important;
    }

    #container01.columns>.wrapper>.inner>div.before-spacer {
      padding-bottom: 0 !important;
    }

    #container01.columns>.wrapper>.inner>div>.full {
      margin-left: calc(var(--padding-horizontal) * -1);
      width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns>.wrapper>.inner>div:first-of-type>.full {
      margin-left: calc(var(--padding-horizontal) * -1);
      width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns>.wrapper>.inner>div:last-of-type>.full {
      margin-left: calc(var(--padding-horizontal) * -1);
      width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns>.wrapper>.inner>div>.full:first-child {
      margin-top: -1rem !important;
    }

    #container01.columns>.wrapper>.inner>div>.full:last-child {
      margin-bottom: -1rem !important;
    }

    #container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
      margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
      margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #container01.columns>.wrapper>.inner>div:first-of-type,   #container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
      border-top-left-radius: inherit;
      border-top-right-radius: inherit;
    }

    #container01.columns>.wrapper>.inner>div:last-of-type,   #container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
    }

    #container01.columns>.wrapper>.inner>div:first-of-type,   #container01.columns>.wrapper>.inner>div:first-of-type>.full:last-child {
      border-bottom-left-radius: 0 !important;
    }

    #container01.columns>.wrapper>.inner>div:last-of-type,   #container01.columns>.wrapper>.inner>div:last-of-type>.full:first-child {
      border-top-right-radius: 0 !important;
    }

    #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child {
      height: auto;
    }

    #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>* {
      position: relative;
      width: 100%;
      height: auto;
    }

    #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>* {
      height: auto;
    }

    #container01.columns>.wrapper>.inner>.full>.full:first-child:last-child>*>iframe {
      height: 100%;
    }

    hr.style1:not(:first-child) {
      margin-top: 1.5rem !important;
    }

    hr.style1:not(:last-child) {
      margin-bottom: 1.5rem !important;
    }

    #buttons01 li a {
      letter-spacing: 0.2rem;
      padding-left: calc(0.2rem + 1.5rem);
      font-size: 0.75em;
    }

    #buttons01 li a svg {
      width: 2.34375em;
    }
  }

  @media (max-width: 480px) {
    #main>.inner {
      --spacing: 1.3125rem;
    }

    #container01>.wrapper>.inner {
      --spacing: 0.875rem;
    }

    #buttons01 {
      flex-direction: column;
      flex-wrap: nowrap;
    }

    #buttons01 li a {
      display: inline-flex;
      max-width: 32rem;
      width: 100%;
    }
  }

  @media (max-width: 360px) {
    #main {
      --padding-vertical: 1.5rem;
      --padding-horizontal: 1.5rem;
    }

    #main>.inner {
      --spacing: 1.125rem;
    }

    #main>.inner>.full {
      margin-left: calc(-1.5rem);
      width: calc(100% + 3rem + 0.4725px);
      max-width: calc(100% + 3rem + 0.4725px);
    }

    #main>.inner>.full:first-child {
      margin-top: -1.5rem !important;
    }

    #main>.inner>.full:last-child {
      margin-bottom: -1.5rem !important;
    }

    #main>.inner>.full.screen {
      margin-left: -50vw;
    }

    #text03 {
      font-size: 1.5em;
    }

    #text02 {
      font-size: 1em;
    }

    #container01 {
      --padding-vertical: 0.375rem;
      --padding-horizontal: 0rem;
    }

    #container01>.wrapper>.inner {
      --spacing: 0.75rem;
    }

    #container01.columns>.wrapper>.inner>* {
      padding: 0.75rem 0 !important;
    }

    #container01.columns>.wrapper>.inner>*:first-child {
      margin-left: -1.5rem;
    }

    #container01.columns>.wrapper>.inner>div>.full {
      margin-left: calc(var(--padding-horizontal) * -1);
      width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns>.wrapper>.inner>div:first-of-type>.full {
      margin-left: calc(var(--padding-horizontal) * -1);
      width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns>.wrapper>.inner>div:last-of-type>.full {
      margin-left: calc(var(--padding-horizontal) * -1);
      width: calc(100% + (var(--padding-horizontal) * 2) + 0.4725px);
    }

    #container01.columns>.wrapper>.inner>div>.full:first-child {
      margin-top: -0.75rem !important;
    }

    #container01.columns>.wrapper>.inner>div>.full:last-child {
      margin-bottom: -0.75rem !important;
    }

    #container01.columns>.wrapper>.inner>div:first-of-type>.full:first-child {
      margin-top: calc(var(--padding-vertical) * -1) !important;
    }

    #container01.columns>.wrapper>.inner>div:last-of-type>.full:last-child {
      margin-bottom: calc(var(--padding-vertical) * -1) !important;
    }

    #buttons01 {
      gap: 0.46875rem;
    }
    
  }
