:root {
  --light-green: #f3fff6;
  --green: #33d46c;
}

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

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

.body {
  font-family: Dejavu sans, Arial, sans-serif;
  font-weight: 400;
}

.hero-main {
  background-color: #fff;
  background-image: url('../images/banner.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 600px;
  padding-top: 60px;
  padding-bottom: 10px;
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.overlay {
  background-image: linear-gradient(103deg, #20b557, #fff0);
  display: block;
  position: absolute;
  inset: 0%;
}

.overlay._1 {
  background-image: linear-gradient(6deg, #20b557 31%, #fff0 48%);
  height: 180px;
  inset: 240px 0% 0%;
}

.navbar {
  z-index: 999;
  background-color: var(--light-green);
  position: relative;
  inset: 0% 0% auto;
}

.brand {
  background-image: url('../images/Yulla-Exhibition-_-Logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 100px;
}

.brand._1 {
  display: none;
}

.como-funciona {
  background-color: #20b55708;
  flex-flow: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
}

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

.icon {
  width: 45px;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px none var(--green);
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 35px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000026;
}

.icon-yulla {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

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

.beneficio {
  background-image: url('../images/14248.jpg');
  background-position: 50%;
  background-size: auto;
  align-items: center;
  height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-template-rows: auto;
  position: relative;
}

.image {
  width: 100%;
  height: 80px;
}

.text-block {
  color: #fff;
  object-fit: contain;
  width: 100%;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 120%;
}

.text-block-2 {
  color: #f4f3f3;
  margin-top: 25px;
  margin-bottom: 30px;
}

.heading {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}

.heading-2 {
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 700;
}

.heading-2._2 {
  text-align: center;
}

.button {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button._1 {
  width: 40%;
  display: none;
}

.button._2 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

.como-aderir {
  flex-flow: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.card-list {
  border: 1px dashed #28b45c8a;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  height: 250px;
  padding: 40px;
  display: flex;
}

.card-list:hover {
  background-color: #f4f4f4;
}

.nav-link {
  font-size: 16px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #333;
}

.nav-link._40 {
  color: #fff;
  background-color: #33d46c;
  border-radius: 8px;
}

.nav-link-2 {
  color: #fff;
}

.text-block-3 {
  color: #eee;
  width: 70%;
  margin-bottom: 20px;
  line-height: 25px;
}

.text-block-3._4 {
  color: #eeecec;
  letter-spacing: .3px;
  width: 80%;
  font-size: 20px;
}

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

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  padding-left: 60px;
  display: flex;
}

.div-block-3._1 {
  margin-top: -69px;
}

.text-block-4 {
  font-size: 16px;
  font-weight: 600;
}

.grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.div-block-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 350px;
}

.div-block-5 {
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-6 {
  border: 4px solid #28b55d;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 370px;
  margin: 60px 20px -20px -20px;
  position: absolute;
  inset: 0%;
}

.faq {
  padding-top: 100px;
  padding-bottom: 220px;
}

.tabs-menu {
  flex-flow: column;
  display: flex;
}

.tab-link-tab-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  background-color: #fff;
  border-bottom: 1px dashed #e1dddd;
  align-items: center;
  margin-bottom: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-1:hover {
  background-color: #f3f3f3;
}

.tab-link-tab-1.w--current {
  color: #28b55d;
  background-color: #f3f3f3;
  border-bottom-color: #28b55d9e;
  margin-bottom: 4px;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-1.w--current:hover {
  background-color: #f3f3f3;
}

.tab-link-tab-2 {
  background-color: #fff;
}

.tab-link-tab-2.w--current {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg {
  width: 15px;
  font-size: 1px;
}

.tab-pane-tab-1 {
  background-color: #28b55d0f;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.tab-pane-tab-2 {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.lista-de-perguntas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  position: sticky;
}

.rodape {
  background-color: #041f0d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rodape-links-uteis {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.rodaape-link {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.rodaape-link:hover {
  color: #1a1b1fbf;
}

.rodape-link-socal {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 10px;
}

.footer-social-link-three._1 {
  display: none;
}

.rodape-div {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.rodape-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #eeeeee70;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rodape-link-termos {
  color: #eee;
  margin-right: 25px;
}

.rodape-link-termos:hover {
  color: #fff;
}

.text-block-5 {
  color: #fff;
  display: none;
}

.image-3 {
  width: 30px;
}

.image-4 {
  width: 70px;
}

.div-block-9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-6._1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.text-block-7 {
  color: #818181;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
}

.text-block-7._1 {
  color: #6c6b6b;
  text-align: left;
}

.grid-4 {
  grid-template-rows: auto;
}

.div-block-10 {
  height: 500px;
}

.div-block-10._1 {
  position: relative;
}

.section {
  background-color: #20b557;
  height: 600px;
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-11 {
  width: 60%;
  margin-left: -200px;
  position: relative;
}

.grid-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.div-block-12 {
  align-items: center;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -90px;
}

.code-embed {
  display: block;
}

.slider {
  display: none;
}

.list-item {
  color: #fbfbfb;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.list {
  color: #e5e5e5;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 800px;
  margin-bottom: 40px;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

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

.tab-link-tab-1-2 {
  background-color: #fff;
  padding: 20px;
  display: flex;
}

.tab-link-tab-1-2.w--current {
  background-color: #eee;
  flex-flow: column;
  padding: 20px;
}

.div-block-17 {
  padding: 30px;
}

.pergunta {
  color: #2f2d2d;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  overflow: visible;
}

.resposta {
  z-index: 999;
  background-color: #fff;
  padding: 20px;
  font-size: 17px;
  line-height: 150%;
  position: relative;
}

.text-block-8 {
  color: #535151;
  padding: 20px;
}

.faq-item {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 5px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 15px;
  position: static;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
  background-color: #eee;
}

.dropdown-toggle.w--open {
  background-color: #e8e8e8;
}

.dropdown-list {
  background-color: #fff;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.texto {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.perguntas {
  margin-top: 80px;
}

.tabs-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.tab-link {
  background-color: #c7c7c754;
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  margin-right: 15px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
}

.tab-link.w--current {
  background-color: var(--green);
  color: #fff;
}

.tab-link-tab-2-2 {
  background-color: #0000;
}

.tab-lista {
  width: 100%;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.paragraph {
  text-align: justify;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-19 {
  width: 60%;
}

.heading-3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 100px;
}

.section-3 {
  background-image: linear-gradient(333deg, #33d46c, #fff 57%);
  height: 80px;
}

.div-block-20 {
  width: 170px;
}

.section-4 {
  background-color: var(--light-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  background-image: url('../images/23ce445e-e0a1-48db-83df-54bec67e2800.jpg');
  background-position: 50%;
  background-size: cover;
  height: 700px;
}

.div-block-21 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 65px;
  line-height: 120%;
}

.paragraph-2 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 150%;
}

.div-block-22 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-template-rows: auto;
}

.button-2 {
  background-color: var(--green);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.button-2:hover {
  background-color: #21aa52;
}

.button-2.light {
  border: 1px solid var(--green);
  color: #353434;
  background-color: #33d46c00;
}

.button-2.light:hover {
  background-color: var(--green);
  color: #fff;
  border-style: none;
}

.section-6 {
  background-color: var(--light-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.section-7 {
  background-image: url('../images/11027562_158.jpg');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.link-block {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 5px #00000026;
}

.div-block-24 {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 35px;
}

.div-block-25 {
  background-image: url('../images/36375.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 300px;
}

.div-block-25._2 {
  background-image: url('../images/1799.jpg');
}

.text-block-9 {
  color: #272727;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
}

.text-block-10 {
  color: #303030ad;
  margin-bottom: 15px;
}

.div-block-26 {
  border: 1px solid var(--green);
  color: #2c2c2c;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  display: flex;
}

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

.div-block-28 {
  background-image: url('../images/Imagem-WhatsApp-2024-12-27-às-15.00.41_f6285f8e-2-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 50px;
  margin-right: 20px;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text {
  font-weight: 400;
}

.div-block-29 {
  max-width: 80%;
}

.perguntas-wrapper-kki {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all .6s;
}

.accordion-wrapper:hover {
  border-color: var(--green);
}

.accordion-wrapper:active {
  border-color: #2646f8;
}

.accordion-item {
  margin-bottom: 0;
  padding: 15px 35px;
}

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

.accordion-trigger {
  float: left;
  width: 95%;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
}

.arrox {
  float: left;
  background-image: url('../images/keyboard_arrow_down-24px.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  height: 25px;
}

.resposta-apear {
  border-top: 1px #f5f5f5;
  margin-top: 0;
  padding: 0 35px;
  display: block;
  overflow: hidden;
}

.paragraph-3 {
  color: #2e2e2e;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 170%;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 100px;
    padding-right: 100px;
  }

  .beneficio {
    background-image: url('../images/14248.jpg');
    background-position: 0 0;
    background-size: auto;
  }
}

@media screen and (min-width: 1440px) {
  .hero-main {
    background-image: url('../images/Design-sem-nome-10.png');
    height: 700px;
    padding-top: 300px;
  }

  .container {
    padding-left: 140px;
    padding-right: 140px;
  }

  .como-funciona {
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .section {
    height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-left: 220px;
    padding-right: 220px;
  }
}

@media screen and (max-width: 991px) {
  .hero-main {
    padding-top: 220px;
  }

  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .overlay._1 {
    z-index: 999;
    top: 160px;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand.w--current {
    height: 100px;
  }

  .brand._1 {
    margin-bottom: 20px;
    padding-left: 15px;
    display: block;
  }

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

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

  .image {
    object-fit: contain;
    width: auto;
  }

  .text-block {
    width: 100%;
    margin-bottom: 20px;
    font-size: 34px;
  }

  .button._2 {
    width: 70%;
    margin-top: 0;
  }

  .como-aderir {
    align-items: stretch;
  }

  .nav-link {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 10px 0;
    font-size: 24px;
  }

  .nav-link._40 {
    margin-top: 52px;
    padding: 22px;
  }

  .text-block-3._4 {
    width: 100%;
    margin-bottom: 60px;
    font-size: 14px;
  }

  .div-block-3._1 {
    margin-top: 10px;
    padding-left: 0;
  }

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

  .faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lista-de-perguntas {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rodape-link-socal {
    margin-top: 40px;
  }

  .rodape-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column-reverse;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus {
    background-color: #0000;
  }

  .menu-button:focus-visible {
    background-color: #0000;
  }

  .menu-button[data-wf-focus-visible] {
    background-color: #0000;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    display: none;
  }

  .div-block-10 {
    background-image: none;
    height: 400px;
  }

  .div-block-10._1 {
    justify-content: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .section {
    height: 450px;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-block-11 {
    margin-left: 20px;
  }

  .grid-5 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
  }

  .image-5 {
    z-index: 999;
    object-fit: contain;
    width: 100%;
    height: 400px;
    margin-top: -47px;
    position: relative;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    height: 100vh;
    padding-top: 88px;
    padding-left: 70px;
    box-shadow: 0 2px 5px #0003;
  }

  .icon-2 {
    font-size: 40px;
  }

  .div-block-13 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
    display: flex;
  }

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

  .slider {
    background-color: #0000;
    height: auto;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .slide {
    position: relative;
  }

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

  .tabs-menu-3 {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

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

  .section-5 {
    height: 500px;
  }

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

  .heading-4 {
    font-size: 61px;
  }

  .paragraph-2 {
    font-size: 17px;
  }

  .perguntas-wrapper-kki {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-main {
    padding-top: 230px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .overlay._1 {
    top: 164px;
  }

  .brand {
    width: 150px;
    height: 80px;
  }

  .card {
    justify-content: center;
    padding-top: 20px;
  }

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

  .text-block {
    text-align: center;
    font-size: 36px;
    line-height: 41px;
  }

  .button {
    width: 50%;
  }

  .button._2 {
    z-index: 999;
    position: relative;
  }

  .text-block-3._4 {
    text-align: center;
    width: 90%;
    margin-bottom: 40px;
    font-size: 19px;
  }

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

  .div-block-3._1 {
    align-items: center;
    margin-top: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .rodape-links-uteis {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rodaape-link {
    margin-bottom: 10px;
  }

  .rodape-link-socal {
    margin-top: 10px;
  }

  .rodape-2 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .rodape-link-termos {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-6, .text-block-7 {
    font-size: 16px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    display: none;
  }

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

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

  .section {
    height: 720px;
  }

  .div-block-11 {
    width: 80%;
  }

  .image-5 {
    height: 351px;
    margin-top: -20px;
  }

  .nav-menu {
    width: 80%;
  }

  .list {
    width: auto;
  }

  .div-block-16 {
    grid-template-columns: 1fr;
  }

  .tabs-menu-3 {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .container._1 {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .brand {
    justify-content: flex-start;
    align-items: stretch;
  }

  .brand.w--current {
    height: 80px;
  }

  .card {
    height: 350px;
    padding: 20px 25px 25px;
  }

  .image {
    margin-left: -20px;
  }

  .heading {
    height: 100px;
    font-size: 35px;
  }

  .button._1 {
    width: 70%;
  }

  .button._2 {
    width: 100%;
  }

  .nav-link {
    color: #333;
    margin-bottom: 25px;
    font-size: 19px;
  }

  .text-block-3._4 {
    width: 100%;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-3._1 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .rodape-link-socal {
    margin-left: 0;
  }

  .rodape-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-legal-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .rodape-link-termos {
    margin-right: 0;
  }

  .text-block-6 {
    font-size: 17px;
  }

  .grid-4 {
    display: none;
  }

  .div-block-10 {
    height: 100%;
  }

  .div-block-10._1 {
    width: 100%;
    height: 100%;
  }

  .section {
    height: 875px;
    padding-top: 20px;
  }

  .div-block-11 {
    width: 90%;
    margin-left: 5px;
  }

  .image-5 {
    height: 500px;
    margin-top: -100px;
  }

  .image-5._2 {
    margin-top: 10px;
  }

  .nav-menu {
    width: 90%;
    padding-left: 30px;
  }

  .icon-2 {
    font-size: 34px;
  }

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

  .list {
    width: auto;
  }

  .pergunta {
    max-width: 90%;
  }

  .tab-link {
    padding: 9px 20px 12px;
    font-size: 16px;
  }

  .section-3 {
    background-image: linear-gradient(316deg, #33d46c, #fff 34%);
  }

  .section-5 {
    height: 400px;
  }

  .heading-4 {
    font-size: 42px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

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

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

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

  .section-7 {
    height: 500px;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    height: 230px;
  }

  .div-block-27 {
    flex-flow: column;
  }

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

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

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-trigger {
    width: 90%;
    font-size: 16px;
  }

  .arrox {
    width: 10%;
  }

  .resposta-apear {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    font-size: 15px;
  }
}


@font-face {
  font-family: 'Dejavu sans';
  src: url('../fonts/DejaVuSansCondensed-Oblique.ttf') format('truetype'), url('../fonts/DejaVuSans-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dejavu sans';
  src: url('../fonts/DejaVuSansCondensed-Bold.ttf') format('truetype'), url('../fonts/DejaVuSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dejavu sans';
  src: url('../fonts/DejaVuSans-BoldOblique.ttf') format('truetype'), url('../fonts/DejaVuSansCondensed-BoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dejavu sans';
  src: url('../fonts/DejaVuSans.ttf') format('truetype'), url('../fonts/DejaVuSansCondensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dejavu sans';
  src: url('../fonts/DejaVuSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}