:root {
  --_cs01---black: black;
  --purple\<deleted\|variable-47166e1b\>: #6f4896;
  --dim-grey\<deleted\|variable-b44935d8\>: #707070;
  --yellow-green\<deleted\|variable-ee091fd5\>: #8ccd01;
  --goiaba\<deleted\|variable-ae827c23-3618-402b-a12e-1484285afcd7\>: #fa6a52;
  --dark-moss\<deleted\|variable-3cba3d23-7a21-ef0a-ea27-d31f348deac5\>: #2e3738;
  --slate-blue\<deleted\|variable-928b50f7\>: #855bae;
  --yellow-green-2\<deleted\|variable-3d1c055f\>: #a2b527;
  --_cs01---dark-grey: #222;
  --_cs01---dark-blue: #003b4a;
  --white: white;
  --_cs01---branco: white;
  --_cs01---orange: #ec6820;
  --orange: #ef7d00;
  --moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>: #648033;
  --frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>: #c7d300;
  --banana\<deleted\|variable-f7419221-692b-1e2a-225a-b15df20fd9d0\>: #ffce32;
  --mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>: #3e4b4c;
  --_cs01---light-blue: #17bfd5;
  --_cs01---green: #02ff5f;
}

body {
  color: var(--_cs01---black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  color: var(--_cs01---black);
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  color: var(--_cs01---black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 100%;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 100%;
}

p {
  color: var(--_cs01---black);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.body {
  background-image: url('../images/bg-top.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.container {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  line-height: 35px;
}

.text-span {
  color: #e42b82;
}

.text-block {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.section {
  background-image: url('../images/bg-bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5% 10% 0%;
  position: relative;
}

.image {
  width: 120px;
}

.image-2 {
  width: 90px;
}

.column {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}

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

.container-2 {
  max-width: 700px;
  margin-top: 10%;
}

.div-block {
  z-index: auto;
  background-image: url('../images/bg-bottom.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-2 {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 50%;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.html-embed {
  width: 100%;
}

.menu {
  z-index: 200;
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  align-items: center;
  padding: 10px 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  max-width: 150px;
  height: 100%;
}

.banner-topo {
  z-index: 2;
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 3% 10% 5%;
  display: flex;
}

.slide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-peixe.png');
  background-position: 0 0, 50% 38%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider {
  z-index: 0;
  height: 85vh;
  position: absolute;
  inset: 0% 0% auto;
}

.mask {
  background-color: #ce0808;
  background-image: linear-gradient(#3019198f, #3019198f);
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_20190706_164913083_HDR.jpg');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_20190706_164707761_HDR.jpg');
  background-position: 0 0, 50% 51%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/P_20190425_170149.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_20190108_072100_710.jpg');
  background-position: 0 0, 50% 27%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-3 {
  z-index: 5;
  float: none;
  clear: none;
  width: 45%;
  max-width: none;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  inset: 0% 0% auto;
}

.heading-2 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
}

.heading-3 {
  color: #3f3d3d;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2em;
}

.slide-nav {
  transition: opacity .2s;
}

.button-01 {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  color: #fff;
  cursor: pointer;
  border-radius: 19px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.button-01:hover {
  color: #e7e7e7;
  background-color: #532a7c;
}

.button-01.margin {
  margin-bottom: 2%;
}

.button-01.margin.rosa {
  background-color: #aa15a0;
}

.textochamada {
  clear: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10% 7%;
  display: flex;
  position: relative;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.16em;
  line-height: 1.34em;
}

.text-block-4 {
  text-align: center;
  font-size: 1.58em;
  line-height: 1.36em;
}

.image-3 {
  height: auto;
  margin-bottom: 6%;
  padding-bottom: 0%;
}

.curso {
  background-color: #fff;
}

.curso.padding {
  background-color: #fafafa;
  flex-direction: row;
  justify-content: center;
  padding: 5% 10% 2.5%;
  display: flex;
}

.curso.padding.curriculo {
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5%;
  padding-bottom: 5%;
}

.div-block-5 {
  border-right: 3px solid var(--purple\<deleted\|variable-47166e1b\>);
  width: 50%;
  padding-right: 5%;
}

.heading-5 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 3.25em;
  line-height: 1.33em;
}

.etiqueta {
  border: 1px solid var(--dim-grey\<deleted\|variable-b44935d8\>);
  border-radius: 8px;
  margin-top: 0%;
  margin-bottom: 10px;
  margin-right: 3%;
  padding: 2% 5%;
  font-size: 1.58em;
  line-height: 1.36em;
  display: inline-block;
}

.text-block-5 {
  margin-bottom: 12%;
  font-size: 1.41em;
  line-height: 1.41em;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-left: 10%;
  display: flex;
}

.video {
  object-fit: fill;
  border-radius: 19px;
  width: 120%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 29px;
  display: flex;
}

.heading-6.bold {
  color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  text-align: center;
  margin-top: 0;
  margin-bottom: 4%;
  font-weight: 800;
  line-height: 29px;
}

.video-2 {
  width: 100%;
}

.button-02 {
  background-color: var(--goiaba\<deleted\|variable-ae827c23-3618-402b-a12e-1484285afcd7\>);
  border-radius: 25px;
  margin-bottom: 9px;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.33em;
}

.button-02:hover {
  background-color: var(--dark-moss\<deleted\|variable-3cba3d23-7a21-ef0a-ea27-d31f348deac5\>);
}

.button-02.botao-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1% 7%;
  font-size: 1.75em;
  display: flex;
}

.button-02.botao-2:hover {
  background-color: #532a7c;
}

.button-02.fechadas {
  margin-bottom: 5%;
}

.button-02.fechadas.falardireto {
  background-color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
}

.heading-7 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  text-align: center;
  margin-bottom: 60px;
  font-size: 3.25em;
  line-height: 1.33em;
}

.tabs {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
}

.coluna-curriculo {
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 3%;
  display: flex;
  position: static;
  box-shadow: 0 0 20px 3px #2b2b2b1c;
}

.text-span-2 {
  color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 1.2em;
  line-height: 1em;
  display: flex;
}

.heading-8 {
  margin-bottom: 0;
  font-size: 15px;
}

.text-block-6 {
  font-size: 15px;
  font-weight: 300;
}

.tituloaula {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.4em;
  display: flex;
}

.textoaula {
  float: none;
  clear: none;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
  position: static;
}

.image-4 {
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-7 {
  float: left;
  font-size: 16px;
}

.tab-link-tab-1 {
  background-color: #ddd;
  border-radius: 20px;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-1.w--current {
  color: #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: inline-block;
}

.tab-link-tab-1.w--current:active {
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  margin-right: 0;
  font-weight: 700;
}

.tab-link-tab-1.w--current:visited {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  color: #fff;
  font-weight: 700;
}

.tab-link-tab-2 {
  float: none;
  clear: none;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 30px;
  padding: 10px 20px;
  display: inline-block;
}

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

.tab-link-tab-2.w--current {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  color: #fff;
  flex-direction: column;
  margin-right: 3%;
  font-weight: 700;
  display: inline-block;
}

.tab-link-tab-3 {
  border-radius: 20px;
  margin-right: 3%;
  padding: 10px 20px;
}

.tab-link-tab-3:hover {
  background-color: #d8d4db;
}

.tab-link-tab-3.w--current {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  color: #fff;
  font-weight: 700;
}

.tab-pane-tab-1 {
  background-color: #0000;
  border-radius: 20px;
}

.heading-9 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.75em;
  font-weight: 700;
}

.image-5 {
  float: none;
  clear: right;
  padding-top: 0%;
  padding-left: 10px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.image-6 {
  float: none;
  clear: none;
  padding-left: 10px;
}

.text-block-8 {
  float: left;
  clear: none;
  font-size: 1.33em;
}

.text-block-9 {
  float: left;
  font-size: 1.33em;
}

.image-7 {
  padding-left: 10px;
}

.tabs-content {
  border-radius: 20px;
  box-shadow: 0 0 20px 3px #2b2b2b1c;
}

.tabs-menu {
  padding-bottom: 1.5%;
}

.div-block-7 {
  background-image: url('../images/Grupo_1Grupo.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.column-3 {
  background-image: url('../images/Grupo_1Grupo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.titulobonus {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.3em;
  line-height: 35px;
}

.listabonus {
  color: #fff;
  text-align: left;
  margin: 0 auto 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-8 {
  clear: right;
  background-image: url('../images/Grupo-75.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.columns {
  display: flex;
}

.image-8 {
  float: none;
  clear: none;
  text-align: center;
  max-width: 100%;
  margin-bottom: 4px;
  margin-right: 15%;
  display: block;
  position: static;
}

.column-4 {
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-4.colunas {
  clear: none;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.column-5 {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-6 {
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-6.colunas {
  padding-left: 20px;
  padding-right: 20px;
}

.columns-2 {
  flex-flow: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.div-block-9 {
  align-self: center;
  width: auto;
  padding-top: 0;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.3em;
}

.image-9 {
  padding-top: 0;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.3em;
  line-height: 30px;
}

.heading-10.heading-bonus {
  color: #000;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
}

.bonus {
  flex-direction: column;
  align-items: center;
  padding: 3% 10% 2.5%;
  display: flex;
}

.container-3 {
  padding-left: 2%;
  padding-right: 2%;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6%;
  display: flex;
}

.heading-11 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  margin-bottom: 1%;
  font-size: 3.5em;
  line-height: 1.33em;
}

.text-block-10 {
  margin-bottom: 6px;
  padding-bottom: 0;
  font-size: 1.66em;
  font-weight: 500;
  line-height: 1.35em;
}

.text-block-11 {
  margin-bottom: 0;
  font-size: 1.66em;
  line-height: 1.35em;
}

.plataforma {
  background-color: #f3f6f9;
  padding: 1.5% 10% 5%;
}

.text-block-12 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  margin-bottom: 10px;
  font-size: 1.66em;
  font-weight: 600;
  line-height: 1.35em;
}

.text-block-13 {
  font-size: 1.66em;
  line-height: 1.35em;
}

.columns-3 {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-12 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 3.91em;
  line-height: 1.34em;
  display: flex;
}

.text-block-14 {
  color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  text-align: center;
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.91em;
  font-weight: 500;
  line-height: 1.34em;
  display: flex;
}

.professor {
  padding: 5% 10%;
}

.column-8 {
  padding-left: 5%;
  padding-right: 0;
}

.text-span-3 {
  color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  display: inline;
}

.heading-13 {
  margin-top: 0;
  margin-bottom: 9%;
  padding-right: 0;
  font-size: 1.83em;
  line-height: 1.36em;
}

.image-10 {
  float: none;
  clear: both;
  padding-bottom: 20px;
  display: inline-block;
}

.column-9 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-10 {
  margin-bottom: 5%;
}

.setinha {
  background-image: url('../images/Grupo_1Grupo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 11px;
  margin-left: 10px;
  display: inline-block;
}

.wrap-texto {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 3%;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/icon-leaf_1icon-leaf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 21px;
  margin-right: 15px;
  padding: 5px;
}

.column-11, .column-12 {
  margin-bottom: 5%;
  font-size: 1.2em;
}

.column-13, .column-14 {
  margin-bottom: 5%;
}

.div-block-12 {
  background-image: url('../images/bg-bottom.png');
  background-position: 0 0;
  background-size: auto;
}

.image-12 {
  width: 100%;
  max-width: none;
  padding-bottom: 0%;
}

.div-block-13 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.image-13 {
  margin-left: 0%;
  padding-left: 0%;
}

.div-block-15 {
  width: 45%;
}

.galeria {
  padding: 3% 10% 5%;
  display: none;
}

.heading-14 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 2.5em;
  display: flex;
}

.lightbox-link {
  justify-content: center;
  width: 100vh;
  display: flex;
}

.div-block-16 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.image-14 {
  border-radius: 20px;
}

.image-15 {
  max-width: 50%;
}

.lightbox-link-2 {
  width: 50vw;
}

.slide-6 {
  float: left;
  background-image: url('../images/P_20180918_171224.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
  height: auto;
}

.aula-online {
  background-color: #f3f6f9;
  padding: 7% 10%;
}

.div-block-17 {
  flex-direction: row-reverse;
  display: flex;
}

.heading-15 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 2.5em;
  line-height: 1.33em;
}

.paragraph-2 {
  margin-bottom: 10px;
  font-size: 1.33em;
  line-height: 1.31em;
}

.div-block-18 {
  width: 40vw;
}

.video-3 {
  width: 100%;
  height: auto;
  min-height: auto;
}

.div-block-19 {
  width: 49%;
  margin-right: 10%;
}

.paragraph-3 {
  font-size: 1.33em;
  line-height: 1.31em;
}

.paragraph-4 {
  font-size: 1.33em;
}

.pre-o {
  justify-content: center;
  padding: 10%;
  display: flex;
}

.pre-o.abertas {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  padding-top: 5%;
  padding-bottom: 5%;
}

.pre-o.fechadas {
  background-color: #0000;
  padding-top: 2%;
  display: flex;
}

.div-block-20 {
  background-color: #0000;
  flex-direction: row-reverse;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-21 {
  background-color: #9c5353;
  width: 30vw;
  overflow: hidden;
}

.div-block-22 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 0%;
  box-shadow: 2px 2px 20px 14px #00000012;
}

.div-block-22.divpre-o2 {
  box-shadow: none;
  background-image: url('../images/IMG_20190706_164913083_HDR.jpg'), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  width: 100%;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin: 0% 0% 2%;
  font-size: 2em;
  line-height: 1.31em;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 5%;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.36em;
}

.paragraph-5.fechadas {
  margin-bottom: 5%;
}

.paragraph-5.novo {
  margin-top: 5%;
  margin-bottom: 0%;
}

.paragraph-6 {
  color: #db2629;
  margin-bottom: 2%;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.31em;
  text-decoration: line-through;
}

.heading-17 {
  color: #26a65b;
  margin-top: 5%;
  margin-bottom: 0%;
  font-size: 3em;
  line-height: 1.34em;
}

.paragraph-7 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.33em;
}

.button-3 {
  margin-top: 10%;
}

.image-16 {
  border-radius: 20px;
  max-width: none;
  overflow: hidden;
}

.div-block-23 {
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 3%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.titulos {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 60%;
  margin-top: 0%;
  margin-bottom: 5%;
  font-size: 2.3em;
  display: flex;
}

.columns-6 {
  align-items: stretch;
  margin-bottom: 4%;
  display: flex;
}

.column-18 {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.depoimentoalinha {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 28%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-right: 5%;
  padding-top: 3%;
  padding-bottom: 0%;
  padding-right: 0%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 17px -3px #0000002e;
}

.depoimentoalinha.depoimento-sem-texto {
  background-color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  margin-right: 5%;
}

.depoimentoalinha.divroxa2 {
  margin-right: 0%;
}

.depoimentoalinha.divverde {
  background-color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  margin-right: 0%;
}

.depoimentoalinha.depoiemtentos-verdes {
  flex-direction: column;
  width: 19vw;
  padding-top: 2%;
}

.depoimentoalinha.depoiemtentos-verdes.depoimentoalexrande {
  flex-direction: column;
  margin-right: 5%;
}

.depoimentoalinha.depoimentos-verdes {
  justify-content: space-around;
  width: 30%;
  height: auto;
  padding-top: 2%;
}

.depoimentoalinha.depoimentos-verdes.depoimento {
  margin-right: 0%;
}

.depoimentoalinha.depoimentos-verdes._2 {
  margin-right: 0%;
  padding-left: 0%;
}

.depoimentoalinha.depoimento-alexandre {
  justify-content: space-around;
  height: 100%;
  margin-right: 0%;
}

.depoimentoalinha.depoimentos-ipad {
  justify-content: space-between;
  width: 28%;
  height: 100%;
}

.depoimentoalinha.depoimento-alexandre-copy {
  margin-right: 0%;
}

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

.heading-18.texto-block {
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 15px 10px;
  font-size: 19px;
  display: inline-block;
}

.paragrafo-menor {
  color: #000;
  margin-bottom: 10px;
  padding-top: 5%;
  padding-left: 0;
  padding-right: 10px;
  font-size: 1.66em;
  line-height: 1.35em;
}

.depoimentos {
  flex-direction: column;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.heading-19 {
  color: var(--dim-grey\<deleted\|variable-b44935d8\>);
  text-align: center;
  flex-direction: column;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 2% 10px 0%;
  font-size: 1.5em;
  line-height: 1.29em;
  display: flex;
}

.div-block-25 {
  background-color: #fff;
}

.image-17 {
  clear: right;
  width: 70%;
  max-width: none;
  margin-top: 0%;
  margin-bottom: 10%;
}

.image-17.imagem-henrique {
  width: 52%;
}

.div-block-26 {
  background-color: #c8a9e7;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10%;
  display: flex;
  overflow: hidden;
}

.div-block-26.verde {
  background-color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 10%;
}

.text-span-4 {
  font-weight: 400;
  display: inline;
}

.div-block-27 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 5%;
  display: flex;
}

.div-block-28 {
  justify-content: center;
  display: flex;
}

.whatsapp {
  background-color: #f9f9f9;
  padding: 5% 10%;
}

.image-18 {
  width: 24%;
  max-width: none;
}

.div-block-29 {
  justify-content: center;
  margin-bottom: 0%;
  padding-bottom: 0%;
  display: flex;
}

.div-block-30 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
  padding: 2% 10% 2% 5%;
  display: flex;
  box-shadow: 2px 2px 20px 14px #00000012;
}

.paragraph-8 {
  color: var(--dim-grey\<deleted\|variable-b44935d8\>);
  width: auto;
  font-size: 1.4em;
  line-height: 1.36em;
}

.heading-20 {
  color: var(--slate-blue\<deleted\|variable-928b50f7\>);
  font-size: 1.83em;
  line-height: 1.36em;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2 {
  background-color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  color: #0000;
  border-radius: 20px;
  flex-flow: row-reverse;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0% 2%;
  display: flex;
}

.image-19 {
  width: auto;
  max-width: none;
}

.div-block-31 {
  background-image: url('../images/Grupo-56_1Grupo 56.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 1.9em;
  font-style: normal;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
}

.div-block-32 {
  background-color: var(--yellow-green-2\<deleted\|variable-3d1c055f\>);
  border-radius: 20px;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  height: 10%;
  padding: 5px 4%;
  text-decoration: none;
  display: flex;
}

.div-block-32:hover {
  background-color: #7eb30f;
}

.image-20 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.image-21 {
  width: 19%;
  max-width: none;
  padding-right: 20px;
}

.rodape {
  padding: 1% 10%;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-5 {
  display: inline-block;
}

.paragraph-11 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: .8em;
  line-height: 1.5em;
  display: flex;
}

.div-block-34 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-35 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  margin-bottom: 2px;
  padding-right: 20px;
  font-size: 1em;
  line-height: 1em;
}

.heading-21 {
  color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  margin-bottom: 5%;
  font-size: 3.91em;
  line-height: 1.34em;
}

.div-block-36 {
  justify-content: center;
  align-items: flex-start;
  width: 86.8883%;
  margin-bottom: 3%;
  display: flex;
}

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

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

.div-block-39 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10%;
  padding-bottom: 0%;
  display: flex;
}

.div-block-40 {
  width: 34%;
}

.slide1 {
  background-image: url('../images/P_20180918_171224.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 0;
  min-height: 0;
}

.slide-7 {
  background-image: url('../images/P_20180918_171206.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/P_20180621_115742.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slidegaleria {
  border-radius: 0;
  width: 85%;
  height: 69vh;
  display: block;
}

.left-arrow-2 {
  border-radius: 20px;
}

.slide-9 {
  background-image: url('../images/IMG_0876.JPG');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/P_20180918_171224.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/P_20180918_171206.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/P_20180621_115742.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/IMG_0862.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/IMG_20181128_074839_301.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/IMG_0798.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/WhatsApp-Image-2020-10-07-at-15.32.38.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/IMG_20190706_164707761_HDR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/bg-peixe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/IMG_20190706_164913083_HDR.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/IMG_0766.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-41 {
  background-color: #0000;
  border-radius: 20px;
}

.bold-text {
  padding-bottom: 0;
}

.section-3 {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  padding: 0% 10%;
}

.image-23 {
  width: 10%;
  max-width: none;
  padding-top: 0%;
  padding-bottom: 0%;
}

.div-block-42 {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

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

.div-block-44 {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3%;
  padding: 5%;
  display: flex;
  box-shadow: 0 0 20px 3px #2b2b2b1c;
}

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

.div-block-46 {
  width: 47%;
  margin-top: 3%;
}

.div-block-47 {
  width: 47%;
}

.div-block-48 {
  width: 47%;
  margin-top: 3%;
}

.div-block-49 {
  width: 50%;
  margin-right: 5%;
}

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

.div-block-50 {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0%;
  display: flex;
}

.div-block-93 {
  width: 150px;
  margin-bottom: 2%;
}

.image-24 {
  width: 8%;
  max-width: none;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.heading-23 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  width: auto;
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 2.6em;
  line-height: 1.2em;
}

.heading-24 {
  color: #6c6767;
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-24.bold {
  margin-bottom: 4%;
  font-size: 1.3em;
  font-weight: 700;
}

.image-25 {
  width: auto;
  max-width: none;
}

.image-25.apagado {
  display: inline;
}

.heading-25 {
  color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  text-align: center;
  align-self: center;
  width: 65%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
}

.texto1 {
  color: var(--purple\<deleted\|variable-47166e1b\>);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-4 {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  padding: 10px 10%;
}

.section-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.section-5.apagado {
  display: none;
}

.div-block-94 {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block-95 {
  width: 61.8947%;
  display: none;
}

.section-6 {
  flex-direction: row-reverse;
  justify-content: center;
  padding: 5% 10%;
  display: flex;
}

.section-6.apagado {
  display: none;
}

.section-7 {
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.section-7.apagado {
  display: none;
}

.section-8 {
  justify-content: center;
  padding: 5% 10%;
  display: flex;
}

.text-span-6 {
  color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
  font-weight: 800;
}

.bold-text-2, .italic-text {
  color: #000;
}

.text-span-7 {
  font-size: .5em;
}

.text-span-8 {
  color: #ff0004;
}

.div-block-97 {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  margin-bottom: 5%;
  display: flex;
}

.div-block-98 {
  background-image: url('../images/cleber-alexandre-curso-de-aquaponia.jpeg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 20%;
  height: auto;
  display: flex;
}

.div-ola {
  flex: 1;
  align-self: stretch;
  width: 80%;
  padding: 5%;
}

.column-19 {
  justify-content: center;
  display: flex;
}

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

.explicacao-bonus {
  text-align: center;
  background-color: #e6d3fa;
  padding: 20px;
}

.text-span-9 {
  color: #ff0105;
  text-decoration: line-through;
}

.text-span-10 {
  color: #1f2aff;
  font-weight: 700;
}

.div-block-100 {
  background-color: var(--purple\<deleted\|variable-47166e1b\>);
  border-radius: 20px 20px 0 0;
  padding: 5%;
}

.div-block-101 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  padding: 10% 5%;
}

.riscado {
  font-weight: 700;
  text-decoration: line-through;
}

.spanbonus {
  color: #26a65b;
  font-weight: 700;
}

.section-9 {
  justify-content: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.button-4 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  justify-content: space-around;
  align-items: flex-end;
  padding: 12px 40px 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 12px;
  transition: background-color .2s;
  display: block;
}

.button-4:hover {
  background-color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
}

.section-10 {
  background-color: var(--slate-blue\<deleted\|variable-928b50f7\>);
  color: #000;
  padding-top: 0%;
  padding-bottom: 0%;
}

.column-20 {
  background-color: #fff;
  background-image: url('../images/Grupo-de-máscara-3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  border-bottom-right-radius: 116px;
  flex-direction: column;
  align-items: center;
  padding: 5% 5% 5% 0%;
  display: flex;
  position: relative;
}

.div-block-102 {
  background-color: #fff0;
  border-radius: 20px;
  width: 70%;
  height: 536px;
  margin-top: 0%;
  margin-bottom: 5%;
  padding: 5% 5% 10%;
}

.heading-27 {
  margin-top: 0%;
  margin-bottom: 10px;
  line-height: 33px;
}

._29 {
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 16px;
  font-weight: 500;
}

.div-block-103 {
  width: 60%;
  margin-top: 0%;
  margin-bottom: 5%;
}

.heading-28 {
  color: var(--yellow-green-2\<deleted\|variable-3d1c055f\>);
}

.heading-28.titulo3 {
  width: 64%;
  font-weight: 300;
}

.columns-7 {
  flex-direction: row-reverse;
  display: flex;
}

.column-21 {
  background-color: #a2b52700;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 4%;
  padding-left: 0%;
  padding-right: 5%;
  display: flex;
}

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

.image-28 {
  width: 64%;
  max-width: none;
  transition: opacity .2s;
}

.image-29 {
  margin-bottom: 5%;
}

.section-11 {
  background-image: url('../images/ROXO.png');
  background-position: -3% 32%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 10%;
}

.heading-29, .heading-30 {
  font-weight: 500;
}

.body-3 {
  background-color: #f9f9f9;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.div-block-104 {
  background-color: var(--yellow-green-2\<deleted\|variable-3d1c055f\>);
  border-top-left-radius: 393px;
  width: 1345px;
  height: 180px;
  margin-top: -5%;
}

.section-12 {
  justify-content: flex-end;
  display: flex;
}

.image-30 {
  width: 100%;
  max-width: none;
  display: block;
}

.div-block-105 {
  width: 75%;
}

.div-block-106 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.video-4 {
  width: 100%;
  margin-bottom: 5%;
}

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

.heading-31 {
  margin-bottom: 2%;
  font-weight: 100;
}

.heading-32 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5%;
  font-weight: 300;
}

.section-hero {
  z-index: 2;
  background-color: var(--_cs01---dark-grey);
  background-image: url('../images/bg-formacao-cut.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0% 10% 5%;
  display: flex;
  position: relative;
}

.section-hero.color {
  background-color: var(--_cs01---dark-blue);
}

.section-hero.color-light-blue {
  background-color: var(--_cs01---dark-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: block;
  position: relative;
}

._1col-center {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

._1col-center.hero {
  z-index: 100;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 30%;
  position: relative;
}

._1col-center.hero.white-bg {
  background-color: var(--white);
  padding: 6%;
}

._1col-center.section-header {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 6%;
  margin-bottom: 2%;
}

._1col-center.section-header.white-bg {
  background-color: var(--white);
  padding: 6%;
}

._1col-center.center.margin-1 {
  margin-top: 40px;
}

._1col-center.hide {
  display: none;
}

._1col-center.live-event {
  margin-top: 80px;
  margin-bottom: 60px;
}

.center {
  text-align: center;
}

.center.extrabold {
  font-size: 46px;
  font-weight: 800;
}

.green {
  color: #c7d300;
}

.white {
  color: var(--_cs01---branco);
}

.white.center.p1 {
  margin-bottom: 5%;
}

.white.center.special-headline {
  font-weight: 300;
}

.white.center.margin {
  margin-top: 40px;
}

.white.bold {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 500;
}

.white.h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.white.h1 {
  margin-bottom: 20px;
  font-size: 2.8rem;
}

.white.h3 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 130%;
}

.white.p1 {
  font-size: 1rem;
}

.white.special-headline {
  line-height: 100%;
}

.strip {
  background-color: var(--_cs01---orange);
  flex-flow: row;
  width: 100%;
  height: 14px;
  display: flex;
}

.quarter {
  width: 20%;
}

.quarter.color1 {
  background-color: var(--orange);
}

.quarter.color2 {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.quarter.color3 {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.quarter.color4 {
  background-color: var(--orange);
}

.quarter.color5 {
  background-color: var(--banana\<deleted\|variable-f7419221-692b-1e2a-225a-b15df20fd9d0\>);
}

.standard {
  background-color: #fefefe;
  padding: 5% 15%;
}

.standard.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.standard.orange-bg {
  background-color: var(--orange);
}

.standard.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.standard.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.standard.centralize {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard.centralize.darkbg {
  background-color: var(--_cs01---dark-grey);
  padding-bottom: 5%;
}

.standard.centralize.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.standard.centralize.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.standard.centralize.orangebg {
  background-color: var(--_cs01---orange);
  padding-bottom: 5%;
}

.standard.centralize.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
}

.standard.right {
  background-color: var(--_cs01---orange);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 5% 10%;
  display: flex;
}

.standard.right.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.standard.right.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.standard.right.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.standard.right.orangebg {
  background-color: var(--_cs01---orange);
}

.standard.right.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.standard.right.fisrt {
  background-image: none;
}

.standard.left {
  background-color: var(--_cs01---dark-grey);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 5% 10%;
  display: flex;
}

.standard.left.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.standard.left.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.standard.left.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.standard.left.orangebg {
  background-color: var(--_cs01---orange);
}

.standard.left.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.standard.left.last {
  background-image: url('../images/Mask-group.png');
  padding-top: 5%;
  padding-bottom: 5%;
}

.standard.bluebg {
  background-color: var(--_cs01---dark-blue);
}

.standard.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.standard.no-margin-bottom {
  padding-bottom: 2%;
}

.standard.no-margin-top {
  padding-top: 2%;
}

._2col-6040 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-6040 {
  width: 60%;
  padding-right: 5%;
}

.left-6040.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-6040 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.right-6040.dark-blue {
  background-color: var(--_cs01---dark-blue);
}

.list-combo {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 3%;
  display: flex;
}

.list-combo.narrow {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.icon-blue-arrow {
  width: 50px;
}

.text-combo {
  margin-left: 5%;
}

.whole-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.whole-div.spaced {
  justify-content: space-between;
  align-items: center;
}

.whole-div.spaced-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.whole-div.spaced-3 {
  margin-top: 20px;
}

.whole-div.spaced-2-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.left-4060 {
  width: 40%;
  margin-right: 5%;
}

.left-4060.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-4060 {
  width: 60%;
}

.right-4060.white {
  color: var(--_cs01---branco);
}

.pilares-lista {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.pilares-lista.circuitos {
  color: var(--banana\<deleted\|variable-f7419221-692b-1e2a-225a-b15df20fd9d0\>);
}

.pilares-lista.ciclagem {
  color: var(--orange);
}

.pilares-lista.cuidados {
  color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.pilares-h {
  width: 30%;
}

.pilares-desc {
  text-align: left;
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

.box-combo {
  border: 1px solid var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 15px;
  display: flex;
}

.grid-modulos {
  background-color: #2e3738;
  border: 1px solid #2e3738;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
  width: 100%;
  padding: 3%;
}

.grid-modulos.circuitos {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between stretch;
  margin-top: -1px;
  display: grid;
}

.programa-pane {
  width: 100%;
}

.box-programa {
  text-align: center;
  border: 1px #fff;
  border-radius: 0;
  margin-bottom: 3%;
  padding: 5%;
}

.titulo-aula {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 400;
}

.desc-aula {
  color: var(--white);
}

.depo-wrap {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.depo-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.depo-box {
  padding: 15px;
}

.depo-header {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.depo-image {
  width: 20%;
  margin-right: 5%;
}

.depo-text {
  margin-top: 10px;
  font-size: 14px;
}

.depo-nome {
  font-weight: 600;
}

.depo-detalhe {
  font-size: 12px;
}

.bonus-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.bonus-box {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10%;
  padding: 30px;
  display: flex;
}

.bonus-price-text {
  color: #941d1d;
  text-decoration: line-through;
}

.bonus-price {
  margin-right: 5px;
}

.bonus-pricing {
  display: flex;
}

.bonus-desc {
  text-align: center;
}

.bonus-image {
  margin-bottom: 5%;
}

.bonus-titulo {
  text-align: center;
}

.left-6040-copy {
  width: 60%;
}

.pricing {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.pricing-title {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-grid {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
}

.price-box {
  border: 1px solid var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.price-icon {
  width: 60px;
  margin-bottom: 15px;
}

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

.wide {
  padding: 3% 2% 5%;
}

.wide.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.wide.orange-bg {
  background-color: var(--orange);
}

.wide.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.transition-image {
  background-image: url('../images/imagem-transicao-1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.main-logo {
  max-width: 20vw;
}

.top-nav {
  z-index: 100;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.top-nav.left {
  justify-content: space-between;
  align-items: flex-start;
}

.heading-33 {
  color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

.yellow {
  color: var(--banana\<deleted\|variable-f7419221-692b-1e2a-225a-b15df20fd9d0\>);
}

.h1-big {
  font-size: 2.5rem;
}

.h1-big.white-text {
  color: var(--_cs01---branco);
}

.h1-big.white-text.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.h1-big.hero-desc {
  color: var(--_cs01---branco);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

.h1-big.hero-desc.orange {
  font-weight: 700;
}

.h1-big.hero-desc.white {
  color: var(--_cs01---branco);
}

.h1-big.with-stripe {
  margin-bottom: 20px;
}

.h1-big.with-stripe.white {
  margin-left: 0;
}

.btn1 {
  background-color: var(--_cs01---orange);
  color: #fff;
  text-transform: none;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 100%;
}

.btn1:hover {
  background-color: var(--orange);
  color: #e7e7e7;
}

.btn1.margin {
  margin-bottom: 2%;
}

.btn1.margin.rosa {
  background-color: #aa15a0;
}

.btn1.orange {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 600;
}

.btn1.orange:hover {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

.btn1.super {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
}

.btn1.super:hover {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.btn1-small {
  background-color: var(--_cs01---orange);
  color: #fff;
  text-transform: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .2s;
}

.btn1-small:hover {
  background-color: var(--orange);
  color: #e7e7e7;
}

.btn1-small.margin {
  margin-bottom: 2%;
}

.btn1-small.margin.rosa {
  background-color: #aa15a0;
}

.btn1-small.hide:hover {
  background-color: var(--_cs01---light-blue);
  color: var(--_cs01---black);
}

.btn2 {
  border: 2px solid var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
  color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3898ec00;
  border-radius: 50px;
  margin-top: 30px;
  padding: 12px 25px;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 100%;
  transition: background-color .2s;
}

.btn2:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.btn2.margin {
  margin-bottom: 2%;
}

.btn2.margin.rosa {
  background-color: #aa15a0;
}

.btn2.orange {
  background-color: var(--orange);
}

.btn2.orange:hover {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

.hero-desc {
  color: var(--white);
  text-align: center;
}

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

.tab-third {
  border: 3px solid var(--dark-moss\<deleted\|variable-3cba3d23-7a21-ef0a-ea27-d31f348deac5\>);
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 33.334%;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  display: block;
}

.tab-third.w--current {
  border-color: var(--dark-moss\<deleted\|variable-3cba3d23-7a21-ef0a-ea27-d31f348deac5\>);
  color: var(--white);
  background-color: #2e3738;
}

.tab-third.circuitos.w--current {
  background-color: var(--white);
  color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

.tab-third.ciclagem.w--current {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.tab-internal {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.tabs-menu-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn3 {
  border: 2px solid var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  text-transform: none;
  cursor: pointer;
  background-color: #3898ec00;
  border-radius: 50px;
  margin-top: 30px;
  padding: 12px 25px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  transition: background-color .2s;
}

.btn3:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.btn3.margin {
  margin-bottom: 2%;
}

.btn3.margin.rosa {
  background-color: #aa15a0;
}

.btn3.orange {
  background-color: var(--orange);
}

.btn3.orange:hover {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

.thin {
  margin-bottom: 30px;
  font-weight: 400;
}

.button-combo {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.old-price {
  color: #db2629;
  margin-bottom: 2%;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.31em;
  text-decoration: line-through;
}

.current-price {
  color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.33em;
}

.current-price-installments {
  color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  margin-top: 5%;
  margin-bottom: 0%;
  font-size: 3em;
  line-height: 1.34em;
}

.offer-w {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  padding: 2% 5%;
}

.spacer {
  margin-top: 4%;
}

.text-span-11 {
  text-transform: none;
  font-size: 1em;
}

.dark-mud {
  color: var(--dark-moss\<deleted\|variable-3cba3d23-7a21-ef0a-ea27-d31f348deac5\>);
}

.goiaba {
  color: var(--goiaba\<deleted\|variable-ae827c23-3618-402b-a12e-1484285afcd7\>);
}

.hero-sub {
  color: var(--_cs01---branco);
  margin-top: 0;
  font-size: 1.225rem;
  font-style: normal;
  font-weight: 500;
}

.hero-sub.white {
  color: var(--_cs01---branco);
}

.hero-sub.date-duration {
  border: 1px solid var(--_cs01---orange);
  color: var(--_cs01---orange);
  margin-top: 10px;
  padding: 5px;
}

.btn4 {
  background-color: var(--_cs01---orange);
  color: var(--white);
  text-transform: none;
  cursor: pointer;
  border-radius: 50px;
  margin-top: 30px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .2s;
  display: flex;
}

.btn4:hover {
  border-color: var(--orange);
  background-color: var(--_cs01---dark-blue);
  color: var(--_cs01---branco);
}

.btn4.margin {
  margin-bottom: 2%;
}

.btn4.margin.rosa {
  background-color: #aa15a0;
}

.btn4.orange {
  background-color: var(--orange);
}

.btn4.orange:hover {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

._1col-left {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 47vw;
  max-width: 70%;
  display: flex;
}

._1col-left.hero {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  width: 80%;
  margin-top: 4%;
  margin-bottom: 2%;
}

._1col-left.hero.white-bg {
  background-color: var(--white);
  padding: 6%;
}

._1col-left.margin {
  width: 43vw;
  margin-top: 40px;
}

.orange-strip {
  background-color: var(--_cs01---orange);
  width: 40%;
  height: 5px;
  margin-bottom: 30px;
}

.orange-strip.strip-hero {
  z-index: 500;
  width: 50%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 25% 0%;
}

.four-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.benefit-1fourth {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-33 {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 10px;
}

.blue {
  color: var(--_cs01---dark-blue);
}

.column1-3 {
  padding-right: 20px;
}

.h1-bignumber {
  font-size: 6rem;
}

.source {
  opacity: .33;
  color: var(--_cs01---branco);
  font-weight: 700;
}

.full-width {
  margin-top: 0%;
}

.full-width.margin-1 {
  margin-top: 40px;
}

.main-logo-big {
  width: 100%;
  max-width: 400px;
}

.full-width-marginless {
  margin-top: 0%;
  margin-bottom: 1%;
}

.transition-image-2 {
  background-image: url('../images/transition-image-2.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.half-width-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding: 16px 2%;
  display: flex;
}

.half-width-group.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.half-width-group.orange-bg {
  background-color: var(--orange);
}

.half-width-group.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.half-width-group.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.half-width-group.centralize {
  flex-flow: column;
  display: flex;
}

.half-width-group.centralize.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.half-width-group.centralize.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.half-width-group.centralize.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.half-width-group.centralize.orangebg {
  background-color: var(--_cs01---orange);
}

.half-width-group.centralize.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.single-heading {
  width: 80%;
  margin-bottom: 5%;
  padding: 0%;
}

.single-heading.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.single-heading.orange-bg {
  background-color: var(--orange);
}

.single-heading.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.single-heading.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.single-heading.centralize {
  flex-flow: column;
  display: flex;
}

.single-heading.centralize.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.single-heading.centralize.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.single-heading.centralize.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.single-heading.centralize.orangebg {
  background-color: var(--_cs01---orange);
}

.single-heading.centralize.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.full-width-group {
  padding: 5% 2%;
}

.full-width-group.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.full-width-group.orange-bg {
  background-color: var(--orange);
}

.full-width-group.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.full-width-group.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.full-width-group.centralize {
  flex-flow: column;
  display: flex;
}

.full-width-group.centralize.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.full-width-group.centralize.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.full-width-group.centralize.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.full-width-group.centralize.orangebg {
  background-color: var(--_cs01---orange);
}

.full-width-group.centralize.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.two-columns {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5% 10%;
  display: grid;
}

.two-columns.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.two-columns.orange-bg {
  background-color: var(--orange);
}

.two-columns.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.two-columns.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.two-columns.centralize {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.two-columns.centralize.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.two-columns.centralize.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.two-columns.centralize.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.two-columns.centralize.orangebg {
  background-color: var(--_cs01---orange);
}

.two-columns.centralize.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.two-columns.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.two-columns.right.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.two-columns.right.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.two-columns.right.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.two-columns.right.orangebg {
  background-color: var(--_cs01---orange);
}

.two-columns.right.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.two-columns.left {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.two-columns.left.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.two-columns.left.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.two-columns.left.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.two-columns.left.orangebg {
  background-color: var(--_cs01---orange);
}

.two-columns.left.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.module-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_cs01---branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
  display: flex;
}

.module-icon-name {
  justify-content: center;
  align-items: center;
  display: flex;
}

.class-single {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-right {
  background-image: url('../images/Arrow-46.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.classes-name {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-34 {
  padding-left: 20px;
}

.skinny-wrapper {
  padding: 0%;
}

.skinny-wrapper.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.skinny-wrapper.orange-bg {
  background-color: var(--orange);
}

.skinny-wrapper.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.skinny-wrapper.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.skinny-wrapper.centralize {
  flex-flow: column;
  display: flex;
}

.skinny-wrapper.centralize.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.skinny-wrapper.centralize.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.skinny-wrapper.centralize.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.skinny-wrapper.centralize.orangebg {
  background-color: var(--_cs01---orange);
}

.skinny-wrapper.centralize.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.module-description {
  background-color: var(--_cs01---orange);
  color: var(--_cs01---branco);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 4% 2%;
  display: flex;
}

.module-description.black {
  background-color: var(--_cs01---dark-grey);
}

.half-calendar {
  color: var(--_cs01---branco);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.half-calendar.spaced {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.click-trigger {
  width: 50%;
  margin-top: 20px;
}

.transition-image-3 {
  background-image: url('../images/transition-image-2.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  max-height: 400px;
  display: flex;
}

.columns-8 {
  margin-top: 60px;
}

.column-22 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.column-23 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.copyright {
  color: var(--_cs01---dark-grey);
  text-align: center;
  margin-top: 60px;
}

.footer-section {
  background-color: #fefefe;
  padding: 5% 10% 10px;
}

.footer-section.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.footer-section.orange-bg {
  background-color: var(--orange);
}

.footer-section.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.footer-section.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.footer-section.centralize {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section.centralize.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.footer-section.centralize.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer-section.centralize.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.footer-section.centralize.orangebg {
  background-color: var(--_cs01---orange);
}

.footer-section.centralize.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.footer-section.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-section.right.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.footer-section.right.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer-section.right.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.footer-section.right.orangebg {
  background-color: var(--_cs01---orange);
}

.footer-section.right.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.footer-section.left {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-section.left.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.footer-section.left.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer-section.left.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.footer-section.left.orangebg {
  background-color: var(--_cs01---orange);
}

.footer-section.left.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.partners {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
  display: none;
}

.logo-partners {
  background-color: #fff;
  width: 100px;
  height: 100px;
}

.tag-line {
  color: var(--_cs01---light-blue);
  text-align: center;
  font-size: 1.3rem;
  line-height: 150%;
  display: none;
}

.text-span-12 {
  color: var(--_cs01---orange);
}

.h3.white-font {
  color: var(--_cs01---branco);
  font-weight: 600;
}

.p1 {
  font-size: 1.4rem;
}

.p1.white {
  font-size: 1rem;
  line-height: 140%;
}

.text-span-13 {
  color: var(--_cs01---light-blue);
}

.margin {
  margin-bottom: 0%;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  color: var(--_cs01---light-blue);
}

.classes-topics {
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
}

.classes-topics.center.no-margin {
  margin-bottom: 0;
}

.heading-35 {
  text-align: center;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.image-34 {
  width: 80%;
}

.div-block-108 {
  background-image: url('../images/white-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65%;
  height: 30px;
}

.div-block-109 {
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-bottom: 10px;
  display: grid;
}

.paragraph-13 {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.text-span-23, .text-span-24 {
  color: var(--_cs01---light-blue);
}

.text-span-25 {
  font-weight: 600;
}

.div-block-110 {
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.h1 {
  color: var(--_cs01---branco);
  font-size: 2.5rem;
}

.heading-36 {
  font-size: 1.9rem;
  line-height: 140%;
}

.heading-37 {
  font-weight: 500;
}

.faded {
  color: #a8a8a8;
}

.icon-orange-arrow {
  color: var(--_cs01---orange);
  -webkit-text-stroke-color: var(--_cs01---orange);
  background-image: url('../images/Arrow-46.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
}

.left-5050 {
  width: 50%;
  margin-right: 5%;
}

.left-5050.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-5050.dark-blue {
  background-color: var(--_cs01---dark-blue);
  padding: 10px;
}

.hide {
  display: none;
}

.text-box {
  text-align: center;
  background-color: #fefefe;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.benefits-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.black-strip {
  background-color: var(--_cs01---dark-grey);
  width: 40%;
  height: 5px;
  margin-bottom: 30px;
}

.grey {
  color: var(--_cs01---dark-grey);
}

.bold {
  font-weight: 700;
}

.lote {
  background-color: #dedede;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.background-video {
  background-image: radial-gradient(circle at 50% 100%, #fefefee6, #fefefe);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.columns-11 {
  width: 100%;
  margin-top: 30px;
}

.standard-2 {
  padding: 5% 7.5%;
}

.standard-2.mud-bg {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  background-image: url('../images/bubbles-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.standard-2.orange-bg {
  background-color: var(--orange);
}

.standard-2.green-bg {
  background-color: var(--frog\<deleted\|variable-2b2d12fc-bede-3395-444a-a4379529db60\>);
}

.standard-2.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.standard-2.centralize {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-2.centralize.darkbg {
  background-color: var(--_cs01---dark-grey);
  padding-bottom: 5%;
}

.standard-2.centralize.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.standard-2.centralize.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.standard-2.centralize.orangebg {
  background-color: var(--_cs01---orange);
  padding-bottom: 5%;
}

.standard-2.centralize.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
}

.standard-2.right {
  background-color: var(--_cs01---orange);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding: 5% 10%;
  display: flex;
}

.standard-2.right.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.standard-2.right.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.standard-2.right.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.standard-2.right.orangebg {
  background-color: var(--_cs01---orange);
}

.standard-2.right.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.standard-2.right.fisrt {
  background-image: none;
}

.standard-2.left {
  background-color: var(--_cs01---dark-grey);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 5% 10%;
  display: flex;
}

.standard-2.left.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.standard-2.left.buy-now {
  background-color: var(--white);
  background-image: radial-gradient(circle, #648033d9, #64803382), url('../images/shawn-ang-Q-PKvTl8To0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.standard-2.left.moss-bg {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.standard-2.left.orangebg {
  background-color: var(--_cs01---orange);
}

.standard-2.left.bluebg {
  background-color: var(--_cs01---dark-blue);
  justify-content: center;
  align-items: center;
}

.standard-2.left.last {
  background-image: url('../images/Mask-group.png');
  padding-top: 5%;
  padding-bottom: 5%;
}

.standard-2.bluebg {
  background-color: var(--_cs01---dark-blue);
}

.standard-2.darkbg {
  background-color: var(--_cs01---dark-grey);
}

.standard-2.no-margin-bottom {
  padding-bottom: 2%;
}

.standard-2.no-margin-top {
  padding-top: 2%;
}

.standard-2.color-light, .standard-2.center.light-blue {
  background-color: var(--_cs01---light-blue);
}

.standard-2.center.grey {
  background-color: #edebea;
}

.left {
  text-align: left;
}

.left.blue {
  color: var(--_cs01---dark-grey);
}

.column-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.columns-12 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.image-37 {
  width: 70px;
}

.btn5 {
  background-color: var(--_cs01---dark-grey);
  color: #fff;
  text-transform: none;
  cursor: pointer;
  border-radius: 50px;
  width: 100%;
  padding: 12px 25px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 100%;
}

.btn5:hover {
  background-color: var(--_cs01---light-blue);
  color: #e7e7e7;
}

.btn5.margin {
  margin-bottom: 2%;
}

.btn5.margin.rosa {
  background-color: #aa15a0;
}

.btn5.orange {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 600;
}

.btn5.orange:hover {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

.btn5.super {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
}

.btn5.super:hover {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.column-26, .column-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-bg {
  background-image: url('../images/bg-evento2-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 46vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-2 {
  background-color: var(--_cs01---dark-blue);
  color: #fff;
  text-transform: none;
  cursor: pointer;
  margin-top: 15px;
  padding: 12px 25px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 100%;
}

.btn-2:hover {
  background-color: var(--_cs01---dark-grey);
  color: #e7e7e7;
}

.btn-2.margin {
  margin-bottom: 2%;
}

.btn-2.margin.rosa {
  background-color: #aa15a0;
}

.btn-2.orange {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 600;
}

.btn-2.orange:hover {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

.btn-2.super {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
}

.btn-2.super:hover {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.image-38 {
  margin-bottom: 40px;
}

.big-text {
  font-size: 1.2rem;
  line-height: 120%;
}

.text-span-26 {
  font-weight: 600;
}

.logo-right-down {
  z-index: 100;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
  margin-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo-right-down.left {
  justify-content: space-between;
  align-items: flex-start;
}

.h1-big-2 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 300;
}

.h1-big-2.white {
  font-style: italic;
}

.h1-big-2.white-text {
  color: var(--_cs01---branco);
}

.h1-big-2.white-text.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.h1-big-2.hero-desc {
  color: var(--_cs01---dark-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.h1-big-2.hero-desc.orange {
  font-weight: 700;
}

.h1-big-2.hero-desc.white {
  color: var(--_cs01---branco);
}

.h1-big-2.with-stripe {
  margin-bottom: 20px;
}

.h1-big-2.with-stripe.white {
  margin-left: 0;
}

.text-span-27 {
  font-weight: 500;
}

.h4-special {
  font-size: 1.3rem;
  font-weight: 600;
}

.btn-3 {
  background-color: var(--_cs01---light-blue);
  color: #fff;
  text-transform: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 12px 25px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 100%;
}

.btn-3:hover {
  background-color: var(--_cs01---dark-grey);
  color: #e7e7e7;
}

.btn-3.margin {
  margin-bottom: 2%;
}

.btn-3.margin.rosa {
  background-color: #aa15a0;
}

.btn-3.orange {
  background-color: var(--orange);
  color: var(--white);
  font-weight: 600;
}

.btn-3.orange:hover {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
}

.btn-3.super {
  background-color: var(--mud\<deleted\|variable-deff1271-bcce-2ad2-b182-155bc8f7f062\>);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
}

.btn-3.super:hover {
  background-color: var(--moss\<deleted\|variable-e04f7d5a-759c-328c-3e84-fc4457104a25\>);
}

.lesson-date {
  color: var(--_cs01---black);
}

.section-top {
  z-index: 2;
  background-color: var(--_cs01---dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10%;
  display: flex;
  position: relative;
}

.section-top.color {
  background-color: var(--_cs01---dark-blue);
}

.section-top.color-light-blue {
  background-color: var(--_cs01---dark-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: block;
  position: relative;
}

.text-span-28 {
  font-weight: 600;
}

.section-hero-live {
  z-index: 2;
  background-color: var(--_cs01---dark-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0% 10% 5%;
  display: flex;
  position: relative;
}

.section-hero-live.color {
  background-color: var(--_cs01---dark-blue);
}

.section-hero-live.color-light-blue {
  background-color: var(--_cs01---dark-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: block;
  position: relative;
}

.class-date {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 80px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.heading-35-copy {
  text-align: center;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.class-date-heading {
  color: var(--_cs01---black);
  text-align: left;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .text-block {
    width: 100%;
  }

  .div-block-2 {
    background-size: cover;
  }

  .menu {
    padding-bottom: 10px;
  }

  .banner-topo {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .heading-2 {
    font-size: 19px;
  }

  .button-01 {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1.4em;
    font-weight: 600;
  }

  .textochamada {
    padding-top: 4%;
    padding-bottom: 5%;
  }

  .text-block-4 {
    font-size: 19px;
    font-weight: 400;
  }

  .curso.padding {
    padding-top: 5%;
  }

  .div-block-5 {
    width: 59%;
    padding-right: 5%;
  }

  .etiqueta {
    margin-bottom: 10px;
  }

  .text-block-5 {
    font-size: 19px;
  }

  .div-block-6 {
    width: 41%;
    padding-left: 5%;
  }

  .video {
    width: 100%;
  }

  .button-02.botao-2 {
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .coluna-curriculo {
    align-items: center;
    display: flex;
  }

  .text-span-2 {
    font-size: 1em;
  }

  .tituloaula {
    align-items: baseline;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.5em;
  }

  .textoaula {
    justify-content: center;
    margin-bottom: 24px;
    padding-top: 0;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .listabonus {
    line-height: 1.5em;
  }

  .column-5, .column-6 {
    padding-right: 40px;
  }

  .columns-2 {
    margin-bottom: 0%;
  }

  .paragraph {
    line-height: 1.5em;
  }

  .bonus {
    padding-bottom: 2.5%;
  }

  .div-block-10 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    display: flex;
  }

  .heading-11 {
    clear: none;
    color: var(--purple\<deleted\|variable-47166e1b\>);
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    font-size: 42px;
    display: flex;
  }

  .text-block-10 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-11 {
    font-size: 20px;
    font-weight: 500;
  }

  .plataforma {
    background-color: #0000;
    margin: 0%;
    padding: 2.5% 10%;
  }

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

  .text-block-13 {
    flex-direction: row-reverse;
    display: flex;
  }

  .columns-3 {
    justify-content: space-between;
  }

  .professor {
    padding-top: 2.5%;
  }

  .heading-13 {
    margin-bottom: 40px;
    font-size: 1.9em;
  }

  .image-10 {
    padding-bottom: 0;
  }

  .column-10 {
    margin-bottom: 10px;
  }

  .image-11 {
    width: 59%;
    max-width: none;
    padding-right: 10px;
  }

  .wrap-texto {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4%;
    display: flex;
  }

  .div-block-11 {
    background-image: url('../images/icon-leaf_1icon-leaf.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4%;
    height: auto;
    margin-right: 20px;
    padding: 7px 10px 10px;
    display: block;
  }

  .column-11, .column-12, .column-13, .column-14 {
    margin-bottom: 10px;
  }

  .image-13 {
    margin-left: 0%;
    padding-top: 10px;
    padding-left: 0%;
  }

  .div-block-15 {
    width: auto;
    margin-left: 0%;
  }

  .galeria {
    padding-top: 1%;
    padding-bottom: 3%;
    display: none;
  }

  .heading-14 {
    margin-bottom: 3%;
  }

  .aula-online {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .paragraph-2 {
    margin-bottom: 12px;
  }

  .pre-o {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-20 {
    width: 74%;
  }

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

  .heading-16 {
    font-size: 2.6em;
  }

  .paragraph-5 {
    font-size: 1.5em;
  }

  .paragraph-6 {
    font-size: 2.7em;
  }

  .heading-17 {
    font-size: 3.9em;
  }

  .paragraph-7 {
    font-size: 2.2em;
  }

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

  .depoimentoalinha, .depoimentoalinha.depoimentos-verdes, .depoimentoalinha.depoimento-alexandre, .depoimentoalinha.depoimentos-ipad {
    width: 25%;
  }

  .div-block-37 {
    justify-content: center;
    display: flex;
  }

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

  .div-block-39 {
    padding-bottom: 10%;
  }

  .slidegaleria {
    background-color: #000;
    width: auto;
    height: 535px;
  }

  .slide-10, .slide-11, .slide-12, .slide-13, .slide-14 {
    background-size: contain;
  }

  .slide-15 {
    background-image: url('../images/IMG_0766.JPG');
    background-position: 50% 100%;
    background-size: contain;
  }

  .slide-16, .slide-17, .slide-18 {
    background-size: contain;
  }

  .slide-1 {
    background-position: 50% 86%;
    background-size: contain;
  }

  .slide-1-2 {
    background-image: url('../images/IMG_20190902_121535217.jpg');
    background-position: 50% 20%;
    background-size: contain;
  }

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

  .heading-24 {
    font-size: 1.4em;
    text-decoration: none;
  }

  .section-5 {
    flex-direction: row;
  }

  .div-block-94 {
    flex-direction: column;
    justify-content: center;
    width: 50%;
    margin-right: 10%;
    display: flex;
  }

  .div-block-95 {
    width: 107%;
  }

  .section-6 {
    flex-direction: row-reverse;
    display: flex;
  }

  .section-7 {
    flex-direction: row;
    display: flex;
  }

  .section-8 {
    padding: 5% 10%;
    display: flex;
  }

  .text-span-6 {
    color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
    font-weight: 800;
  }

  .bold-text-2 {
    color: #000;
    text-decoration: underline;
  }

  .italic-text {
    color: #000;
  }

  .link {
    color: var(--purple\<deleted\|variable-47166e1b\>);
    text-transform: none;
    white-space: normal;
    text-decoration: none;
  }

  .div-block-97 {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-block-98 {
    width: 20%;
    margin-right: 0%;
  }

  .div-ola {
    width: 80%;
    padding: 5%;
  }

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

  .white.h3 {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .standard {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 10%;
  }

  .standard.centralize.darkbg {
    padding-top: 2%;
  }

  .standard.centralize.orangebg {
    padding-top: 2%;
    padding-bottom: 5%;
  }

  .standard.centralize.bluebg {
    padding-top: 2%;
  }

  .standard.right.fisrt, .standard.left {
    background-size: cover;
  }

  .standard.left.last {
    background-image: url('../images/Mask-group.png'), linear-gradient(#000, #000);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 2000px, auto;
  }

  .list-combo {
    width: 100%;
    margin-bottom: 0%;
  }

  .list-combo.narrow {
    flex: 1;
  }

  .text-combo {
    margin-left: 2%;
    font-size: 1rem;
  }

  .whole-div.spaced, .whole-div.spaced-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 32% 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    display: grid;
  }

  .whole-div.spaced-2-top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
  }

  .left-4060 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    display: flex;
  }

  .right-4060 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .wide {
    padding-right: 10%;
  }

  .h1-big {
    margin-bottom: 10px;
  }

  .h1-big.white {
    text-align: left;
  }

  .btn1 {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1.4em;
    font-weight: 600;
  }

  .btn1-small {
    padding: 15px 20px;
  }

  .btn2, .btn3 {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1.4em;
    font-weight: 600;
  }

  .old-price {
    font-size: 2.7em;
  }

  .current-price {
    font-size: 2.2em;
  }

  .current-price-installments {
    font-size: 3.9em;
  }

  .btn4 {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1.2em;
    font-weight: 600;
  }

  .four-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 0%;
  }

  .h1-bignumber, .h1-bignumber.orange {
    margin-bottom: 10px;
  }

  .half-width-group, .single-heading, .full-width-group, .two-columns, .skinny-wrapper {
    padding-right: 10%;
  }

  .half-calendar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: center;
    width: 100%;
    display: grid;
  }

  .footer-section {
    padding-right: 10%;
  }

  .classes-topics {
    font-size: 1rem;
  }

  .image-34 {
    width: 90%;
  }

  .div-block-108 {
    width: 90%;
    height: 70px;
  }

  .h1 {
    margin-bottom: 20px;
  }

  .paragraph-14, .paragraph-15 {
    font-size: 1rem;
  }

  .columns-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .columns-10 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .heading-38 {
    margin-bottom: 20px;
    font-weight: 600;
  }

  .image-35 {
    width: 100%;
  }

  .heading-39 {
    font-weight: 400;
  }

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

  .left-5050 {
    flex: 0 auto;
    align-self: center;
  }

  .standard-2 {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right: 10%;
  }

  .standard-2.centralize.darkbg {
    padding-top: 2%;
  }

  .standard-2.centralize.orangebg {
    padding-top: 2%;
    padding-bottom: 5%;
  }

  .standard-2.centralize.bluebg {
    padding-top: 2%;
  }

  .standard-2.right.fisrt, .standard-2.left {
    background-size: cover;
  }

  .standard-2.left.last {
    background-image: url('../images/Mask-group.png'), linear-gradient(#000, #000);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 2000px, auto;
  }

  .btn5, .btn-2 {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1.4em;
    font-weight: 600;
  }

  .h1-big-2 {
    margin-bottom: 10px;
  }

  .h1-big-2.white {
    text-align: left;
  }

  .btn-3 {
    cursor: pointer;
    padding: 15px 20px;
    font-size: 1.4em;
    font-weight: 600;
  }

  .section-hero-live {
    padding-top: 0%;
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 50% 0;
    background-size: contain;
  }

  .banner-topo {
    flex-direction: row-reverse;
    width: auto;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .slider {
    height: 83vh;
  }

  .div-block-3 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 10%;
    display: flex;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .heading-3 {
    text-align: left;
    margin-top: 0;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .button-01 {
    padding: 14px 5%;
    font-size: 1.6em;
    line-height: 17px;
  }

  .textochamada {
    padding-top: 7%;
    padding-bottom: 10%;
  }

  .heading-4 {
    font-size: 2.3em;
    line-height: 1.2em;
  }

  .text-block-4 {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .curso.padding {
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .curso.padding.curriculo {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block-5 {
    width: auto;
    margin-bottom: 12%;
  }

  .heading-5 {
    font-size: 2.2em;
  }

  .etiqueta {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .text-block-5 {
    font-size: 1.4em;
  }

  .div-block-6 {
    justify-content: center;
    width: auto;
    padding-left: 0%;
  }

  .video {
    border-radius: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-6 {
    margin-top: 7px;
  }

  .heading-6.bold {
    margin-bottom: 2%;
  }

  .video-2 {
    margin-top: 0;
  }

  .button-02 {
    font-size: 2.4em;
  }

  .button-02.botao-2 {
    flex-direction: row;
    width: 56%;
    margin-top: 16px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 10%;
  }

  .coluna-curriculo {
    float: none;
    clear: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-right: 0;
    padding: 10% 5%;
    display: flex;
  }

  .text-span-2 {
    font-size: 1.1em;
  }

  .tituloaula {
    flex-direction: row;
    align-items: baseline;
    margin-top: 0;
    line-height: 1.1em;
  }

  .textoaula {
    margin-bottom: 5%;
    font-size: 1.2em;
  }

  .heading-9 {
    margin-bottom: 10%;
  }

  .text-block-9 {
    align-items: baseline;
    display: flex;
  }

  .tabs-menu {
    padding-bottom: 5%;
  }

  .titulobonus {
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .listabonus {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-8 {
    margin-right: 0%;
  }

  .column-4 {
    margin-bottom: 60px;
  }

  .column-5 {
    align-items: center;
  }

  .column-6 {
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .columns-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    padding-top: 0%;
  }

  .div-block-9 {
    text-align: left;
    width: 40vh;
    font-size: 15px;
  }

  .paragraph {
    text-align: left;
    width: auto;
  }

  .heading-10 {
    text-align: left;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .heading-10.heading-bonus {
    margin-top: 0%;
  }

  .bonus {
    padding-top: 5%;
  }

  .div-block-10 {
    align-items: center;
    margin-bottom: 15%;
  }

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

  .text-block-10, .text-block-11 {
    font-size: 1.6em;
  }

  .plataforma {
    padding-top: 10%;
  }

  .text-block-12 {
    margin-bottom: 6px;
  }

  .text-block-13 {
    text-align: left;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 5%;
  }

  .text-block-14 {
    margin-bottom: 10%;
    font-size: 1.6em;
  }

  .professor {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
  }

  .column-8 {
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .heading-13 {
    margin-top: 40px;
    font-size: 1.9em;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    padding-bottom: 10%;
  }

  .wrap-texto {
    align-items: baseline;
    font-size: 1em;
  }

  .div-block-11 {
    background-size: contain;
    width: 21px;
    height: auto;
    padding-top: 7px;
    padding-bottom: 10px;
  }

  .column-11, .column-13 {
    margin-bottom: 0%;
  }

  .column-17 {
    flex-direction: column;
  }

  .div-block-13 {
    flex-direction: column-reverse;
  }

  .image-13 {
    width: auto;
    max-width: none;
  }

  .div-block-14 {
    padding-top: 10%;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .galeria {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .heading-14 {
    margin-top: 0;
  }

  .aula-online {
    flex-direction: column;
    padding-top: 10%;
    padding-bottom: 15%;
    display: flex;
  }

  .div-block-17 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .div-block-18 {
    width: auto;
    margin-bottom: 10%;
  }

  .div-block-19 {
    width: 100%;
    margin-bottom: 0%;
    margin-right: 0%;
  }

  .pre-o {
    align-items: center;
    display: block;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

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

  .div-block-22.divpre-o2 {
    display: none;
  }

  .heading-16 {
    font-size: 3.1em;
  }

  .paragraph-5 {
    font-size: 1.9em;
    line-height: 1.5em;
  }

  .paragraph-6 {
    font-size: 2.6em;
  }

  .heading-17, .paragraph-7 {
    font-size: 2.5em;
  }

  .div-block-23 {
    flex-direction: row;
    margin-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .titulos {
    margin-top: 10%;
    font-size: 2em;
    line-height: 1.3em;
  }

  .column-18 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .depoimentoalinha {
    width: 31%;
    margin-right: 3%;
  }

  .depoimentoalinha.depoiemtentos-verdes {
    width: 31vw;
  }

  .depoimentoalinha.depoimentos-verdes {
    padding-left: 0%;
  }

  .depoimentoalinha.depoimentos-ipad {
    width: 30%;
  }

  .heading-18.texto-block, .paragrafo-menor {
    font-size: 1em;
  }

  .depoimentos {
    padding: 10%;
  }

  .heading-19 {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2em;
  }

  .image-17.imagem-henrique {
    width: 70%;
  }

  .div-block-27 {
    flex-direction: row;
    margin-bottom: 10%;
  }

  .whatsapp {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .paragraph-8 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .heading-20 {
    font-size: 1.7em;
    line-height: 1.2em;
  }

  .paragraph-10 {
    font-size: 1.1em;
  }

  .image-21 {
    width: 14%;
    max-width: none;
    padding-right: 0;
  }

  .div-block-33 {
    font-size: .7em;
    line-height: 15px;
  }

  .paragraph-11 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: .9em;
    line-height: 1.4em;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    padding-right: 0%;
  }

  .div-block-35 {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-12 {
    padding-right: 10px;
    font-size: .8em;
  }

  .heading-21 {
    margin-bottom: 10%;
    font-size: 3.5em;
  }

  .div-block-36 {
    width: auto;
    margin-bottom: 5%;
  }

  .div-block-37 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-22 {
    padding-right: 2%;
  }

  .slidegaleria {
    width: 83vw;
    height: 46vh;
  }

  .image-23 {
    width: 22%;
  }

  .div-block-44 {
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 5% 5% 10%;
  }

  .div-block-46 {
    text-align: center;
    width: auto;
    margin-bottom: 5%;
  }

  .div-block-47 {
    width: auto;
    margin-bottom: 6%;
  }

  .div-block-48 {
    width: auto;
    margin-top: 0%;
    margin-bottom: 6%;
  }

  .div-block-49 {
    width: auto;
    margin-right: 0%;
  }

  .div-block-50 {
    flex-direction: column;
  }

  .image-24 {
    width: 17%;
    margin-bottom: 0%;
  }

  .heading-22 {
    margin-bottom: 0;
    font-size: 1em;
  }

  .heading-23 {
    margin-bottom: 4%;
    font-size: 2.5em;
  }

  .heading-24 {
    margin-bottom: 2%;
    font-size: 1.4em;
  }

  .image-25 {
    width: 100%;
  }

  .heading-25 {
    width: auto;
    margin-bottom: 13px;
    font-size: 1.5em;
  }

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

  .section-5 {
    flex-direction: column;
  }

  .div-block-94 {
    width: auto;
    margin-bottom: 5%;
  }

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

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

  .section-6 {
    flex-direction: column-reverse;
  }

  .section-8 {
    flex-direction: column;
    align-items: center;
    padding-top: 10%;
  }

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

  .div-block-101 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .column-20 {
    border-bottom-right-radius: 0;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .columns-7 {
    flex-direction: column-reverse;
  }

  .column-21 {
    justify-content: center;
    align-items: center;
    padding: 10% 5% 5%;
  }

  .image-28 {
    width: 57%;
    transition-property: none;
  }

  .div-block-104 {
    width: 90%;
    height: 100px;
    margin-top: -109px;
  }

  .div-block-106 {
    justify-content: center;
    margin-bottom: 10%;
  }

  .section-hero {
    background-size: contain;
    flex-flow: column;
    width: auto;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  ._1col-center.hero {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-top: 20%;
  }

  ._1col-center.section-header {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .center {
    text-align: center;
  }

  .white {
    margin-bottom: 10px;
  }

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

  .white.h2 {
    font-size: 1.6rem;
  }

  .white.h1 {
    font-size: 2.3rem;
  }

  .white.h3 {
    font-size: 1.2rem;
  }

  .standard {
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .standard.centralize.darkbg {
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .standard.right.fisrt {
    background-position: 50%;
  }

  .standard.left {
    background-size: cover;
  }

  .standard.left.last {
    background-position: 50%;
  }

  .left-6040 {
    width: 100%;
    padding-right: 0%;
  }

  .right-6040 {
    width: 100%;
  }

  .list-combo {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5%;
  }

  .list-combo.narrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .whole-div {
    flex-flow: column;
  }

  .left-4060 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    display: flex;
  }

  .right-4060 {
    width: 100%;
    margin-top: 40px;
  }

  .box-combo {
    width: 100%;
  }

  .grid-modulos {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: end;
  }

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

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

  .bonus-desc {
    text-align: center;
  }

  .bonus-image {
    margin-bottom: 0%;
  }

  .bonus-titulo {
    text-align: center;
  }

  .main-logo {
    max-width: 30vw;
  }

  .top-nav {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h1-big.yellow {
    text-align: center;
  }

  .h1-big.with-stripe {
    font-size: 2.4rem;
  }

  .btn1 {
    padding: 14px 5%;
    font-size: 1.4em;
    line-height: 17px;
  }

  .btn1-small {
    padding: 14px 5%;
    font-size: 1.6em;
    line-height: 17px;
    display: none;
  }

  .btn1-small.hide {
    display: none;
  }

  .btn2 {
    padding: 14px 5%;
    font-size: 1.6em;
    line-height: 17px;
  }

  .tab-third {
    border-style: none none solid;
    width: 100%;
  }

  .tab-internal {
    justify-content: space-between;
  }

  .tabs-menu-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .btn3 {
    padding: 14px 5%;
    font-size: 1.6em;
    line-height: 17px;
  }

  .old-price {
    font-size: 2.6em;
  }

  .current-price, .current-price-installments {
    font-size: 2.5em;
  }

  .offer-w {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .hero-sub {
    margin-bottom: 10px;
  }

  .hero-sub.center {
    text-align: center;
  }

  .btn4 {
    padding: 14px 5%;
    font-size: 1.4em;
    line-height: 17px;
  }

  ._1col-left {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  ._1col-left.hero {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

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

  .orange-strip {
    margin-bottom: 40px;
  }

  .h1-bignumber, .h1-bignumber.orange {
    font-size: 4rem;
  }

  .full-width-marginless {
    width: 100%;
  }

  .half-width-group {
    padding-bottom: 10%;
  }

  .single-heading {
    width: 100%;
    padding-bottom: 0%;
  }

  .full-width-group, .two-columns {
    padding-bottom: 10%;
  }

  .module-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .module-icon-name {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .skinny-wrapper {
    padding-bottom: 0%;
  }

  .module-description {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .half-calendar {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .copyright {
    margin-top: 20px;
  }

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

  .h1 {
    margin-bottom: 20px;
  }

  .heading-38 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .left-5050 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    padding-top: 20px;
    display: flex;
  }

  .benefits-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-top: 20px;
  }

  .black-strip {
    margin-bottom: 20px;
  }

  .standard-2 {
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .standard-2.centralize.darkbg {
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .standard-2.right.fisrt {
    background-position: 50%;
  }

  .standard-2.left {
    background-size: cover;
  }

  .standard-2.left.last {
    background-position: 50%;
  }

  .columns-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn5 {
    padding: 14px 5%;
    font-size: 1.4em;
    line-height: 17px;
  }

  .column-26 {
    justify-content: center;
    align-items: center;
  }

  .btn-2 {
    padding: 14px 5%;
    font-size: 1.4em;
    line-height: 17px;
  }

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

  .logo-right-down {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h1-big-2.yellow {
    text-align: center;
  }

  .h1-big-2.with-stripe {
    font-size: 2.4rem;
  }

  .btn-3 {
    padding: 14px 5%;
    font-size: 1.4em;
    line-height: 17px;
  }

  .section-top {
    flex-flow: column;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-hero-live {
    background-size: contain;
    flex-flow: column;
    width: auto;
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .heading-35-copy, .class-date-heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .column {
    justify-content: center;
  }

  .column-2 {
    justify-content: center;
    display: flex;
  }

  .menu {
    justify-content: flex-start;
    display: flex;
  }

  .link-block {
    max-width: 70px;
  }

  .banner-topo {
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    padding-top: 7%;
    padding-bottom: 5%;
  }

  .slider {
    height: 47vh;
  }

  .div-block-3 {
    max-width: none;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 1.8em;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 5%;
    font-size: 2.5em;
    line-height: 1.1em;
  }

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

  .button-01 {
    display: block;
  }

  .button-01.margin.rosa {
    text-align: center;
    line-height: 1em;
  }

  .textochamada {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 12px;
  }

  .heading-4 {
    font-size: 2.1em;
    line-height: 1.35em;
  }

  .text-block-4 {
    font-size: 1.3em;
  }

  .curso.padding {
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .curso.padding.curriculo {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .div-block-5 {
    border-right-style: none;
    width: 100%;
    margin-bottom: 10%;
    padding-right: 0%;
  }

  .heading-5 {
    font-size: 2.5em;
    line-height: 1.5em;
  }

  .etiqueta {
    font-size: 1.4em;
  }

  .text-block-5 {
    font-size: 1.3em;
    line-height: 1.6em;
  }

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

  .video {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 5%;
    display: flex;
  }

  .video-2 {
    width: 100%;
  }

  .button-02.botao-2 {
    width: 50%;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 10%;
  }

  .coluna-curriculo {
    padding-top: 11%;
  }

  .tituloaula {
    margin-top: 40px;
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .textoaula {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .tab-link-tab-2 {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .tab-link-tab-2.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-3 {
    margin-right: 10px;
  }

  .tab-link-tab-3.w--current {
    margin-right: 10px;
    font-size: 1em;
  }

  .heading-9 {
    margin-bottom: 10%;
    font-size: 1.8em;
  }

  .text-block-8, .text-block-9 {
    font-size: 1.2em;
  }

  .tabs-menu {
    flex-direction: row;
    margin-bottom: 10%;
    padding-bottom: 0%;
    display: flex;
  }

  .listabonus {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-4 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin-bottom: 25%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    margin-bottom: 25%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    margin-bottom: 25%;
    padding-bottom: 0;
  }

  .columns-2 {
    flex-direction: column;
    margin-bottom: auto;
    padding-top: 0%;
  }

  .paragraph {
    width: auto;
  }

  .heading-10 {
    margin-bottom: 5%;
    font-size: 2.2em;
  }

  .bonus {
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .div-block-10 {
    align-items: center;
    margin-bottom: 10%;
  }

  .text-block-10 {
    margin-bottom: 2px;
    font-size: 1.4em;
  }

  .text-block-11, .text-block-13 {
    font-size: 1.4em;
  }

  .heading-12 {
    font-size: 3.6em;
  }

  .text-block-14 {
    font-size: 1.7em;
  }

  .professor {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .heading-13 {
    font-size: 1.7em;
  }

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

  .wrap-texto {
    align-items: flex-start;
    margin-bottom: 5%;
  }

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

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

  .div-block-13 {
    text-align: center;
    flex-flow: column-reverse;
    align-items: center;
    margin-bottom: 0%;
    padding-bottom: 0%;
  }

  .image-13 {
    width: 93%;
  }

  .div-block-14 {
    padding-top: 0%;
  }

  .div-block-15 {
    padding-bottom: 0%;
  }

  .galeria {
    padding-top: 5%;
  }

  .heading-14 {
    margin-top: 0;
  }

  .aula-online {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .paragraph-2 {
    line-height: 1.5em;
  }

  .pre-o {
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

  .heading-16 {
    font-size: 3em;
    line-height: 1.1em;
  }

  .paragraph-5 {
    font-size: 1.7em;
    line-height: 1.3em;
  }

  .heading-17 {
    font-size: 4.7em;
  }

  .div-block-23 {
    flex-direction: column;
    margin-bottom: 0%;
  }

  .titulos {
    max-width: 100%;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .columns-6 {
    flex-direction: column;
  }

  .column-18 {
    justify-content: center;
    margin-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .depoimentoalinha {
    flex-direction: row-reverse;
    align-items: center;
    width: 81vw;
    margin-bottom: 5%;
    padding-top: 0%;
    padding-left: 0%;
  }

  .depoimentoalinha.depoimentos-verdes {
    flex-direction: row;
  }

  .depoimentoalinha.depoimentos-ipad {
    justify-content: flex-end;
    width: auto;
    margin-right: 0%;
    padding-top: 0%;
    padding-left: 0%;
  }

  .depoimentoalinha.depoimento-alexandre-copy {
    align-items: flex-start;
    width: 81vw;
  }

  .paragrafo-menor {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .depoimentos {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .heading-19 {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .image-17 {
    width: 65%;
    margin-top: 0%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .div-block-26 {
    padding-top: 5%;
  }

  .text-span-4 {
    font-size: .8em;
    line-height: 1.1em;
  }

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

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

  .image-18 {
    width: 56%;
  }

  .div-block-30 {
    flex-direction: column;
    align-items: center;
    width: auto;
    padding: 5% 10%;
  }

  .paragraph-8 {
    width: auto;
    margin-bottom: 0%;
    font-size: 1.2em;
  }

  .heading-20 {
    margin-bottom: 10px;
  }

  .paragraph-10 {
    font-size: 1.6em;
    line-height: .1em;
  }

  .div-block-32 {
    width: 100%;
    height: auto;
    padding: 1% 11% 1% 10%;
  }

  .image-21 {
    width: 11%;
    padding-right: 0;
  }

  .rodape {
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 10%;
    display: flex;
  }

  .paragraph-11 {
    font-size: 1.1em;
  }

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

  .div-block-36 {
    flex-direction: row;
    display: none;
  }

  .div-block-39 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .div-block-40 {
    width: auto;
    margin-bottom: 5%;
    padding-bottom: 0%;
    padding-right: 0%;
  }

  .slidegaleria {
    width: 82vw;
    height: 35vh;
  }

  .div-block-44 {
    width: auto;
    margin-bottom: 10%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-23 {
    width: 100%;
    margin-bottom: 5%;
    line-height: 1.2em;
  }

  .heading-24 {
    margin-bottom: 5%;
    line-height: 1.2em;
  }

  .image-25 {
    width: 104%;
  }

  .texto1 {
    margin-bottom: 10px;
  }

  .section-8 {
    align-items: center;
  }

  .div-block-98 {
    width: 40%;
  }

  .image-26 {
    width: 100%;
  }

  .div-block-102 {
    width: 75%;
  }

  .div-block-103 {
    width: 66%;
  }

  .column-21 {
    padding-top: 8%;
    padding-bottom: 10%;
  }

  .image-28 {
    width: 80%;
  }

  .div-block-104 {
    height: 88px;
  }

  .div-block-105 {
    width: 72%;
  }

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

  .section-hero {
    flex-flow: column;
    width: auto;
    height: auto;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .section-hero.color-light-blue {
    padding-bottom: 10%;
    padding-left: 5%;
  }

  ._1col-center.hero {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 2%;
  }

  ._1col-center.section-header {
    width: 100%;
  }

  ._1col-center.live-event {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .center {
    text-align: center;
  }

  .white {
    margin-bottom: 10px;
  }

  .white.h3 {
    text-align: center;
    margin-top: 0;
  }

  .standard {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard.centralize {
    justify-content: center;
    align-items: center;
  }

  .standard.centralize.darkbg {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard.centralize.orangebg {
    padding-bottom: 5%;
  }

  .standard.centralize.bluebg {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard.right {
    justify-content: center;
    align-items: center;
  }

  .standard.right.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard.left {
    justify-content: center;
    align-items: center;
  }

  .standard.left.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._2col-6040 {
    flex-flow: column;
  }

  .left-6040 {
    width: 100%;
    padding-right: 0%;
  }

  .right-6040 {
    width: 100%;
  }

  .right-6040.dark-blue {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-4060, .right-4060 {
    width: 100%;
  }

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

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

  .bonus-box {
    margin-bottom: 5%;
  }

  .bonus-desc, .bonus-titulo {
    text-align: center;
  }

  .left-6040-copy {
    width: 100%;
  }

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

  .main-logo {
    max-width: 90vw;
  }

  .top-nav.left {
    justify-content: space-between;
    align-items: center;
  }

  .h1-big.hero-desc.left, .h1-big.with-stripe {
    text-align: center;
  }

  .btn1 {
    display: block;
  }

  .btn1.margin.rosa, .btn1-small.margin.rosa {
    text-align: center;
    line-height: 1em;
  }

  .btn2 {
    display: block;
  }

  .btn2.margin.rosa {
    text-align: center;
    line-height: 1em;
  }

  .btn3 {
    display: block;
  }

  .btn3.margin.rosa {
    text-align: center;
    line-height: 1em;
  }

  .current-price-installments {
    font-size: 2.5em;
  }

  .hero-sub {
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .btn4 {
    display: block;
  }

  .btn4.margin.rosa {
    text-align: center;
    line-height: 1em;
  }

  ._1col-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._1col-left.hero {
    width: 100%;
  }

  ._1col-left.margin {
    width: 100vw;
  }

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

  .column1-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1-bignumber {
    margin-bottom: 0;
  }

  .main-logo-big {
    width: 60%;
  }

  .half-width-group {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .single-heading {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .full-width-group {
    width: 100%;
    padding: 0%;
  }

  .two-columns {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
  }

  .two-columns.centralize {
    justify-content: center;
    align-items: center;
  }

  .two-columns.centralize.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .two-columns.right {
    justify-content: center;
    align-items: center;
  }

  .two-columns.right.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .two-columns.left {
    justify-content: center;
    align-items: center;
  }

  .two-columns.left.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .module-info {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .skinny-wrapper {
    width: 100%;
    padding: 0%;
  }

  .module-description {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-second-column {
    text-align: center;
  }

  .copyright {
    margin-top: 20px;
  }

  .footer-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-section.centralize {
    justify-content: center;
    align-items: center;
  }

  .footer-section.centralize.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-section.right {
    justify-content: center;
    align-items: center;
  }

  .footer-section.right.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-section.left {
    justify-content: center;
    align-items: center;
  }

  .footer-section.left.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .classes-topics {
    text-align: left;
  }

  .classes-topics.center {
    text-align: center;
  }

  .image-34 {
    width: 30%;
  }

  .div-block-108 {
    height: 40px;
  }

  .div-block-109 {
    margin-bottom: 10px;
  }

  .column-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1 {
    font-size: 2.1rem;
  }

  .rich-text-block {
    width: 100%;
  }

  .left-5050 {
    width: 100%;
    padding-top: 0;
  }

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

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

  .standard-2 {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard-2.centralize {
    justify-content: center;
    align-items: center;
  }

  .standard-2.centralize.darkbg {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard-2.centralize.orangebg {
    padding-bottom: 5%;
  }

  .standard-2.centralize.bluebg {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard-2.right {
    justify-content: center;
    align-items: center;
  }

  .standard-2.right.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .standard-2.left {
    justify-content: center;
    align-items: center;
  }

  .standard-2.left.bluebg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .code-embed {
    margin-top: 0;
    padding-top: 0;
  }

  .columns-12 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .btn5 {
    display: block;
  }

  .btn5.margin.rosa {
    text-align: center;
    line-height: 1em;
  }

  .hero-bg {
    background-position: 50%;
    width: 100%;
    height: 100vw;
    margin-top: 40px;
    display: block;
    position: relative;
  }

  .btn-2 {
    display: block;
  }

  .btn-2.margin.rosa {
    text-align: center;
    line-height: 1em;
  }

  .logo-right-down {
    width: 100%;
    position: relative;
    inset: auto 0% 0%;
  }

  .logo-right-down.left {
    justify-content: space-between;
    align-items: center;
  }

  .h1-big-2.hero-desc.left, .h1-big-2.with-stripe {
    text-align: center;
  }

  .btn-3 {
    display: block;
  }

  .btn-3.margin.rosa {
    text-align: center;
    line-height: 1em;
  }

  .section-top {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .section-top.color-light-blue {
    padding-bottom: 10%;
    padding-left: 5%;
  }

  .section-hero-live {
    flex-flow: column;
    width: auto;
    height: auto;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .section-hero-live.color-light-blue {
    padding-bottom: 10%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }

  .heading {
    font-size: 24px;
    line-height: 110%;
  }

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .banner-topo {
    height: auto;
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .slider {
    height: 35vh;
  }

  .heading-2 {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 2.5em;
    line-height: 1.34em;
  }

  .button-01 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }

  .textochamada {
    padding-bottom: 10%;
  }

  .div-block-4 {
    font-size: .8em;
    line-height: 1.5em;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .text-block-4 {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .image-3 {
    height: 10vh;
  }

  .curso.padding {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .curso.padding.curriculo {
    padding: 5% 5% 10%;
  }

  .div-block-5 {
    margin-bottom: 15%;
    font-size: .8em;
    line-height: 1.5em;
  }

  .heading-5 {
    margin-bottom: 10%;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .etiqueta {
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 20px;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .etiqueta._3 {
    margin-top: 0;
  }

  .text-block-5 {
    margin-bottom: 8%;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .video {
    border-radius: 0;
    margin-bottom: 0;
  }

  .heading-6 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .heading-6.bold {
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .video-2 {
    border-radius: 0;
    width: 100%;
  }

  .button-02 {
    margin-top: 10px;
    font-size: 2.3em;
  }

  .button-02.botao-2 {
    width: 100%;
    margin-top: 0;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .heading-7 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2.5em;
    line-height: 1.34em;
  }

  .coluna-curriculo {
    box-shadow: none;
    padding: 10% 5%;
    font-size: .8em;
    line-height: 1.5em;
  }

  .tituloaula {
    margin-top: 20px;
    margin-bottom: 5%;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .textoaula {
    margin-bottom: 0%;
    padding-top: 0;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .tab-link-tab-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 20px;
    display: flex;
    position: static;
  }

  .tab-link-tab-2.w--current {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .tab-link-tab-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .tab-link-tab-3.w--current {
    margin-bottom: 10px;
  }

  .heading-9 {
    margin-bottom: 10%;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .text-block-8, .text-block-9 {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .titulobonus {
    text-align: left;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .listabonus {
    width: auto;
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  .image-8 {
    width: 100%;
    max-width: none;
  }

  .column-4 {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-5 {
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-6 {
    align-items: flex-start;
    margin-bottom: 26%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2 {
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .paragraph {
    width: auto;
    font-size: 1em;
  }

  .image-9 {
    max-width: 40%;
    padding-bottom: 15px;
  }

  .heading-10 {
    text-align: left;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 21px;
    line-height: 26px;
  }

  .heading-10.heading-bonus {
    line-height: 1.45em;
  }

  .bonus {
    flex-direction: column;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 5%;
    display: flex;
  }

  .div-block-10 {
    margin-bottom: 25%;
    font-size: .8em;
    line-height: 2em;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 2.3em;
    line-height: 1.4em;
  }

  .text-block-10 {
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  .plataforma {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .text-block-12 {
    text-align: left;
    margin-bottom: 5%;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .text-block-13 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .columns-3 {
    text-align: center;
    flex-direction: column;
  }

  .heading-12 {
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .text-block-14 {
    color: var(--yellow-green\<deleted\|variable-ee091fd5\>);
    margin-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .professor {
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-8 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading-13 {
    margin-bottom: 5%;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .image-10 {
    display: none;
  }

  .column-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    margin-bottom: 10px;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .wrap-texto {
    align-items: flex-start;
    margin-bottom: 6%;
    font-size: .8em;
    line-height: 1.41em;
  }

  .div-block-11 {
    background-size: auto;
    width: 21px;
    height: 17px;
    margin-right: 2%;
  }

  .column-11, .column-12, .column-13, .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    width: 104%;
  }

  .div-block-14 {
    padding-top: 0%;
  }

  .galeria {
    padding-top: 5%;
  }

  .heading-14 {
    margin-top: 0;
  }

  .aula-online {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .div-block-17 {
    align-items: flex-start;
  }

  .heading-15 {
    margin-bottom: 10%;
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .paragraph-2 {
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .paragraph-2.lista {
    margin-bottom: 0;
  }

  .paragraph-2.lista.negrito {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .div-block-18 {
    font-size: .8em;
    line-height: 1.5em;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 1.1em;
  }

  .pre-o {
    padding: 10% 5%;
  }

  .div-block-22 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    font-size: .8em;
    line-height: 1.5em;
    display: flex;
  }

  .heading-16 {
    font-size: 2.3em;
    line-height: 1.3em;
  }

  .paragraph-5 {
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .paragraph-6 {
    margin-bottom: 5%;
    font-size: 1.9em;
  }

  .heading-17 {
    margin-top: 0;
    font-size: 3.8em;
  }

  .paragraph-7 {
    margin-bottom: 10%;
    font-size: 1.5em;
  }

  .depoimentoalinha {
    flex-direction: column;
    margin-bottom: 15%;
    margin-right: 0%;
    padding-top: 15%;
    padding-left: 0%;
    font-size: .8em;
    line-height: 1.5em;
  }

  .depoimentoalinha.depoimentos-ipad {
    padding-top: 15%;
  }

  .paragrafo-menor {
    font-size: 1.4em;
  }

  .depoimentos {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .heading-19 {
    font-size: 1.7em;
  }

  .div-block-26 {
    padding-bottom: 10%;
  }

  .text-span-4 {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .whatsapp {
    padding-bottom: 25%;
  }

  .image-18 {
    width: 91%;
  }

  .div-block-29 {
    padding-bottom: 16%;
  }

  .div-block-30 {
    text-align: center;
    flex-direction: column;
    width: auto;
    padding: 10% 5%;
  }

  .paragraph-8 {
    width: auto;
    margin-bottom: 10%;
    font-size: 1.3em;
  }

  .paragraph-10 {
    font-size: 1.2em;
  }

  .image-21 {
    width: 20%;
    max-width: none;
    padding-right: 10px;
  }

  .rodape {
    padding-bottom: 10%;
  }

  .paragraph-11 {
    margin-bottom: 15%;
  }

  .div-block-34 {
    flex-direction: column;
  }

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

  .heading-21 {
    margin-bottom: 10%;
    font-size: 2em;
    line-height: 1.5em;
  }

  .div-block-38 {
    font-size: .8em;
  }

  .image-22 {
    margin-bottom: 10%;
    padding-bottom: 0%;
  }

  .div-block-39 {
    margin-bottom: 10%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-40 {
    width: 100%;
    margin-bottom: 10%;
  }

  .slidegaleria {
    width: 87vw;
    height: 23vh;
  }

  .slide-nav-2 {
    line-height: 18px;
  }

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

  .div-block-48 {
    font-size: .8em;
    line-height: 1.5em;
  }

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

  .heading-22 {
    font-size: .9em;
    line-height: 15px;
  }

  .heading-23 {
    margin-bottom: 10%;
    font-size: 1.7em;
    line-height: 1.2em;
  }

  .heading-24 {
    margin-bottom: 15%;
    font-size: 1em;
    line-height: 1.3em;
  }

  .image-25 {
    width: 100%;
  }

  .heading-25 {
    font-size: 1.3em;
  }

  .texto1 {
    font-size: 1.1em;
  }

  .section-5 {
    padding-top: 10%;
  }

  .div-block-97 {
    flex-direction: column;
  }

  .div-block-98 {
    width: 100%;
    height: 200px;
  }

  .div-ola {
    width: 100%;
  }

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

  .column-20 {
    background-image: url('../images/Grupo-de-máscara-3.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-left: 5%;
  }

  .div-block-102 {
    width: 88%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-27 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .div-block-103 {
    width: 70%;
  }

  .heading-28 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .column-21 {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-right: 5%;
  }

  .div-block-104 {
    height: 66px;
    margin-top: -66px;
  }

  .div-block-106 {
    margin-bottom: 15%;
  }

  .image-31 {
    width: 28%;
    max-width: none;
  }

  .div-block-107 {
    width: 80vw;
  }

  .section-hero {
    background-position: 50% 0;
    background-size: 200%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 10% 6% 15%;
  }

  ._1col-center.hero {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 30%;
  }

  ._1col-center.section-header {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .center {
    text-align: center;
  }

  .standard {
    padding: 10% 5%;
  }

  .left-6040 {
    margin-bottom: 10%;
  }

  .list-combo {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5%;
  }

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

  .icon-blue-arrow {
    width: 40px;
    margin-bottom: 5px;
  }

  .text-combo {
    margin-bottom: 0;
    margin-left: 0%;
  }

  .pilares-lista {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .pilares-h {
    width: 100%;
  }

  .pilares-desc {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .box-combo {
    width: 100%;
  }

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

  .grid-modulos.circuitos {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .programa-pane {
    margin-top: 10%;
  }

  .box-programa {
    border-style: none none solid;
    margin-top: 3%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .titulo-aula {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .bonus-desc, .bonus-titulo {
    text-align: center;
  }

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

  .price-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
  }

  .price-icon {
    width: 30px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .price-text {
    text-align: left;
    margin-bottom: 0;
  }

  .main-logo {
    align-self: center;
    max-width: 95vw;
    display: block;
  }

  .top-nav {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .h1-big.hero-desc {
    font-size: 2.3rem;
  }

  .h1-big.with-stripe {
    font-size: 2rem;
  }

  .btn1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }

  .btn1-small.hide {
    display: none;
  }

  .btn2, .btn3 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }

  .old-price {
    margin-bottom: 5%;
    font-size: 1.3rem;
  }

  .current-price {
    margin-bottom: 10%;
    font-size: 1.5em;
  }

  .current-price-installments {
    margin-top: 0;
    font-size: 1.5em;
  }

  .offer-w {
    padding-left: 0%;
    padding-right: 0%;
  }

  .btn4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }

  ._1col-left.hero {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .four-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0%;
  }

  .benefit-1fourth {
    margin-bottom: 20px;
  }

  .main-logo-big {
    width: 50%;
  }

  .half-width-group {
    padding-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .single-heading {
    padding-bottom: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .full-width-group, .two-columns {
    padding-bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .module-info {
    background-color: #003b4a00;
  }

  .skinny-wrapper {
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .module-description {
    margin-bottom: 24px;
    padding: 5%;
  }

  .half-calendar {
    display: flex;
  }

  .copyright {
    margin-top: 20px;
  }

  .partners {
    flex-flow: wrap;
  }

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

  .div-block-109 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 40px 1fr;
    margin-bottom: 10px;
  }

  .image-36 {
    max-width: 60%;
  }

  .icon-orange-arrow {
    width: 40px;
    margin-bottom: 5px;
  }

  .left-5050.dark-blue {
    padding-left: 0;
    padding-right: 0;
  }

  .black-strip {
    margin-bottom: 0;
  }

  .standard-2 {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .code-embed {
    margin-top: 0;
    padding-top: 0;
  }

  .columns-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .btn5, .btn-2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }

  .logo-right-down {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
  }

  .h1-big-2 {
    font-size: 1.5rem;
  }

  .h1-big-2.hero-desc {
    font-size: 2.3rem;
  }

  .h1-big-2.with-stripe {
    font-size: 2rem;
  }

  .btn-3 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
    display: block;
  }

  .section-hero-live {
    background-position: 50% 0;
    background-size: 200%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 10% 6% 15%;
  }

  .class-date {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 40px 1fr;
  }
}


