:root {
  --dark-slate-blue: black;
  --light-slate-grey: #7b88a8;
  --brand: #7329b0;
  --ghost-white: white;
  --lavender: #f3efff;
  --sandy-brown: #ff8e32;
  --medium-aquamarine: #46d39a;
  --ghost-white-2: #f8faff;
  --midnight-blue: #38225e;
  --plum-2: #deb6ed;
  --dark-orange: #ff7200;
  --azure: #ebfbff;
  --sky-blue: #01d2fc;
  --seashell: #fff7f2;
  --green: #c3ff38;
  --indian-red: #f14a59;
  --green-dark: #9eb606;
  --lavender-2: #f4e6f9;
  --green-light: #d4fc78;
  --plum: #ed9ae4;
  --lavender-blush: #fef1f2;
  --mint-cream: #f0fbf7;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  height: 100%;
  color: var(--dark-slate-blue);
  font-family: DM Sans;
  font-size: 15px;
  line-height: 1;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.08;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #2d3958;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

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

ul {
  color: #7b88a8;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.4;
}

ol {
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 40px;
}

li {
  color: var(--light-slate-grey);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4;
}

strong {
  color: var(--brand);
  font-weight: 700;
}

.hero {
  min-height: auto;
  background-color: rgba(255, 255, 255, .5);
  background-image: none;
  padding: 40px 3% 140px;
}

.hero.purple {
  background-color: var(--brand);
  background-image: none;
  padding-top: 40px;
}

.navigation-container {
  width: 100%;
  max-width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.container-fixed {
  max-width: 850px;
}

.display-heading {
  max-width: none;
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 52px;
}

.display-heading.purple {
  color: var(--ghost-white);
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.hero-details {
  max-width: 550px;
  color: var(--light-slate-grey);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.hero-details.principal {
  color: var(--light-slate-grey);
  font-size: 18px;
}

.hero-details.center {
  text-align: center;
}

.title-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.button-wrapper {
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button {
  min-height: 60px;
  text-align: center;
  background-color: #6a35ff;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.button.button-padding {
  width: 100%;
  max-width: 280px;
  background-color: var(--brand);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.button.hover {
  background-color: #5931c9;
}

.button.button-disable {
  color: #bcc4da;
  background-color: #e6eaf5;
  font-weight: 500;
}

.details {
  color: #bcc4da;
  margin-top: 12px;
}

.dashboard-wrapper {
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50px;
}

.dashboard-wrapper.dashboard-platform {
  width: 80%;
  max-width: none;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  top: auto;
}

.logo-section {
  padding-top: 120px;
  padding-left: 3%;
  padding-right: 3%;
}

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

.logo-block {
  min-height: 130px;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.logo-block:hover {
  box-shadow: 4px 4px 84px rgba(230, 234, 245, .4);
}

.content-section {
  background-color: var(--brand);
  padding: 60px 3% 80px;
}

.content-section.content-large {
  background-color: rgba(255, 255, 255, .5);
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-section.about-details {
  padding-bottom: 70px;
}

.content-section.job-section {
  padding-top: 40px;
}

.content-section.consultor {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 160px;
  padding-bottom: 100px;
}

.content-section.roxo {
  background-color: var(--brand);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-section.donation {
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.content-section.terms {
  background-color: rgba(0, 0, 0, 0);
}

.content-section.new {
  background-color: #fff;
  margin-left: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.content-section.feira {
  background-color: rgba(0, 0, 0, 0);
  background-color: var(--brand);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.center {
  color: var(--lavender);
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 26px;
}

.link-arrow {
  color: var(--brand);
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.arrow-text {
  color: var(--brand);
  margin-right: 14px;
}

.content-image-wrapper {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.content-text-wrapper {
  padding: 0;
}

.content-text-wrapper.home {
  padding: 0 20px 0 0;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.title-wrap-left.remove-padding {
  margin-bottom: 0;
}

.container-tight {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.title-grey {
  opacity: 1;
  color: var(--ghost-white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.div-block-3 {
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.button-navigation {
  min-height: 52px;
  background-color: var(--brand);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: flex;
}

.button-navigation:hover {
  background-color: #5a27e7;
}

.nav-link {
  color: var(--dark-slate-blue);
  letter-spacing: -.01em;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--brand);
}

.cta-section {
  color: var(--sandy-brown);
  background-color: rgba(255, 255, 255, .5);
  padding: 100px 3%;
  position: relative;
}

.cta-section.profile {
  background-color: #fffaf0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-banner {
  min-height: 280px;
  background-color: var(--brand);
  color: var(--sandy-brown);
  border-radius: 24px;
  align-items: center;
  padding: 60px 70px;
  display: flex;
}

.cta-banner.purple {
  background-color: var(--brand);
  background-image: none;
}

.cta-container {
  width: 100%;
  color: var(--medium-aquamarine);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 70%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-h2 {
  width: 63.2378%;
  color: var(--ghost-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.cta-h2.now {
  font-size: 34px;
  line-height: 50px;
}

.text-span {
  color: var(--ghost-white);
  letter-spacing: 0;
  font-size: 34px;
  font-weight: 400;
}

.cta-button-wrap {
  width: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.button-hero {
  min-height: 60px;
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  letter-spacing: .7px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.button-hero:hover {
  background-color: var(--brand);
  box-shadow: 8px 8px 20px rgba(170, 60, 199, .32);
}

.button-hero.orange {
  background-color: var(--sandy-brown);
  font-weight: 500;
}

.button-hero.orange:hover {
  box-shadow: 8px 8px 20px rgba(255, 149, 0, .1);
}

.button-hero.now {
  width: 70%;
  background-color: var(--sandy-brown);
  font-size: 15px;
}

.button-white {
  min-height: 60px;
  color: var(--brand);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

.button-white.button-full {
  width: 100%;
  margin-top: 40px;
  margin-left: 0;
}

.footer {
  background-color: var(--brand);
  padding: 80px 3%;
}

.footer.profile {
  padding-top: 0;
}

.return-top {
  width: 55px;
  height: 55px;
  background-color: #6a35ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 32px;
  box-shadow: 8px 7px 20px rgba(106, 53, 255, .32);
}

.arrow-up {
  width: 14px;
}

.social-links {
  align-items: center;
  display: flex;
}

.legal-text {
  opacity: 1;
  color: var(--ghost-white-2);
  text-align: left;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

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

.legal-block {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .3);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  font-size: 15px;
  display: flex;
}

.legal-block.profile {
  margin-top: 0;
}

.footer-link {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--sandy-brown);
}

.footer-link.termos-de-uso {
  display: none;
}

.footer-logo {
  width: 60%;
  max-width: 100%;
  margin-bottom: 20px;
}

.footer-column {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-column.rastrear {
  display: none;
}

.footer-column._1 {
  padding-right: 20px;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.social-link {
  opacity: .5;
  padding: 8px 9px;
  transition: all .2s;
}

.social-link:hover {
  opacity: 1;
}

.fixed-background {
  z-index: -1;
  height: 50%;
  background-color: var(--midnight-blue);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-wrap.fechado {
  margin-bottom: 20px;
}

.title-wrap {
  color: var(--ghost-white-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap._2 {
  margin-bottom: 40px;
}

.footer-text {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}

.form {
  display: flex;
}

.text-field-find {
  min-height: 56px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
}

.text-field-find::-ms-input-placeholder {
  color: #bcc4da;
}

.text-field-find::placeholder {
  color: #bcc4da;
}

.submit-button {
  min-height: 56px;
  min-width: 200px;
  background-color: var(--brand);
  letter-spacing: 1px;
  padding: 15px 32px;
  font-weight: 500;
}

.content-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr;
}

.content-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
}

.content-grid-01._2 {
  grid-template-columns: 1fr .95fr;
}

.content-grid-01.movimento {
  grid-template-columns: 1fr 1.2fr;
}

.content-image {
  width: 70%;
  position: relative;
}

.content-image.analytics {
  margin-right: 40px;
}

.content-image.app {
  width: 85%;
}

.content-image._2 {
  display: none;
}

.content-image.movimento {
  width: 90%;
}

.content-image.expositor {
  width: 75%;
}

.brand {
  padding: 10px;
}

.brand._2 {
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
}

.hero-default {
  min-height: 530px;
  background-color: #f8faff;
  background-image: url('../images/Pattern.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1490px;
  align-items: center;
  padding: 170px 3% 140px;
  display: flex;
}

.new-tag {
  background-color: var(--plum-2);
  color: rgba(170, 96, 165, .2);
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.new-tag.desconto {
  background-color: var(--brand);
  border-radius: 20px 20px 0 0;
  margin-top: 0;
  margin-left: 0;
}

.new-tag.desconto._2 {
  background-color: var(--sandy-brown);
}

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

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

.success-message {
  background-color: var(--brand);
  color: #fff;
}

.testimonial-grid {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  grid-template: ". Testimonial-1 Testimonial-1"
                 "Area Testimonial-1 Testimonial-1"
                 "Area Testimonial-2 Testimonial-2"
                 "Area Testimonial-2 Testimonial-2"
                 "Area Testimonial-2 Testimonial-2"
                 / 1.3fr 1fr 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  height: 100%;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 1px 1px 57px 72px rgba(61, 96, 132, .05);
}

.author-image-wrap {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  margin-right: 20px;
  overflow: hidden;
}

.author-wrap {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.author-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-title {
  padding-left: 40px;
  padding-right: 40px;
}

.blue-highlight {
  color: #00bde3;
}

.arrow {
  color: var(--brand);
}

.integration-circle {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 48%;
  left: auto;
  right: auto;
  box-shadow: 1px 1px 42px 44px rgba(188, 196, 218, .12);
}

.integration-wrap {
  width: 100%;
  height: 670px;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.integration-circle-02 {
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: 8%;
  right: auto;
  box-shadow: 1px 1px 42px 44px rgba(188, 196, 218, .12);
}

.integration-circle-03 {
  width: 110px;
  height: 110px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 16%;
  box-shadow: 1px 1px 42px 44px rgba(188, 196, 218, .12);
}

.integration-circle-04 {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 26%;
  right: auto;
  box-shadow: 1px 1px 42px 44px rgba(188, 196, 218, .12);
}

.integration-circle-05 {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 22%;
  left: auto;
  right: 7%;
  box-shadow: 1px 1px 42px 44px rgba(188, 196, 218, .12);
}

.hero-contact {
  min-height: 840px;
  background-color: #fef1f2;
  background-image: url('../images/Hero-Wave-Contact.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-left: 3%;
  padding-right: 3%;
}

.contact {
  max-width: 700px;
  min-height: auto;
  background-color: #fff;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 0 118px 146px rgba(123, 83, 160, .07);
}

.contact.popup {
  width: 500px;
  padding: 20px 40px;
}

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

.form-wrap {
  display: flex;
}

.text-field {
  width: 100%;
  height: 56px;
  background-image: url('../images/whatsapp_1.svg');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid rgba(175, 182, 201, .66);
  border-radius: 4px;
  padding-left: 50px;
  font-size: 18px;
}

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

.text-field::-ms-input-placeholder {
  color: #afb6c9;
  font-size: 18px;
}

.text-field::placeholder {
  color: #afb6c9;
  font-size: 18px;
}

.text-field.email {
  background-image: url('../images/email.svg');
}

.text-field.phone {
  background-image: url('../images/Telefone.svg');
}

.text-field.nome {
  background-image: url('../images/Nome.svg');
}

.text-field.cidade {
  background-image: url('../images/Cidade.svg');
}

.text-field.cidade._2 {
  width: 70%;
  margin-right: 10px;
}

.text-field.instagram {
  background-image: url('../images/instagram_1.svg');
}

.text-field.documents {
  background-image: url('../images/Documents.svg');
}

.dropdown-toggle {
  width: 100%;
  min-height: 56px;
  color: #afb6c9;
  background-color: #fff;
  border: 1px solid rgba(175, 182, 201, .74);
  border-radius: 4px;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.dropdown-toggle.w--open {
  color: #2d3958;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-toggle._2 {
  width: 35%;
}

.text-field-large {
  width: 100%;
  min-height: 120px;
  border: 1px solid #e6eaf5;
}

.text-field-large:focus {
  border-color: var(--brand);
}

.text-field-large::-ms-input-placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.text-field-large::placeholder {
  color: #bcc4da;
  font-size: 18px;
}

.button-form-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.hero-company {
  background-color: #f0fbf7;
  background-image: url('../images/Hero-Wave-Company.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 170px;
  padding-left: 3%;
  padding-right: 3%;
}

.gallery-wrapper {
  max-width: 1240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 50px;
}

.company-grid {
  width: 100%;
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr .6fr;
  align-items: start;
}

.location-grid {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.location-card {
  max-width: 640px;
  min-height: 370px;
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 1px 1px 57px rgba(123, 136, 168, .08);
}

.location-card:hover {
  box-shadow: 21px 21px 57px rgba(123, 136, 168, .2);
}

.location-card.main-office-card {
  min-height: 420px;
}

.location-icon {
  margin-bottom: 28px;
}

.main-office-tag {
  min-height: 40px;
  min-width: 100px;
  background-color: #f3efff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  display: flex;
}

.office-text-tag {
  color: #6a35ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.contact-link {
  letter-spacing: -.03em;
  font-size: 28px;
  font-weight: 500;
  text-decoration: underline;
}

.text-plain {
  color: var(--light-slate-grey);
  margin-left: 36px;
  margin-right: 36px;
  font-size: 28px;
}

.contact-section {
  padding: 40px 3%;
}

.contact-form {
  padding-left: 3%;
  padding-right: 3%;
}

.contact-wrap {
  position: relative;
  top: -430px;
}

.company-image-01 {
  width: 100%;
  margin-top: 140px;
}

.company-column {
  width: 100%;
}

.company-image-02 {
  width: 100%;
  margin-top: 100px;
}

.company-image-03 {
  width: 100%;
}

.content-right {
  justify-content: flex-end;
  display: flex;
}

.content-right-block {
  max-width: 570px;
}

.value-grid {
  width: 100%;
  max-width: 670px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}

.value-card {
  min-height: 180px;
  min-width: 180px;
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 1px 1px 57px rgba(123, 136, 168, .08);
}

.value-icon {
  margin-bottom: 28px;
}

.bg-values {
  z-index: -1;
  width: 100%;
  max-width: 850px;
  min-height: 480px;
  background-color: var(--ghost-white-2);
  background-image: url('../images/Wave---Values.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.value-title-wrapper {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto 24px;
  display: flex;
}

.job-card {
  min-height: 120px;
  background-color: #fff;
  border: 1.5px solid #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  transition: border-color .3s;
  display: flex;
  box-shadow: 1px 1px 48px 56px rgba(230, 234, 245, .3);
}

.job-card:hover {
  border-color: var(--brand);
}

.paragraph-large {
  color: #2d3958;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-large.paragraph-bold {
  color: #000;
  margin-bottom: 12px;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-large.revenda {
  color: var(--lavender);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.detail {
  color: #bcc4da;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.block-03 {
  flex-direction: row;
  align-items: center;
  display: block;
}

.job-collection-item {
  margin-bottom: 36px;
}

.culture-grid {
  width: 100%;
  grid-column-gap: 27px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.bg-jobs {
  z-index: -1;
  width: 100%;
  height: 90%;
  max-width: 720px;
  min-height: 420px;
  background-color: #f3efff;
  background-image: url('../images/Wave---Values.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.job-collection-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.bg-element {
  z-index: -1;
  width: 100%;
  max-width: 850px;
  min-height: 480px;
  background-color: #f8faff;
  border-radius: 32px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-element.bg-yellow {
  width: 90%;
  max-height: 520px;
  max-width: 470px;
  min-height: 550px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(244, 124, 58, .1), #fff);
  display: none;
  top: auto;
  bottom: auto;
  left: 0%;
  right: -10%;
}

.bg-element.bg-feature {
  height: 100%;
  max-width: 620px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(170, 60, 199, .05), #fff);
}

.bg-element.bg-content {
  max-width: 518px;
  min-height: 580px;
  display: none;
}

.bg-element.bg-integrations {
  max-width: 600px;
  min-height: 670px;
  background-image: url('../images/Integration-Card.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-element.bg-offices {
  height: 100%;
  max-width: 956px;
  min-height: 570px;
  background-color: #f3efff;
  background-image: url('../images/Wave-Purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-element.bg-values {
  background-image: url('../images/Wave-Plain.svg');
  background-position: 0%;
  background-size: 180%;
}

.bg-element.bg-customer {
  max-width: 790px;
  min-height: 476px;
  background-color: #ebfbff;
  background-image: url('../images/Wave-Blue.svg');
  background-position: 50%;
  background-size: 170%;
}

.bg-element.bg-features {
  max-width: 480px;
  min-height: 424px;
  background-color: #f3efff;
  background-image: url('../images/Wave-Purple_1.svg');
  background-position: 50%;
  background-size: 360%;
  top: -4%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.bg-element.bg-jobs {
  height: 90%;
  max-width: 750px;
  min-height: auto;
  background-color: var(--lavender);
  background-image: url('../images/Wave-Purple_1.svg');
  background-size: 290%;
}

.bg-element.bg-analytics {
  max-width: 518px;
  min-height: 520px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(170, 60, 199, .1), #fff);
}

.bg-element.bg-customer {
  max-width: 790px;
  min-height: 476px;
  background-color: rgba(148, 12, 196, .3);
  background-image: none;
}

.bg-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bg-container.bg-top {
  min-height: 540px;
  justify-content: flex-start;
  align-items: center;
}

.bg-container.bg-bottom {
  justify-content: flex-end;
}

.content-h1 {
  color: var(--dark-slate-blue);
  letter-spacing: -.01em;
  margin-top: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.content-h1.explicativo {
  color: var(--ghost-white);
  letter-spacing: -.01em;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
}

.content-h1.revendedor, .content-h1.indique {
  letter-spacing: 0;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.25;
  overflow: hidden;
}

.job-detail {
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  display: flex;
}

.job-grid {
  grid-column-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.job-card-side-bar {
  min-height: 180px;
  min-width: 180px;
  background-color: var(--brand);
  text-align: center;
  background-image: url('../images/Wave-Plain.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
  box-shadow: 1px 1px 57px rgba(123, 136, 168, .08);
}

.culture-image {
  max-width: 550px;
}

.form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-wrapper.revenda {
  max-width: 90%;
  min-width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.form-wrapper.revenda._2 {
  width: 90%;
  min-width: auto;
}

.button-start {
  min-height: 60px;
  background-color: var(--brand);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  transition: box-shadow .3s;
  display: flex;
}

.button-start:hover {
  box-shadow: 8px 8px 20px rgba(106, 53, 255, .32);
}

.navigation-left {
  width: 30%;
}

.navigation-right {
  width: 30%;
  justify-content: flex-end;
  display: flex;
}

.hero-plain {
  background-image: url('../images/Wave-Plain-Cut.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 170px 3% 100px;
}

.hero-plain.politica {
  background-image: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-banner-dark {
  min-height: 260px;
  background-color: var(--brand);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  align-items: center;
  padding: 60px 70px;
  display: flex;
}

.cta-h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-3 {
  color: #fff;
}

.button-cta {
  min-height: 60px;
  color: var(--brand);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s;
  display: flex;
}

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

.blog-collection-list {
  flex-wrap: wrap;
  display: flex;
}

.feature-wrap {
  padding-right: 20px;
}

.title-wrapper {
  margin-bottom: 40px;
  padding: 10px;
}

.latest-posts {
  width: 100%;
}

.blog-collection-item {
  width: 33.3333%;
  margin-bottom: 40px;
}

.blog-collection-short {
  margin-bottom: 30px;
}

.blog-link {
  text-decoration: none;
}

.blog-link.blog-flex {
  display: flex;
}

.featured-image-wrap {
  width: 100%;
  height: 400px;
}

.feature-learn-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 16px;
  overflow: hidden;
}

.feature-blog-content {
  color: var(--dark-slate-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 100px;
}

.blog-type {
  color: #5d3eff;
  margin-bottom: 10px;
  font-size: 16px;
}

.author-wrapper {
  color: var(--dark-slate-blue);
  align-items: center;
  display: flex;
}

.author-avatar {
  width: 55px;
  height: 55px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 4px solid #fff;
  border-radius: 100px;
}

.author-detail-text {
  color: #4f5e78;
  margin-left: 10px;
  margin-right: 4px;
}

.div-block-184 {
  height: 290px;
}

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

.blog-post {
  color: var(--dark-slate-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.div-block-182 {
  width: 160px;
  height: 160px;
  min-width: 160px;
  margin-right: 20px;
}

.blog-content {
  width: 100%;
  height: 100%;
  color: var(--dark-slate-blue);
}

.blog-overview {
  margin-bottom: 0;
  font-size: 17px;
}

.blog-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-heading.feature-heading {
  font-size: 30px;
}

.new {
  background-color: var(--azure);
  color: var(--sky-blue);
  border-radius: 100px;
  margin-left: 12px;
  padding: 10px 16px;
  font-weight: 500;
}

.div-block-190 {
  align-items: center;
  display: flex;
}

.cta-text {
  max-width: 700px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow-link {
  color: #007bfc;
  align-items: center;
  margin-top: 25px;
  padding: 4px;
  font-size: 16px;
  display: flex;
}

.link-text {
  color: var(--brand);
  margin-right: 8px;
}

.features-grid {
  width: 100%;
  max-width: 1000px;
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}

.attach-link {
  min-height: 56px;
  min-width: 120px;
  color: var(--dark-slate-blue);
  border: 1px dashed #bcc4da;
  align-items: center;
  margin-right: 20px;
  padding: 10px 24px;
  font-weight: 500;
  transition: border-color .2s;
  display: flex;
}

.attach-link:hover {
  border-color: var(--brand);
}

.image-27 {
  width: 24px;
  margin-right: 10px;
}

.form-attach-wrap {
  align-items: center;
  display: flex;
}

.text-block-80 {
  white-space: pre;
}

.chat-image {
  width: 35%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.grid-works {
  width: 100%;
  grid-column-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  align-items: center;
}

.counter-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stop-counter {
  width: 64px;
  height: 64px;
  color: #f14a59;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  box-shadow: 16px 16px 34px rgba(245, 128, 139, .1);
}

.stop-counter.purple-step {
  color: var(--brand);
  position: relative;
  box-shadow: 16px 16px 34px rgba(150, 114, 255, .1);
}

.stop-counter.blue-step {
  z-index: 5;
  color: #4ddffd;
  position: relative;
  box-shadow: 16px 16px 34px rgba(77, 223, 253, .1);
}

.step {
  min-height: 380px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.step-wrapper {
  max-width: 1030px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-step {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 720px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(1, 210, 252, .15), #fff);
  border-radius: 36px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-step.bg-step-02 {
  background-color: var(--ghost-white-2);
  background-image: linear-gradient(rgba(255, 149, 0, .15), #fff);
}

.bg-step.bg-step-01 {
  background-color: var(--ghost-white-2);
  background-image: linear-gradient(rgba(125, 56, 186, .15), #fff);
}

.line {
  z-index: 2;
  width: 9px;
  height: 60%;
  background-image: url('../images/Dot.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 12px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.contact-details {
  width: 100%;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 23px;
}

.feature-block {
  height: 100%;
  max-height: 280px;
  min-width: 180px;
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 1px 1px 57px rgba(123, 136, 168, .08);
}

.feature-block.feature-02 {
  margin-top: 50px;
  box-shadow: 39px 39px 78px rgba(203, 184, 255, .11);
}

.feature-icon {
  width: 80px;
  margin-bottom: 20px;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.works-image-wrap {
  justify-content: center;
  display: flex;
}

.grid-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.author-image {
  object-fit: cover;
}

.news-section {
  padding: 40px 3% 100px;
}

.title {
  color: var(--brand);
  margin-bottom: 20px;
}

.hero-blog {
  background-image: url('../images/Wave-Plain-Cut.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 170px 3% 100px;
}

.rich-text-block {
  max-width: 800px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.blog-primary-image {
  width: 100%;
  border-radius: 27px;
  margin-top: 40px;
}

.pricing-container-mobile {
  background-color: #fff;
  border-radius: 42px;
  display: none;
  box-shadow: -10px 117px 118px rgba(206, 212, 224, .12);
}

.tab-menu {
  width: 105%;
  height: 100%;
  background-color: #6a35ff;
  background-image: url('../images/Pattern-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-grid {
  width: 100%;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1.1fr 1fr;
  margin-bottom: 40px;
}

.subscribe-button {
  min-height: 56px;
  min-width: 100px;
  background-color: var(--brand);
  text-align: center;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-feature, .grid-integrations {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
}

.bg-container-analytics {
  min-height: 520px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.author-job {
  color: var(--light-slate-grey);
}

.author-large {
  width: 90px;
  height: 90px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  margin-bottom: 20px;
}

.culture-image-02 {
  max-width: 380px;
}

.culture-image-03 {
  max-width: 350px;
}

.author-section {
  padding: 40px 3% 100px;
}

.works-section {
  background-color: var(--brand);
  padding: 80px 3%;
}

.customer-wrap {
  width: 100%;
  height: auto;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.error-message {
  text-align: center;
  line-height: 1.2;
}

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

.div-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0%;
  display: flex;
}

.div-logo.fotter {
  justify-content: flex-start;
  margin-bottom: 30px;
}

.logotipo {
  width: 16%;
}

.logotipo.footer {
  width: 100%;
  padding: 0 0%;
}

.logotipo.footer._2 {
  width: 90%;
}

.logotipo.footer {
  width: 40%;
  width: 40%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0%;
}

.fixed-background-2 {
  z-index: -1;
  height: 60%;
  background-color: #182135;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-2 {
  color: #f8faff;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.cta-container-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0 70px;
  display: grid;
}

.cta-container-2.blue {
  grid-template-columns: 1fr .75fr;
  padding-left: 0;
  padding-right: 0;
}

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

.cta-banner-dark-2 {
  min-height: 260px;
  background-color: rgba(106, 53, 255, .7);
  background-image: linear-gradient(to right, #2eb07b, #46d39a);
  border-radius: 24px;
  align-items: center;
  margin-left: 70px;
  margin-right: 70px;
  padding: 60px 70px;
  display: flex;
}

.cta-banner-dark-2.workshop {
  background-color: var(--medium-aquamarine);
  background-image: none;
  margin-left: 0;
  margin-right: 0;
}

.button-cta-2 {
  min-height: 60px;
  color: #6a35ff;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  background-image: url('../images/whatsapp.svg');
  background-position: 14%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
  display: flex;
}

.button-cta-2:hover {
  background-color: #fff;
}

.container-3 {
  width: auto;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.cta-h3-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.paragraph-4 {
  color: #fff;
}

.cta-button-wrap-2 {
  width: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.cta-button-wrap-2.whatsapp {
  align-items: center;
}

.cta-section-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 3% 60px;
  position: relative;
}

.question-title-2 {
  color: var(--dark-slate-blue);
  margin-left: 15px;
  font-size: 17px;
  font-weight: 600;
}

.faq-paragraph-2 {
  margin-bottom: 0;
  padding: 20px;
  font-size: 15px;
  line-height: 26px;
}

.heading-4 {
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.faq-content-2 {
  margin-top: -2px;
  padding-right: 0;
  overflow: hidden;
}

.faq-plus-2 {
  width: 22px;
  opacity: .4;
  margin-right: 10px;
}

.value-title-wrapper-2 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto 60px;
  display: flex;
}

.faq-section-2 {
  background-color: rgba(255, 255, 255, .5);
  padding: 80px 3%;
}

.faq-wrap-2 {
  max-width: 1000px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-bar-2 {
  background-color: var(--ghost-white-2);
  color: #2d3958;
  border-bottom: 1px #e6eaf5;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
  text-decoration: none;
  display: flex;
}

.bold-text {
  color: var(--ghost-white);
  font-weight: 400;
}

.bold-text.purple {
  color: var(--brand);
  font-weight: 700;
}

.heading-5 {
  color: var(--ghost-white);
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
}

.heading-5.white {
  color: var(--dark-slate-blue);
}

.heading-5.white.bold {
  font-weight: 600;
  line-height: 50px;
}

.icon-mail {
  width: 120px;
  display: inline-block;
}

.bold-text-14 {
  color: #000;
  font-weight: 600;
}

.div-block-209 {
  width: 100%;
  height: 0%;
  flex-direction: row;
  display: flex;
}

.content-section-mail {
  flex-direction: column;
  align-items: center;
  padding: 0 3% 60px;
  display: flex;
}

.hero-confirma-o {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 159, 89, .1), #fff 78%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  align-items: stretch;
  padding: 30px 3% 20px;
  display: flex;
}

.text-mail {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.feature-card-2 {
  min-height: 320px;
  min-width: 180px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 36px;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 1px 57px rgba(123, 136, 168, .08);
}

.feature-card-2.email {
  min-height: auto;
  background-color: #fff;
  padding: 30px;
}

.feature-card-2.revenda {
  min-height: auto;
  min-width: auto;
  align-items: center;
  padding: 30px 10px;
}

.feature-card-2.new {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-left: 0;
}

.titulo-confirma-o {
  max-width: none;
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.07;
}

.titulo-confirma-o._2 {
  letter-spacing: 0;
  font-family: Bevan, sans-serif;
  font-size: 34px;
  line-height: 50px;
}

.bold-text-13 {
  color: var(--brand);
  font-weight: 500;
}

.features-grid-2 {
  width: 100%;
  max-width: 990px;
  grid-column-gap: 15px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.features-grid-2.revenda {
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-grid-2.revenda-copy {
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-grid-2.indique {
  max-width: 1200px;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-grid-2.indique._2 {
  grid-template-columns: 1fr 1fr;
}

.div-block-210 {
  min-width: 450px;
  grid-column-gap: 42px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: grid;
}

.bold-text-header {
  color: var(--sandy-brown);
  margin-top: 5px;
  font-size: 46px;
  font-weight: 700;
  display: inline-block;
}

.pricing-check {
  align-items: center;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.pricing-check._2 {
  margin-bottom: 5px;
}

.pricing-check.frete {
  justify-content: center;
  margin-bottom: 5px;
}

.pricing-card {
  background-color: var(--ghost-white-2);
  background-image: linear-gradient(rgba(170, 60, 199, .2), #fff 60%);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.pricing-card._2 {
  box-shadow: none;
  background-image: none;
  padding: 0 0 30px;
}

.pricing-card._3 {
  background-color: var(--ghost-white);
  box-shadow: none;
  background-image: none;
  padding: 20px 0 30px;
}

.pricing-text {
  max-width: 560px;
  color: var(--dark-slate-blue);
  letter-spacing: -.1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.check {
  margin-right: 10px;
}

.pricing-check-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-pre-o {
  text-align: center;
  margin-bottom: 30px;
}

.heading-7 {
  color: var(--dark-slate-blue);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.heading-7.crop {
  color: var(--light-slate-grey);
  font-weight: 400;
}

.heading-8 {
  color: var(--dark-slate-blue);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
}

.sub-valor {
  font-size: 30px;
  font-weight: 600;
}

.bold-text-10 {
  color: var(--dark-slate-blue);
}

.bold-text-10.crop {
  color: var(--light-slate-grey);
  font-weight: 400;
  text-decoration: line-through;
}

.div-loja-app {
  max-width: 55%;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.link-loja-app._1 {
  margin-right: 20px;
}

.logo-loja {
  max-width: 100%;
}

.frete-text {
  max-width: 560px;
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.logo-pagamento {
  width: 50px;
  opacity: .9;
  margin-left: 0;
  margin-right: 0;
}

.logo-pagamento.overlay {
  opacity: 1;
  filter: grayscale();
}

.div-block-211 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 60px;
  padding-left: 250px;
  padding-right: 250px;
  display: grid;
}

.text-block-81 {
  color: var(--ghost-white);
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
}

.content-grid-03 {
  width: 100%;
  max-width: 1200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  margin-top: 40px;
}

.quantidade-text {
  color: var(--brand);
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 600;
}

.quantidade-text.desconto {
  color: var(--ghost-white-2);
  font-size: 15px;
  font-weight: 600;
}

.div-frente {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ilustra-o {
  width: 70%;
}

.ilustra-o._2 {
  width: 75%;
  display: block;
}

.ilustra-o._3 {
  width: 72%;
  color: #624496;
  display: block;
}

.ilustra-o._1 {
  width: 65%;
  display: block;
}

.div-itens-pagamento {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-grid-2 {
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 57px;
  grid-row-gap: 40px;
  grid-template: ". Testimonial-1 Testimonial-1"
                 "Area Testimonial-1 Testimonial-1"
                 "Area Testimonial-2 Testimonial-2"
                 "Area Testimonial-2 Testimonial-2"
                 "Area Testimonial-2 Testimonial-2"
                 / 1.3fr 1fr 1fr;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.author-job-2 {
  color: var(--light-slate-grey);
  font-size: 14px;
  font-weight: 400;
}

.author-wrap-2 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-arrow-2 {
  color: #6a35ff;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.author-image-wrap-2 {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  margin-right: 20px;
  overflow: hidden;
}

.paragraph-10 {
  font-size: 15px;
  line-height: 25px;
}

.paragraph-10.revenda {
  color: var(--plum-2);
  text-align: center;
  font-size: 16px;
}

.heading-10 {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 700;
}

.testimonial-title-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.content-section-2 {
  flex-direction: column;
  align-items: center;
  padding: 60px 3%;
  display: flex;
}

.content-section-2.depoimento {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-h1-2 {
  letter-spacing: -.03em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
}

.content-h1-2._2 {
  color: var(--dark-slate-blue);
}

.testimonial-card-2 {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 30px;
  display: flex;
  box-shadow: 1px 1px 57px 72px rgba(61, 96, 132, .05);
}

.author-image-2 {
  max-width: 100%;
  object-fit: cover;
}

.bg-container-2 {
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.button-pagamento {
  min-height: 60px;
  background-color: var(--brand);
  text-align: center;
  letter-spacing: .7px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.button-pagamento:hover {
  background-color: var(--brand);
  box-shadow: 8px 8px 20px rgba(170, 60, 199, .32);
}

.button-pagamento.revendedor {
  width: 50%;
  background-color: var(--brand);
  margin-top: 20px;
}

.button-pagamento.revendedor:hover {
  box-shadow: 8px 8px 20px rgba(255, 142, 50, .21);
}

.button-pagamento.header {
  min-height: 55px;
  font-size: 15px;
  font-weight: 500;
}

.div-footer-pagamento {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-block-212 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-37 {
  margin-top: 15px;
}

.pin-pet {
  width: 46%;
}

.pin-pet._2 {
  display: none;
}

.body {
  font-family: Barlow;
}

.body._2 {
  font-family: Poppins, sans-serif;
}

.heading-11 {
  color: var(--seashell);
  letter-spacing: 0;
  margin-top: 0;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
}

.heading-11._2 {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
}

.pin-kit {
  width: 44%;
  height: auto;
  max-height: none;
  margin-bottom: 10px;
  display: block;
}

.pin-kit._2 {
  width: 65%;
  display: block;
}

.pin-kit._3 {
  width: 85%;
}

.porque-text {
  max-width: 560px;
  color: var(--dark-slate-blue);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.button-suporte {
  min-height: 60px;
  background-color: var(--ghost-white);
  color: var(--brand);
  text-align: center;
  letter-spacing: .7px;
  background-image: url('../images/whatsapp_1.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.button-suporte:hover {
  background-color: var(--ghost-white);
  box-shadow: 8px 8px 20px rgba(170, 60, 199, .32);
}

.bold-text-20 {
  color: var(--ghost-white);
  font-weight: 700;
}

.emoji {
  font-size: 38px;
}

.value-icon-2 {
  width: 120px;
  border-radius: 12px;
  margin-bottom: 28px;
}

.value-icon-2._2 {
  width: 58%;
}

.text-block-82 {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-22 {
  color: var(--dark-slate-blue);
}

.image-38 {
  margin-bottom: 20px;
}

.button-pagaqmento-copy {
  min-height: 60px;
  background-color: var(--brand);
  text-align: center;
  letter-spacing: .7px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 700;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.button-pagaqmento-copy:hover {
  background-color: var(--brand);
  box-shadow: 8px 8px 20px rgba(170, 60, 199, .32);
}

.heading-14 {
  color: var(--dark-slate-blue);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
}

.text-block-83 {
  color: var(--brand);
}

.div-block-213, .div-block-214 {
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block-2 {
  text-transform: none;
  font-family: Poppins, sans-serif;
}

.div-block-216 {
  width: 500px;
  height: 55px;
  text-align: center;
  letter-spacing: .5px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  display: flex;
}

.dropdown-link {
  height: 70px;
  background-color: #fff;
  background-image: url('../images/Phone.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-attachment: scroll;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.dropdown-link.message {
  height: 55px;
  background-image: url('../images/Message.svg');
  background-position: 8% 52%;
}

.dropdown-list {
  box-shadow: 1px 1px 3px #000;
}

.dropdown-list.w--open {
  border-radius: 8px;
  box-shadow: 1px 0 7px 1px rgba(0, 0, 0, .16);
}

.buttons-parents {
  flex-direction: row;
  display: flex;
}

.text-span-3 {
  color: #9b9b9b;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 500;
}

.parent-image {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  margin-right: 10px;
}

.image-6 {
  width: 18px;
  height: 18px;
}

.div-parent-profile {
  margin-top: 60px;
}

.div-profile-image {
  width: 110px;
  height: 110px;
  min-height: 80px;
  min-width: 80px;
  background-image: url('../images/No-Dog.svg');
  background-position: 50%;
  background-size: cover;
  border: 4px solid #7d38ba;
  border-radius: 100px;
}

.detail-answer {
  font-weight: 600;
}

.button-contact-parents {
  width: 35px;
  height: 35px;
  min-height: 20px;
  min-width: 20px;
  background-color: var(--brand);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.dropdown-contact-pet {
  width: 100%;
  height: 48px;
  min-width: 100%;
  background-color: var(--brand);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 50px;
  display: flex;
}

.div-block-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-around;
  justify-items: stretch;
  display: grid;
}

.parent-tiltle {
  color: #000;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.div-image-gallery {
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: 135px;
  border-radius: 8px;
}

.div-parent-image-text {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  display: flex;
}

.icon-detail-pet {
  width: 20px;
  opacity: .6;
  margin-right: 10px;
}

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

.div-details-pet {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, .05);
}

.logo-profile {
  margin-right: 0;
}

.div-button {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.detail-tiltle {
  color: #42526e;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
}

.div-identify-profile {
  margin-top: 60px;
}

.section-profile {
  background-image: linear-gradient(rgba(255, 244, 224, .5), rgba(255, 244, 224, .5));
  padding-top: 40px;
  padding-bottom: 40px;
}

.breed-pet {
  color: #9b9b9b;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.name-pet {
  text-align: center;
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.div-name {
  margin-bottom: 30px;
}

.subtiltle-pet {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}

.div-block-18 {
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.icon {
  color: #fff;
  margin-left: 5px;
}

.image-pet {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.div-box-profile {
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-profile {
  width: 100%;
  max-height: 420px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 20px;
  font-size: 14px;
  display: flex;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, .05);
}

.detail-answer-2 {
  color: #000;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 600;
}

.div-breed {
  margin-bottom: 0;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.text-block-84, .text-block-85 {
  color: var(--brand);
}

.img-pet {
  max-width: 100%;
  border-radius: 5px;
}

.bg-container-pets {
  min-height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slide-nav {
  margin-top: 0;
  top: auto;
  bottom: -20%;
  left: 0%;
  right: 0%;
}

.slide {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.slider.profile {
  height: 150px;
}

.icon-3 {
  color: var(--ghost-white);
}

.right-arrow, .left-arrow {
  display: flex;
}

.body-3, .body-4, .body-5 {
  font-family: Poppins, sans-serif;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-centre {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.creator_block {
  min-width: 394px;
  background-color: #fff;
  border-radius: 12px;
  margin-right: 24px;
  padding: 20px 32px;
  display: block;
}

.block-profile-img {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  margin-right: 24px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.h3.centre {
  text-align: center;
}

.h3.center {
  text-align: center;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h3.lateral {
  text-align: left;
  letter-spacing: 0;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.block_followers {
  margin-top: 5px;
}

.creator_container {
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
  overflow: hidden;
}

.block_username {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.creator_content {
  display: flex;
}

.creators_wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.block_top-wrap {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.block_text {
  max-width: 330px;
  color: #565656;
  font-weight: 400;
  line-height: 1.5;
}

.section {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section.off-white {
  background-color: #f5f3f2;
}

.section.off-white.full {
  background-color: var(--brand);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.hero {
  height: 100vh;
  max-height: none;
  background-color: var(--brand);
  justify-content: center;
  align-items: flex-start;
  padding: 220px 0 300px;
  display: flex;
  overflow: visible;
}

.section.backgroud-2 {
  background-color: #fff;
  margin-top: 60px;
}

.section.app {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.section.app._2 {
  background-color: var(--brand);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.mobile {
  background-color: #fff;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.mobile._2 {
  margin-bottom: 60px;
}

.section.mobile._3 {
  background-color: var(--brand);
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.section.mobile.extra {
  padding-bottom: 40px;
}

.section.mobile._4 {
  padding-bottom: 60px;
}

.section.gradient-180 {
  background-color: var(--brand);
  padding-left: 0;
  padding-right: 0;
}

.section.gradient-180._2 {
  margin-top: 60px;
}

.section.footer {
  background-color: #940cc4;
}

.section.revenda {
  padding-bottom: 140px;
}

.section.influencer {
  padding-left: 20px;
  padding-right: 20px;
}

.link-footer {
  color: var(--lavender);
  font-weight: 400;
  transition: all .2s;
}

.link-footer:hover {
  color: var(--sandy-brown);
}

.bold-text-23 {
  color: var(--dark-slate-blue);
  font-size: 38px;
  font-weight: 600;
}

.bold-text-24 {
  letter-spacing: 0;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.div-gallery-profile {
  margin-top: 60px;
}

.new-hero {
  min-height: auto;
  background-color: var(--brand);
  background-image: none;
  padding: 140px 3%;
  font-family: Poppins, sans-serif;
}

.new-hero.purple {
  background-color: var(--brand);
  background-image: none;
  padding-top: 40px;
}

.new-display-heading {
  max-width: none;
  color: var(--ghost-white);
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 64px;
}

.new-display-heading.purple {
  color: var(--ghost-white);
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.new-hero-details {
  max-width: 550px;
  color: #edbaff;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.new-hero-details.principal {
  color: var(--light-slate-grey);
  font-size: 18px;
}

.new-hero-details.center {
  text-align: center;
}

.div-destaque {
  height: 30px;
  background-color: var(--ghost-white-2);
  justify-content: center;
  align-items: center;
  display: none;
}

.bold-text-25 {
  color: var(--dark-slate-blue);
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.new-content-h1 {
  letter-spacing: -.03em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
}

.new-content-h1._2 {
  color: var(--dark-slate-blue);
}

.container-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-2 {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pin-pet-new {
  width: 52%;
}

.pin-pet-new._2 {
  display: none;
}

.logotipo-new {
  width: 35%;
}

.logotipo-new.footer {
  width: 50%;
  padding: 0 0%;
}

.new-footer {
  background-color: #8609b1;
  padding: 80px 3%;
}

.new-footer.profile {
  padding-top: 0;
}

.text-span-16 {
  color: var(--sandy-brown);
  font-weight: 700;
}

.nav-link-2 {
  color: var(--lavender);
  border-bottom-style: none;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}

.nav-link-2.w--current {
  color: var(--ghost-white-2);
  font-weight: 700;
  transition: all .4s;
}

.nav-link-2.white {
  color: var(--light-slate-grey);
}

.brand-logo {
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-logo.primary {
  height: 50px;
}

.brand-2 {
  height: 30%;
  border-bottom-style: none;
  padding-left: 0;
}

.container-5 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.container-5.nav-container {
  width: 80%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-5.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-5.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2 {
  min-width: 200px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #081158;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button-2:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button-2.small {
  height: 48px;
  min-width: 160px;
  background-color: var(--green);
  background-image: none;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 14px;
}

.button-2.small:hover {
  background-image: none;
  padding-left: 20px;
}

.button-2.small {
  min-width: 160px;
  background-position: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-2.small:hover {
  background-position: 25px;
}

.button-2.small {
  height: 48px;
  min-width: 160px;
  background-color: #ff8e32;
  background-image: none;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 15px;
}

.button-2.small:hover {
  background-image: none;
  padding-left: 20px;
}

.nav-right-wrap {
  align-items: center;
  display: flex;
}

.navbar-3 {
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.blue-line {
  width: 150%;
  height: 10vh;
  background-color: var(--brand);
  margin-top: 20px;
  position: absolute;
  top: 32px;
  transform: rotate(-1deg);
}

.blue-line.bottom {
  top: auto;
  bottom: -35px;
}

.label {
  color: #081158;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label.grey-label {
  color: #dfdfdf;
}

._10-margin {
  margin-bottom: 10px;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.flex-center {
  align-items: center;
}

.section-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section-2.social-proof {
  background-color: var(--brand);
  color: #fff;
  color: #fff;
  background-color: #940cc4;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-217 {
  width: auto;
  height: 500px;
}

.body-new {
  font-family: Poppins, sans-serif;
}

.brand-3 {
  width: 12%;
}

.navbar-new {
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.navbar-new.white {
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
}

.navbar-4 {
  z-index: 9999;
}

.navbar-new-white {
  z-index: 9999;
  background-color: #fff;
}

.nav-link-3 {
  color: #081158;
  border-bottom-style: none;
  padding: 10px 20px;
  display: block;
}

.nav-link-3.w--current {
  color: #081158;
  font-weight: 500;
}

.brand-4 {
  height: 20px;
  border-bottom-style: none;
  padding-left: 0;
}

.navbar-5 {
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
}

.text-span-17 {
  color: var(--brand);
  font-weight: 700;
}

.text-span-18 {
  color: #ff923a;
  font-size: 52px;
  font-weight: 700;
}

.color-type {
  width: 24px;
  height: 24px;
  background-color: var(--indian-red);
  border: 1px solid #cacaca;
  border-radius: 100px;
  margin-left: 5px;
}

.color-type._1 {
  background-color: #c38778;
  border-width: 2px;
}

.color-type._2 {
  background-color: #a65d4e;
}

.color-type._3 {
  background-color: var(--ghost-white-2);
}

.div-color {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.line-divided {
  height: 1px;
  background-color: rgba(123, 136, 168, .13);
  margin-top: 20px;
  margin-bottom: 20px;
}

.biograph {
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

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

.logo-footer {
  width: 12%;
}

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

.cta-banner-new {
  width: 945px;
  min-height: 280px;
  background-color: var(--brand);
  color: var(--sandy-brown);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 60px 70px;
  display: flex;
}

.cta-banner-new.purple {
  background-color: var(--brand);
  background-image: none;
}

.container-new {
  width: 90%;
  max-width: 1200px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-new.container-fixed {
  max-width: 850px;
}

.footer-new {
  background-color: #8609b1;
  padding: 80px 3%;
}

.footer-new.profile {
  padding-top: 0;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 64px;
}

.h2.micro {
  color: #ff8e32;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--brand);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
}

.h2.micro._2 {
  color: var(--brand);
  margin-bottom: 5px;
  font-weight: 600;
}

.h2.micro._3 {
  margin-bottom: 0;
}

.h2.micro._4 {
  color: var(--green);
}

.h2.center {
  color: #000;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.h2.black {
  color: #000;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

.h2.black._2 {
  color: var(--ghost-white);
}

.h2.white {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 58px;
}

.h2.how {
  color: #fff;
  margin-bottom: 32px;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

.h2.white {
  margin-bottom: 10px;
  font-size: 48px;
}

.h2.black {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.h2.how {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 32px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.h2.center {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 32px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 58px;
}

.h2.revenda {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.h2.parceiro {
  font-size: 46px;
  font-weight: 700;
}

.h2.white {
  color: var(--ghost-white);
  margin-bottom: 32px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 48px;
}

.feature_image-wrap {
  width: 100%;
  max-width: none;
  position: relative;
}

.feature_image {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature_image._1 {
  display: none;
}

.feature_image._2 {
  width: 48%;
  margin-top: 0;
  margin-left: 0;
  top: -16%;
  left: 20%;
}

.feature_image._3 {
  width: 85%;
  position: relative;
  top: -3%;
  left: -3%;
}

.feature_image._1 {
  display: none;
}

.feature_image._2 {
  width: 40%;
  margin-top: 0;
  margin-left: 0;
  top: 0%;
  left: 20%;
}

.feature_image.localization {
  width: 88%;
  margin-top: 0;
  position: relative;
  top: -3%;
  left: -3%;
}

.feature_image.home {
  width: 40%;
  margin-top: 0;
  margin-left: 0;
  left: 20%;
}

.feature_image._3-copy {
  width: 85%;
  display: none;
  position: relative;
  top: 10%;
  left: -3%;
}

.feature_image.pets {
  width: 58%;
  margin-top: 0;
  position: relative;
  top: 56%;
  left: 20%;
}

.feature_image._3 {
  width: 85%;
  position: relative;
  top: 11%;
  left: 0%;
}

.feature_image.localization {
  width: 88%;
  margin-top: 0;
  position: relative;
  top: 8%;
  left: -3%;
}

.nav-link-4 {
  color: #f3efff;
  border-bottom-style: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.nav-link-4.w--current {
  color: #f8faff;
  font-weight: 700;
  transition: all .4s;
}

.nav-menu-3 {
  align-items: center;
  display: flex;
}

.container-7 {
  width: 90%;
  max-width: 95%;
  margin-left: 0;
  margin-right: 0;
}

.navbar-new-2 {
  width: 100%;
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.container-8 {
  width: 90%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11.hero {
  max-width: none;
  color: #e6def0;
  max-width: none;
  color: var(--lavender);
  letter-spacing: .1px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 0%;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-11.hero-copy {
  max-width: none;
  color: #e6def0;
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

.lottie {
  height: 150px;
}

.error-text {
  color: #ee2139;
}

.loader {
  z-index: 99;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-form {
  width: 100%;
  height: 56px;
  display: flex;
}

.hero_text-wrap {
  z-index: 5;
  width: auto;
  max-width: 570px;
  position: relative;
}

.hero_text-wrap.mobile {
  justify-content: center;
  align-items: center;
  display: none;
}

.hero_text-wrap.center {
  max-width: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_text-wrap.center2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-26 {
  color: var(--ghost-white);
  font-size: 42px;
  font-weight: 600;
}

.pinn-pet {
  width: auto;
  height: 310px;
}

.success-message-3 {
  background-color: #c1dedc;
  background-image: linear-gradient(135deg, #e6def0, #c1dedc);
  border-radius: 12px;
}

.error-message-2 {
  background-color: #fce1e4;
}

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

.hero_wrap._2 {
  grid-column-gap: 30px;
  grid-template-columns: .9fr 1fr;
}

.inline {
  color: #f2f2f2;
  letter-spacing: .5px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
  position: relative;
}

.button-3 {
  height: 50px;
  border: 2px solid var(--ghost-white);
  color: var(--ghost-white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 10px 24px;
  font-weight: 500;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-3:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button-3.black {
  height: 50px;
  background-color: var(--green);
  color: var(--dark-slate-blue);
  letter-spacing: 1px;
  border-style: none;
  border-radius: 8px;
  align-items: center;
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.button-3.black:hover {
  background-color: var(--green-light);
  border-color: #303030;
}

.button-3.black._2 {
  color: var(--dark-slate-blue);
  margin-top: 40px;
}

.button-3.black.space {
  margin-left: 20px;
}

.blue-line-2 {
  width: 100%;
  height: 10vh;
  background-color: #940cc4;
  margin-top: 20px;
  position: absolute;
  top: 32px;
  transform: rotate(-1deg);
}

.how_text {
  color: var(--light-slate-grey);
  text-align: center;
  margin-top: 16px;
  font-size: 15px;
  line-height: 24px;
}

.how_text.lateral {
  text-align: left;
}

.how_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.how_block.lateral {
  border: 2px solid #000;
  border-radius: 12px;
  align-items: flex-start;
  padding: 20px;
}

.how_grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 88px;
}

.how_grid._2 {
  width: 80%;
  grid-template-columns: 1fr 1fr;
}

.how_grid._5 {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.how_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
}

.work-image {
  width: auto;
  height: 145px;
  margin-bottom: 0;
  display: block;
}

.work-image.revenda {
  width: 115px;
}

.text-span-19 {
  line-height: 48px;
}

.creator_container-2 {
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 120px;
  overflow: hidden;
}

.block-profile-img-2 {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 15px;
}

.block_followers-2 {
  margin-top: 5px;
  font-size: 14px;
}

.block_text-2 {
  max-width: 330px;
  font-size: 15px;
  line-height: 26px;
}

.creators_wrap-2 {
  background-color: var(--brand);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  display: block;
  position: relative;
}

.block_username-2 {
  font-size: 20px;
  font-weight: 700;
}

._480 {
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._480.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.feature_text {
  color: #d9d9d9;
}

.feature_text.black {
  color: #595959;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.feature_text.lateral {
  font-size: 16px;
  line-height: 28px;
}

.feature_text.black {
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  font-size: 16px;
}

.feature_text._2 {
  color: var(--light-slate-grey);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.feature_text.black {
  color: #7b88a8;
  margin-bottom: 20px;
}

.feature_text.white {
  color: #d9d9d9;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.feature_image-wrap-2 {
  width: 100%;
  max-width: none;
  position: relative;
}

.feature_image-wrap-2._2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature_wrap, .feature_wrap.app {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature_wrap._3 {
  padding-bottom: 140px;
}

.feature_wrap._4 {
  padding-bottom: 60px;
}

.feature_grid {
  height: auto;
  grid-column-gap: 30px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.feature_grid._2 {
  align-items: center;
}

.heading-15 {
  color: #000;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 700;
}

.heading-15.black {
  color: #fff;
}

.pricing-text-2 {
  max-width: 560px;
  color: #000;
  letter-spacing: -.1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-text-2.black {
  color: #fff;
}

.text-block-87 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
}

.pin-kit-2 {
  width: auto;
  height: 120px;
  max-height: none;
  margin-bottom: 20px;
  display: block;
}

.pin-kit-2._2 {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.pin-kit-2._3 {
  width: auto;
  height: 117.088px;
}

.quantidade-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 16px;
  font-weight: 600;
}

.quantidade-text-2.desconto {
  color: #f8faff;
  font-size: 15px;
  font-weight: 600;
}

.bold-text-27 {
  color: #000;
}

.bold-text-27.crop {
  color: #7b88a8;
  font-weight: 400;
  text-decoration: line-through;
}

.bold-text-27.black {
  color: var(--ghost-white);
}

.container-9 {
  width: 90%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.container-9._2 {
  width: 95%;
}

.check-2 {
  width: 28px;
  margin-right: 10px;
}

.content-section-3 {
  background-color: var(--brand);
  padding: 60px 20px 80px;
}

.content-section-3.consultor {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
  padding-bottom: 200px;
}

.content-section-3.parceiros {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
  padding-bottom: 60px;
}

.pricing-card-2 {
  background-color: #f8faff;
  background-image: linear-gradient(rgba(170, 60, 199, .2), #fff 60%);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.pricing-card-2._3 {
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  padding: 20px 0;
}

.pricing-card-2._2 {
  box-shadow: none;
  background-image: none;
  padding: 0 0 20px;
}

.pricing-card-2._2.black {
  background-color: var(--dark-slate-blue);
}

.new-tag-2 {
  color: rgba(170, 96, 165, .2);
  text-transform: uppercase;
  background-color: #940cc4;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}

.new-tag-2.desconto {
  background-color: #940cc4;
  border-radius: 20px 20px 0 0;
  margin-top: 0;
  margin-left: 0;
}

.new-tag-2.desconto._2 {
  background-color: #ff8e32;
}

.heading-16 {
  color: #000;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.heading-16.crop {
  color: #7b88a8;
  letter-spacing: .01em;
  font-size: 18px;
  font-weight: 400;
}

.heading-16.black {
  color: var(--ghost-white);
}

.button-pagamento-2 {
  width: 95%;
  min-height: 60px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0cc474;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.button-pagamento-2:hover {
  background-color: #2fd185;
  box-shadow: 8px 8px 20px rgba(47, 209, 133, .3);
}

.features-grid-3 {
  width: 100%;
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  margin-top: 100px;
}

.porque-text-2 {
  max-width: 560px;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.brand_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand_block {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: none;
  min-width: 100%;
  background-color: #fff;
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.brand_grid-text {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brand_logo-wrap {
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.brand_image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.brand_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 64px;
  padding-bottom: 80px;
  display: grid;
  transform: translate(0);
}

.brand_container {
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.faq-question-wrap-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.faq-question-wrap-2.fechado {
  margin-bottom: 20px;
}

.faq-question-bar-3 {
  color: #2d3958;
  background-color: #f8faff;
  border-bottom: 1px #e6eaf5;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
  text-decoration: none;
  display: flex;
}

.faq-wrap-3 {
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.question-title-3 {
  color: #000;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.value-title-wrapper-3 {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto 60px;
  display: flex;
}

.faq-section-3 {
  background-color: rgba(255, 255, 255, .5);
  padding: 80px 3%;
}

.faq-paragraph-3 {
  margin-bottom: 0;
  padding: 20px;
  font-size: 15px;
  line-height: 26px;
}

.cta-banner-dark-3 {
  min-height: 260px;
  background-color: var(--brand);
  background-image: none;
  background-size: auto;
  border-radius: 24px;
  align-items: center;
  padding: 60px 70px;
  display: flex;
}

.cta-h3-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4;
}

.text-span-20 {
  color: #fff;
  letter-spacing: 0;
  font-size: 42px;
  font-weight: 700;
}

.logo-loja-2 {
  max-width: 100%;
}

.cta-container-3 {
  width: 100%;
  color: #46d39a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-section-3 {
  color: #ff8e32;
  background-color: rgba(255, 255, 255, .5);
  padding: 100px 3%;
  position: relative;
}

.success-message-4 {
  color: #fff;
  background-color: #940cc4;
}

.line-2 {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, .15);
}

.footer-grid-2 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.subscribe-button-2 {
  min-height: 56px;
  min-width: 100px;
  text-align: center;
  background-color: #940cc4;
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.title-grey-2 {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.fotter_bottom-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.small {
  font-size: 16px;
  line-height: 24px;
}

.small.margin-bottom-16 {
  color: #fff;
  font-size: 15px;
}

.small.right {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.small.margin-bottom-16 {
  color: #fff;
}

.footer-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-flex {
  display: flex;
}

.section-3 {
  background-color: #940cc4;
}

.link-footer-2 {
  color: #f3efff;
  font-weight: 400;
  transition: all .2s;
}

.link-footer-2:hover {
  color: #ff8e32;
}

.footer-link-2 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link-2:hover {
  color: #ff8e32;
}

.footer-link-2.termos-de-uso {
  display: none;
}

.body-6 {
  font-family: Poppins, sans-serif;
}

.cta-h3-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Bevan, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
}

.how_text-2 {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
}

.blue-line-3 {
  width: 100%;
  height: 10vh;
  background-color: #940cc4;
  margin-top: 20px;
  position: absolute;
  top: 32px;
  transform: rotate(-1deg);
}

.check-3 {
  width: 24px;
  margin-right: 10px;
}

.text-span-21 {
  color: #fff;
  letter-spacing: 0;
  font-size: 38px;
  font-weight: 400;
}

.new-tag-3 {
  color: rgba(170, 96, 165, .2);
  text-transform: uppercase;
  background-color: #940cc4;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
}

.new-tag-3.desconto {
  background-color: #940cc4;
  border-radius: 20px 20px 0 0;
  margin-top: 0;
  margin-left: 0;
}

.new-tag-3.desconto._2 {
  background-color: #ff8e32;
}

.block_username-3 {
  color: var(--dark-slate-blue);
  font-size: 18px;
  font-weight: 700;
}

.img-expositor {
  width: 100%;
}

.img-expositor._2 {
  width: 70%;
}

.img-expositor.confirm {
  width: 60%;
  margin-bottom: 10px;
}

.heading-17 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.bold-text-28 {
  color: var(--brand);
  font-size: 32px;
  line-height: 1.4;
  display: inline-block;
}

.div-block-220 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.confirm-lead-image {
  width: 50%;
  margin-bottom: 20px;
}

.content-h1-3 {
  color: #000;
  letter-spacing: -.01em;
  margin-top: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.content-h1-3.revendedor {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
}

.button-pagamento-3 {
  min-height: 60px;
  text-align: center;
  letter-spacing: .7px;
  background-color: #940cc4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 15px;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.button-pagamento-3:hover {
  background-color: #940cc4;
  box-shadow: 8px 8px 20px rgba(170, 60, 199, .32);
}

.button-pagamento-3.revendedor {
  width: 70%;
  background-color: #940cc4;
  margin-top: 20px;
}

.button-pagamento-3.revendedor:hover {
  box-shadow: 8px 8px 20px rgba(255, 142, 50, .21);
}

.button-pagamento-3.header {
  min-height: 55px;
  font-size: 15px;
  font-weight: 500;
}

.button-4 {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 10px 24px;
  transition: color .2s, background-color .2s;
}

.button-4:hover {
  color: #fff;
  background-color: #000;
}

.button-4.black {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff8e32;
  border-style: none;
  border-radius: 8px;
  align-items: center;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button-4.black:hover {
  background-color: #ee7716;
  border-color: #303030;
}

.how_text-3 {
  color: #7b88a8;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  line-height: 28px;
}

.section-popup {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .73);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-18 {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
}

.button-primary {
  width: auto;
  height: 50px;
  max-width: 220px;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #f54422;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #982600;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.buy {
  width: 100%;
  height: 60px;
  max-width: none;
  color: #fff;
  text-align: center;
  background-color: #f54422;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 600;
}

.button-primary.buy:hover {
  color: #fff;
  background-color: #470c0c;
  border: 1px #000;
}

.pricing-subtitle {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.pricing-price {
  color: #949494;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-price.principal {
  color: #000;
  letter-spacing: -.5px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}

.pricing-tag {
  background-color: var(--green);
  color: var(--dark-slate-blue);
  letter-spacing: .3px;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: -15px;
}

.pricing-tag._2 {
  color: var(--lavender);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: 300;
  top: -54px;
}

.pricing-tag._3 {
  margin-bottom: 20px;
  font-size: 18px;
  position: static;
}

.pricing-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.div-block-4 {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  display: flex;
}

.pricing-card-3 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card-3.featured-pricing {
  z-index: 2;
  height: 506.425px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 10px 20px;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.text-span-23 {
  font-size: 32px;
  font-weight: 600;
}

.pricing-feature {
  color: #000;
  text-transform: none;
  background-image: url('../images/Frete.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 26px;
  align-self: stretch;
  margin-top: 5px;
  padding-left: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

.pricing-feature-list {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.pricing-image {
  width: 100%;
  height: auto;
  filter: brightness(90%) hue-rotate(157deg);
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 20px;
}

.bold-text-29 {
  color: var(--ghost-white);
}

.image {
  margin-right: 10px;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-dark {
  background-color: var(--brand);
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.logo-heading {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.logo-heading.footer {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-wrapper {
  max-width: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-10 {
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: rgba(255, 255, 255, .74);
}

.footer-link-3._2 {
  background-color: var(--ghost-white);
  color: var(--brand);
  border-radius: 6px;
  padding: 10px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 22px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  color: rgba(255, 255, 255, .2);
  background-color: rgba(228, 235, 243, .15);
  margin-top: 70px;
  margin-bottom: 20px;
}

.bold-text-30 {
  color: var(--dark-slate-blue);
}

.image-39 {
  width: 85%;
}

.div-block-influencers {
  height: 400px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../images/Kiliquinha.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 20px 30px;
  display: flex;
}

.div-block-influencers._2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../images/Gudan.jpg');
}

.div-block-influencers._3 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../images/Cleiton.jpg');
}

.div-block-influencers._4 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../images/ViihTube.jpg');
}

.div-block-influencers._5 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0)), url('../images/Mada-e-Bica.jpg');
}

.text-block-88 {
  color: var(--ghost-white);
  text-align: center;
}

.text-block-88.titles {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

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

.error-message-3 {
  background-color: #deffe1;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
}

.heading-19 {
  color: var(--sandy-brown);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
}

.image-40 {
  width: 400px;
  height: 250px;
  background-image: url('../images/Meme1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
}

.image-40._2 {
  background-image: url('../images/Meme2.gif');
}

.div-block-223 {
  width: 72%;
  height: auto;
  background-color: var(--brand);
  border-radius: 12px;
  margin-top: -46px;
  padding: 20px 15px;
  position: relative;
  left: -27px;
}

.text-block-89 {
  color: var(--ghost-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.image-41 {
  height: 60px;
}

.heading-20 {
  margin-left: 10px;
  margin-right: 10px;
}

.video2 {
  display: none;
}

.teste2 {
  width: 95%;
  min-height: 60px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #940cc4;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .3s, background-color .3s;
  display: flex;
}

.teste2:hover {
  background-color: #940cc4;
  box-shadow: 8px 8px 20px rgba(170, 60, 199, .32);
}

.bold-text-32 {
  color: var(--lavender);
}

.div-block-224, .nav-menu-4 {
  display: flex;
}

.navbar-6 {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-5 {
  color: var(--lavender);
  font-weight: 500;
}

.container-11 {
  max-width: 90%;
}

@media screen and (min-width: 1440px) {
  .navigation-container {
    max-width: 90%;
  }

  .content-section.consultor {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .content-section.roxo {
    background-color: var(--brand);
  }

  .content-section.feira {
    background-color: var(--brand);
    padding-bottom: 140px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .content-image-wrapper {
    padding: 0;
  }

  .cta-banner {
    background-color: var(--brand);
  }

  .content-grid-01 {
    grid-template-columns: 1fr 1fr;
  }

  .content-image.expositor {
    width: 80%;
  }

  .contact {
    border-radius: 15px;
    padding: 40px;
  }

  .contact.popup {
    margin-bottom: 20px;
  }

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

  .text-field.cidade._2 {
    width: 70%;
    margin-right: 10px;
  }

  .dropdown-toggle._2 {
    width: 32%;
  }

  .paragraph-large.revenda {
    color: var(--lavender);
    font-size: 21px;
    font-weight: 700;
  }

  .content-h1.revendedor, .content-h1.indique {
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
  }

  .form-wrapper.revenda {
    max-width: 90%;
    min-width: auto;
    grid-template-columns: 1fr .8fr;
  }

  .logotipo.footer {
    width: 90%;
  }

  .hero-confirma-o {
    padding-bottom: 140px;
  }

  .div-block-211 {
    grid-column-gap: 5px;
    padding-left: 300px;
    padding-right: 300px;
  }

  .paragraph-10.revenda {
    color: var(--plum-2);
    font-size: 16px;
  }

  .button-pagamento {
    background-color: var(--dark-orange);
  }

  .button-pagamento:hover {
    background-color: var(--sandy-brown);
  }

  .button-pagamento.revendedor {
    width: 45%;
    background-color: var(--brand);
    margin-top: 0;
    font-size: 16px;
  }

  .button-pagamento.header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-11 {
    letter-spacing: 0;
    font-size: 42px;
    font-weight: 700;
  }

  .heading-11._2 {
    font-size: 38px;
    font-weight: 700;
  }

  .value-icon-2 {
    width: 350px;
    margin-bottom: 20px;
  }

  .text-block-82 {
    text-align: center;
    margin-bottom: 20px;
  }

  .success-message-2 {
    padding-bottom: 20px;
  }

  .h3.center {
    color: #000;
    color: #000;
    letter-spacing: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }

  .h3.lateral {
    color: #000;
    letter-spacing: 0;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .section.hero {
    height: auto;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 200px;
    padding-bottom: 220px;
    display: block;
  }

  .section.backgroud-2 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.backgroud-2._2 {
    margin-top: 0;
  }

  .section.mobile {
    padding-bottom: 100px;
  }

  .section.mobile._3 {
    background-color: var(--brand);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.gradient-180 {
    background-color: var(--brand);
    background-image: none;
  }

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

  .brand-logo {
    max-width: 95%;
  }

  .section-2.social-proof {
    margin-top: 0;
  }

  .h2.micro {
    color: #ff8e32;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green-dark);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .h2.micro._2, .h2.micro._3 {
    font-weight: 600;
  }

  .h2.center, .h2.black, .h2.white, .h2.how, .h2.white {
    font-size: 42px;
  }

  .h2.black {
    letter-spacing: 0;
    font-size: 42px;
    line-height: 56px;
  }

  .h2.how, .h2.center {
    font-size: 42px;
  }

  .h2.revenda {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
  }

  .h2.white {
    color: var(--ghost-white);
    margin-bottom: 20px;
    font-size: 42px;
  }

  .feature_image._1 {
    width: 90%;
    display: block;
  }

  .feature_image._2 {
    width: 45%;
    margin-top: 63px;
    margin-left: 0;
    top: 1%;
    left: 25%;
  }

  .feature_image._3 {
    width: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    top: 18%;
    left: -1%;
  }

  .feature_image._1 {
    width: 90%;
    display: none;
  }

  .feature_image._2 {
    width: 40%;
    margin-top: 63px;
    margin-left: 0;
    top: 1%;
    left: 25%;
  }

  .feature_image.localization {
    width: 92%;
    margin-top: 0;
    margin-left: 0;
    top: 18%;
    left: -1%;
  }

  .feature_image.home {
    width: 40%;
    margin-top: 63px;
    margin-left: 0;
    top: 1%;
    left: 25%;
  }

  .feature_image._3-copy {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    top: 18%;
    left: -1%;
  }

  .feature_image.pets {
    width: 60%;
    margin-top: 0;
    margin-left: 0;
    top: 46%;
    left: 25%;
  }

  .feature_image._3 {
    width: 95%;
    margin-top: 0;
    margin-left: 0;
    top: 18%;
    left: 0%;
  }

  .feature_image.localization {
    width: 90%;
    margin-top: 0;
    margin-left: 0;
    top: 18%;
    left: 0%;
  }

  .nav-link-4 {
    font-size: 16px;
  }

  .container-7 {
    max-width: 95%;
  }

  .navbar-new-2 {
    height: 85px;
    padding-top: 10px;
    position: absolute;
  }

  .paragraph-11.hero {
    color: #e6def0;
    color: var(--lavender-2);
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .paragraph-11.hero-copy {
    color: #e6def0;
  }

  .hero_text-wrap {
    max-width: 570px;
  }

  .hero_text-wrap.mobile {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .hero_text-wrap.center {
    max-width: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_text-wrap.center2 {
    width: 100%;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-26 {
    color: #fff;
    font-weight: 600;
  }

  .pinn-pet {
    width: auto;
    height: 330px;
  }

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

  .hero_wrap._2 {
    grid-column-gap: 30px;
    grid-template-columns: .8fr 1fr;
  }

  .inline {
    color: #fff;
    font-family: Bevan, sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 56px;
  }

  .button-3 {
    height: 56px;
    border-style: solid;
    border-color: var(--seashell);
    color: #fff;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .button-3:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-3.black {
    height: 56px;
    background-color: var(--green);
    border-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 5px;
    padding: 15px 25px;
    font-weight: 600;
    display: flex;
  }

  .button-3.black._2 {
    margin-top: 60px;
  }

  .button-3._2 {
    height: 60px;
    border-color: var(--light-slate-grey);
    color: var(--dark-slate-blue);
  }

  .blue-line-2 {
    width: 100%;
    transform: rotate(-1deg);
  }

  .how_text {
    font-size: 16px;
    line-height: 26px;
  }

  .how_text.lateral {
    text-align: left;
  }

  .how_block.lateral {
    border: 2px solid #000;
    border-radius: 12px;
    align-items: flex-start;
    padding: 20px;
  }

  .how_grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .how_grid._5 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 60px;
  }

  .how_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .work-image {
    width: auto;
    height: 162px;
    margin-bottom: 0;
  }

  .block_text-2 {
    font-size: 16px;
  }

  .creators_wrap-2 {
    background-color: #940cc4;
  }

  .block_username-2 {
    color: var(--dark-slate-blue);
  }

  ._480 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .feature_text.lateral {
    font-size: 18px;
  }

  .feature_text.black {
    font-size: 18px;
    line-height: 30px;
  }

  .feature_text._2, .feature_text.black {
    line-height: 30px;
  }

  .feature_text.white {
    color: #d9d9d9;
    font-size: 18px;
    line-height: 30px;
  }

  .feature_image-wrap-2.expositor, .feature_image-wrap-2._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature_wrap.app {
    padding-top: 60px;
  }

  .feature_wrap._3 {
    height: auto;
  }

  .feature_wrap._4 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .feature_grid {
    height: 640px;
  }

  .feature_grid.flip {
    height: 550px;
  }

  .feature_grid._2 {
    height: auto;
  }

  .feature_grid.flip-copy {
    padding-bottom: 60px;
  }

  .heading-15 {
    letter-spacing: -.03em;
    font-size: 52px;
  }

  .pricing-text-2 {
    text-align: left;
    font-size: 15px;
  }

  .pin-kit-2 {
    width: auto;
    height: 142px;
    margin-bottom: 20px;
  }

  .pin-kit-2._2 {
    width: auto;
    height: 120.2px;
    margin-bottom: 40px;
  }

  .pin-kit-2._3 {
    width: auto;
    height: 139.338px;
  }

  .container-9 {
    width: 90%;
    max-width: 95%;
  }

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

  .content-section-3.consultor {
    padding-bottom: 140px;
  }

  .content-section-3.parceiros {
    padding-bottom: 100px;
  }

  .button-pagamento-2 {
    width: 95%;
    letter-spacing: .5px;
    margin-top: 25px;
  }

  .features-grid-3 {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .porque-text-2 {
    line-height: 28px;
  }

  .brand_content {
    grid-row-gap: 32px;
  }

  .line-2 {
    background-color: rgba(255, 255, 255, .16);
  }

  .how_text-2 {
    color: var(--light-slate-grey);
    font-size: 16px;
    line-height: 28px;
  }

  .blue-line-3 {
    width: 100%;
    transform: rotate(-1deg);
  }

  .check-3._2 {
    width: 30px;
  }

  .block_username-3 {
    color: var(--dark-slate-blue);
  }

  .img-expositor {
    width: 100%;
  }

  .img-expositor._2, .img-expositor.confirm {
    width: 60%;
  }

  .bold-text-28 {
    color: var(--brand);
    line-height: 1.3;
  }

  .content-h1-3.revendedor {
    font-size: 46px;
    font-weight: 700;
  }

  .button-pagamento-3 {
    background-color: #ff7200;
  }

  .button-pagamento-3:hover {
    background-color: #ff8e32;
  }

  .button-pagamento-3.revendedor {
    background-color: #940cc4;
    margin-top: 30px;
  }

  .button-pagamento-3.header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-4 {
    color: #f4e6f9;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .button-4:hover {
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
  }

  .button-4.black {
    background-color: #ff8e32;
    border-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 15px 30px;
    font-weight: 500;
    display: flex;
  }

  .button-4.black:hover {
    background-color: #e9781b;
  }

  .how_text-3 {
    font-size: 16px;
  }

  .section-popup {
    background-color: rgba(0, 0, 0, .63);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-18 {
    font-size: 42px;
    font-weight: 600;
  }

  .pricing-subtitle {
    margin-bottom: 20px;
  }

  .pricing-price {
    color: #949494;
    font-size: 17px;
  }

  .pricing-price.principal {
    font-size: 48px;
  }

  .pricing-tag {
    letter-spacing: 1px;
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    top: -12px;
  }

  .pricing-tag._2 {
    font-size: 22px;
    top: -50px;
  }

  .pricing-tag._3 {
    margin-bottom: 20px;
    font-size: 18px;
    position: static;
  }

  .pricing-title {
    font-weight: 600;
  }

  .div-block-4 {
    width: 70%;
  }

  .pricing-card-3.featured-pricing {
    height: 558.2px;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-feature {
    font-size: 14px;
  }

  .bold-text-29 {
    color: var(--ghost-white);
  }

  .logo-heading.footer {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-link-3 {
    font-size: 14px;
  }

  .footer-link-3._2 {
    background-color: var(--ghost-white);
    color: var(--brand);
    border-radius: 8px;
    padding: 15px;
    font-weight: 600;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .bold-text-30 {
    color: var(--dark-slate-blue);
  }

  .image-39 {
    width: 80%;
    max-width: none;
  }

  .div-block-influencers {
    height: 400px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/Kiliquinha.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 12px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px 30px;
    display: flex;
  }

  .div-block-influencers._2 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/Gudan.jpg');
  }

  .div-block-influencers._3 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/Cleiton.jpg');
  }

  .div-block-influencers._4 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/ViihTube.jpg');
  }

  .div-block-influencers._5 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0)), url('../images/Mada-e-Bica.jpg');
  }

  .text-block-88 {
    color: var(--ghost-white);
    text-align: center;
    letter-spacing: .5px;
    font-weight: 300;
  }

  .text-block-88.titles {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .bold-text-31 {
    color: var(--dark-slate-blue);
    font-weight: 600;
  }

  .div-block-222 {
    margin-top: 30px;
    display: flex;
  }

  .heading-19 {
    color: var(--sandy-brown);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 72px;
    font-weight: 800;
  }

  .image-40 {
    width: 450px;
    height: 280px;
    background-image: url('../images/Meme1.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
  }

  .div-block-223 {
    width: 72%;
    height: auto;
    background-color: var(--brand);
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    margin-top: -46px;
    padding: 20px 16px;
    display: flex;
    position: relative;
    left: -27px;
  }

  .text-block-89 {
    height: auto;
    color: var(--ghost-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
  }

  .video2 {
    display: none;
  }

  .teste2 {
    width: 95%;
    letter-spacing: .5px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-container {
    max-width: 100%;
  }

  .navbar {
    background-color: rgba(255, 255, 255, 0);
  }

  .container {
    width: auto;
    max-width: none;
  }

  .display-heading {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .hero-details {
    text-align: center;
  }

  .hero-details.principal {
    max-width: none;
  }

  .button-wrapper {
    align-items: stretch;
  }

  .dashboard-wrapper {
    margin-top: 0;
    padding: 25px;
  }

  .dashboard-wrapper.dashboard-platform {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .logo-block {
    padding: 15px;
  }

  .content-section.consultor {
    padding-bottom: 100px;
  }

  .content-section.donation {
    background-color: #fff;
    margin-top: 220px;
    padding-top: 100px;
  }

  .content-section.feira {
    padding-bottom: 100px;
  }

  .content-image-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-text-wrapper {
    margin-top: 40px;
    padding: 0 40px 0 0;
  }

  .content-text-wrapper.home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .title-wrap-left {
    text-align: left;
  }

  .nav-menu {
    background-color: #fff;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .cta-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-container {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .div-block-6, .cta-h2 {
    width: 100%;
  }

  .cta-button-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 40px;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
  }

  .footer-column.rastrear {
    align-items: center;
  }

  .footer-column._1 {
    padding-right: 0;
  }

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

  .content-grid-01 {
    grid-row-gap: 0px;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-grid-01._2, .content-grid-01.movimento {
    grid-template-columns: 1fr;
  }

  .content-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .content-image.app {
    width: 60%;
    display: block;
  }

  .content-image._2 {
    width: 60%;
    margin-bottom: 40px;
    display: block;
  }

  .content-image.movimento {
    width: 60%;
    display: block;
  }

  .form-block {
    max-width: 400px;
  }

  .testimonial-grid {
    grid-column-gap: 60px;
    grid-row-gap: 43px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .testimonial-card {
    margin-left: 40px;
    margin-right: 40px;
  }

  .testimonial-title {
    width: 100%;
  }

  .hero-contact {
    min-height: 800px;
    padding-top: 150px;
  }

  .contact {
    max-width: none;
    padding: 60px 40px;
  }

  .contact.popup {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-field {
    background-position: 3%;
  }

  .company-grid, .location-grid {
    grid-column-gap: 22px;
  }

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

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

  .bg-jobs {
    width: 85%;
  }

  .bg-element {
    max-width: 700px;
    min-height: 650px;
  }

  .bg-element.bg-offices {
    max-width: 820px;
  }

  .bg-element.bg-features {
    top: auto;
    left: auto;
  }

  .content-h1.explicativo {
    font-size: 34px;
    line-height: 42px;
  }

  .job-grid {
    grid-column-gap: 24px;
  }

  .culture-image {
    width: 100%;
  }

  .form-wrapper.revenda {
    min-width: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button {
    color: var(--brand);
    background-color: rgba(0, 0, 0, 0);
    margin-left: 20px;
    font-size: 22px;
  }

  .menu-button.w--open {
    background-color: #6a35ff;
  }

  .navigation-right {
    width: 40%;
  }

  .hero-plain {
    padding-top: 140px;
  }

  .feature-wrap {
    padding-right: 0;
  }

  .blog-collection-feature {
    margin-bottom: 10px;
  }

  .blog-collection-item {
    width: 50%;
  }

  .featured-image-wrap {
    max-height: none;
    overflow: hidden;
  }

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

  .feature-blog-content {
    padding-left: 10px;
    padding-right: 100px;
  }

  .blog-post {
    padding-right: 20px;
  }

  .features-grid {
    grid-column-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .grid-works {
    grid-column-gap: 18px;
  }

  .bg-step {
    max-width: 90%;
  }

  .feature-block {
    max-height: 260px;
  }

  .feature-block.feature-02 {
    margin-top: 20px;
  }

  .grid-wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-blog {
    padding-top: 140px;
  }

  .pricing-container-mobile {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .price-grid-mobile {
    grid-column-gap: 0px;
    grid-template-columns: 1.8fr 1fr;
  }

  .tab-menu {
    width: 100%;
    flex-direction: row;
    padding-top: 29px;
    padding-bottom: 29px;
    display: flex;
    top: -25px;
  }

  .content-feature {
    grid-row-gap: 0px;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1.3fr;
  }

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

  .culture-image-02, .culture-image-03 {
    width: 100%;
  }

  .author-section {
    padding-top: 0;
  }

  .div-logo {
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
  }

  .logotipo {
    width: 25%;
  }

  .logotipo.footer._2 {
    width: 70%;
  }

  .text-span-2 {
    color: #f8faff;
    font-size: 36px;
  }

  .cta-container-2 {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-container-2.blue {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta-banner-dark-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-cta-2 {
    width: 60%;
  }

  .container-3 {
    max-width: 100%;
  }

  .cta-button-wrap-2 {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .icon-mail {
    width: 150px;
  }

  .hero-confirma-o {
    padding-top: 40px;
  }

  .feature-card-2 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-card-2.email {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titulo-confirma-o {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 40px;
  }

  .titulo-confirma-o._2 {
    font-size: 32px;
  }

  .bold-text-13 {
    font-size: 38px;
  }

  .features-grid-2 {
    grid-column-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .features-grid-2.revenda, .features-grid-2.revenda-copy, .features-grid-2.indique {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-210 {
    min-width: 500px;
  }

  .bold-text-header {
    display: block;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-card._3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-text {
    font-size: 18px;
  }

  .div-loja-app {
    max-width: 65%;
  }

  .frete-text {
    font-size: 14px;
  }

  .div-block-211 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .ilustra-o, .ilustra-o._2, .ilustra-o._3 {
    width: 80%;
  }

  .testimonial-grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 43px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         ".";
  }

  .testimonial-title-2 {
    width: 100%;
  }

  .testimonial-card-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-pagamento {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-pagamento.revendedor {
    width: 70%;
  }

  .div-footer-pagamento {
    padding-left: 0;
    padding-right: 0;
  }

  .pin-pet {
    width: 45%;
    display: none;
  }

  .pin-pet._2 {
    width: 38%;
    margin-bottom: 20px;
    display: block;
  }

  .pin-kit {
    width: 25%;
  }

  .pin-kit._2 {
    width: 40%;
  }

  .pin-kit._3 {
    width: 50%;
  }

  .porque-text {
    font-size: 18px;
  }

  .button-pagaqmento-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-detail {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-image-gallery {
    width: 100%;
    height: 100%;
  }

  .div-gallery-pet {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .section-profile {
    padding-top: 20px;
  }

  .text-block-5 {
    text-align: center;
  }

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

  .div-box-profile {
    max-width: 100%;
  }

  .div-profile {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-pet {
    max-width: 100%;
  }

  .slide-nav {
    bottom: -10%;
  }

  .slide {
    width: 33%;
  }

  .creator_block {
    display: block;
  }

  .h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .h3.center, .h3.lateral {
    font-size: 20px;
    font-weight: 600;
  }

  .creator_container {
    padding-bottom: 80px;
  }

  .creators_wrap {
    padding-top: 80px;
  }

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

  .section.hero {
    height: auto;
    max-height: none;
    min-height: 0;
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.backgroud-2 {
    margin-top: 80px;
  }

  .section.app {
    margin-bottom: 0;
  }

  .section.mobile {
    height: 1000px;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .section.mobile._3 {
    height: auto;
  }

  .bold-text-23 {
    font-size: 36px;
    font-weight: 600;
  }

  .bold-text-24 {
    font-size: 36px;
  }

  .new-hero {
    padding-top: 60px;
  }

  .new-display-heading {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .new-hero-details {
    text-align: center;
  }

  .new-hero-details.principal {
    max-width: none;
  }

  .container-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-2 {
    justify-content: space-between;
  }

  .pin-pet-new {
    width: 45%;
    display: none;
  }

  .pin-pet-new._2 {
    width: 38%;
    margin-bottom: 20px;
    display: block;
  }

  .logotipo-new {
    width: 25%;
  }

  .nav-link-2 {
    color: #081158;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand-logo {
    margin-top: 10px;
  }

  .brand-2 {
    z-index: 2;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .menu-button-2.w--open {
    z-index: 2;
    background-color: #081158;
  }

  .container-5.nav-container {
    position: static;
  }

  .nav-menu-2 {
    z-index: 1;
    width: 50vw;
    text-align: center;
    background-color: #cfddee;
    flex-direction: column;
    padding: 100px 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .blue-line {
    top: 282px;
  }

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

  .section-2.social-proof {
    margin-top: 0;
  }

  .brand-3 {
    width: 20%;
  }

  .container-6 {
    justify-content: space-between;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .nav-link-3 {
    color: #081158;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand-4 {
    z-index: 2;
  }

  .icon-5 {
    color: #fff;
  }

  .biograph {
    font-size: 15px;
    line-height: 1.6;
  }

  .logo-footer {
    width: 20%;
  }

  .cta-banner-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-new {
    width: auto;
    max-width: none;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .h2.center {
    text-align: center;
    font-size: 38px;
  }

  .feature_image-wrap {
    max-width: none;
  }

  .feature_image._2 {
    width: 40%;
    left: 27%;
  }

  .feature_image._3 {
    width: 80%;
    width: 80%;
    margin-top: 0;
    top: 4%;
    left: 2%;
  }

  .feature_image._2 {
    width: 35%;
    left: 27%;
  }

  .feature_image.localization {
    width: 80%;
    margin-top: 0;
    top: 4%;
    left: 2%;
  }

  .feature_image.home {
    width: 35%;
    left: 27%;
  }

  .feature_image._3-copy {
    width: 80%;
    margin-top: 0;
    top: 4%;
    left: 2%;
  }

  .feature_image.pets {
    width: 50%;
    margin-top: 0;
    top: 141%;
    left: 27%;
  }

  .feature_image._3 {
    width: 80%;
    margin-top: 0;
    top: 4%;
    left: 5%;
  }

  .feature_image.localization {
    width: 80%;
    margin-top: 0;
    top: 4%;
    left: 2%;
  }

  .nav-link-4 {
    color: #081158;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-3 {
    z-index: 1;
    width: 50vw;
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    padding: 100px 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .container-7 {
    max-width: 95%;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .icon-6 {
    color: #fff;
  }

  .container-8 {
    width: 90%;
  }

  .paragraph-11.hero {
    text-align: center;
    text-align: center;
    font-size: 17px;
    line-height: 32px;
  }

  .paragraph-11.hero-copy {
    text-align: center;
  }

  .hero-form {
    justify-content: center;
  }

  .hero_text-wrap {
    width: 100%;
    max-width: none;
  }

  .hero_text-wrap.mobile {
    display: flex;
  }

  .hero_text-wrap.center {
    margin-bottom: 20px;
    display: flex;
  }

  .pinn-pet {
    width: 32%;
    margin-left: -15px;
  }

  .hero_wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .hero_wrap._2 {
    grid-template-columns: 1fr;
  }

  .inline {
    text-align: center;
    font-size: 39px;
    line-height: 54px;
  }

  .button-3 {
    width: 35%;
    height: 60px;
  }

  .button-3.black {
    width: 35.4007%;
    height: 60px;
    justify-content: center;
  }

  .blue-line-2 {
    top: 69px;
  }

  .how_text {
    margin-bottom: auto;
  }

  .how_grid {
    grid-column-gap: 24px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .how_wrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .work-image {
    width: auto;
  }

  .creator_container-2 {
    padding-bottom: 80px;
  }

  .creators_wrap-2 {
    padding-top: 20px;
  }

  ._480 {
    max-width: none;
  }

  .feature_image-wrap-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .feature_image-wrap-2.expositor, .feature_image-wrap-2._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .feature_wrap._3 {
    padding-bottom: 120px;
  }

  .feature_grid {
    height: auto;
    grid-column-gap: 30px;
    grid-row-gap: 39px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .feature_grid.flip, .feature_grid.flip-copy {
    grid-column-gap: 40px;
    grid-row-gap: 38px;
  }

  .pricing-text-2 {
    font-size: 18px;
  }

  .pin-kit-2 {
    width: auto;
  }

  .pin-kit-2._2 {
    width: auto;
    height: 120px;
    margin-bottom: 20px;
  }

  .pin-kit-2._3 {
    width: auto;
    height: 120px;
  }

  .container-9 {
    width: 95%;
    max-width: 100%;
  }

  .content-section-3, .content-section-3.consultor, .content-section-3.parceiros {
    padding-bottom: 100px;
  }

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

  .pricing-card-2._3, .button-pagamento-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 100px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .porque-text-2 {
    font-size: 18px;
  }

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

  .brand_grid-text {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .brand_image {
    min-height: 0;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-banner-dark-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-container-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .footer-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    align-items: stretch;
    justify-items: stretch;
    display: grid;
  }

  .how_text-2 {
    margin-bottom: auto;
  }

  .blue-line-3 {
    top: 69px;
  }

  .img-expositor {
    width: 90%;
  }

  .img-expositor.mobile {
    display: none;
  }

  .button-pagamento-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-pagamento-3.revendedor {
    width: 100%;
  }

  .button-4.black {
    width: 100%;
    height: 60px;
    justify-content: center;
  }

  .how_text-3 {
    margin-bottom: auto;
  }

  .pricing-card-3 {
    width: 350px;
  }

  .pricing-card-3.featured-pricing {
    width: auto;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-10 {
    width: 100%;
    max-width: none;
  }

  .image-39 {
    width: 70%;
  }

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

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

  .html-embed-2 {
    height: auto;
  }

  .video2 {
    display: none;
  }

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

  .div-block-224 {
    justify-content: center;
    align-items: center;
  }

  .nav-menu-4 {
    background-color: var(--brand);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-11 {
    max-width: 95%;
  }

  .menu-button-3 {
    color: var(--lavender);
  }

  .menu-button-3.w--open {
    background-color: var(--brand);
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: none;
    padding-top: 20px;
  }

  .display-heading {
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 52px;
  }

  .hero-details {
    width: 100%;
    text-align: center;
  }

  .button-wrapper {
    max-width: none;
    align-items: stretch;
  }

  .dashboard-wrapper.dashboard-platform {
    width: 100%;
  }

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

  .logo-block {
    min-height: 100px;
  }

  .content-section.content-large {
    padding-top: 100px;
  }

  .content-section.about-details {
    padding-top: 160px;
  }

  .content-section.job-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.donation {
    padding-bottom: 140px;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph._4 {
    text-align: center;
  }

  .content-text-wrapper {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-text-wrapper.home {
    margin-top: 0;
  }

  .cta-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .social-links {
    flex-wrap: wrap;
  }

  .legal-text {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    justify-items: stretch;
  }

  .legal-block {
    text-align: center;
    flex-direction: column;
  }

  .footer-column {
    align-items: center;
  }

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

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

  .content-image {
    width: 60%;
    border-radius: 24px;
  }

  .content-image.analytics {
    margin-right: auto;
  }

  .content-image.app {
    width: 70%;
  }

  .hero-default {
    padding-top: 140px;
  }

  .testimonial-card {
    margin-left: 0;
    margin-right: 0;
  }

  .integration-wrap {
    height: 580px;
  }

  .contact {
    padding: 32px 20px;
  }

  .hero-company {
    padding-top: 120px;
  }

  .company-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: end;
    justify-items: start;
  }

  .location-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .location-card {
    width: 100%;
    max-width: 430px;
  }

  .company-image-01 {
    margin-top: 0;
  }

  .company-column {
    width: 100%;
  }

  .company-image-02 {
    margin-top: 0;
  }

  .company-image-03 {
    max-width: 180px;
  }

  .value-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .value-card {
    width: 100%;
    max-width: 430px;
  }

  .bg-values {
    width: 85%;
    height: 100%;
  }

  .value-title-wrapper {
    margin-top: 0;
  }

  .paragraph-large.revenda {
    font-size: 22px;
  }

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

  .bg-element {
    width: 85%;
    min-height: 540px;
  }

  .bg-element.bg-yellow {
    width: auto;
    height: 100%;
    max-height: none;
    min-height: 400px;
    right: 0%;
  }

  .bg-element.bg-integrations {
    height: auto;
    min-height: 670px;
  }

  .bg-element.bg-offices {
    width: 100%;
    max-height: 70%;
    max-width: 80%;
    min-height: auto;
  }

  .bg-container {
    justify-content: center;
  }

  .content-h1 {
    text-align: center;
    font-size: 38px;
  }

  .content-h1.explicativo {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }

  .job-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .job-card-side-bar {
    width: 100%;
  }

  .cta-banner-dark {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-collection-item {
    width: 100%;
  }

  .feature-blog-content {
    padding-right: 20px;
  }

  .features-grid {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .form-attach-wrap {
    flex-wrap: wrap;
  }

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

  .counter-wrap {
    display: none;
    position: relative;
  }

  .step {
    min-height: auto;
    justify-content: center;
    align-items: center;
    padding: 45px 20px;
  }

  .bg-step {
    max-width: 100%;
    min-height: 520px;
  }

  .line {
    z-index: -3;
  }

  .contact-details {
    flex-wrap: wrap;
  }

  .feature-block {
    width: 100%;
    max-width: 430px;
  }

  .content-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .tab-menu {
    flex-wrap: wrap;
  }

  .bg-container-analytics {
    justify-content: center;
  }

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

  .customer-wrap {
    height: 580px;
    display: none;
  }

  .div-logo {
    margin-bottom: 30px;
    display: flex;
  }

  .div-logo.fotter {
    justify-content: center;
  }

  .logotipo {
    width: 30%;
  }

  .logotipo.footer._2 {
    width: 35%;
  }

  .text-span-2 {
    font-size: 32px;
  }

  .cta-container-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-banner-dark-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    max-width: 100%;
  }

  .heading-4 {
    font-size: 38px;
  }

  .faq-plus-2 {
    margin-left: 5px;
  }

  .bold-text {
    display: block;
  }

  .heading-5.white.bold {
    text-align: left;
  }

  .icon-mail {
    width: 135px;
  }

  .content-section-mail {
    padding: 0 0% 60px;
  }

  .hero-confirma-o {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .feature-card-2 {
    width: 100%;
    max-width: none;
  }

  .titulo-confirma-o {
    font-size: 38px;
  }

  .titulo-confirma-o._2 {
    font-size: 32px;
  }

  .features-grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .features-grid-2.indique {
    grid-template-columns: 1fr;
  }

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

  .div-block-210 {
    min-width: auto;
  }

  .bold-text-header {
    display: block;
  }

  .div-loja-app {
    max-width: 80%;
  }

  .div-block-211 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-81 {
    line-height: 1.5;
  }

  .content-grid-03 {
    grid-template-rows: auto;
  }

  .ilustra-o {
    width: 75%;
  }

  .ilustra-o._2 {
    width: 100%;
  }

  .ilustra-o._3 {
    width: 55%;
  }

  .ilustra-o._1 {
    width: 52%;
  }

  .testimonial-title-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-h1-2 {
    text-align: center;
  }

  .testimonial-card-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .bg-container-2 {
    justify-content: center;
  }

  .div-footer-pagamento {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pin-pet._2 {
    width: 50%;
  }

  .heading-11 {
    font-size: 38px;
  }

  .pin-kit {
    width: 35%;
  }

  .pin-kit._2 {
    width: 50%;
  }

  .pin-kit._3 {
    width: 65%;
  }

  .bold-text-20 {
    display: block;
  }

  .div-profile-image {
    width: 115px;
    height: 115px;
  }

  .detail-answer {
    letter-spacing: 0;
  }

  .dropdown-contact-pet {
    width: 100%;
    min-width: 320px;
    text-align: center;
  }

  .div-block-detail {
    grid-template-columns: .5fr;
    align-items: stretch;
    justify-items: stretch;
    display: block;
  }

  .parent-tiltle {
    line-height: 1.4;
  }

  .div-image-gallery {
    width: 100%;
    height: 100%;
  }

  .div-gallery-pet {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .div-details-pet {
    padding: 30px 20px;
  }

  .section-profile {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtiltle-pet {
    font-size: 18px;
    font-weight: 700;
  }

  .div-box-profile {
    max-width: 100%;
  }

  .div-profile {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-pet {
    max-width: 100%;
  }

  .bg-container-pets {
    justify-content: center;
  }

  .slide-nav {
    bottom: -20%;
  }

  .slide {
    width: 60%;
  }

  .full-centre {
    padding-left: 20px;
    padding-right: 20px;
  }

  .creator_block {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .h3.center, .h3.lateral {
    font-weight: 700;
  }

  .creator_container {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .creators_wrap {
    padding-top: 80px;
  }

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

  .section.hero {
    flex-direction: column;
    padding: 100px 0;
  }

  .section.app {
    margin-bottom: 60px;
  }

  .section.mobile {
    height: 1000px;
    margin-bottom: 60px;
  }

  .bold-text-23 {
    font-size: 36px;
  }

  .bold-text-24 {
    font-size: 34px;
  }

  .new-hero {
    background-image: none;
    padding-top: 100px;
  }

  .new-display-heading {
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: 52px;
  }

  .new-hero-details {
    width: 100%;
    text-align: center;
  }

  .new-content-h1 {
    text-align: center;
  }

  .container-4 {
    align-items: center;
    display: flex;
  }

  .pin-pet-new._2 {
    width: 45%;
  }

  .logotipo-new {
    width: 30%;
  }

  .brand-logo {
    margin-top: 5px;
  }

  .blue-line {
    top: 209px;
  }

  .section-2.social-proof {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .brand-3 {
    width: 28%;
  }

  .cta-banner-new {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-86 {
    margin-bottom: 40px;
  }

  .h2.micro {
    text-align: center;
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .h2.micro._2 {
    text-align: left;
    font-size: 15px;
  }

  .h2.micro._3 {
    text-align: center;
    font-size: 15px;
  }

  .h2.center, .h2.black {
    text-align: left;
  }

  .h2.black._2 {
    text-align: center;
  }

  .h2.black {
    text-align: left;
    font-size: 34px;
  }

  .h2.how {
    font-size: 34px;
    line-height: 48px;
  }

  .h2.center {
    text-align: center;
    font-size: 34px;
    line-height: 46px;
  }

  .h2.white {
    text-align: left;
    font-size: 34px;
    line-height: 48px;
  }

  .feature_image-wrap {
    height: auto;
    max-width: none;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_image._3 {
    width: 85%;
    top: 0%;
    left: 4%;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_image._2 {
    width: 40%;
  }

  .feature_image.localization {
    width: 85%;
    top: 0%;
    left: 4%;
  }

  .feature_image.home {
    width: 40%;
  }

  .feature_image._3-copy {
    width: 85%;
    top: 0%;
    left: 4%;
  }

  .feature_image.pets {
    width: 65%;
    margin-top: 187px;
    top: 0%;
    left: 27%;
  }

  .feature_image._3, .feature_image.localization {
    width: 85%;
    top: 0%;
    left: 4%;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .navbar-new-2 {
    justify-content: center;
    padding-top: 0;
  }

  .container-8 {
    width: 90%;
  }

  .paragraph-11.hero {
    max-width: none;
    max-width: none;
    margin-top: 24px;
  }

  .paragraph-11.hero-copy {
    max-width: none;
    margin-top: 24px;
  }

  .hero-form {
    height: auto;
    flex-direction: row;
  }

  .hero_text-wrap {
    width: 100%;
    max-width: none;
  }

  .pinn-pet {
    width: 50%;
  }

  .inline {
    text-align: center;
    font-size: 38px;
    line-height: 54px;
  }

  .button-3 {
    width: 100%;
    margin-bottom: 10px;
  }

  .button-3.black {
    width: 100%;
    letter-spacing: 1.5px;
    justify-content: center;
    font-size: 16px;
  }

  .button-3.black.space {
    width: auto;
    margin-left: 10px;
  }

  .blue-line-2 {
    top: 15px;
  }

  .how_block {
    max-width: none;
  }

  .how_grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 48px;
  }

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

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

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

  .work-image {
    margin-bottom: 24px;
  }

  .work-image.revenda {
    width: 20%;
  }

  .creator_container-2 {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .block-profile-img-2 {
    width: 45px;
    height: 45px;
  }

  .block_followers-2 {
    font-size: 14px;
  }

  .block_text-2 {
    font-size: 15px;
  }

  .creators_wrap-2 {
    padding-top: 80px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_text.lateral {
    font-size: 16px;
  }

  .feature_text.black {
    font-size: 15px;
  }

  .feature_text.white {
    font-size: 16px;
  }

  .feature_image-wrap-2 {
    height: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .feature_image-wrap-2.revenda {
    margin-bottom: 100px;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature_wrap._3 {
    padding-bottom: 80px;
  }

  .feature_grid {
    height: auto;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .feature_grid.flip, .feature_grid.flip-copy {
    flex-direction: column-reverse;
  }

  .text-block-87 {
    line-height: 1.5;
  }

  .pin-kit-2 {
    width: auto;
    height: 175px;
  }

  .pin-kit-2._2, .pin-kit-2._3 {
    width: auto;
    height: 150px;
  }

  .features-grid-3 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .porque-text-2 {
    font-size: 16px;
  }

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

  .brand_grid-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .brand_content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand_container {
    width: 100%;
    padding-bottom: 80px;
  }

  .question-title-3 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .cta-banner-dark-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-h3-3 {
    line-height: 1.3;
  }

  .footer-grid-2 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    justify-items: stretch;
  }

  .fotter_bottom-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .small.margin-bottom-16 {
    text-align: center;
    margin-bottom: 16px;
  }

  .small.right {
    text-align: center;
    margin: 10px 0;
  }

  .small.margin-bottom-16 {
    text-align: center;
    margin-bottom: 16px;
  }

  .footer-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .cta-h3-4 {
    font-size: 34px;
    line-height: 1.4;
  }

  .blue-line-3 {
    top: 15px;
  }

  .text-span-21 {
    font-size: 36px;
  }

  .block_username-3 {
    font-size: 18px;
  }

  .img-expositor {
    width: 100%;
  }

  .img-expositor.mobile {
    display: none;
  }

  .content-h1-3 {
    text-align: center;
    font-size: 38px;
  }

  .button-4.black {
    letter-spacing: 1.5px;
    justify-content: center;
    font-size: 16px;
  }

  .pricing-title {
    font-size: 18px;
    line-height: 34px;
  }

  .div-block-4 {
    width: 55%;
  }

  .pricing-card-3 {
    width: auto;
  }

  .pricing-card-3.featured-pricing {
    height: auto;
  }

  .pricing-image {
    width: 70%;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-copyright-center {
    line-height: 20px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    margin-bottom: 20px;
  }

  .footer-link-3:hover {
    color: rgba(26, 27, 31, .75);
  }

  .text-block-2 {
    text-align: center;
    line-height: 24px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-39 {
    width: 80%;
  }

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

  .div-block-influencers._5 {
    background-position: 0 0, 50% 0;
  }

  .div-block-222.center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed-2 {
    height: auto;
  }

  .image-40 {
    width: 95%;
  }

  .video2 {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  .hero {
    background-image: none;
    padding-top: 15px;
    padding-bottom: 60px;
  }

  .hero.purple {
    padding-top: 20px;
  }

  .display-heading {
    width: auto;
    text-align: center;
    letter-spacing: -.02em;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .hero-details {
    width: auto;
    text-align: right;
    font-size: 17px;
  }

  .hero-details.principal {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .button-wrapper {
    align-items: stretch;
    margin-top: 20px;
  }

  .button {
    margin-bottom: 20px;
  }

  .details {
    text-align: center;
  }

  .dashboard-wrapper {
    padding: 0;
  }

  .dashboard-wrapper.dashboard-platform {
    width: 100%;
  }

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

  .logo-block {
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .content-section.content-large {
    padding-top: 80px;
  }

  .content-section.consultor {
    padding-top: 100px;
  }

  .content-section.roxo {
    margin-top: 0;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section.donation {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .content-section.feira {
    margin-top: 0;
    padding-top: 80px;
  }

  .paragraph {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .paragraph._3 {
    text-align: center;
  }

  .paragraph.center {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
  }

  .content-image-wrapper {
    padding: 0;
  }

  .content-text-wrapper {
    margin-top: 20px;
    padding: 10px 0;
  }

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

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

  .cta-section.profile {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .cta-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-h2 {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .cta-h2.now {
    font-size: 32px;
    line-height: 42px;
  }

  .text-span {
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 700;
    display: inline;
  }

  .cta-button-wrap {
    flex-direction: column;
    align-items: center;
  }

  .button-hero {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .button-hero.now {
    z-index: 999;
    width: 100%;
    position: relative;
  }

  .button-white {
    margin-left: 0;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-block {
    flex-direction: column;
    justify-content: center;
  }

  .footer-column {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .title-wrap._2 {
    margin-bottom: 20px;
  }

  .form {
    flex-direction: column;
  }

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

  .submit-button {
    width: 100%;
    min-width: auto;
  }

  .content-grid-01 {
    grid-row-gap: 10px;
  }

  .content-image {
    width: 85%;
  }

  .content-image.app {
    width: 90%;
  }

  .content-image._2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-image.movimento {
    width: 90%;
  }

  .brand {
    padding: 0;
  }

  .new-tag {
    margin-bottom: 30px;
  }

  .new-tag.desconto {
    background-color: var(--brand);
  }

  .new-tag.desconto._2 {
    background-color: var(--dark-orange);
  }

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

  .integration-circle {
    width: 100px;
    height: 100px;
  }

  .integration-wrap {
    height: 490px;
  }

  .integration-circle-02 {
    width: 50px;
    height: 50px;
    padding: 14px;
    left: 0%;
  }

  .integration-circle-04 {
    width: 100px;
    height: 100px;
    left: 0%;
  }

  .integration-circle-05 {
    width: 80px;
    height: 80px;
  }

  .contact {
    width: 100%;
    border-radius: 10px;
    padding: 40px 20px;
  }

  .contact.popup {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-grid {
    width: 100%;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-wrap {
    flex-direction: column;
  }

  .text-field {
    background-position: 5%;
  }

  .text-field::-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field::placeholder {
    font-size: 16px;
  }

  .text-field.nome {
    padding-left: 40px;
  }

  .text-field.cidade._2 {
    width: 100%;
  }

  .text-field.documents {
    padding-left: 40px;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .dropdown-toggle._2 {
    width: 100%;
  }

  .button-form-wrapper {
    justify-content: flex-start;
  }

  .location-card {
    max-width: 330px;
  }

  .text-plain {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .company-image-03 {
    max-width: 110px;
  }

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

  .value-card {
    width: auto;
    min-width: 210px;
  }

  .job-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 1.3;
  }

  .paragraph-large.revenda {
    font-size: 20px;
    font-weight: 600;
  }

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

  .bg-element.bg-yellow {
    min-height: 350px;
  }

  .bg-element.bg-features {
    width: 90%;
    height: 90%;
    max-width: none;
    min-height: auto;
  }

  .bg-container.bg-top {
    min-height: auto;
  }

  .content-h1 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
  }

  .content-h1.explicativo {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .content-h1.revendedor, .content-h1.indique {
    text-align: left;
    font-size: 35px;
    line-height: 1.3;
  }

  .job-card-side-bar {
    width: auto;
    min-width: 210px;
  }

  .form-wrapper.revenda {
    padding-left: 0;
    padding-right: 0;
  }

  .button-start {
    margin-bottom: 20px;
  }

  .navigation-left {
    width: 45%;
  }

  .hero-plain.politica {
    padding-top: 20px;
  }

  .cta-banner-dark {
    padding-left: 26px;
    padding-right: 26px;
  }

  .cta-h3 {
    font-size: 32px;
    line-height: 1.2;
  }

  .button-cta {
    margin-left: 0;
  }

  .title-wrapper {
    padding-left: 0;
  }

  .blog-link.blog-flex {
    flex-direction: column;
  }

  .feature-blog-content {
    padding-right: 10px;
  }

  .blog-post {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-182 {
    width: auto;
    height: 240px;
    min-width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .features-grid {
    max-width: none;
    justify-items: stretch;
  }

  .form-attach-wrap {
    justify-content: center;
    margin-bottom: 20px;
  }

  .chat-image {
    width: 35%;
  }

  .grid-works {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    justify-content: center;
    justify-items: center;
    margin-bottom: 60px;
    position: relative;
    top: -45px;
  }

  .stop-counter {
    position: relative;
  }

  .step {
    min-height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
  }

  .step-wrapper {
    max-width: none;
    flex-direction: column;
  }

  .bg-step {
    height: 100%;
    min-height: 540px;
  }

  .bg-step.bg-step-02, .bg-step.bg-step-01 {
    height: auto;
    min-height: 540px;
  }

  .line.horizontal {
    width: auto;
    height: 3%;
  }

  .contact-details {
    flex-direction: column;
  }

  .feature-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-block {
    width: auto;
    max-width: 230px;
    min-width: 210px;
  }

  .feature-block.feature-02 {
    margin-top: 0;
  }

  .works-image-wrap {
    flex-direction: column;
    align-items: center;
  }

  .grid-wrapper {
    padding: 0;
  }

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

  .subscribe-button {
    width: 100%;
    min-width: auto;
  }

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

  .customer-wrap {
    height: 490px;
  }

  .div-logo {
    margin-bottom: 40px;
  }

  .div-logo.fotter {
    margin-bottom: 60px;
  }

  .logotipo {
    width: 45%;
  }

  .text-span-2 {
    font-size: 28px;
  }

  .cta-container-2 {
    width: auto;
    height: auto;
    grid-auto-rows: 0%;
    justify-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-banner-dark-2 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .button-cta-2 {
    width: auto;
    margin-left: 0;
    padding-left: 60px;
    font-size: 15px;
  }

  .container-3 {
    max-width: 100%;
  }

  .cta-h3-2 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .paragraph-4 {
    margin-top: 10px;
    font-size: 16px;
  }

  .cta-button-wrap-2 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 20px;
  }

  .cta-section-2 {
    padding: 40px 3%;
  }

  .question-title-2 {
    color: #000;
    flex: 1;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .faq-paragraph-2 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
  }

  .faq-content-2 {
    padding-right: 0;
  }

  .faq-plus-2 {
    margin-left: 10px;
    margin-right: 0;
  }

  .value-title-wrapper-2 {
    margin-bottom: 20px;
  }

  .faq-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-section-2._2 {
    padding-top: 40px;
  }

  .faq-wrap-2 {
    margin-bottom: 0;
  }

  .faq-question-bar-2 {
    padding-left: 10px;
    padding-right: 15px;
  }

  .bold-text {
    display: block;
  }

  .bold-text.purple {
    display: inline-block;
  }

  .heading-5 {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-5.white.bold {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

  .icon-mail {
    width: 140px;
  }

  .content-section-mail {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .hero-confirma-o {
    padding-top: 20px;
    padding-bottom: 2px;
  }

  .feature-card-2 {
    width: auto;
    min-width: 210px;
    border-radius: 8px;
    box-shadow: 1px 1px 8px rgba(26, 11, 69, .1);
  }

  .feature-card-2.email {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-card-2.revenda {
    box-shadow: none;
  }

  .titulo-confirma-o {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
  }

  .titulo-confirma-o._2 {
    font-size: 24px;
    line-height: 40px;
  }

  .bold-text-13 {
    color: var(--brand);
    font-size: 30px;
    line-height: 1.2;
    display: block;
  }

  .features-grid-2 {
    grid-row-gap: 26px;
  }

  .features-grid-2.revenda, .features-grid-2.revenda-copy {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-210 {
    grid-row-gap: 52px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-header {
    color: var(--sandy-brown);
    margin-top: 0;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
  }

  .pricing-card {
    background-image: linear-gradient(rgba(170, 60, 199, .2), #fff 60%);
  }

  .pricing-card._2 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .pricing-card._3 {
    background-image: linear-gradient(rgba(170, 60, 199, .1), #fff 60%);
    padding: 30px 0;
  }

  .pricing-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .div-pre-o {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .heading-8 {
    font-size: 62px;
  }

  .bold-text-10 {
    color: var(--dark-slate-blue);
    font-weight: 600;
  }

  .div-loja-app {
    max-width: 75%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .link-loja-app {
    justify-content: center;
    display: flex;
  }

  .link-loja-app._1 {
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .logo-loja {
    width: 80%;
  }

  .frete-text {
    font-size: 13px;
    font-weight: 600;
  }

  .heading-9 {
    font-size: 38px;
  }

  .logo-pagamento {
    opacity: 1;
  }

  .logo-pagamento.overlay {
    opacity: .9;
  }

  .logo-pagamento.overlay.aura {
    display: none;
  }

  .div-block-211 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-81 {
    line-height: 25px;
  }

  .ilustra-o._2 {
    width: 95%;
  }

  .ilustra-o._3 {
    width: 85%;
  }

  .ilustra-o._1 {
    width: 65%;
    margin-top: 10px;
  }

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

  .link-arrow-2 {
    justify-content: center;
  }

  .heading-10 {
    font-size: 20px;
  }

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

  .content-section-2.depoimento {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .content-h1-2 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
  }

  .testimonial-card-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-pagamento {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-pagamento.revendedor {
    width: 100%;
  }

  .div-footer-pagamento {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-37 {
    max-width: 65%;
  }

  .pin-pet._2 {
    width: 75%;
    height: 56.5894%;
    display: block;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
  }

  .heading-11._2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .pin-kit {
    width: 40%;
  }

  .pin-kit._2 {
    width: 60%;
  }

  .pin-kit._3 {
    width: 80%;
  }

  .porque-text {
    font-size: 17px;
    font-weight: 500;
  }

  .button-suporte {
    padding-left: 60px;
    padding-right: 40px;
    line-height: 1.4;
  }

  .emoji {
    font-size: 32px;
  }

  .value-icon-2 {
    width: 100%;
  }

  .success-message-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-pagaqmento-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-14 {
    color: rgba(0, 0, 0, .7);
    font-size: 18px;
    line-height: 1.4em;
  }

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

  .dropdown-link {
    height: 75px;
    background-size: 20px;
    padding-left: 60px;
  }

  .dropdown-link.message {
    background-size: 20px;
    padding-left: 60px;
  }

  .image-6 {
    width: 20px;
    height: 20px;
  }

  .div-parent-profile {
    margin-top: 60px;
  }

  .div-profile-image {
    width: 110px;
    height: 110px;
    background-image: url('../images/No-Dog.svg');
  }

  .detail-answer {
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }

  .button-contact-parents {
    width: 38px;
    height: 38px;
    margin-left: 8px;
  }

  .dropdown-contact-pet {
    height: 55px;
    max-width: none;
    min-width: 100%;
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-contact-pet.w--open {
    height: 55px;
  }

  .parent-tiltle {
    font-size: 15px;
  }

  .div-image-gallery {
    width: 100%;
    height: 100%;
  }

  .icon-detail-pet {
    width: 20px;
    margin-right: 10px;
  }

  .div-gallery-pet {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-details-pet {
    padding: 30px 20px 30px 15px;
  }

  .logo-profile {
    width: 44%;
    max-width: 75%;
    margin-right: 0;
  }

  .div-button {
    flex-direction: column;
    align-items: center;
  }

  .detail-tiltle {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 1.3;
  }

  .div-identify-profile {
    margin-top: 60px;
  }

  .section-profile {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .breed-pet {
    font-size: 14px;
  }

  .dropdown {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    display: block;
  }

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

  .name-pet {
    font-weight: 700;
  }

  .div-name {
    margin-bottom: 20px;
  }

  .subtiltle-pet {
    font-size: 20px;
    font-weight: 700;
  }

  .div-block-18 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .icon {
    margin-left: 0;
    margin-right: 20px;
  }

  .div-box-profile {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .div-profile {
    max-height: none;
    padding: 30px 10px;
  }

  .div-breed {
    margin-bottom: 20px;
  }

  .img-pet {
    max-width: 100%;
  }

  .slide-nav {
    padding-top: 20px;
    bottom: -15%;
  }

  .slide {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .icon-3 {
    margin-left: 0;
  }

  .left-arrow {
    padding-left: 0;
  }

  .text-span-14 {
    display: inline-block;
  }

  .text-span-15 {
    font-size: 28px;
  }

  .icon-4 {
    margin-right: 0;
  }

  .creator_block {
    padding-bottom: 10px;
    display: block;
  }

  .block-profile-img {
    width: 55px;
    height: 55px;
    margin-right: 15px;
  }

  .h3.centre, .h3.center {
    text-align: center;
    font-size: 24px;
  }

  .h3.center, .h3.lateral {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  .creator_container {
    padding-bottom: 64px;
  }

  .block_username {
    font-size: 20px;
  }

  .creators_wrap {
    margin-top: 140px;
    padding-top: 64px;
  }

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

  .section.backgroud-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.app {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section.mobile {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.mobile._3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.gradient-180 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.influencer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-23 {
    font-size: 34px;
  }

  .bold-text-24 {
    font-size: 32px;
    display: block;
  }

  .div-gallery-profile {
    margin-top: 60px;
  }

  .new-hero {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .new-hero.purple {
    padding-top: 20px;
  }

  .new-display-heading {
    width: auto;
    text-align: center;
    letter-spacing: -.02em;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .new-hero-details {
    width: auto;
    text-align: center;
    font-size: 17px;
  }

  .new-hero-details.principal {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }

  .new-content-h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 42px;
  }

  .container-4 {
    align-items: center;
    display: flex;
  }

  .pin-pet-new._2 {
    width: 60%;
    height: 56.5894%;
    display: block;
  }

  .logotipo-new {
    width: 45%;
  }

  .brand-logo {
    margin-top: 5px;
  }

  .container-5.grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .button-2.small {
    margin-top: 20px;
  }

  .nav-menu-2 {
    width: 100vw;
  }

  .blue-line {
    top: 80px;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-2.social-proof {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-217 {
    margin-bottom: 220px;
  }

  .brand-3 {
    width: 40%;
  }

  .navbar-new {
    height: 60px;
  }

  .container-6 {
    width: 100%;
    max-width: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .text-span-17 {
    display: block;
  }

  .text-span-18 {
    font-size: 32px;
  }

  .biograph {
    font-size: 15px;
  }

  .logo-footer {
    width: 45%;
  }

  .div-block-219 {
    flex-direction: column;
    justify-content: center;
  }

  .cta-banner-new {
    background-color: var(--brand);
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-86 {
    line-height: 1.5;
  }

  .footer-new {
    background-color: var(--brand);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.micro {
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
  }

  .h2.micro._2, .h2.micro._3 {
    text-align: left;
    font-size: 15px;
  }

  .h2.center {
    text-align: center;
    font-size: 34px;
    line-height: 42px;
  }

  .h2.black {
    text-align: left;
    font-size: 34px;
    line-height: 42px;
  }

  .h2.black._2 {
    font-size: 32px;
  }

  .h2.white {
    text-align: center;
    margin-bottom: 0;
    font-size: 34px;
  }

  .h2.how {
    text-align: left;
    font-size: 38px;
    line-height: 44px;
  }

  .h2.white {
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .h2.black {
    text-align: left;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
  }

  .h2.how {
    text-align: left;
    font-size: 32px;
    line-height: 44px;
  }

  .h2.center {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .h2.revenda {
    color: #fff;
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
  }

  .h2.white {
    text-align: left;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .feature_image-wrap {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .feature_image._2 {
    margin-top: 0;
  }

  .feature_image._3 {
    width: 100%;
    margin-top: 40px;
    left: 0%;
  }

  .feature_image._2 {
    z-index: 0;
    width: 55%;
    margin-top: 0;
    position: absolute;
    left: 21%;
  }

  .feature_image.localization {
    width: 100%;
    margin-top: 40px;
    left: 0%;
  }

  .feature_image.home {
    width: 55%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 40px;
    position: static;
    left: 11%;
  }

  .feature_image._3-copy {
    width: 100%;
    margin-top: 40px;
    left: 0%;
  }

  .feature_image.pets {
    width: 80%;
    margin-top: 0;
    position: absolute;
    top: 48%;
    left: 16%;
  }

  .feature_image._3, .feature_image.localization {
    width: 100%;
    margin-top: 40px;
    left: 0%;
  }

  .nav-link-4 {
    color: #3a3a3a;
    text-align: left;
  }

  .nav-link-4.w--current {
    color: #000;
  }

  .nav-menu-3 {
    width: 75%;
    background-color: #fff;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    left: 0;
  }

  .container-7 {
    width: 100%;
    max-width: none;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .icon-6 {
    color: #fff;
    display: block;
  }

  .navbar-new-2 {
    height: 60px;
    position: absolute;
  }

  .container-8 {
    width: 94%;
    max-width: none;
  }

  .paragraph-11.hero {
    text-align: center;
    color: var(--seashell);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .paragraph-11.hero-copy {
    text-align: left;
    font-size: 17px;
  }

  .hero-form {
    height: auto;
    flex-direction: column;
  }

  .hero_text-wrap.center {
    height: 300px;
  }

  .bold-text-26 {
    font-size: 32px;
  }

  .pinn-pet {
    width: auto;
    height: 220px;
    margin-left: 0;
  }

  .pinn-pet.mobile {
    width: 58%;
  }

  .hero_wrap {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .inline {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .button-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-3.black {
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 20px;
    font-size: 14px;
  }

  .button-3.black.space {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blue-line-2 {
    margin-top: 0;
    top: 33px;
    transform: rotate(-1.5deg);
  }

  .how_text {
    font-size: 15px;
  }

  .how_block {
    max-width: none;
    margin-bottom: 40px;
  }

  .how_grid {
    grid-row-gap: 20px;
  }

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

  .how_wrap {
    align-items: stretch;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .work-image {
    width: 60%;
    margin-bottom: 0;
  }

  .work-image.revenda {
    width: 100px;
  }

  .text-span-19 {
    line-height: 38px;
    display: block;
  }

  .creator_container-2 {
    padding-bottom: 64px;
    padding-left: 10px;
  }

  .block_followers-2, .block_text-2 {
    font-size: 14px;
  }

  .creators_wrap-2 {
    padding-top: 20px;
  }

  .block_username-2 {
    font-size: 20px;
  }

  ._480 {
    margin-bottom: 20px;
  }

  ._480.sticky {
    margin-bottom: 0;
  }

  .feature_text {
    text-align: center;
  }

  .feature_text.black {
    text-align: left;
  }

  .feature_text.lateral {
    text-align: left;
    text-align: left;
    font-size: 16px;
  }

  .feature_text.black {
    text-align: left;
    font-size: 15px;
  }

  .feature_text._2, .feature_text.black {
    text-align: left;
    font-size: 16px;
  }

  .feature_text.white {
    text-align: left;
    font-size: 15px;
  }

  .feature_image-wrap-2 {
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .feature_image-wrap-2.revenda {
    margin-bottom: 20px;
  }

  .feature_wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .feature_wrap._3 {
    padding-top: 64px;
  }

  .feature_grid.flip {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature_grid.flip-copy {
    grid-column-gap: 40px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-15 {
    font-size: 54px;
  }

  .pricing-text-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .text-block-87 {
    line-height: 25px;
  }

  .pin-kit-2 {
    width: auto;
  }

  .pin-kit-2._2 {
    width: auto;
    height: auto;
  }

  .pin-kit-2._3 {
    width: auto;
    height: 124.113px;
  }

  .bold-text-27 {
    color: #000;
    font-weight: 600;
  }

  .container-9 {
    width: 95%;
  }

  .check-2 {
    width: 26px;
  }

  .content-section-3 {
    padding: 80px 10px;
  }

  .content-section-3.consultor {
    padding-top: 100px;
  }

  .content-section-3.parceiros {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .pricing-card-2 {
    background-image: linear-gradient(rgba(170, 60, 199, .2), #fff 60%);
  }

  .pricing-card-2._3 {
    background-image: linear-gradient(rgba(170, 60, 199, .1), #fff 60%);
    padding: 30px 0;
  }

  .pricing-card-2._2 {
    background-image: none;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .new-tag-2 {
    margin-bottom: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .new-tag-2.desconto {
    background-color: #940cc4;
  }

  .new-tag-2.desconto._2 {
    background-color: #ff7200;
  }

  .button-pagamento-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-grid-3 {
    max-width: none;
    justify-items: stretch;
  }

  .porque-text-2 {
    font-size: 16px;
    font-weight: 500;
  }

  .brand_grid-text {
    padding-top: 64px;
  }

  .brand_logo-wrap {
    height: 60px;
  }

  .brand_content {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
  }

  .brand_container {
    padding-bottom: 64px;
  }

  .faq-question-bar-3 {
    padding-left: 10px;
    padding-right: 15px;
  }

  .faq-wrap-3 {
    margin-bottom: 0;
  }

  .question-title-3 {
    color: #000;
    flex: 1;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
  }

  .value-title-wrapper-3 {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .faq-section-3 {
    padding: 40px 5%;
  }

  .faq-paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .cta-banner-dark-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-h3-3 {
    font-size: 32px;
    line-height: 1.2;
  }

  .text-span-20 {
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    display: inline;
  }

  .logo-loja-2 {
    width: 100%;
  }

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

  .footer-grid-2 {
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-button-2 {
    width: 100%;
    min-width: auto;
  }

  .fotter_bottom-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .small.right {
    margin: 10px 0;
  }

  .footer-wrap {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .cta-h3-4 {
    font-size: 28px;
    line-height: 1.4;
  }

  .how_text-2 {
    font-size: 15px;
  }

  .blue-line-3 {
    margin-top: 0;
    top: 37px;
  }

  .check-3 {
    width: 24px;
  }

  .text-span-21 {
    letter-spacing: 0;
    font-size: 32px;
    font-weight: 400;
    display: inline;
  }

  .new-tag-3 {
    margin-bottom: 30px;
  }

  .new-tag-3.desconto {
    background-color: #940cc4;
  }

  .new-tag-3.desconto._2 {
    background-color: #ff7200;
  }

  .block_username-3 {
    font-size: 18px;
  }

  .img-expositor {
    width: 120%;
    max-width: 120%;
  }

  .img-expositor.confirm {
    width: 80%;
  }

  .img-expositor.mobile {
    display: none;
  }

  .text-span-22 {
    display: block;
  }

  .heading-17 {
    font-size: 24px;
    line-height: 1.5;
  }

  .bold-text-28 {
    font-size: 28px;
    line-height: 1.2;
  }

  .content-h1-3 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
  }

  .content-h1-3.revendedor {
    text-align: left;
    font-size: 36px;
    line-height: 1.2;
  }

  .button-pagamento-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-pagamento-3.revendedor {
    width: 100%;
  }

  .button-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-4.black {
    text-align: center;
    justify-content: center;
    padding: 20px;
    font-size: 14px;
  }

  .how_text-3 {
    font-size: 15px;
  }

  .heading-18 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px;
  }

  .pricing-tag._2 {
    font-size: 24px;
    top: -55px;
  }

  .pricing-title {
    text-align: center;
    font-size: 16px;
  }

  .div-block-4 {
    width: 80%;
  }

  .pricing-image {
    width: 90%;
  }

  .image {
    margin-right: 20px;
  }

  .footer-content {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .footer-copyright-center {
    font-size: 13px;
  }

  .container-10 {
    max-width: none;
  }

  .text-block-2 {
    text-align: center;
  }

  .image-39 {
    width: 100%;
  }

  .div-block-influencers._2, .div-block-influencers._5 {
    background-position: 0 0, 50% 0;
  }

  .text-block-88.titles {
    font-size: 18px;
  }

  .html-embed-2 {
    height: auto;
  }

  .div-block-223 {
    width: 90%;
  }

  .image-41 {
    height: 40px;
  }

  .video1 {
    display: none;
  }

  .video2 {
    height: 100%;
    min-height: 350px;
    display: flex;
  }

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

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

  .navbar-6 {
    padding-bottom: 0;
  }
}

#w-node-_5572fd7e-b9fa-d8bc-8669-eea139ffa143-294fbc64 {
  align-self: center;
}

#w-node-_5572fd7e-b9fa-d8bc-8669-eea139ffa149-294fbc64 {
  justify-self: center;
}

#w-node-a65f140c-52a4-b556-f9a6-7b18c687854f-294fbc64, #w-node-_972604d1-516a-6165-e664-e5911d10648d-294fbc64 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_81294056-99eb-1983-6a3d-29297908a329-294fbc64 {
  justify-self: auto;
}

#w-node-_18b0569b-4be1-8ad3-cda0-eea5fe9b5e20-294fbc64 {
  align-self: center;
}

#w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d9705-294fbc64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d970e-294fbc64 {
  grid-area: 1 / 2 / 3 / 4;
  align-self: center;
}

#w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d971b-294fbc64 {
  grid-area: Area;
  align-self: center;
}

#w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d9728-294fbc64 {
  grid-area: span 3 / span 2 / span 3 / span 2;
  align-self: center;
}

#w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a205b-b84fbc87, #w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a2062-b84fbc87 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_55cd18a2-74de-068e-4909-3a98702414cb-894fbca9, #w-node-_55cd18a2-74de-068e-4909-3a98702414db-894fbca9, #w-node-_55cd18a2-74de-068e-4909-3a98702414e6-894fbca9, #w-node-_55cd18a2-74de-068e-4909-3a98702414f3-894fbca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c50fc1e4-e81d-16f9-5f4d-db0797f5303f-f84fbcbb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8b8a7da-b9b0-18cc-13cc-209df7c67551-f84fbcbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-f72ca9a2-f924-8951-c14a-f956bc401e91-f84fbcbb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2b0a1c7d-1f19-d872-c248-037b093bced0-f84fbcbb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3cd022e9-fa2d-779d-153f-835c73d97185-a24fbcbd, #w-node-_3cd022e9-fa2d-779d-153f-835c73d97195-a24fbcbd, #w-node-_3cd022e9-fa2d-779d-153f-835c73d971a0-a24fbcbd, #w-node-_3cd022e9-fa2d-779d-153f-835c73d971ad-a24fbcbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc125ab7-0852-abe1-ffd1-318f490846e6-8f4fbcbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ccd944e9-23fd-4893-dab4-97c6787a791e-8f4fbcbe {
  justify-self: stretch;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b345-c84fbcc4 {
  justify-self: center;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b349-c84fbcc4 {
  align-self: center;
  justify-self: end;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b336-c84fbcc4 {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-c84fbcc4, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-c84fbcc4 {
  justify-self: center;
}

#w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-c84fbcc4 {
  align-self: center;
  justify-self: end;
}

#w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-c84fbcc4, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-c84fbcc4, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-c84fbcc4, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-c84fbcc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b3e1-c84fbcc4 {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_314b5485-4815-1387-b459-f1430d9cb705-c84fbcc4 {
  justify-self: center;
}

#w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-c84fbcc4 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_910bd60e-0fdb-bdaf-92e7-fee388f1793c-c84fbcc4 {
  align-self: stretch;
  justify-self: auto;
}

#w-node-d29ed4a0-95a0-d058-d6ab-ee2cdb41fbc9-db41fbc3, #w-node-d29ed4a0-95a0-d058-d6ab-ee2cdb41fbdb-db41fbc3, #w-node-d29ed4a0-95a0-d058-d6ab-ee2cdb41fbe6-db41fbc3, #w-node-d29ed4a0-95a0-d058-d6ab-ee2cdb41fbf3-db41fbc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6ff3357-ac08-2fee-3e27-11dd88c68356-714fbcca {
  align-self: center;
}

#w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eac-714fbcca {
  justify-self: center;
}

#w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eaf-714fbcca, #w-node-_45d83106-4604-c30f-d323-37ef2fe88e82-714fbcca {
  align-self: center;
  justify-self: end;
}

#w-node-_45d83106-4604-c30f-d323-37ef2fe88e7e-714fbcca {
  justify-self: center;
}

#w-node-ecda0b08-a09d-72f0-4be9-8f5290cbfebe-714fbcca {
  align-self: stretch;
  justify-self: auto;
}

#w-node-f6d85737-949f-a4a5-0afd-f6a4a41d9318-714fbcca {
  justify-self: center;
}

#w-node-_6eaebf2e-f386-4f80-ec70-ae8611e5e3d5-714fbcca {
  align-self: stretch;
  justify-self: auto;
}

#w-node-da368066-63f5-b1ca-22f8-cd9adb3a5d39-714fbcca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d8629214-a492-c231-a132-149dad5a82c1-334fbccb {
  align-self: center;
  justify-self: center;
}

#w-node-c861b96c-dc8e-1df4-9c97-b703c64cf5bf-fa75f103 {
  align-self: center;
}

#w-node-a47372a7-e1ea-d498-9b34-dd1c19cc933a-fa75f103 {
  align-self: stretch;
  justify-self: auto;
}

#w-node-a47372a7-e1ea-d498-9b34-dd1c19cc9349-fa75f103, #w-node-e3a12122-50a1-08b5-5da1-4a0ac3bf4476-fa75f103 {
  justify-self: center;
}

#w-node-e3a12122-50a1-08b5-5da1-4a0ac3bf446a-fa75f103 {
  align-self: stretch;
  justify-self: auto;
}

#w-node-dc1c94a8-0322-ed92-d2cd-a24ce55e075b-fa75f103, #w-node-fc091d80-2822-d601-b156-a75fb4418a96-e877d085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c861b96c-dc8e-1df4-9c97-b703c64cf5bf-e877d085 {
  align-self: center;
}

#w-node-a47372a7-e1ea-d498-9b34-dd1c19cc933a-e877d085 {
  align-self: stretch;
  justify-self: auto;
}

#w-node-a47372a7-e1ea-d498-9b34-dd1c19cc9349-e877d085, #w-node-e3a12122-50a1-08b5-5da1-4a0ac3bf4476-e877d085 {
  justify-self: center;
}

#w-node-e3a12122-50a1-08b5-5da1-4a0ac3bf446a-e877d085 {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_3cd022e9-fa2d-779d-153f-835c73d97185-b2e3bfa2, #w-node-_3cd022e9-fa2d-779d-153f-835c73d97195-b2e3bfa2, #w-node-_3cd022e9-fa2d-779d-153f-835c73d971a0-b2e3bfa2, #w-node-_3cd022e9-fa2d-779d-153f-835c73d971ad-b2e3bfa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6ff3357-ac08-2fee-3e27-11dd88c68356-d78366d3 {
  align-self: center;
}

#w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eac-d78366d3 {
  justify-self: center;
}

#w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eaf-d78366d3, #w-node-_45d83106-4604-c30f-d323-37ef2fe88e82-d78366d3 {
  align-self: center;
  justify-self: end;
}

#w-node-_1e492b21-104c-b8e6-aebc-70b544392ed6-d78366d3 {
  justify-self: center;
}

#w-node-_71965e70-03ee-3b35-68be-9b16bc96aa51-d78366d3, #w-node-_71965e70-03ee-3b35-68be-9b16bc96aa61-d78366d3, #w-node-_71965e70-03ee-3b35-68be-9b16bc96aa6c-d78366d3, #w-node-_71965e70-03ee-3b35-68be-9b16bc96aa79-d78366d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b345-9c1e908d {
  justify-self: center;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b349-9c1e908d {
  align-self: center;
  justify-self: end;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b336-9c1e908d {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-9c1e908d, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-9c1e908d {
  justify-self: center;
}

#w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-9c1e908d {
  align-self: center;
  justify-self: end;
}

#w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-9c1e908d, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-9c1e908d, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-9c1e908d, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-9c1e908d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b3e1-9c1e908d {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_314b5485-4815-1387-b459-f1430d9cb705-9c1e908d {
  justify-self: center;
}

#w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-9c1e908d {
  align-self: auto;
  justify-self: auto;
}

#w-node-_910bd60e-0fdb-bdaf-92e7-fee388f1793c-9c1e908d {
  align-self: stretch;
  justify-self: auto;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b345-cf84fa8d {
  justify-self: center;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b349-cf84fa8d {
  align-self: center;
  justify-self: end;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b336-cf84fa8d {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-cf84fa8d, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-cf84fa8d {
  justify-self: center;
}

#w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-cf84fa8d {
  align-self: center;
  justify-self: end;
}

#w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-cf84fa8d, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-cf84fa8d, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-cf84fa8d, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-cf84fa8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea074480-cc44-492a-34e2-0ef4d906b3e1-cf84fa8d {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_314b5485-4815-1387-b459-f1430d9cb705-cf84fa8d {
  justify-self: center;
}

#w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-cf84fa8d {
  align-self: auto;
  justify-self: auto;
}

#w-node-_910bd60e-0fdb-bdaf-92e7-fee388f1793c-cf84fa8d {
  align-self: stretch;
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-ea074480-cc44-492a-34e2-0ef4d906b345-c84fbcc4 {
    justify-self: center;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b349-c84fbcc4, #w-node-ea074480-cc44-492a-34e2-0ef4d906b336-c84fbcc4 {
    align-self: center;
  }

  #w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-c84fbcc4, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-c84fbcc4 {
    justify-self: center;
  }

  #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-c84fbcc4 {
    align-self: center;
  }

  #w-node-_2a4e6574-b320-429e-54fe-7c5920bd245a-c84fbcc4, #w-node-_15b199f9-5aa3-057f-24c1-4b7355abb658-c84fbcc4, #w-node-d2731077-5468-e2a7-db1b-62f45078e17a-c84fbcc4, #w-node-_07b35028-df44-0b11-75cb-2d9071e9abc6-c84fbcc4, #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-c84fbcc4, #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-c84fbcc4, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-c84fbcc4, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-c84fbcc4, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-c84fbcc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b3e1-c84fbcc4 {
    align-self: center;
  }

  #w-node-_314b5485-4815-1387-b459-f1430d9cb705-c84fbcc4, #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-c84fbcc4 {
    justify-self: center;
  }

  #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f1793c-c84fbcc4, #w-node-e6ff3357-ac08-2fee-3e27-11dd88c68356-714fbcca {
    align-self: center;
  }

  #w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eac-714fbcca {
    justify-self: center;
  }

  #w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eaf-714fbcca, #w-node-_45d83106-4604-c30f-d323-37ef2fe88e82-714fbcca {
    align-self: center;
  }

  #w-node-_45d83106-4604-c30f-d323-37ef2fe88e7e-714fbcca {
    justify-self: center;
  }

  #w-node-ecda0b08-a09d-72f0-4be9-8f5290cbfebe-714fbcca {
    align-self: center;
  }

  #w-node-f6d85737-949f-a4a5-0afd-f6a4a41d9318-714fbcca {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6eaebf2e-f386-4f80-ec70-ae8611e5e3d5-714fbcca {
    align-self: start;
  }

  #w-node-c861b96c-dc8e-1df4-9c97-b703c64cf5bf-fa75f103, #w-node-a47372a7-e1ea-d498-9b34-dd1c19cc933a-fa75f103 {
    align-self: center;
  }

  #w-node-e3a12122-50a1-08b5-5da1-4a0ac3bf4476-fa75f103 {
    justify-self: center;
  }

  #w-node-e3a12122-50a1-08b5-5da1-4a0ac3bf446a-fa75f103, #w-node-c861b96c-dc8e-1df4-9c97-b703c64cf5bf-e877d085, #w-node-a47372a7-e1ea-d498-9b34-dd1c19cc933a-e877d085 {
    align-self: center;
  }

  #w-node-e3a12122-50a1-08b5-5da1-4a0ac3bf4476-e877d085 {
    justify-self: center;
  }

  #w-node-e3a12122-50a1-08b5-5da1-4a0ac3bf446a-e877d085, #w-node-e6ff3357-ac08-2fee-3e27-11dd88c68356-d78366d3 {
    align-self: center;
  }

  #w-node-_9c5e4f07-3e0a-ce04-172a-13182bedc0ab-d78366d3 {
    justify-self: auto;
  }

  #w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eac-d78366d3 {
    justify-self: center;
  }

  #w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eaf-d78366d3, #w-node-_45d83106-4604-c30f-d323-37ef2fe88e82-d78366d3 {
    align-self: center;
  }

  #w-node-_1e492b21-104c-b8e6-aebc-70b544392ed6-d78366d3, #w-node-ea074480-cc44-492a-34e2-0ef4d906b345-9c1e908d {
    justify-self: center;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b349-9c1e908d, #w-node-ea074480-cc44-492a-34e2-0ef4d906b336-9c1e908d {
    align-self: center;
  }

  #w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-9c1e908d, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-9c1e908d {
    justify-self: center;
  }

  #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-9c1e908d {
    align-self: center;
  }

  #w-node-_2a4e6574-b320-429e-54fe-7c5920bd245a-9c1e908d, #w-node-_15b199f9-5aa3-057f-24c1-4b7355abb658-9c1e908d, #w-node-d2731077-5468-e2a7-db1b-62f45078e17a-9c1e908d, #w-node-_07b35028-df44-0b11-75cb-2d9071e9abc6-9c1e908d, #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-9c1e908d, #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-9c1e908d, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-9c1e908d, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-9c1e908d, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-9c1e908d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b3e1-9c1e908d {
    align-self: center;
  }

  #w-node-_314b5485-4815-1387-b459-f1430d9cb705-9c1e908d, #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-9c1e908d {
    justify-self: center;
  }

  #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f1793c-9c1e908d {
    align-self: center;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b345-cf84fa8d {
    justify-self: center;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b349-cf84fa8d, #w-node-ea074480-cc44-492a-34e2-0ef4d906b336-cf84fa8d {
    align-self: center;
  }

  #w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-cf84fa8d, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-cf84fa8d {
    justify-self: center;
  }

  #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-cf84fa8d {
    align-self: center;
  }

  #w-node-_2a4e6574-b320-429e-54fe-7c5920bd245a-cf84fa8d, #w-node-_15b199f9-5aa3-057f-24c1-4b7355abb658-cf84fa8d, #w-node-d2731077-5468-e2a7-db1b-62f45078e17a-cf84fa8d, #w-node-_07b35028-df44-0b11-75cb-2d9071e9abc6-cf84fa8d, #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-cf84fa8d, #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-cf84fa8d, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-cf84fa8d, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-cf84fa8d, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-cf84fa8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b3e1-cf84fa8d {
    align-self: center;
  }

  #w-node-_314b5485-4815-1387-b459-f1430d9cb705-cf84fa8d, #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-cf84fa8d {
    justify-self: center;
  }

  #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f1793c-cf84fa8d {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_03319f78-9259-23d3-0631-9366b9342924-294fbc64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d9705-294fbc64 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d970e-294fbc64 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d971b-294fbc64 {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d9728-294fbc64 {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-addabdca-e13b-a6ec-1613-b337b8f5dfa3-b8f5df7e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: auto;
    justify-self: center;
  }

  #w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a205b-b84fbc87 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-dbc1bfc7-8490-4bb3-2f4a-506cc31a2062-b84fbc87 {
    grid-area: span 6 / span 2 / span 6 / span 2;
  }

  #w-node-_55cd18a2-74de-068e-4909-3a98702414db-894fbca9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c8b8a7da-b9b0-18cc-13cc-209df7c67551-f84fbcbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f72ca9a2-f924-8951-c14a-f956bc401e91-f84fbcbb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2b0a1c7d-1f19-d872-c248-037b093bced0-f84fbcbb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3cd022e9-fa2d-779d-153f-835c73d97195-a24fbcbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4db5e0d5-5553-ac11-e2c2-7ca4bd16c254-c84fbcc4, #w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-c84fbcc4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-c84fbcc4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-c84fbcc4, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-c84fbcc4, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-c84fbcc4, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-c84fbcc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_314b5485-4815-1387-b459-f1430d9cb705-c84fbcc4 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-c84fbcc4 {
    align-self: center;
  }

  #w-node-d29ed4a0-95a0-d058-d6ab-ee2cdb41fbdb-db41fbc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6ff3357-ac08-2fee-3e27-11dd88c68356-714fbcca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e6ff3357-ac08-2fee-3e27-11dd88c68354-714fbcca {
    justify-self: center;
  }

  #w-node-_45d83106-4604-c30f-d323-37ef2fe88e7e-714fbcca {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d8629214-a492-c231-a132-149dad5a82c1-334fbccb {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-c861b96c-dc8e-1df4-9c97-b703c64cf5c9-fa75f103 {
    justify-self: center;
  }

  #w-node-_41a0453e-de9d-a579-34a0-89df7de4020a-fa75f103 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a47372a7-e1ea-d498-9b34-dd1c19cc9349-fa75f103 {
    align-self: center;
  }

  #w-node-c861b96c-dc8e-1df4-9c97-b703c64cf5c9-e877d085 {
    justify-self: center;
  }

  #w-node-_41a0453e-de9d-a579-34a0-89df7de4020a-e877d085 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-a47372a7-e1ea-d498-9b34-dd1c19cc9349-e877d085 {
    align-self: center;
  }

  #w-node-_3cd022e9-fa2d-779d-153f-835c73d97195-b2e3bfa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6ff3357-ac08-2fee-3e27-11dd88c68356-d78366d3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e6ff3357-ac08-2fee-3e27-11dd88c68354-d78366d3 {
    justify-self: center;
  }

  #w-node-_71965e70-03ee-3b35-68be-9b16bc96aa61-d78366d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4db5e0d5-5553-ac11-e2c2-7ca4bd16c254-9c1e908d, #w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-9c1e908d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-9c1e908d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-9c1e908d, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-9c1e908d, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-9c1e908d, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-9c1e908d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_314b5485-4815-1387-b459-f1430d9cb705-9c1e908d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-9c1e908d {
    align-self: center;
  }

  #w-node-_4db5e0d5-5553-ac11-e2c2-7ca4bd16c254-cf84fa8d, #w-node-_5d342ec3-cb52-b218-5e7e-d4d255a57387-cf84fa8d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac05e-cf84fa8d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-cf84fa8d, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-cf84fa8d, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-cf84fa8d, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-cf84fa8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_314b5485-4815-1387-b459-f1430d9cb705-cf84fa8d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_910bd60e-0fdb-bdaf-92e7-fee388f17938-cf84fa8d {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b34c930a-066f-9167-be73-55cd705fd95b-294fbc64 {
    order: -9999;
  }

  #w-node-a65f140c-52a4-b556-f9a6-7b18c687854f-294fbc64 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_972604d1-516a-6165-e664-e5911d10648d-294fbc64 {
    justify-self: center;
  }

  #w-node-_972604d1-516a-6165-e664-e5911d10648b-294fbc64, #w-node-_81294056-99eb-1983-6a3d-29297908a325-294fbc64, #w-node-_81294056-99eb-1983-6a3d-29297908a329-294fbc64 {
    order: -9999;
  }

  #w-node-_03319f78-9259-23d3-0631-9366b9342924-294fbc64, #w-node-_37326b38-90bc-8311-0dec-7dc5b5ee9d91-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5df82-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5df98-b8f5df7e, #w-node-_04cbb85f-26bf-554b-097f-8ce0db7c41e7-b8f5df7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-addabdca-e13b-a6ec-1613-b337b8f5dfa3-b8f5df7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_55cd18a2-74de-068e-4909-3a98702414db-894fbca9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2cd4e09-154c-1b58-742b-bca067d095fd-f84fbcbb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c50fc1e4-e81d-16f9-5f4d-db0797f5303f-f84fbcbb {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c8b8a7da-b9b0-18cc-13cc-209df7c67551-f84fbcbb {
    grid-row-start: span 1.01136;
    grid-row-end: span 1.01136;
    grid-column: span 2 / span 2;
    justify-self: end;
  }

  #w-node-f72ca9a2-f924-8951-c14a-f956bc401e91-f84fbcbb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2b0a1c7d-1f19-d872-c248-037b093bced0-f84fbcbb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3cd022e9-fa2d-779d-153f-835c73d97195-a24fbcbd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ccd944e9-23fd-4893-dab4-97c6787a791e-8f4fbcbe {
    align-self: center;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b349-c84fbcc4, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-c84fbcc4 {
    justify-self: start;
  }

  #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-c84fbcc4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-c84fbcc4, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-c84fbcc4, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-c84fbcc4, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-c84fbcc4, #w-node-d29ed4a0-95a0-d058-d6ab-ee2cdb41fbdb-db41fbc3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eaf-714fbcca, #w-node-_45d83106-4604-c30f-d323-37ef2fe88e82-714fbcca {
    justify-self: start;
  }

  #w-node-da368066-63f5-b1ca-22f8-cd9adb3a5d39-714fbcca, #w-node-dc1c94a8-0322-ed92-d2cd-a24ce55e075b-fa75f103, #w-node-fc091d80-2822-d601-b156-a75fb4418a96-e877d085 {
    align-self: center;
  }

  #w-node-_3cd022e9-fa2d-779d-153f-835c73d97195-b2e3bfa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_380b953c-6fc2-8c94-e1d1-0c20f2693eaf-d78366d3, #w-node-_45d83106-4604-c30f-d323-37ef2fe88e82-d78366d3 {
    justify-self: start;
  }

  #w-node-_71965e70-03ee-3b35-68be-9b16bc96aa61-d78366d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b349-9c1e908d, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-9c1e908d {
    justify-self: start;
  }

  #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-9c1e908d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-9c1e908d, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-9c1e908d, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-9c1e908d, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-9c1e908d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea074480-cc44-492a-34e2-0ef4d906b349-cf84fa8d, #w-node-_91b908d5-b24d-5fd2-ffa3-745816aac062-cf84fa8d {
    justify-self: start;
  }

  #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-cf84fa8d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_05146336-8236-1fd6-237c-035a0e3d34b3-cf84fa8d, #w-node-fd517fa2-f0c5-690f-b6a8-b9f508db4cec-cf84fa8d, #w-node-f6973ef3-0e82-f4cd-9c92-7ec26019e94e-cf84fa8d, #w-node-_3f7047e8-06ff-36a4-e26e-656630314ab3-cf84fa8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_81294056-99eb-1983-6a3d-29297908a325-294fbc64 {
    order: -9999;
  }

  #w-node-_81294056-99eb-1983-6a3d-29297908a329-294fbc64 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d9705-294fbc64 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d970e-294fbc64 {
    grid-area: 2 / 1 / 4 / 4;
    align-self: center;
  }

  #w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d971b-294fbc64 {
    grid-area: 4 / 1 / 6 / 4;
    align-self: center;
  }

  #w-node-d6e2e518-2b12-4115-bf3d-2d9fc68d9728-294fbc64 {
    grid-area: 6 / 1 / 8 / 4;
    align-self: center;
  }

  #w-node-_37326b38-90bc-8311-0dec-7dc5b5ee9d91-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5df82-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5df98-b8f5df7e, #w-node-_04cbb85f-26bf-554b-097f-8ce0db7c41e7-b8f5df7e, #w-node-addabdca-e13b-a6ec-1613-b337b8f5dfa3-b8f5df7e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f72ca9a2-f924-8951-c14a-f956bc401e91-f84fbcbb {
    align-self: end;
  }

  #w-node-c740fefd-4d8d-9428-5d94-56e43d372147-8f4fbcbe, #w-node-_41ee293b-2b2e-4985-b298-49dec724f464-8f4fbcbe, #w-node-b7d8706f-7d15-c0cd-bc49-c40c60d69dd7-8f4fbcbe, #w-node-b0ca602e-9758-5130-9b00-9db91bc2399a-8f4fbcbe, #w-node-cc125ab7-0852-abe1-ffd1-318f490846e6-8f4fbcbe, #w-node-_240820d5-9f5b-742e-34f9-2dee87f4c247-8f4fbcbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ccd944e9-23fd-4893-dab4-97c6787a791e-8f4fbcbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-c84fbcc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da368066-63f5-b1ca-22f8-cd9adb3a5d28-714fbcca, #Ramo-de-Atividade.w-node-ba5c028e-60ce-a6fe-6443-aaead009f9b5-714fbcca, #w-node-da368066-63f5-b1ca-22f8-cd9adb3a5d2a-714fbcca, #w-node-_26926ebe-4fe6-b849-55f8-11d30c490d6c-714fbcca, #w-node-da368066-63f5-b1ca-22f8-cd9adb3a5d2c-714fbcca, #w-node-da368066-63f5-b1ca-22f8-cd9adb3a5d2e-714fbcca {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da368066-63f5-b1ca-22f8-cd9adb3a5d39-714fbcca {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-dc1c94a8-0322-ed92-d2cd-a24ce55e0750-fa75f103, #w-node-dc1c94a8-0322-ed92-d2cd-a24ce55e0753-fa75f103, #w-node-dc1c94a8-0322-ed92-d2cd-a24ce55e0755-fa75f103, #w-node-dc1c94a8-0322-ed92-d2cd-a24ce55e0757-fa75f103 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc1c94a8-0322-ed92-d2cd-a24ce55e075b-fa75f103 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-fc091d80-2822-d601-b156-a75fb4418a8d-e877d085, #w-node-fc091d80-2822-d601-b156-a75fb4418a8f-e877d085, #w-node-fc091d80-2822-d601-b156-a75fb4418a91-e877d085, #w-node-fc091d80-2822-d601-b156-a75fb4418a93-e877d085 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fc091d80-2822-d601-b156-a75fb4418a96-e877d085 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-9c1e908d, #w-node-fb92ec7f-4785-5cdd-5d69-9aab7646501a-cf84fa8d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


