:root {
  --b: #091123;
  --2: #fcd35f;
  --1: #ab7535;
  --az: #32436c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.s1 {
  background-image: url('../images/capa_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
}

.body {
  background-color: var(--b);
}

.button {
  color: #000;
  text-align: center;
  background-color: #28ac3d;
  border-radius: 0 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
  display: flex;
  box-shadow: 6px 6px #0000004d, 0 10px 10px #00000040;
}

.button:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 3px #fff;
  transform: scale(1.1);
  box-shadow: 0 0 0 2px #fff, 0 3px 3px #0000004d, 0 10px 10px #00000040;
}

.button.max {
  width: 100%;
  max-width: 400px;
  font-weight: 700;
}

.button.max._8ppl {
  background-image: linear-gradient(178deg, #ffea7a, var(--2) 45%, var(--1));
  color: #111;
  text-transform: uppercase;
  border-radius: 20px;
  max-width: 355px;
  padding: 20px 22px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.h1-8ppl {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.alinhamento-esquerda {
  max-width: 550px;
}

.alinhamento-esquerda._8ppl {
  max-width: 438px;
  margin-left: 0;
  position: relative;
  left: 0;
}

.logo {
  max-width: 30%;
  margin-bottom: 30px;
  margin-left: 0;
}

.p1 {
  color: #fdfdfc;
  text-align: justify;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.p1.mb-30 {
  text-align: justify;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
}

.p1.menor {
  text-align: justify;
  padding-right: 0;
  font-size: 16px;
}

.p1.menor._2 {
  padding-right: 290px;
}

._940 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 940px;
  max-width: none;
  display: flex;
}

._940.center {
  justify-content: center;
  align-items: center;
}

.degrade {
  background-image: linear-gradient(180deg, var(--1), var(--2) 51%, #ab7535);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.s2 {
  padding-top: 60px;
}

.quick-stack-4 {
  max-width: 940px;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.block-black {
  background-image: linear-gradient(133deg, var(--az), #1a1a1a);
  border: 1px solid #868686b3;
  border-bottom-color: #fcd35f;
  border-radius: 5px;
  width: 300px;
  height: 200px;
  padding: 25px;
  font-family: Lato, sans-serif;
}

.block-black._2 {
  grid-column-gap: 25px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  height: auto;
  display: grid;
}

.block-black._2._940 {
  background-image: linear-gradient(133deg, var(--az), #1a1a1a);
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
  place-items: center start;
  max-width: 940px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.block-black._3 {
  width: auto;
  height: 100%;
}

.icon-block {
  margin-bottom: 25px;
}

.h2-ml {
  color: #202020;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
}

.h2-ml.degrade-2 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ab7535, #fcd35f 53%, #ab7535);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.image {
  max-width: 100%;
  position: absolute;
  inset: auto 10% 0% auto;
}

.buttonloop {
  text-transform: uppercase;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.gradient-button {
  z-index: 1;
  background-image: linear-gradient(90deg, #05b375, #4c6141);
  border: 1px #f4f4f429;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gradient-button:hover {
  background-color: #0000;
  background-image: linear-gradient(#05b375, #4c6141);
  border-color: #f4f4f4;
}

.apple-icon {
  margin-right: 10px;
}

.button-text {
  color: #f4f4f4;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.html-embed-2 {
  display: none;
  overflow: hidden;
}

._1140 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1140px;
  max-width: 1140px;
  display: flex;
}

.h1-8ppl-2 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

.h1-8ppl-2.max-600 {
  text-align: center;
  max-width: 600px;
}

.h1-8ppl-2.max-600.degrade.left {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.bold-text-5 {
  font-size: 27px;
}

.final {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  padding-left: 100px;
  padding-right: 100px;
}

.final.mb-60 {
  margin-bottom: 60px;
}

.p1-2 {
  color: #fdfdfc;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.p1-2.mb20 {
  text-align: justify;
  margin-bottom: 20px;
  padding-right: 30px;
}

.s3 {
  background-color: #20202000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.bold-text-6 {
  font-size: 25px;
}

.paragraph-8 {
  color: #fdfdfc;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.paragraph-8.link {
  text-decoration: none;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  color: #fdfdfc;
  margin-top: 10px;
  margin-right: 30px;
  font-weight: 200;
  overflow: hidden;
}

.icon-2.accordion-icon {
  color: #fabd69;
  cursor: pointer;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
}

.accordion-item {
  background-color: #1d1d1d;
  background-image: linear-gradient(180deg, var(--az), #091123);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-heading {
  color: #fdfdfc;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.heading-6 {
  color: #f4f4f4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
}

.heading-6.degrade {
  font-family: Lato, sans-serif;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-faq {
  background-color: #1110;
  padding: 60px 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.tablet-hide {
  display: block;
}

.link {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  ._1140 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tablet-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .s1 {
    background-image: url('../images/bg-mobile.png');
    background-position: 50% 0;
    padding-top: 40%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    text-align: center;
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .button.max {
    width: auto;
    min-width: auto;
    max-width: 90%;
    font-size: 17px;
    font-weight: 700;
  }

  .button.max._8ppl {
    min-width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .h1-8ppl {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .alinhamento-esquerda {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .alinhamento-esquerda._8ppl {
    justify-content: center;
    align-items: center;
    max-width: 335px;
    margin-left: 0;
    padding-right: 0;
    left: 0;
  }

  .logo {
    max-width: 44%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    position: static;
    inset: 8% auto auto 10%;
  }

  .p1 {
    text-align: left;
  }

  .p1.mb-30 {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .p1.menor._2 {
    text-align: justify;
    padding-right: 0;
  }

  ._940 {
    justify-content: center;
    align-items: center;
  }

  ._940.center {
    width: auto;
  }

  .degrade {
    font-size: 20px;
  }

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

  .block-black._2 {
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 30px;
  }

  .block-black._2._940 {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    place-items: center start;
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-ml {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .buttonloop {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 275px;
    margin-top: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    display: flex;
  }

  .gradient-button {
    background-image: linear-gradient(#05b375, #4c6141);
    border-style: none;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .apple-icon {
    width: 21px;
  }

  .button-text {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
  }

  .html-embed-2 {
    display: none;
    overflow: hidden;
  }

  ._1140 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .h1-8ppl-2 {
    text-align: center;
    max-width: none;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .h1-8ppl-2.max-600.degrade.left {
    text-align: center;
    font-size: 20px;
  }

  .bold-text-5 {
    font-size: 20px;
    line-height: 22px;
  }

  .final {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .p1-2.mb20 {
    text-align: center;
    padding-right: 0;
    font-size: 17px;
  }

  .alinhamento-final {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .s3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Group-22.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .bold-text-6 {
    text-align: left;
    font-size: 18px;
  }

  .icon-2.accordion-icon {
    color: var(--2);
  }

  .header-center-box._75 {
    width: 90%;
  }

  .heading-6 {
    font-size: 25px;
  }

  .section-faq {
    max-width: 100%;
    padding: 60px 15px;
  }
}

#w-node-ceda9063-ed45-e96d-3557-b421d0300e72-2c0740d4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bbedf6fa-f9a7-c7db-94df-f88057ce523d-2c0740d4, #w-node-a13accf9-4565-6000-e8cd-2ecc4e28a70d-2c0740d4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-ceda9063-ed45-e96d-3557-b421d0300e72-2c0740d4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


