:root {
  --black: black;
  --orange: #f26601;
  --deeporange: #cf5903;
  --texthighlight: 40px;
  --nearwhite: #fffffe;
  --paleorange: #ffcda4;
  --paddingbtn: 20px;
  --radiusbtn: 6px;
  --white: white;
  --titlesecundary: 38px;
  --offwhite: #e6e6e6;
  --softorange: #ff984d;
  --vividorange: #ea7724;
  --deepblack: #0f0f0f;
  --offblack: #222;
  --mediumgray: #666;
  --lightmediumgray: #ababab;
  --titleprimary: 52px;
  --subtitle: 20px;
  --text: 20px;
}

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

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

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

body {
  background-color: var(--black);
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.exclusive-track {
  color: var(--orange);
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.exclusive-track.gradient-right {
  background-image: linear-gradient(90deg, black 40%, var(--deeporange));
  border-bottom: 1px #000;
  line-height: 40px;
}

.container {
  max-width: 1140px;
  font-size: 16px;
}

.banner {
  background-image: url('../images/CARD-8.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.grid-2.one-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.grid-2.one-column.none {
  display: none;
}

.grid-2.one-column.simulation {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: none;
  grid-template-columns: 1.75fr .75fr;
  padding-top: 0;
  padding-bottom: 0;
}

.column-2.flex-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.display {
  color: var(--orange);
  margin-top: 0;
  font-size: 50px;
  line-height: 104%;
}

.display.center {
  text-align: center;
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  font-size: var(--texthighlight);
}

.text {
  color: var(--nearwhite);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text.center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text.paleorange {
  color: var(--paleorange);
  line-height: 32px;
}

.text.padding {
  padding-bottom: 10px;
}

.text-span {
  color: var(--paleorange);
}

.btn--secundary {
  padding-top: var(--paddingbtn);
  padding-right: 40px;
  padding-bottom: var(--paddingbtn);
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--orange);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--orange);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--orange);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--orange);
  border-top-left-radius: var(--radiusbtn);
  border-top-right-radius: var(--radiusbtn);
  border-bottom-left-radius: var(--radiusbtn);
  border-bottom-right-radius: var(--radiusbtn);
  background-color: var(--white);
  color: var(--deeporange);
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 13px 1px #ffffff80;
}

.simulation {
  background-image: radial-gradient(circle farthest-side at 100%, #ea772480, #0000 76%);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.radius-image {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.radius-image.left {
  border-radius: 0 50px;
}

.title {
  color: var(--nearwhite);
  font-size: var(--titlesecundary);
  margin-top: 0;
  line-height: 42px;
}

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

.title.orange {
  color: var(--orange);
}

.cards-simulation {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  max-width: 816px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cards-simulation.margin {
  margin-left: auto;
  margin-right: auto;
}

.cards-simulation.margin.gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cards-simulation.no-width {
  flex-flow: row;
  max-width: none;
}

.single-card--simulation {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--offwhite);
  background-color: #0f0f0f80;
  border: 1px solid #ffffff80;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 325px;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.single-card--simulation.width {
  width: 310px;
}

.single-card--simulation.width.padding {
  padding: 20px;
}

.single-card--simulation.width.padding.height {
  width: 374px;
  height: 96px;
}

.btn--primary {
  padding-top: var(--paddingbtn);
  padding-right: 40px;
  padding-bottom: var(--paddingbtn);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--softorange);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--softorange);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--softorange);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--softorange);
  border-top-left-radius: var(--radiusbtn);
  border-top-right-radius: var(--radiusbtn);
  border-bottom-left-radius: var(--radiusbtn);
  border-bottom-right-radius: var(--radiusbtn);
  background-color: var(--vividorange);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--deeporange), var(--softorange) 50%, var(--deeporange));
  color: var(--white);
  width: fit-conten;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.btn--primary.margin-top {
  max-width: 310px;
  margin-top: 40px;
  /*font-family: Poppins, sans-serif;*/
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

.btn--primary.margin-top.center {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.btn--primary.margin-top.none {
  display: none;
}

.discover {
  background-image: url('../images/IMG_6642-ruido_v2-4.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.how-it-works {
  background-image: url('../images/sessao-4-1.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.orange {
  color: var(--orange);
  font-weight: 700;
}

.title-2 {
  color: #fffffe;
  font-size: 43px;
  line-height: 42px;
}

.title-2.orange-2 {
  color: #f26601;
}

.orange-2 {
  color: #f26601;
  font-weight: 700;
}

.text-2 {
  color: #fffffe;
  font-size: 20px;
  font-weight: 300;
}

.single-card--simulation-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e6e6e6;
  background-color: #0f0f0f80;
  border: 1px solid #ffffff80;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 269px;
  padding: 10px;
  display: flex;
}

.testimonials {
  background-image: radial-gradient(circle farthest-side at 0%, #ea772480, #0000 53%);
  justify-content: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.about {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.schedule {
  background-image: url('../images/DSC07791-1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-block-4 {
  font-family: Poppins, sans-serif;
}

.image {
  width: 424px;
}

.slider-wrapper {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-track {
  font-size: 24px;
}

@media screen and (min-width: 1280px) {
  .cards-simulation.margin.gap {
    max-width: 782px;
  }
}

@media screen and (min-width: 1920px) {
  .banner {
    background-position: 100% 13%;
    background-size: cover;
  }

  .text-block-2 {
    font-size: var(--texthighlight);
  }
}

@media screen and (max-width: 991px) {
  .exclusive-track {
    font-size: 30px;
  }

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

  .banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/CARD-8.avif');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 26.2rem;
  }

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

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

  .grid-2.one-column.simulation {
    flex-flow: column-reverse;
    grid-template-columns: 1.75fr;
    align-items: center;
    display: flex;
  }

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

  .display.center {
    font-size: 56px;
  }

  .title {
    text-align: center;
  }

  .cards-simulation.no-width {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: center;
  }

  .single-card--simulation, .single-card--simulation.width.padding.height {
    width: 80%;
  }

  .btn--primary.margin-top.center {
    width: fit-conten;
    margin-left: auto;
    margin-right: auto;
  }

  .how-it-works {
    background-image: linear-gradient(#00000080, #00000080), url('../images/sessão-4-1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .title-2.orange-2 {
    text-align: center;
  }

  .single-card--simulation-2 {
    width: 80%;
  }

  .testimonials {
    padding-bottom: 1rem;
  }

  .schedule {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DSC07791-1.avif');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .text-track {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .exclusive-track.gradient-right {
    font-size: 22px;
  }

  .banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/CARD-8.avif');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1246px;
    padding-top: 21.1rem;
    padding-bottom: 2rem;
  }

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

  .display {
    text-align: center;
    font-size: 32px;
  }

  .text {
    text-align: center;
  }

  .btn--secundary {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-simulation.no-width {
    flex-flow: column;
    align-items: center;
  }

  .single-card--simulation {
    width: 100%;
  }

  .btn--primary.margin-top {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3 {
    font-size: 20px;
  }

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

  .text-track {
    font-size: 19px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .exclusive-track {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px;
  }

  .exclusive-track.gradient-right {
    background-image: linear-gradient(45deg, black 40%, var(--deeporange));
    font-size: 18px;
    line-height: 28px;
  }

  .banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/CARD-8.avif');
    background-position: 0 0, 93% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 950px;
    padding-top: 14.7rem;
    padding-bottom: 0;
  }

  .display {
    text-align: center;
  }

  .display.center {
    font-size: 38px;
  }

  .text {
    text-align: center;
    font-size: 18px;
  }

  .text.paleorange {
    line-height: 25px;
  }

  .btn--secundary {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .radius-image.width {
    max-width: 100%;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .title.orange {
    font-size: 30px;
  }

  .single-card--simulation {
    font-size: 15px;
    line-height: 24px;
  }

  .single-card--simulation.width.padding.height {
    width: auto;
    height: auto;
    font-size: 16px;
  }

  .btn--primary.margin-top {
    text-align: center;
    width: auto;
    font-size: 12px;
  }

  .btn--primary.margin-top.center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .how-it-works {
    background-image: linear-gradient(#0000, #0000), url('../images/sessão-4-1.avif');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .testimonials {
    padding-bottom: 1rem;
  }

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

  .schedule {
    background-image: linear-gradient(#00000080, #00000080), url('../images/DSC07791-1.avif');
    background-position: 0 0, 59% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .text-block-5 {
    line-height: 28px;
  }

  .text-track {
    font-size: 16px;
  }
}

#w-node-_2c77693c-e9c3-6141-eba4-f8e972f0e9bc-71bb5f70 {
  justify-self: center;
}

#w-node-_1e160959-015f-8d24-3acf-7805c470c704-71bb5f70 {
  align-self: center;
}

#w-node-_4af58537-137c-ac32-b0f1-5855155384b1-71bb5f70, #w-node-_6d62b07a-a5ea-c33f-ea16-0d63736aa1d0-71bb5f70, #w-node-_41a4c055-ec8d-ba26-8101-2da0a837d09c-71bb5f70 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f2646459-874a-4fc3-770b-9a563d10a86b-71bb5f70 {
    justify-self: center;
  }
}


