.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.feale {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0f1a26;
}

.feale.hide {
  display: none;
}

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

.persona-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.persona-img.recurso {
  margin-bottom: 40px;
}

.comentario {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.comentario.hide {
  display: none;
}

.videos {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0f1a26;
}

.videos.home {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 26, 38, 0.6)), to(rgba(15, 26, 38, 0.6))), url('../images/mountain.jpg');
  background-image: linear-gradient(180deg, rgba(15, 26, 38, 0.6), rgba(15, 26, 38, 0.6)), url('../images/mountain.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.videos.hide {
  display: none;
}

.video-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-main.home {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.video-menu.home {
  width: 100%;
  max-width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right-style: none;
  border-left-style: none;
}

.aulas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #fff;
  border-bottom: 0px solid #fff;
  text-decoration: none;
  cursor: auto;
}

.aulas:hover {
  border-left: 7px solid #fc363b;
  background-color: rgba(252, 54, 59, 0.2);
}

.aulas.out {
  background-color: rgba(191, 206, 217, 0.5);
  cursor: default;
}

.aulas.out:hover {
  border-top-style: solid;
  border-left-style: none;
}

.aulas.out.home {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(191, 206, 217, 0.2);
}

.aulas.fio {
  border-bottom-width: 2px;
  cursor: pointer;
}

.bloco-texto {
  margin-left: 8px;
  padding-left: 8px;
}

.rodape {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0f1a26;
}

.rodape-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  background-color: #0f1a26;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.image {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  margin: 10px auto 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.3;
  text-align: center;
}

.heading.space {
  margin-bottom: 40px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.p-destaque {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.p-destaque.bio {
  margin-top: 0px;
  padding-left: 16px;
}

.p-destaque.bio.center {
  padding-left: 0px;
  font-size: 18px;
  text-align: center;
}

.p-destaque.valor {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
}

.p-destaque.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-destaque.center.btn {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #fff;
  color: #0f1a26;
}

.h3-menu {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.p-menu {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.p-menu.center {
  text-align: center;
}

.p-menu.black {
  color: #0f1a26;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 20px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.image-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button {
  display: block;
  border: 1px solid #000;
  background-color: #0f1a26;
  font-family: Montserrat, sans-serif;
}

.logo-in5 {
  max-width: 160px;
  margin: 16px 24px;
}

.logo-in5.home {
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.red {
  color: #fc363b;
  font-weight: 700;
}

.btn-prox {
  border-style: solid;
  border-width: 1px;
  border-color: #fc363b;
  border-radius: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fc363b;
  font-size: 16px;
  text-decoration: none;
}

.btn-prox.inscr {
  border-style: none;
  background-color: #1a6963;
  color: #fff;
  font-weight: 700;
}

.btn-prox.inscr:hover {
  background-color: #3699fc;
}

.btn-prox.hide {
  display: none;
}

.heading-2 {
  color: #fff;
  text-align: left;
}

.heading-2.center {
  margin-bottom: 30px;
  text-align: center;
}

.heading-2.center.noscpace {
  margin-bottom: 20px;
}

.heading-2.center.noscpace.big {
  font-size: 44px;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fc363b;
  border-radius: 100%;
}

.logo {
  margin-bottom: 20px;
}

.link {
  color: #fff;
  text-decoration: underline;
}

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

.oferta {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0f1a26;
  text-align: center;
}

.oferta.hide {
  display: none;
}

.box-valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.beneficios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin-right: 24px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #fc363b;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.valores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(252, 54, 59, 0.15);
}

.h3-bene {
  padding: 6px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.h3-bene.lote {
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h3-bene.lote.outa {
  display: none;
  border-color: #bfced9;
  background-color: rgba(191, 206, 217, 0.5);
  color: #555;
}

.list-item {
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  list-style-type: square;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 50px;
  margin: 24px auto 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fc363b;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.cta:hover {
  box-shadow: inset 1px 1px 3px 0 #000;
}

.cta.obrigado {
  width: 600px;
}

.cta.oferta {
  width: 400px;
  height: 45px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.preco {
  font-size: 42px;
  font-weight: 800;
}

.pagamentos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price {
  color: #fc363b;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: line-through;
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 30px;
}

.html-embed.hide {
  display: none;
}

.image-4 {
  border-radius: 50%;
}

.lottie-animation {
  height: auto;
  max-width: 70px;
}

.form {
  background-color: #3699fc;
}

.recursos {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3699fc), to(#0f1a26));
  background-image: linear-gradient(180deg, #3699fc, #0f1a26);
}

.block-texto-recurso {
  margin-left: 24px;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
}

.link-2 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.link-2.btn {
  color: #0f1a26;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gravacao {
  text-decoration: none;
}

.youtube {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .persona-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .persona {
    padding-right: 16px;
    padding-left: 16px;
  }

  .videos.home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 26, 38, 0.5)), to(rgba(15, 26, 38, 0.5))), url('../images/mountain.jpg');
    background-image: linear-gradient(180deg, rgba(15, 26, 38, 0.5), rgba(15, 26, 38, 0.5)), url('../images/mountain.jpg');
    background-position: 0px 0px, 100% 0%;
  }

  .video-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-menu {
    width: 100%;
    margin-top: 20px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-right-style: none;
    border-left-style: none;
  }

  .video-menu.home {
    max-width: 100%;
  }

  .aulas {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .rodape {
    padding-top: 20px;
  }

  .p-destaque.bio {
    margin-top: 16px;
  }

  .div-block {
    width: 100%;
  }

  .logo-in5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .box-valores {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .beneficios {
    width: 100%;
  }

  .valores {
    width: 100%;
    margin-top: 20px;
  }

  .cta {
    width: 320px;
  }

  .cta.obrigado {
    width: 400px;
    height: 60px;
  }

  .block-texto-recurso {
    margin-left: 0px;
  }

  .image-6 {
    max-width: 120px;
  }

  .image-7 {
    max-width: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 479px) {
  .video-menu {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rodape-main {
    padding-right: 8px;
    padding-left: 8px;
  }

  .heading {
    font-size: 24px;
    line-height: 1.3;
  }

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

  .cta {
    max-width: 340px;
  }

  .cta.obrigado {
    width: 320px;
    height: 70px;
  }

  .cta.oferta {
    max-width: 260px;
  }

  .pagamentos {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-2 {
    padding-top: 16px;
  }

  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .youtube {
    width: 90%;
  }
}