.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: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.row-grid {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  min-height: 100dvh;
  display: grid;
}

.row-grid-column-left {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  min-width: 100%;
  background-color: #8b3a1a;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  inline-size: 33.3333%;
  padding: 10dvw 5dvw;
  animation-name: fadeInDown;
  animation-duration: .5s;
  animation-delay: .25s;
  display: flex;
  position: relative;
}

.row-title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  max-width: 40rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  inline-size: 100%;
  display: flex;
}

.headin_title {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #f2e9c4;
  letter-spacing: 2px;
  text-transform: uppercase;
  column-rule-color: #f2e9c4;
  caret-color: #f2e9c4;
  border: 0 #f2e9c4;
  outline-color: #f2e9c4;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #f2e9c4;
  display: block;
}

.list_wrap {
  color: #f2e9c4;
  letter-spacing: 2px;
  caret-color: #f2e9c4;
  text-wrap: balance;
  outline-color: #f2e9c4;
  font-size: 12.6px;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-emphasis-color: #f2e9c4;
}

.caption-wrap {
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  caret-color: #fff;
  background-color: #000c;
  padding: 8px 16px;
  font-size: 9px;
  font-weight: 700;
  text-emphasis-color: #fff;
  position: absolute;
  inset: auto auto 0% 0%;
}

.u-cover-absolut {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.promo-header {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.promo-logo {
  filter: brightness(300%);
  height: 15rem;
}

.promo-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-span {
  color: #f2e9c4;
}

.legal-text-span {
  font-size: .875rem;
  position: relative;
  top: -22px;
}

.card-promo-label {
  color: #22272a;
  text-transform: uppercase;
  flex: none;
  font-size: .7rem;
  line-height: 1.3;
}

.card-promo-value {
  color: #8b3b1a;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  flex: none;
  font-size: 3rem;
  font-weight: 700;
  line-height: .9;
}

.grid-precos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.card-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-label-text {
  color: #8b3b1a;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  flex: 1 2 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.promo-span {
  padding-left: .3rem;
  padding-right: .3rem;
  font-size: 1.3rem;
  font-weight: 600;
  position: relative;
  top: -.75rem;
}

.card-precos {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #f2e9c4;
  border-radius: .125rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  grid-auto-columns: 1fr;
  place-items: end stretch;
  padding-top: 1.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-promo-tag {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #552612;
  align-self: stretch;
  margin-bottom: 0;
  padding: .75rem 2rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.promo_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: center;
  max-width: 50rem;
  display: flex;
}

.card-promo-inner-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.light-spam {
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 700;
}

.row-grid-column-right {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  width: 100%;
  min-width: 100%;
  /* height: 100dvh; */
  background-color: #8b3a1a;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: stretch;
  inline-size: 33.3333%;
  padding: 10dvw 6dvw 10dvw 4dvw;
  animation-name: fadeInDown;
  animation-duration: .5s;
  animation-delay: .25s;
  display: flex;
  position: sticky;
  top: 0%;
}

.light-span {
  font-size: 28px;
  font-weight: 300;
}

.m2-span {
  text-transform: none;
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .row-grid {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #000;
    border: 0 #000;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
  }

  .row-grid-column-left {
    box-sizing: border-box;
    aspect-ratio: auto;
    opacity: 1;
    color: #000;
    width: 33.3333%;
    max-width: 100%;
    height: auto;
    border: 0 #000;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    inline-size: 33.3333%;
    margin: 0 0 0 8.33333%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-delay: .25s;
    display: flex;
    transform: none;
  }

  .row-title-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #000;
    width: 100%;
    height: auto;
    border: 0 #000;
    inline-size: 100%;
    margin: 0 0 100px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
  }

  .headin_title {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #f2e9c4;
    letter-spacing: 4px;
    column-rule-color: #f2e9c4;
    caret-color: #f2e9c4;
    border: 0 #f2e9c4;
    outline-color: #f2e9c4;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #f2e9c4;
    display: block;
  }

  .list_wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #f2e9c4;
    letter-spacing: 4px;
    column-rule-color: #f2e9c4;
    caret-color: #f2e9c4;
    border: 0 #f2e9c4;
    outline-color: #f2e9c4;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 8.919px;
    line-height: 38px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #f2e9c4;
    display: block;
  }

  .caption-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #fff;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    column-rule-color: white;
    caret-color: #fff;
    background-image: url('../images/');
    border: 0 #fff;
    outline-color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 15px;
    font-size: 9px;
    font-weight: 700;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .promo-header {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .promo-text {
    font-size: 2rem;
  }

  .card-promo-label {
    letter-spacing: 3px;
    font-size: .75rem;
  }

  .card-promo-value {
    font-size: 3rem;
  }

  .grid-precos {
    grid-template-columns: 1fr;
    max-width: 80%;
  }

  .card-label-text {
    font-size: .75rem;
  }

  .card-precos {
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card-promo-tag {
    margin-top: 1rem;
  }

  .row-grid-column-right {
    box-sizing: border-box;
    aspect-ratio: auto;
    opacity: 1;
    color: #000;
    width: 33.3333%;
    max-width: 100%;
    height: auto;
    border: 0 #000;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    inline-size: 33.3333%;
    margin: 0 0 0 8.33333%;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-delay: .25s;
    display: flex;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .row-grid {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #000;
    border: 0 #000;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
  }

  .row-grid-column-left {
    box-sizing: border-box;
    aspect-ratio: auto;
    opacity: .0189373;
    color: #000;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 #000;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    inline-size: 100%;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-delay: .25s;
    display: flex;
    transform: translate(0, -19.6213px);
  }

  .row-title-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #000;
    width: 100%;
    height: auto;
    border: 0 #000;
    inline-size: 100%;
    margin: 0 0 100px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
  }

  .headin_title {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #f2e9c4;
    letter-spacing: 4px;
    column-rule-color: #f2e9c4;
    caret-color: #f2e9c4;
    border: 0 #f2e9c4;
    outline-color: #f2e9c4;
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #f2e9c4;
    display: block;
  }

  .list_wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #f2e9c4;
    letter-spacing: 4px;
    column-rule-color: #f2e9c4;
    caret-color: #f2e9c4;
    border: 0 #f2e9c4;
    outline-color: #f2e9c4;
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 15px;
    line-height: 30px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #f2e9c4;
    display: block;
  }

  .caption-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #fff;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    column-rule-color: white;
    caret-color: #fff;
    background-image: url('../images/');
    border: 0 #fff;
    outline-color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 15px;
    font-size: 9px;
    font-weight: 700;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .promo-text {
    font-size: 1.5rem;
  }

  .grid-precos {
    max-width: 90%;
  }

  .row-grid-column-right {
    box-sizing: border-box;
    aspect-ratio: auto;
    opacity: .0189373;
    color: #000;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 #000;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    inline-size: 100%;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-delay: .25s;
    display: flex;
    transform: translate(0, -19.6213px);
  }
}

@media screen and (max-width: 479px) {
  .row-grid {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #000;
    border: 0 #000;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: flex;
  }

  .row-grid-column-left {
    box-sizing: border-box;
    aspect-ratio: auto;
    opacity: 1;
    color: #000;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 #000;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    inline-size: 100%;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-delay: .25s;
    display: flex;
    transform: none;
  }

  .row-title-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #000;
    width: 100%;
    height: auto;
    border: 0 #000;
    inline-size: 100%;
    margin: 0 0 100px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
  }

  .headin_title {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #f2e9c4;
    letter-spacing: 4px;
    column-rule-color: #f2e9c4;
    caret-color: #f2e9c4;
    border: 0 #f2e9c4;
    outline-color: #f2e9c4;
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #f2e9c4;
    display: block;
  }

  .list_wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #f2e9c4;
    letter-spacing: 4px;
    column-rule-color: #f2e9c4;
    caret-color: #f2e9c4;
    border: 0 #f2e9c4;
    outline-color: #f2e9c4;
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 15px;
    line-height: 30px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #f2e9c4;
    display: block;
  }

  .caption-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    color: #fff;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    column-rule-color: white;
    caret-color: #fff;
    background-image: url('../images/');
    border: 0 #fff;
    outline-color: #fff;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 15px;
    font-size: 9px;
    font-weight: 700;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-emphasis-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .promo-header {
    text-align: center;
  }

  .promo-logo {
    height: 10rem;
  }

  .promo-text {
    font-size: 1.25rem;
  }

  .card-promo-label {
    letter-spacing: 1.5px;
  }

  .grid-precos {
    max-width: 92%;
  }

  .card-label-text {
    letter-spacing: .75px;
  }

  .card-precos {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-promo-tag {
    letter-spacing: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .row-grid-column-right {
    box-sizing: border-box;
    aspect-ratio: auto;
    opacity: 1;
    color: #000;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 #000;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    inline-size: 100%;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-delay: .25s;
    display: flex;
    transform: none;
  }
}

#w-node-da418c0d-85ab-2457-1d3f-3f6bdd89b4e1-85336343 {
  align-self: center;
}

#w-node-_21a0cde9-9e2b-9d83-2a0c-6079dccd5057-85336343 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


