:root {
  --gold: #f1c22d;
}

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

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

.section {
  color: #fff;
  background-image: linear-gradient(90deg, #000, #0000 46%), url('../images/bg-magno.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 84vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.bgauto {
  background-image: linear-gradient(#00000094, #00000094), url('../images/BG-02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
}

.heading {
  text-transform: none;
  font-family: Sora, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.heading.minor {
  text-transform: none;
  font-size: 25px;
  line-height: 26px;
}

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

.highlight {
  color: var(--gold);
  text-shadow: 0 0 5px #f1c22dcc;
}

.text-block {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 25px;
}

.button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffa701;
  border-radius: 6px;
  width: 100%;
  margin-top: 44px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Sora, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.marquee-horizontal-2 {
  z-index: 200;
  background-color: #303030;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px #3339;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.section-2 {
  color: #fff;
  background-image: radial-gradient(circle, #2c2c2c, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 59px;
  padding-bottom: 59px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 43px;
}

.box-flod {
  background-color: #0000008a;
  border: 1px solid #4e3f10;
  border-radius: 20px;
  padding: 15px;
  position: relative;
}

.icone {
  width: 100px;
  margin: 0 auto 30px;
  padding: 4px;
  display: block;
}

.text-body {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
}

.check {
  background-color: #f1c22d;
  border-radius: 100% 10px 100% 100%;
  padding: 5px;
  position: absolute;
  inset: -10px -10px auto auto;
  box-shadow: 0 0 11px #f1c22d63;
}

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

.div-block {
  width: 600px;
}

.form-block {
  margin-top: 17px;
}

.formwrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-23 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-weight: 800;
}

.text-block-23.small {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.cartabutton {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c545;
  border-radius: 3px;
  margin: 20px auto 40px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 10px 1px #00853321;
}

.cartabutton.animation-pulse {
  background-color: var(--gold);
  box-shadow: none;
  color: #000;
  text-align: center;
  border-bottom: 5px solid #be881a;
  border-radius: 5px;
  width: 100%;
  margin: 1px auto 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.cartabutton.animation-pulse {
  box-shadow: none;
  text-align: center;
  background-color: #f1b949;
  border-bottom: 5px solid #be881a;
  border-radius: 5px;
  width: 100%;
  margin: 1px auto 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  display: block;
}

.cartabutton.animation-pulse.margin {
  max-width: 600px;
  margin-top: -42px;
}

.cartabutton.animation-pulse {
  background-color: var(--gold);
  text-align: center;
  border-bottom: 5px solid #be881a;
  border-radius: 5px;
  width: 100%;
  margin: 1px auto 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  display: block;
  box-shadow: 0 0 10px #f1c22d73;
}

.cartabutton.animation-pulse {
  text-align: center;
  background-color: #f1c22d;
  border-bottom: 5px solid #be881a;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  display: block;
  box-shadow: 0 0 10px #f1c22d73;
}

.cartabutton.animation-pulse {
  box-shadow: none;
  color: #000;
  text-align: center;
  background-color: #f1c22d;
  border-bottom: 5px solid #be881a;
  border-radius: 5px;
  width: 100%;
  margin: 1px auto 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.cartabutton.animation-pulse.w--current {
  max-width: 600px;
}

.input-field {
  color: #171717;
  border-radius: 3px;
  height: 50px;
  font-size: 18px;
  line-height: 1.4em;
}

.input-field::placeholder {
  color: #8b8b8b80;
}

.input-field.atual {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 7px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.input-field.atual::placeholder {
  color: #868484;
}

.input-field.atual.hidden {
  display: none;
}

.div-block-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: center;
  background-color: #49494966;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 340px;
  padding: 32px;
  display: flex;
  position: relative;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-37 {
  z-index: 1;
  margin-bottom: 42px;
  margin-left: 0;
  position: relative;
}

.bold-text {
  color: #000;
}

.head_section {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.head-highlight {
  color: #f1b949;
}

.grid-8 {
  color: #fff;
  grid-template: "."
  / 1fr 1fr 1fr;
  width: 100%;
}

.cell {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  text-align: left;
  background-color: #0d0d0d63;
  border: 1px solid #ffffff26;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.paragraph-4-copy {
  color: #ffffffe6;
  text-transform: none;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.container-2 {
  text-align: center;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.grid-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  margin-bottom: 40px;
  display: grid;
}

.image-29 {
  border-radius: 5px;
  margin-bottom: 12px;
}

.section-3 {
  background-image: url('../images/BG-02.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-5 {
  color: #fffffff2;
  letter-spacing: 0;
  margin-top: 20px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-block-255 {
  box-shadow: none;
}

.div-block-4 {
  z-index: 10;
  align-self: center;
  width: 500px;
  position: relative;
}

.title {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

.title.desk {
  color: #fff;
}

.title.mobile {
  display: none;
}

.div-block-6 {
  color: #fff;
  width: 100%;
  padding-bottom: 10px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-4.glow {
  z-index: 0;
  box-shadow: none;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

.section-4.glow._2 {
  z-index: 10;
  box-shadow: none;
  background-color: #000;
  background-image: linear-gradient(90deg, #000, #0000 62%), url('../images/BG-Semana-Investindo-na-Prtica-3.0-Novo.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-block-24 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.text-block-24.small {
  font-size: 15px;
  font-weight: 400;
}

.image-6 {
  background-color: #303030;
  border-top-style: solid;
  border-bottom: 3px solid #f2bb05;
  border-radius: 5px;
}

.image-6.mobile {
  display: none;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: flex-end end;
  width: 100%;
  margin-bottom: 26px;
  display: grid;
}

.text-block-43 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Sora, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1em;
}

.container-6 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-6.fluid {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.data-2 {
  color: #f2bb05;
  background-color: #00000052;
  border: 1px solid #ffffff2e;
  border-radius: 31px;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 5px 15px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.image-18 {
  margin-left: 5px;
  margin-right: 14px;
}

.text-block-40 {
  color: #f1b949;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.text-block-44 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.text-block-44.small {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

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

.section-5 {
  background-color: #000;
  background-image: url('../images/texture-noise.png'), radial-gradient(circle, #ffffff3b, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 1px solid #f1c22d82;
  padding-top: 58px;
  padding-bottom: 58px;
}

.container-7 {
  color: #fff;
  text-align: center;
  max-width: 500px;
}

.footer {
  background-color: #000;
  border-top: 1px solid #f2bb0540;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-8.footer {
  border-top-style: none;
  width: 540px;
}

.text-block-7 {
  color: #ffffff59;
  text-align: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 14px;
}

.footerlink {
  color: #ffffff40;
}

.section-6 {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#1b1b1b, #1b1b1b);
  border-top: 1px solid #f1c22d5e;
  border-bottom: 1px solid #f1c22d5e;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-282 {
  width: 500px;
}

.image-38 {
  display: none;
}

.section-7 {
  z-index: 1000;
  background-color: #000;
  background-image: url('../images/texture-noise.png'), radial-gradient(circle, #ffffff3b, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 1px solid #f1c22d82;
  width: 100%;
  height: 100vh;
  padding-top: 58px;
  padding-bottom: 58px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-7.popup {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000cf;
  background-image: url('../images/texture-noise.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-283 {
  cursor: pointer;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.container-10 {
  color: #fff;
  text-align: center;
  max-width: 500px;
}

.container-10.modal {
  color: #000;
  background-color: #fff;
  border: 2px solid #f1c22d;
  border-radius: 11px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 11px #f1c22d8a;
}

.text-block-45 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.text-block-45.small {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.highlight-2 {
  color: #f1c22d;
  text-shadow: 0 0 2px #f1c22dcc;
}

.text-block-46, .text-block-47 {
  color: #fff;
  font-family: Sora, sans-serif;
  font-weight: 800;
}

.onlive {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: -10px;
  margin-bottom: 5px;
  display: flex;
}

.sub-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.section-10 {
  text-align: center;
  background-color: #201c19;
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/BG-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: Open Sans, sans-serif;
  display: block;
  position: static;
  inset: 0%;
}

.text-block-90 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 60px;
  display: flex;
}

.text-block-89 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  position: relative;
}

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

.container-11 {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.column-2 {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-9 {
  position: absolute;
  top: 256px;
  left: 236px;
  transform: rotate(-34deg);
}

.heading-5 {
  font-size: 44px;
}

.div-block-275 {
  grid-column-gap: 20px;
  color: #fff;
  background-color: red;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns-2 {
  display: flex;
}

.cronos-counter {
  font-size: 53px;
  font-weight: 700;
}

.image-8 {
  filter: invert();
  color: #fff;
  padding-right: 15px;
}

.aviso {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
}

.button-2.animated-button1 {
  filter: brightness(110%) saturate(120%);
  background-color: #007ae457;
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 10px 66px #a3000073, inset 1px 1px 10px 1px #a30000;
}

.button-2.animated-button1.full-width {
  z-index: 1000;
  background-color: #5c0000;
  max-width: none;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.button-2.animated-button1.full-width._2-copy {
  box-shadow: none;
  filter: none;
  color: #fff;
  background-color: #00c358;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 15px 5% 5%;
}

.text-block-88 {
  margin-top: 34px;
  font-size: 21px;
  line-height: 26px;
}

.bold-text-18 {
  line-height: 20px;
}

.container-12 {
  margin-top: 41px;
}

.bold-text-19, .bold-text-20 {
  display: none;
}

.html-embed {
  margin-top: 4px;
  padding-top: 9px;
  padding-bottom: 0;
}

.red {
  color: #fff;
  background-color: red;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .section {
    background-color: #000;
  }

  .button-2.animated-button1.full-width {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1920px) {
  .head-highlight {
    color: #ffc33b;
  }

  .section-4.glow._2 {
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    display: block;
  }

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

  .container-6.fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-40 {
    color: #ffc34c;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 991px) {
  .text-body {
    text-align: center;
    margin-top: 0;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .section-4 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4.glow {
    padding-bottom: 60px;
  }

  .section-4.glow._2 {
    padding-top: 40px;
  }

  .div-block-5 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
    align-items: end;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .section-10 {
    padding-bottom: 50px;
    position: static;
  }

  .button-2.animated-button1.full-width {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .text-body {
    text-align: left;
  }

  .cartabutton {
    text-align: center;
  }

  .input-field.atual {
    margin-bottom: 0;
  }

  .grid-8 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-4-copy {
    font-size: 18px;
  }

  .gallery-overview, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .grid-copy {
    flex-direction: column;
    display: flex;
  }

  .title.desk {
    display: none;
  }

  .title.mobile {
    display: block;
  }

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

  .section-4 {
    padding-bottom: 60px;
  }

  .section-4.glow._2 {
    padding-top: 40px;
  }

  .div-block-5 {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .container-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-6.fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-7 {
    margin-bottom: 10px;
  }

  .section-10 {
    margin-bottom: 80px;
    margin-left: 15px;
    margin-right: 15px;
    position: static;
  }

  .button-2.animated-button1.w--current {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-color: #000;
    background-image: linear-gradient(0deg, #000 55%, #0000 71%), url('../images/bg-magno.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 252%;
    background-attachment: scroll, fixed;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 90vh;
    padding: 38px 15px 36px;
  }

  .heading {
    text-transform: none;
    font-size: 22px;
    line-height: 25px;
  }

  .heading.minor {
    text-transform: none;
    font-size: 20px;
  }

  .section-2 {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-5 {
    flex-direction: column;
    display: flex;
  }

  .box-flod {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icone {
    width: 50px;
    margin: 0 21px 0 0;
  }

  .text-body {
    text-align: left;
    margin-top: 10px;
    font-size: 17px;
  }

  .check {
    width: 30px;
    height: 32px;
    left: -10px;
    right: auto;
  }

  .image-36 {
    width: 36px;
  }

  .form-block {
    margin-top: 23px;
  }

  .formwrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 2px;
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .text-block-23 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .cartabutton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cartabutton.animation-pulse {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding: 12px 0;
  }

  .input-field.atual {
    height: 41px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .div-block-2 {
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding: 17px;
  }

  .column {
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-37 {
    max-width: 90%;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .head_section {
    text-align: left;
    font-size: 25px;
    line-height: 1.1em;
  }

  .grid-8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 31px;
  }

  .paragraph-4-copy {
    font-size: 16px;
    font-weight: 400;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-281 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-5 {
    text-align: left;
    object-fit: fill;
    width: auto;
    font-family: Sora, sans-serif;
    font-size: 16px;
  }

  .title {
    font-size: 32px;
  }

  .title.desk {
    display: none;
  }

  .title.mobile {
    display: block;
  }

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

  .section-4.glow {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4.glow._2 {
    box-shadow: none;
    background-image: linear-gradient(90deg, #000, #0000 62%), url('../images/BG-Semana-Investindo-na-Prtica-3.0-Novo.jpg');
    background-position: 0 0, 35% 0;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-24 {
    line-height: 1.3em;
  }

  .image-6 {
    border-top-style: none;
  }

  .image-6.mobile {
    display: block;
  }

  .image-6.desk {
    display: none;
  }

  .div-block-5 {
    flex: 0 auto;
    place-items: center;
    width: auto;
    margin-bottom: 23px;
  }

  .container-5 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .text-block-43 {
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 1.5em;
  }

  .container-6 {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6.fluid {
    flex-flow: column;
    align-items: flex-start;
    width: 100px;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .data-2 {
    margin-top: 20px;
  }

  .text-block-40 {
    font-size: 14px;
    font-style: italic;
  }

  .text-block-44 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .section-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-8 {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-8.footer {
    width: 100%;
  }

  .text-block-7 {
    line-height: 19px;
  }

  .section-6 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .container-9 {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-38 {
    display: inline;
  }

  .columns {
    height: 100%;
  }

  .section-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-45 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .text-block-45.small {
    letter-spacing: 0;
  }

  .text-block-46, .text-block-47 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .section-10 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-89 {
    font-size: 15px;
    font-weight: 700;
    position: relative;
  }

  .div-block-279 {
    justify-content: center;
  }

  .image-9 {
    width: 52px;
    top: 169px;
    left: 185px;
  }

  .heading-5 {
    text-align: center;
    font-size: 30px;
    line-height: 28px;
  }

  .image-10 {
    width: 68%;
  }

  .div-block-275 {
    height: 65px;
  }

  .columns-2 {
    flex-flow: wrap;
  }

  .cronos-counter {
    font-size: 49px;
  }

  .image-11 {
    width: 50px;
  }

  .aviso {
    font-size: 20px;
  }

  .button-2.animated-button1 {
    position: relative;
  }

  .button-2.animated-button1.full-width {
    padding: 20px 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
  }

  .button-2.animated-button1.full-width._2-copy {
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 20px;
  }

  .text-block-88 {
    text-align: center;
    margin-top: 19px;
    font-size: 17px;
    line-height: 21px;
  }

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

  .container-12 {
    margin-top: 18px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .bold-text-19 {
    display: inline;
  }
}

#w-node-_361a945a-78df-584c-513c-ad7f8d795238-c70b74c6, #w-node-_361a945a-78df-584c-513c-ad7f8d79523e-c70b74c6, #w-node-_361a945a-78df-584c-513c-ad7f8d795247-c70b74c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9309285c-6cc9-fd29-5f9d-bb9839cce23f-c70b74c6 {
  align-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_361a945a-78df-584c-513c-ad7f8d795238-c70b74c6, #w-node-_361a945a-78df-584c-513c-ad7f8d79523e-c70b74c6, #w-node-_361a945a-78df-584c-513c-ad7f8d795247-c70b74c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


