@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
.main-phone {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s all;
}
.main-phone:hover {
  transform: translateY(-3px);
  color: white;
}
.main-phone:hover .icon {
  transform: rotateY(180deg);
}
.main-phone strong {
  display: block;
}
.main-phone .icon {
  transition: 0.5s all;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .main-phone {
    font-size: 15px;
  }
  .main-phone .icon {
    height: 30px;
  }
}

.main-cta {
  padding: 20px 80px;
  display: inline-block;
  border-radius: 6px;
  background: linear-gradient(135deg, #fa8a08 0%, #ffe145 100%);
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  outline: none;
  border: none;
  transition: 0.5s all;
}
.main-cta.gradiente {
  background: var(--gradiente-1, linear-gradient(90deg, #559589 0%, #985b9d 100%));
}
.main-cta:hover {
  background: #742e79 !important;
  color: white;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .main-cta {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.main-video {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url(<path-to-image>), lightgray 50%/cover no-repeat;
  /* card - o que vc vai aprender */
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  height: 520px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s all;
}
.main-video:hover {
  color: gainsboro;
  opacity: 0.9;
}
.main-video i {
  font-size: 82px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .main-video {
    height: 250px;
    font-size: 20px;
  }
  .main-video i {
    font-size: 40px;
  }
}

body {
  max-width: 1920px;
  margin: auto;
  background: #f5f5f5;
  font-family: "Manrope", sans-serif;
  /* MODAL */
}
body .container {
  max-width: 1350px;
}
body .container.small {
  max-width: 1250px;
}
body .container.small-2 {
  max-width: 1035px;
}
body .container.big {
  max-width: 1600px;
}
body a {
  text-decoration: none;
  color: inherit;
}
body a:hover {
  color: inherit;
}
body section.barra-lgpd {
  padding: 0 15px;
  background-color: #6e487c;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: white;
  display: none;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 57px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1377px !important;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: white;
  border: 1px solid white;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #742e79;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
@media (max-width: 991px) {
  body .modal-content {
    background-color: transparent;
  }
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 18px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 7px;
    text-align: right;
    color: white !important;
  }
}
body .modal-body {
  padding: 30px 40px;
  border-radius: 0;
  background-image: url("../image/bg-depoimentos.jpg");
  background-size: cover;
}
body .modal-body h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
  color: #742e79;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #742e79;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button:hover {
  background-color: #742e79;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    font-size: 25px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 15px;
  }
  body .modal-body form label {
    font-size: 15px;
  }
  body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
    font-size: 15px;
    padding: 7px 15px;
  }
}
body .menu-mobile {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/bg-tempo.png");
  background-position: center;
  opacity: 0.9;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
body .menu-mobile.aberto {
  left: 0px;
}
body .menu-mobile .fechar {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  font-weight: 700;
  color: white;
}
body .menu-mobile .logo {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
body .menu-mobile .logo img {
  height: 40px;
  object-fit: contain;
  margin-top: 20px;
}
body .menu-mobile ul {
  padding: 0px;
}
body .menu-mobile ul li {
  list-style: none;
  margin: 5px;
  padding: 2px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
body .menu-mobile ul li:last-child {
  border-bottom: none;
}
body .menu-mobile ul li a {
  color: white;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
body section.formulario-enviado {
  padding: 200px 0;
  font-family: "Ropa Sans", sans-serif;
  color: #742e79;
}
@media (min-width: 992px) {
  body section.formulario-enviado {
    margin-top: 200px;
  }
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #742e79;
  font-weight: 500;
  border-bottom: 1px dotted #742e79;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #742e79;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #742e79;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #742e79;
  color: #742e79;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #742e79;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #742e79;
  line-height: 1;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body section.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 60px 0;
}
body section.header.fundo {
  background-color: #59255d;
}
body section.header .logo {
  width: 100%;
}
body section.header .menu {
  display: flex;
  align-items: center;
  column-gap: 40px;
  justify-content: end;
}
body section.header .menu a {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s all;
  border-bottom: 1px solid transparent;
}
body section.header .menu a:hover {
  border-bottom: 1px solid white;
}
body section.header .social {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
body section.header .social a {
  transition: 0.5s all;
  color: #1b4e44;
  font-size: 24px;
}
body section.header .social a:hover {
  color: #742e79;
}
@media (max-width: 991px) {
  body section.header {
    position: static;
    background-color: #5d4065;
    padding: 20px 0;
  }
  body section.header .social {
    margin-top: 10px;
    justify-content: center;
  }
  body section.header .social a {
    color: white;
    font-size: 18px;
  }
  body section.header .menu {
    display: none;
  }
}
body main section.index-banner {
  height: 960px;
  display: flex;
  align-items: flex-end;
  padding: 80px 0;
  background-size: cover;
  background-position: bottom left;
  justify-content: center;
  background-image: url("../image/bg-banner.png");
  position: relative;
}
body main section.index-banner .method {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 27.09px;
  text-align: left;
  margin-left: 180px;
  display: block;
}
body main section.index-banner .box {
  padding: 50px 30px;
  border-radius: 9px;
  background: #f0fefc;
  /* card - o que vc vai aprender */
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
}
body main section.index-banner .box h3 {
  color: #461e4a;
  text-align: center;
  font-family: Sora;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.index-banner .box ul {
  list-style: none;
  padding: 0 30px;
  margin: 0;
  display: flex;
  flex-flow: column;
  row-gap: 20px;
}
body main section.index-banner .box ul li {
  color: #575f5d;
  font-family: Manrope;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
body main section.index-banner .box ul li:before {
  content: url("../image/yes.png");
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 991px) {
  body main section.index-banner .box {
    padding: 20px;
    margin-top: 30px;
  }
  body main section.index-banner .box ul li {
    text-align: left;
    font-size: 15px;
  }
  body main section.index-banner .box h3 {
    font-size: 20px;
  }
}
body main section.index-banner.mentoria {
  align-items: center;
  background-image: url("../image/bg-banner-mentoria.png");
}
body main section.index-banner.mentoria .saiba {
  display: none;
}
body main section.index-banner.mentoria h5 {
  color: #fff;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-banner.mentoria h5 {
    font-size: 18px;
  }
}
body main section.index-banner.mentoria h5:last-of-type {
  margin-bottom: 30px;
}
body main section.index-banner.mentoria h1 {
  margin-bottom: 0;
}
body main section.index-banner.video {
  background-image: url("../image/bg-banner-jornada.png");
  align-items: center;
}
body main section.index-banner.video h1 {
  display: flex;
  align-items: center;
}
body main section.index-banner.video h1:before {
  content: "";
  background-image: url(../image/ball-logo.png);
  background-size: contain;
  background-position: center;
  height: 140px;
  width: 140px;
  margin-right: 25px;
  background-repeat: no-repeat;
}
body main section.index-banner.video .saiba {
  display: none;
}
body main section.index-banner.video .video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 570px;
  width: 100%;
  border-radius: 40px;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
body main section.index-banner.video .video:hover:before {
  opacity: 0.3;
}
body main section.index-banner.video .video i {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 56px;
}
body main section.index-banner.video .video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  transition: 0.5s all;
}
body main section.index-banner:before {
  content: url("../image/bullet.png");
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
body main section.index-banner .saiba {
  display: block;
  margin-top: 50px;
}
body main section.index-banner h2 {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 16.83px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
body main section.index-banner h4 {
  color: #fff;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  position: relative;
}
body main section.index-banner h4:before {
  content: url("../image/seta.png");
  position: absolute;
  top: 20px;
  left: calc(100% - 40px);
}
body main section.index-banner h1 {
  margin-bottom: 20px;
  color: #fff;
  font-family: Sora;
  font-size: 59.622px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-banner h1 strong {
  font-weight: 400;
  background: linear-gradient(90deg, #65f7db 0%, #e979f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main section.index-banner h3 {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.index-banner {
    height: auto;
    padding: 30px 0;
    text-align: center;
  }
  body main section.index-banner .method {
    margin-left: 120px;
    font-size: 15px;
    text-align: left;
    display: block;
  }
  body main section.index-banner.video .video {
    margin-top: 20px;
    height: 200px;
  }
  body main section.index-banner.video h1 {
    text-align: left;
  }
  body main section.index-banner.video h1:before {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
    margin-right: 15px;
  }
  body main section.index-banner.video h1 br {
    display: none;
  }
  body main section.index-banner h4 {
    font-size: 18px;
  }
  body main section.index-banner h4:before {
    display: none;
  }
  body main section.index-banner .saiba {
    margin: auto;
    margin-top: 20px;
    display: block;
    height: 100px;
  }
  body main section.index-banner h2 {
    font-size: 15px;
  }
  body main section.index-banner h1 {
    font-size: 32px;
  }
  body main section.index-banner h3 {
    font-size: 15px;
  }
}
body main section.index-aprender {
  background-image: url("../image/bg-aprender.jpg");
  background-size: cover;
  padding: 60px 0;
}
body main section.index-aprender .contatos {
  max-width: 780px;
  border-radius: 30px;
  background: var(--roxo-1, #985b9d);
  padding: 25px 45px;
  margin: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
body main section.index-aprender .contatos h4 {
  color: #fff;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  max-width: 220px;
}
body main section.index-aprender h3 {
  color: #575f5d;
  text-align: center;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.index-aprender h3 strong {
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.index-aprender h3 {
    font-size: 16px;
  }
}
body main section.index-aprender h1 {
  color: var(--cinza-1, #434a48);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.index-aprender h1.jornada {
  color: #faab07;
  font-weight: 600;
}
body main section.index-aprender h1.jornada strong {
  color: #742e79;
  font-weight: 600;
}
body main section.index-aprender .box {
  padding: 30px 40px;
  border-radius: 40px;
  background: #f0fefc;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  transition: 0.5s all;
  height: calc(100% - 20px);
}
body main section.index-aprender .box.jornada {
  display: flex;
  align-items: center;
}
body main section.index-aprender .box.jornada strong {
  color: var(--roxo-ttulo, #742e79);
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  transition: 0.5s all;
}
body main section.index-aprender .box.jornada img {
  margin-bottom: 0;
  margin-right: 30px;
}
@media (max-width: 991px) {
  body main section.index-aprender .box.jornada {
    padding: 20px;
  }
  body main section.index-aprender .box.jornada p {
    font-size: 15px;
  }
  body main section.index-aprender .box.jornada img {
    height: 30px;
    margin-right: 15px;
  }
  body main section.index-aprender .box.jornada strong {
    font-size: 15px;
  }
}
body main section.index-aprender .box:hover {
  background: var(--roxo-card, linear-gradient(139deg, #742e79 0%, #a540ad 100%));
}
body main section.index-aprender .box:hover p {
  color: white;
}
body main section.index-aprender .box:hover p strong {
  color: #42dfc2;
}
body main section.index-aprender .box:hover strong {
  color: white;
}
body main section.index-aprender .box:hover img {
  filter: invert(1);
}
body main section.index-aprender .box img {
  transition: 0.5s all;
  margin-bottom: 20px;
}
body main section.index-aprender .box p {
  transition: 0.5s all;
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-aprender .box p strong {
  color: #742e79;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-aprender {
    padding: 40px 0;
    padding-bottom: 0;
  }
  body main section.index-aprender .contatos {
    margin-top: 10px;
    flex-flow: column;
    row-gap: 10px;
  }
  body main section.index-aprender .contatos h4 {
    text-align: center;
    font-size: 18px;
  }
  body main section.index-aprender h1 {
    font-size: 24px;
  }
  body main section.index-aprender .box {
    height: auto;
  }
  body main section.index-aprender .box p {
    font-size: 16px;
  }
  body main section.index-aprender .box p strong {
    font-size: 18px;
  }
}
body main section.index-ganhar {
  padding: 80px 0;
  position: relative;
}
body main section.index-ganhar:before {
  content: url("../image/bullet.png");
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
body main section.index-ganhar .contatos {
  max-width: 780px;
  border-radius: 30px;
  background: var(--roxo-1, #985b9d);
  padding: 25px 45px;
  margin: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
body main section.index-ganhar .contatos h4 {
  color: #fff;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  max-width: 220px;
}
body main section.index-ganhar.bg {
  background-color: #fafafa;
}
body main section.index-ganhar:not(.jornada) .main-phone {
  color: #434a48;
}
body main section.index-ganhar .box {
  padding: 40px 50px;
  border-radius: 20px;
  background: linear-gradient(135deg, #733078 0%, #300134 100%);
  /* card - o que vc vai aprender */
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
}
body main section.index-ganhar .box strong {
  background: linear-gradient(90deg, #74c2b3 0%, #cb34d8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Manrope;
  font-size: 83.265px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}
body main section.index-ganhar .box span {
  color: #fff;
  font-family: Manrope;
  font-size: 22.69px;
  font-style: normal;
  font-weight: 400;
  max-width: 150px;
  line-height: normal;
}
body main section.index-ganhar .box .info {
  color: #fff;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  text-align: center;
}
body main section.index-ganhar .box h4 {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-ganhar .texto h1 {
  color: var(--roxo-ttulo, #742e79);
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-ganhar .texto p {
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-ganhar {
    padding: 30px 0;
  }
  body main section.index-ganhar .contatos {
    margin-top: 10px;
    flex-flow: column;
    row-gap: 10px;
  }
  body main section.index-ganhar .contatos h4 {
    text-align: center;
    font-size: 18px;
  }
  body main section.index-ganhar .box {
    margin-top: 30px;
    padding: 30px;
  }
  body main section.index-ganhar .box h4 {
    font-size: 18px;
  }
  body main section.index-ganhar .box strong {
    font-size: 38px;
  }
  body main section.index-ganhar .box span {
    font-size: 16px;
  }
  body main section.index-ganhar .texto {
    text-align: center;
  }
  body main section.index-ganhar .texto h1 {
    font-size: 22px;
  }
  body main section.index-ganhar .texto p {
    font-size: 16px;
  }
}
body main section.index-depoimentos {
  background-image: url("../image/bg-depoimentos.jpg");
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
@media (min-width: 992px) {
  body main section.index-depoimentos .owl-depoimentos .owl-stage {
    display: flex;
  }
  body main section.index-depoimentos .owl-depoimentos .owl-item {
    display: flex;
    flex: 1 0 auto;
  }
}
body main section.index-depoimentos:before {
  content: url(../image/sep.png);
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  body main section.index-depoimentos:before {
    display: none;
  }
}
body main section.index-depoimentos h1 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 45px;
}
body main section.index-depoimentos .box-audio {
  border-radius: 10px;
  background: var(--roxo-2, #e7cee5);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  padding: 20px 50px;
  padding-top: 1px;
  margin-bottom: 10px;
}
body main section.index-depoimentos .box-audio .img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  margin: auto;
  object-position: center;
  border-radius: 100%;
  margin-top: -50px;
}
body main section.index-depoimentos .box-audio audio {
  margin: 20px auto;
  width: 100%;
}
body main section.index-depoimentos .box-audio strong {
  text-align: center;
  color: var(--roxo-1, #985b9d);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
body main section.index-depoimentos h2 {
  margin-bottom: 0;
  color: var(--roxo-ttulo, #742e79);
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body main section.index-depoimentos .box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
body main section.index-depoimentos .box .img {
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
body main section.index-depoimentos .box .in-box {
  padding: 30px;
  position: relative;
}
body main section.index-depoimentos .box .in-box:before {
  content: url("../image/aspas.png");
  position: absolute;
  top: -15px;
  left: 30px;
}
body main section.index-depoimentos .box strong {
  color: var(--roxo-1, #985b9d);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
  display: block;
}
body main section.index-depoimentos .box p {
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-depoimentos {
    padding: 30px 0;
    padding-top: 50px;
  }
  body main section.index-depoimentos h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.index-depoimentos h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.index-depoimentos .box strong {
    font-size: 18px;
    margin-top: 10px;
  }
  body main section.index-depoimentos .box p {
    font-size: 15px;
  }
}
body main section.index-vantagens {
  padding-top: 60px;
  position: relative;
}
body main section.index-vantagens.jornada {
  padding-top: 0;
  padding-bottom: 80px;
}
body main section.index-vantagens.jornada:before {
  content: url(../image/sep3.png);
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  body main section.index-vantagens.jornada:before {
    display: none;
  }
}
body main section.index-vantagens .bg-gradiente {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1295px;
  z-index: -1;
  background-image: url("../image/bg-bonus2.jpg");
  background-size: cover;
}
body main section.index-vantagens .versus {
  position: relative;
}
body main section.index-vantagens .versus:before {
  content: url("../image/versus.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main section.index-vantagens h1.white {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
body main section.index-vantagens h1.big-margin {
  margin-bottom: 100px;
}
body main section.index-vantagens h1.gradient {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 60px;
}
body main section.index-vantagens h1.gradient strong {
  background: var(--gradiente-1, linear-gradient(90deg, #559589 0%, #985b9d 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
body main section.index-vantagens .box {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  padding: 60px 70px;
  height: 100%;
}
body main section.index-vantagens .box.purple {
  background: #4f0b54;
}
body main section.index-vantagens .box.purple .simbolo {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  margin-top: -150px;
  width: 156px;
  height: 157px;
}
body main section.index-vantagens .box.purple .simbolo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  body main section.index-vantagens .box.purple .simbolo {
    margin-top: -50px;
    margin-bottom: 20px;
    height: 100px;
  }
}
body main section.index-vantagens .box.purple ul li {
  color: white;
}
body main section.index-vantagens .box.purple ul li:before {
  content: url("../image/yes.png");
}
body main section.index-vantagens .box.purple h2 {
  color: #fff;
  font-weight: 400;
}
body main section.index-vantagens .box.purple h2 strong {
  background: linear-gradient(90deg, #65f7db 0%, #e979f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
body main section.index-vantagens .box h2 {
  color: var(--cinza-1, #434a48);
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
body main section.index-vantagens .box ul {
  list-style: none;
  padding: 0 30px;
  margin: 0;
  display: flex;
  flex-flow: column;
  row-gap: 30px;
}
body main section.index-vantagens .box ul li {
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}
body main section.index-vantagens .box ul li:before {
  content: url("../image/no.png");
  display: inline-block;
  margin-right: 20px;
}
body main section.index-vantagens .bonus {
  border-radius: 40px;
  background: linear-gradient(90deg, #e7cee5 0%, #ffeffe 100%);
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  padding: 1px 130px;
  margin-top: 200px;
}
body main section.index-vantagens .bonus .main-cta {
  display: block;
  margin: auto;
  max-width: max-content;
  margin-bottom: -32px;
  margin-top: 50px;
}
body main section.index-vantagens .bonus .margin-negative {
  margin-top: -150px;
}
body main section.index-vantagens .bonus h4 {
  color: var(--cinza-1, #434a48);
  font-family: Sora;
  font-size: 35.714px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
body main section.index-vantagens .bonus .item {
  display: flex;
  align-items: center;
  column-gap: 20px;
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-vantagens .bonus .box-bonus {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  background-image: url("../image/bg-bonus.png");
  background-size: cover;
  background-position: center;
}
body main section.index-vantagens .bonus .box-bonus .completo {
  display: none;
}
body main section.index-vantagens .bonus .box-bonus:hover .titulo {
  display: none;
}
body main section.index-vantagens .bonus .box-bonus:hover .completo {
  display: block;
}
body main section.index-vantagens .bonus .box-bonus p {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
body main section.index-vantagens .bonus .box-bonus h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-vantagens {
    padding-top: 30px;
  }
  body main section.index-vantagens.jornada {
    padding-bottom: 30px;
  }
  body main section.index-vantagens .versus:before {
    display: none;
  }
  body main section.index-vantagens .bonus {
    margin-top: 20px;
    padding: 1px 10px;
    padding-top: 10px;
    border-radius: 10px;
  }
  body main section.index-vantagens .bonus .main-cta {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  body main section.index-vantagens .bonus .item {
    justify-content: center;
    font-size: 18px;
    column-gap: 15px;
  }
  body main section.index-vantagens .bonus .item img {
    height: 30px;
  }
  body main section.index-vantagens .bonus h4 {
    text-align: center;
    font-size: 22px;
  }
  body main section.index-vantagens .bonus .margin-negative {
    margin-top: 0;
  }
  body main section.index-vantagens .bonus .box-bonus {
    height: auto;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 30px 20px;
  }
  body main section.index-vantagens .bonus .box-bonus p {
    font-size: 15px;
  }
  body main section.index-vantagens .bonus .box-bonus h2 {
    font-size: 18px;
  }
  body main section.index-vantagens .bonus .box-bonus .titulo {
    display: none !important;
  }
  body main section.index-vantagens .bonus .box-bonus .completo {
    display: block !important;
  }
  body main section.index-vantagens h1.gradient {
    font-size: 22px;
    margin-top: 30px;
  }
  body main section.index-vantagens .box {
    padding: 30px;
    height: auto;
  }
  body main section.index-vantagens .box.purple {
    margin-top: 40px;
  }
  body main section.index-vantagens .box h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  body main section.index-vantagens .box ul {
    row-gap: 10px;
    padding: 0 10px;
  }
  body main section.index-vantagens .box ul li {
    font-size: 16px;
  }
  body main section.index-vantagens h1.white {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
body main section.index-transforme {
  padding: 50px 0;
  padding-top: 80px;
}
body main section.index-transforme .contatos {
  max-width: 780px;
  border-radius: 30px;
  background: var(--roxo-1, #985b9d);
  padding: 25px 45px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
body main section.index-transforme .contatos h4 {
  color: #fff;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  max-width: 220px;
}
body main section.index-transforme .container {
  max-width: 1060px;
}
body main section.index-transforme .box {
  border-radius: 33px;
  background: #fff;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  padding: 75px 45px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body main section.index-transforme .box h2 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-transforme .box p {
  color: var(--cinza-1, #434a48);
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}
body main section.index-transforme .title {
  margin-bottom: 40px;
}
body main section.index-transforme .title p {
  color: var(--cinza-1, #434a48);
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-transforme .title h1 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-transforme .title h2 {
  color: var(--cinza-1, #434a48);
  text-align: center;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-transforme .title h2 strong {
  background: linear-gradient(90deg, #559589 0%, #985b9d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body main section.index-transforme {
    padding: 50px 0 20px 0;
  }
  body main section.index-transforme .contatos {
    margin-top: 10px;
    flex-flow: column;
    row-gap: 10px;
  }
  body main section.index-transforme .contatos h4 {
    text-align: center;
    font-size: 18px;
  }
  body main section.index-transforme .box {
    padding: 30px;
    margin-bottom: 20px;
    height: auto;
  }
  body main section.index-transforme .box h2 {
    font-size: 20px;
  }
  body main section.index-transforme .box p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  body main section.index-transforme .title {
    margin-bottom: 20px;
  }
  body main section.index-transforme .title p {
    font-size: 15px;
  }
  body main section.index-transforme .title h1 {
    font-size: 22px;
  }
  body main section.index-transforme .title h2 {
    font-size: 18px;
  }
  body main section.index-transforme .title h2 strong {
    font-size: 20px;
  }
}
body main section.index-doutora {
  padding: 75px 0;
  background-image: url("../image/bg-aprenda.jpg");
  background-size: cover;
  background-position: top right;
}
body main section.index-doutora.jornada {
  background-position: bottom right;
}
@media (max-width: 991px) {
  body main section.index-doutora.jornada {
    background: #618d90;
  }
}
body main section.index-doutora .owl-curriculo .owl-dots {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
body main section.index-doutora .owl-curriculo .owl-dots .owl-dot {
  border-radius: 9.972px;
  background: var(--roxo-2, #e7cee5);
  width: 10px;
  height: 10px;
}
body main section.index-doutora .owl-curriculo .owl-dots .owl-dot.active {
  border-radius: 17px;
  border: 2px solid var(--verde-1, #559589);
  width: 17px;
  height: 17px;
  background: none;
}
body main section.index-doutora .metodos {
  position: relative;
}
body main section.index-doutora .metodos:before {
  content: url(../image/ball-logo.png);
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
body main section.index-doutora .metodos .col-lg-6:nth-child(1) .box-metodo {
  padding-right: 150px;
}
body main section.index-doutora .metodos .col-lg-6:nth-child(2) .box-metodo {
  padding-left: 150px;
}
body main section.index-doutora .metodos .col-lg-6:nth-child(3) .box-metodo {
  padding-top: 120px;
}
body main section.index-doutora .metodos .box-metodo {
  border-radius: 20px;
  padding: 50px 40px 20px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body main section.index-doutora .metodos .box-metodo:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  opacity: 0.25;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 19.5%, rgba(217, 217, 217, 0.58) 100%);
  filter: blur(2.9289000034px);
}
body main section.index-doutora .metodos .box-metodo h3 {
  color: #fab7ff;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
body main section.index-doutora .metodos .box-metodo p {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-doutora .separador {
  margin: 30px auto;
  max-width: 100%;
  display: block;
}
body main section.index-doutora .box {
  background-color: white;
  border-radius: 20px;
  position: relative;
  margin-top: 50px;
}
body main section.index-doutora .box:before {
  content: url("../image/bullet2.png");
  filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.17));
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
}
body main section.index-doutora .box span {
  color: var(--roxo-1, #985b9d);
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px;
  text-align: center;
  display: block;
}
body main section.index-doutora .box .img {
  width: 100%;
}
body main section.index-doutora .title {
  text-align: center;
}
body main section.index-doutora .title h1 {
  color: #fff;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.index-doutora .title p {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-doutora {
    padding: 30px 0;
    background-position: top left;
  }
  body main section.index-doutora .metodos:before {
    display: none;
  }
  body main section.index-doutora .metodos .ball {
    height: 140px;
    margin: auto;
    display: block;
  }
  body main section.index-doutora .metodos .box-metodo {
    padding: 30px !important;
  }
  body main section.index-doutora .metodos .box-metodo h3 {
    font-size: 18px;
  }
  body main section.index-doutora .metodos .box-metodo p {
    font-size: 15px;
    margin-bottom: 0;
  }
  body main section.index-doutora .box span {
    font-size: 18px;
  }
  body main section.index-doutora .title h1 {
    font-size: 22px;
  }
  body main section.index-doutora .title p {
    font-size: 15px;
  }
  body main section.index-doutora .title p br {
    display: none;
  }
}
body main section.index-porque {
  background-image: url("../image/bg-porque.jpg");
  background-size: cover;
  background-position: bottom right;
  padding: 50px 0;
}
body main section.index-porque .contatos a {
  color: #434a48;
}
body main section.index-porque .sep {
  margin: 30px 0;
  display: block;
}
body main section.index-porque h4 {
  color: var(--verde-1, #559589);
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.index-porque .box-destaque {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 24.333px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 25px 18px;
  border-radius: 16.729px;
  background: #7a3980;
  max-width: 360px;
  margin: auto;
  margin-top: 40px;
  box-shadow: 0px 5.8551402092px 15.0560750961px 0px rgba(0, 0, 0, 0.25);
}
body main section.index-porque .passos {
  display: flex;
  flex-flow: column;
  row-gap: 40px;
  justify-content: center;
  position: relative;
}
body main section.index-porque .passos:before {
  content: url(../image/caminho.png);
  position: absolute;
  left: 50%;
  transform: translateX(-70%);
  top: 50px;
}
body main section.index-porque .passos .passo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: auto;
  align-items: center;
}
body main section.index-porque .passos .passo:nth-child(2) .number {
  background-color: #559589;
}
body main section.index-porque .passos .passo:nth-child(3) .number {
  background-color: #3c766b;
}
body main section.index-porque .passos .passo:nth-child(4) .number {
  background-color: #15453c;
}
body main section.index-porque .passos .passo:nth-child(1), body main section.index-porque .passos .passo:nth-child(3) {
  margin-left: -20px;
}
body main section.index-porque .passos .passo .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background: #76b4a9;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-porque .passos .passo .box {
  max-width: 320px;
  margin-left: -30px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 30px;
  color: #575f5d;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 50px;
}
body main section.index-porque h2 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 35px;
}
body main section.index-porque h3 {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
body main section.index-porque h3 strong {
  background: var(--gradiente-preo, linear-gradient(90deg, #74c2b3 0%, #cb34d8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 400;
}
body main section.index-porque h1 {
  color: var(--roxo-ttulo, #742e79);
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: normal;
}
body main section.index-porque .box-form {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 30px;
}
body main section.index-porque .box-form h2 {
  color: var(--verde-1, #559589);
  text-align: center;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.index-porque .box-form .opt {
  color: #7f7f7f;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
body main section.index-porque .box-form label:not(.opt) {
  color: var(--verde-1, #559589);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2px;
  display: block;
}
body main section.index-porque .box-form input[type=text] {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #bebebe;
  outline: none;
}
body main section.index-porque .box-form input[type=text]::placeholder {
  color: #b9b9b9;
}
body main section.index-porque .items {
  display: flex;
  flex-flow: column;
  row-gap: 15px;
}
body main section.index-porque .items .box {
  display: flex;
  align-items: center;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  padding: 35px;
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.index-porque .items .box img {
  margin-right: 50px;
}
body main section.index-porque .items .box strong {
  display: block;
  color: var(--verde-1, #559589);
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-porque {
    background-position: top left;
    padding: 30px 0;
  }
  body main section.index-porque h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
  body main section.index-porque .sep {
    max-width: 100%;
  }
  body main section.index-porque .contatos {
    margin-bottom: 10px;
  }
  body main section.index-porque .box-destaque {
    margin-top: 20px;
    font-size: 16px;
  }
  body main section.index-porque h3 {
    color: black;
    font-size: 18px;
    margin-top: 30px;
  }
  body main section.index-porque h3 strong {
    font-size: 22px;
  }
  body main section.index-porque h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.index-porque .passos {
    row-gap: 20px;
  }
  body main section.index-porque .passos:before {
    display: none;
  }
  body main section.index-porque .passos .passo {
    margin-left: 0 !important;
    max-width: none;
  }
  body main section.index-porque .passos .passo .box {
    padding: 20px;
    font-size: 16px;
    padding-left: 50px;
  }
  body main section.index-porque .passos .passo .number {
    flex: 0 0 75px;
  }
  body main section.index-porque .box-form {
    margin-top: 15px;
    padding: 30px;
  }
  body main section.index-porque .box-form label:not(.opt) {
    font-size: 16px;
  }
  body main section.index-porque .box-form .opt {
    text-align: left;
    font-size: 13px;
  }
  body main section.index-porque .box-form input[type=text] {
    font-size: 15px;
  }
  body main section.index-porque .box-form h2 {
    font-size: 18px;
  }
  body main section.index-porque .items .box {
    font-size: 15px;
  }
  body main section.index-porque .items .box img {
    margin-right: 20px;
  }
  body main section.index-porque .items .box strong {
    font-size: 16px;
  }
  body main section.index-porque h1 {
    font-size: 22px;
    text-align: center;
  }
}
body main section.index-videos {
  padding: 50px 0;
}
body main section.index-videos h1 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.index-videos .video {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 50px;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  height: 420px;
}
body main section.index-videos .video i {
  position: relative;
  z-index: 2;
}
body main section.index-videos .video:hover::before {
  opacity: 0.1;
}
body main section.index-videos .video:before {
  transition: 0.5s all;
  content: "";
  border-radius: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  body main section.index-videos {
    padding: 30px 0;
  }
  body main section.index-videos h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  body main section.index-videos .video {
    height: 200px;
    border-radius: 20px;
  }
}
body main section.index-jornada {
  background-image: url("../image/bg-roxo.png");
  background-size: cover;
}
body main section.index-jornada .box {
  background: #2f0e32;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
body main section.index-jornada .box h3 {
  text-align: center;
  color: #fff;
  font-family: Sora;
  font-size: 21.604px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-jornada .box .img {
  display: block;
  margin: auto;
  margin-top: 30px;
  max-width: 100%;
}
body main section.index-jornada .box h4 {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 21.604px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-jornada .box h5 {
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 30px;
}
body main section.index-jornada .box ul {
  list-style: none;
  padding: 0 30px;
  margin: 0;
  display: flex;
  flex-flow: column;
  row-gap: 20px;
}
body main section.index-jornada .box ul li {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 288.1%;
  /* 51.858px */
  display: flex;
  align-items: center;
}
body main section.index-jornada .box ul li:before {
  content: url("../image/yes.png");
  display: inline-block;
  margin-right: 20px;
}
body main section.index-jornada .box hr {
  background-color: #742e79;
  border-color: #742e79;
  opacity: 1;
  margin: 30px 0;
}
body main section.index-jornada .box h2 {
  color: #fff;
  font-family: Sora;
  font-size: 37.575px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.index-jornada .box h2 strong {
  font-family: Sora;
  font-size: 72.341px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #74c2b3 0%, #cb34d8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body main section.index-jornada .items {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 16px;
}
body main section.index-jornada .items .item {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 10px);
  border-radius: 15px;
  background: rgba(152, 91, 157, 0.25);
  padding: 20px 25px;
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-jornada .items .item img {
  margin-right: 15px;
}
body main section.index-jornada .texto {
  padding: 30px 0;
}
body main section.index-jornada .texto h1 {
  color: #fff;
  font-family: Sora;
  font-size: 57px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
body main section.index-jornada .texto h1 strong {
  background: linear-gradient(90deg, #65f7db 0%, #e979f2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  display: block;
}
body main section.index-jornada .texto h2 {
  margin-bottom: 20px;
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.index-jornada .texto p {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-jornada .box {
    padding: 30px 0;
  }
  body main section.index-jornada .box ul {
    padding: 0 20px;
    row-gap: 10px;
  }
  body main section.index-jornada .box ul li {
    font-size: 16px;
  }
  body main section.index-jornada .box h2 {
    font-size: 19px;
  }
  body main section.index-jornada .box h2 strong {
    font-size: 36px;
  }
  body main section.index-jornada .box h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  body main section.index-jornada .items {
    margin-top: 20px;
  }
  body main section.index-jornada .items .item {
    font-size: 15px;
    text-align: left;
  }
  body main section.index-jornada .items .item img {
    margin-right: 10px;
  }
  body main section.index-jornada .texto {
    text-align: center;
  }
  body main section.index-jornada .texto h1 {
    font-size: 28px;
  }
  body main section.index-jornada .texto p {
    font-size: 15px;
  }
}
body main section.index-profissional {
  padding: 50px 0;
  background-image: url("../image/bg-depoimentos.jpg");
  background-size: cover;
}
body main section.index-profissional .owl-depoimentos2 .owl-dots {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
body main section.index-profissional .owl-depoimentos2 .owl-dots .owl-dot {
  border-radius: 9.972px;
  background: var(--roxo-2, #e7cee5);
  width: 10px;
  height: 10px;
}
body main section.index-profissional .owl-depoimentos2 .owl-dots .owl-dot.active {
  border-radius: 17px;
  border: 2px solid var(--verde-1, #559589);
  width: 17px;
  height: 17px;
  background: none;
}
body main section.index-profissional .separador {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}
body main section.index-profissional h1 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
body main section.index-profissional .box-depoimento {
  border-radius: 40px;
  background: #fff;
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding: 80px 40px;
  margin-left: 20px;
  margin-bottom: 10px;
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
}
body main section.index-profissional .box-depoimento:before {
  content: url("../image/stars.png");
  position: absolute;
  top: 0;
  left: -20px;
}
body main section.index-profissional .box-depoimento:after {
  content: url("../image/quadrado.png");
  position: absolute;
  top: 29px;
  left: -19px;
  z-index: -1;
}
body main section.index-profissional .title p {
  color: var(--cinza-1, #434a48);
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body main section.index-profissional {
    padding: 30px 0;
  }
  body main section.index-profissional .box-depoimento {
    font-size: 15px;
    padding: 20px;
    border-radius: 20px;
    padding-top: 60px;
  }
  body main section.index-profissional h1 {
    font-size: 22px;
  }
  body main section.index-profissional .title p {
    font-size: 15px;
  }
  body main section.index-profissional .title p br {
    display: none;
  }
}
body main section.index-tornei {
  padding: 50px 0;
}
body main section.index-tornei h1 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.index-tornei .hotmart {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 600px;
  margin: auto;
  margin-top: 40px;
}
body main section.index-tornei .hotmart a {
  color: #b452bc;
}
body main section.index-tornei .hotmart img {
  margin-right: 60px;
}
body main section.index-tornei .passos .col-lg-4:nth-child(1) .passo:before,
body main section.index-tornei .passos .col-lg-4:nth-child(2) .passo:before {
  content: url("../image/arrow.png");
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
body main section.index-tornei .passos .passo {
  position: relative;
  border-radius: 60px;
  background: linear-gradient(157deg, #985b9d 0%, #552259 100%);
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 50px 100px;
}
@media (max-width: 991px) {
  body main section.index-tornei {
    padding: 30px 0;
  }
  body main section.index-tornei h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body main section.index-tornei .hotmart {
    flex-flow: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }
  body main section.index-tornei .hotmart img {
    margin-right: 0;
  }
  body main section.index-tornei .passos {
    row-gap: 10px;
  }
  body main section.index-tornei .passos .col-lg-4:nth-child(1) .passo:before,
body main section.index-tornei .passos .col-lg-4:nth-child(2) .passo:before {
    right: auto;
    left: calc(50% - 37px);
    bottom: -48px;
    transform: scale(0.5) rotate(90deg);
  }
  body main section.index-tornei .passos .passo {
    height: 100px;
    padding: 30px;
    font-size: 16px;
  }
}
body main section.index-duvidas {
  padding: 40px 0;
  background-image: url("../image/bg-duvidas.jpg");
  background-size: cover;
  background-position: top left;
}
body main section.index-duvidas .pseudo {
  max-width: 100%;
  display: block;
  margin: auto;
}
body main section.index-duvidas h1 {
  color: var(--roxo-ttulo, #742e79);
  font-family: Sora;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.index-duvidas h1 img {
  margin-right: 15px;
}
body main section.index-duvidas .itens {
  row-gap: 15px;
  display: flex;
  flex-flow: column;
}
body main section.index-duvidas .itens .resposta {
  padding: 20px;
}
body main section.index-duvidas .itens .resposta p {
  margin: 0;
}
body main section.index-duvidas .itens .item .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
  background: #fff;
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 30px;
  column-gap: 10px;
}
@media (max-width: 991px) {
  body main section.index-duvidas {
    background: #8db2aa;
    background-image: none;
    padding: 30px 0;
  }
  body main section.index-duvidas .itens .resposta {
    padding: 10px 20px;
    color: white;
  }
  body main section.index-duvidas .itens .resposta p {
    font-size: 15px;
  }
  body main section.index-duvidas .itens .item .title {
    font-size: 16px;
    border-radius: 10px;
  }
  body main section.index-duvidas h1 {
    text-align: center;
    font-size: 26px;
    color: white;
    margin-bottom: 20px;
  }
  body main section.index-duvidas h1 img {
    display: none;
  }
}
body main section.index-social {
  padding: 50px 0;
}
body main section.index-social .social {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
body main section.index-social .social img {
  transition: 0.5s all;
}
body main section.index-social .social img:hover {
  transform: translateY(-3px);
}
body main section.index-social h1 {
  color: var(--roxo-ttulo, #742e79);
  font-family: Sora;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
body main section.index-social p {
  color: #575f5d;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.index-social {
    padding: 30px 0;
  }
  body main section.index-social .social {
    column-gap: 10px;
    justify-content: center;
  }
  body main section.index-social .social img {
    height: 100px;
  }
  body main section.index-social h1 {
    font-size: 26px;
    text-align: center;
  }
  body main section.index-social p {
    font-size: 15px;
    text-align: center;
  }
}
body main section.jornada-quem-passou {
  padding: 30px 0;
}
body main section.jornada-quem-passou h1 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
body main section.jornada-quem-passou .video {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  width: 100%;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 17px;
}
body main section.jornada-quem-passou .video:hover:before {
  opacity: 0.3;
}
body main section.jornada-quem-passou .video i {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 56px;
}
body main section.jornada-quem-passou .video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 17px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  transition: 0.5s all;
}
body main section.jornada-quem-passou .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
body main section.jornada-quem-passou .owl-carousel .owl-dots .owl-dot {
  border-radius: 9.972px;
  background: var(--roxo-2, #e7cee5);
  width: 10px;
  height: 10px;
}
body main section.jornada-quem-passou .owl-carousel .owl-dots .owl-dot.active {
  border-radius: 17px;
  border: 2px solid var(--verde-1, #559589);
  width: 17px;
  height: 17px;
  background: none;
}
body main section.jornada-quem-passou .box-depoimento {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 4px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: 5px;
  margin-bottom: 10px;
  position: relative;
}
body main section.jornada-quem-passou .box-depoimento:before {
  content: url("../image/aspas2.png");
  position: absolute;
  left: -5px;
  top: -5px;
}
body main section.jornada-quem-passou .box-depoimento strong {
  color: var(--roxo-1, #985b9d);
  text-align: center;
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  display: block;
}
body main section.jornada-quem-passou .box-depoimento p {
  margin-bottom: 0;
  color: #575f5d;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.jornada-quem-passou .video {
    height: 200px;
    margin-top: 20px;
  }
  body main section.jornada-quem-passou h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  body main section.jornada-quem-passou .box-depoimento {
    padding: 30px;
  }
  body main section.jornada-quem-passou .box-depoimento p {
    font-size: 15px;
  }
  body main section.jornada-quem-passou .box-depoimento strong {
    font-size: 16px;
  }
}
body main section.jornada-profissional {
  background-image: url("../image/bg-profissional.png");
  background-position: left top;
  background-size: cover;
  padding: 120px 0 50px 0;
}
body main section.jornada-profissional .itens {
  display: flex;
  flex-flow: column;
  row-gap: 20px;
  margin-top: 30px;
}
body main section.jornada-profissional .itens .item {
  display: flex;
  align-items: center;
  column-gap: 40px;
  color: var(--cinza-1, #434a48);
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 25px;
  background: #fff;
  padding: 20px 90px;
}
body main section.jornada-profissional h1 {
  color: var(--roxo-ttulo, #742e79);
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body main section.jornada-profissional p {
  color: #575f5d;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  body main section.jornada-profissional {
    background: #559589;
    padding: 30px 0;
  }
  body main section.jornada-profissional .itens .item {
    justify-content: center;
    padding: 20px;
    column-gap: 10px;
    font-size: 16px;
  }
  body main section.jornada-profissional .itens .item img {
    height: 30px;
  }
  body main section.jornada-profissional h1 {
    text-align: center;
    color: white;
    font-size: 22px;
  }
  body main section.jornada-profissional p {
    font-size: 15px;
    color: white;
    text-align: center;
  }
}
body main section.jornada-video {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
body main section.jornada-video .container {
  position: relative;
  z-index: 2;
  max-width: 885px;
}
body main section.jornada-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
body main section.jornada-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  body main section.jornada-video {
    min-height: 300px;
    font-size: 18px;
  }
}
body main section.jornada-audios {
  padding: 50px 0;
}
body main section.jornada-audios h2 {
  text-align: center;
  color: #742e79;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
body main section.jornada-audios .box-audio {
  border-radius: 10px;
  background: var(--roxo-2, #e7cee5);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  padding: 20px 50px;
  padding-top: 1px;
  margin-bottom: 10px;
}
body main section.jornada-audios .box-audio .img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  margin: auto;
  object-position: center;
  border-radius: 100%;
  margin-top: -50px;
}
body main section.jornada-audios .box-audio audio {
  margin: 20px auto;
  width: 100%;
}
body main section.jornada-audios .box-audio strong {
  text-align: center;
  color: var(--roxo-1, #985b9d);
  font-family: Sora;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media (max-width: 991px) {
  body main section.jornada-audios {
    padding: 30px 0;
  }
  body main section.jornada-audios h2 {
    font-size: 22px;
  }
}
body main section.jornada-aula {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 991px) {
  body main section.jornada-aula {
    padding-bottom: 30px;
  }
}
body main section.jornada-aula .main-cta {
  margin: 40px auto;
}
body main section.jornada-aula .box {
  text-align: left;
  display: flex;
  align-items: center;
  column-gap: 15px;
  border-radius: 15px;
  background: #985b9d;
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px;
  height: 100%;
}
@media (max-width: 991px) {
  body main section.jornada-aula .box {
    font-size: 15px;
    margin-bottom: 10px;
    column-gap: 10px;
    height: calc(100% - 10px);
  }
  body main section.jornada-aula .box img {
    height: 20px;
  }
}
body main section.jornada-tempo {
  background-image: url("../image/bg-tempo.png");
  background-size: cover;
  padding: 40px 0;
}
body main section.jornada-tempo h3 {
  color: #f5f5f5;
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.jornada-tempo p {
  margin-bottom: 30px;
  text-align: center;
  color: #f5f5f5;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.jornada-tempo.padrao {
  background: none;
}
body main section.jornada-tempo.padrao h3 {
  color: #742e79;
}
body main section.jornada-tempo .container {
  max-width: 1050px !important;
}
@media (max-width: 991px) {
  body main section.jornada-tempo {
    padding: 30px 0;
  }
  body main section.jornada-tempo p {
    font-size: 15px;
  }
  body main section.jornada-tempo h3 {
    font-size: 20px;
  }
}
body main section.jornada-resultados {
  padding-top: 60px;
}
body main section.jornada-resultados .container {
  max-width: 1100px;
}
body main section.jornada-resultados .ver-mais {
  padding: 20px 70px;
  display: inline-block;
  color: #767676;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid #818181;
}
body main section.jornada-resultados h1 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
body main section.jornada-resultados .box-depoimento {
  margin-bottom: 15px;
  border-radius: 40px;
  background: #fff;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
body main section.jornada-resultados .box-depoimento.right .texto {
  order: 1;
}
body main section.jornada-resultados .box-depoimento.right .video {
  order: 2;
  margin-left: 0;
  margin-right: -80px;
}
body main section.jornada-resultados .box-depoimento .texto {
  padding: 0 60px;
  order: 2;
}
body main section.jornada-resultados .box-depoimento .texto p {
  margin-bottom: 0;
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.jornada-resultados .box-depoimento .texto h2 {
  color: var(--roxo-ttulo, #742e79);
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.jornada-resultados .box-depoimento .video {
  order: 1;
  width: 400px;
  height: 220px;
  flex: 0 0 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: -80px;
}
body main section.jornada-resultados .box-depoimento .video i {
  font-size: 50px;
  color: white;
}
@media (max-width: 991px) {
  body main section.jornada-resultados {
    padding-top: 30px;
  }
  body main section.jornada-resultados .ver-mais {
    font-size: 16px;
    padding: 10px 20px;
  }
  body main section.jornada-resultados h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  body main section.jornada-resultados .box-depoimento {
    flex-flow: column;
    border-radius: 30px;
  }
  body main section.jornada-resultados .box-depoimento .texto {
    order: 2 !important;
    padding: 0 30px;
  }
  body main section.jornada-resultados .box-depoimento .texto p {
    font-size: 15px;
  }
  body main section.jornada-resultados .box-depoimento .texto h2 {
    font-size: 18px;
  }
  body main section.jornada-resultados .box-depoimento .video {
    order: 1 !important;
    height: 175px;
    flex: 0 0 175px;
    width: calc(100% - 40px);
    margin: 0 20px 20px 20px !important;
  }
}
body main section.jornada-bonus2 {
  padding: 90px 0;
}
body main section.jornada-bonus2 .item {
  display: flex;
  align-items: center;
}
body main section.jornada-bonus2 .item h4 {
  color: var(--roxo-ttulo, #742e79);
  font-family: Sora;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}
body main section.jornada-bonus2 .item p {
  margin-bottom: 0;
  color: var(--cinza-1, #434a48);
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body main section.jornada-bonus2 .item img {
  margin-right: 30px;
}
body main section.jornada-bonus2 .box {
  border-radius: 50px;
  background: #f0fefc;
  height: calc(100% - 40px);
  margin-bottom: 40px;
  /* card - o que vc vai aprender */
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.25);
}
body main section.jornada-bonus2 .box .in-box {
  padding: 30px;
}
body main section.jornada-bonus2 .box h3 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
body main section.jornada-bonus2 .box p {
  color: var(--cinza-1, #434a48);
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
body main section.jornada-bonus2 .box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 50px 50px 0px 0px;
}
body main section.jornada-bonus2 h1 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 50px;
}
body main section.jornada-bonus2 h1 strong {
  background: var(--gradiente-1, linear-gradient(90deg, #559589 20.15%, #985b9d 85.46%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media (max-width: 991px) {
  body main section.jornada-bonus2 {
    padding: 30px 0;
  }
  body main section.jornada-bonus2 .item {
    margin-bottom: 20px;
  }
  body main section.jornada-bonus2 .item h4 {
    font-size: 16px;
  }
  body main section.jornada-bonus2 .item p {
    font-size: 15px;
  }
  body main section.jornada-bonus2 .item img {
    height: 30px;
    margin-right: 10px;
  }
  body main section.jornada-bonus2 .box {
    margin-bottom: 20px;
    height: auto;
  }
  body main section.jornada-bonus2 .box .in-box {
    padding: 20px;
  }
  body main section.jornada-bonus2 .box h3 {
    font-size: 20px;
  }
  body main section.jornada-bonus2 .box p {
    font-size: 15px;
  }
  body main section.jornada-bonus2 h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main section.jornada-premiacoes {
  padding: 40px 0;
}
body main section.jornada-premiacoes .owl-curriculo-2 .owl-dots {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
body main section.jornada-premiacoes .owl-curriculo-2 .owl-dots .owl-dot {
  border-radius: 9.972px;
  background: var(--roxo-2, #e7cee5);
  width: 10px;
  height: 10px;
}
body main section.jornada-premiacoes .owl-curriculo-2 .owl-dots .owl-dot.active {
  border-radius: 17px;
  border: 2px solid var(--verde-1, #559589);
  width: 17px;
  height: 17px;
  background: none;
}
body main section.jornada-premiacoes .box {
  background-color: white;
  border-radius: 20px;
  position: relative;
  margin-top: 50px;
}
body main section.jornada-premiacoes .box:before {
  content: url("../image/bullet2.png");
  filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.17));
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
}
body main section.jornada-premiacoes .box span {
  color: var(--roxo-1, #985b9d);
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px;
  text-align: center;
  display: block;
}
body main section.jornada-premiacoes .box .img {
  width: 100%;
}
body main section.jornada-premiacoes .title h2 {
  color: var(--roxo-ttulo, #742e79);
  text-align: center;
  font-family: Sora;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
body main section.jornada-premiacoes .title h3 {
  color: var(--verde-1, #559589);
  text-align: center;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
body main section.jornada-premiacoes .title p {
  color: var(--cinza-1, #434a48);
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body main section.jornada-premiacoes {
    padding: 30px 0;
  }
  body main section.jornada-premiacoes .box span {
    font-size: 18px;
  }
  body main section.jornada-premiacoes .title h2 {
    font-size: 20px;
  }
  body main section.jornada-premiacoes .title h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body main section.jornada-premiacoes .title p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
body main section.jornada-depoimentos {
  background-image: url("../image/bg-tempo.png");
  background-size: cover;
  padding: 40px 0;
}
body main section.jornada-depoimentos .ver-mais {
  padding: 20px 70px;
  display: inline-block;
  color: white;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  border: 1px solid white;
}
body main section.jornada-depoimentos h1 {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 43px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 40px;
}
body main section.jornada-depoimentos img {
  margin-bottom: 25px;
  border-radius: 15px;
  width: 100%;
}
@media (max-width: 991px) {
  body main section.jornada-depoimentos {
    padding: 30px 0;
  }
  body main section.jornada-depoimentos .ver-mais {
    font-size: 16px;
    padding: 10px 20px;
  }
  body main section.jornada-depoimentos h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
body main .politica-termos {
  padding: 30px 0px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  body main .politica-termos {
    margin-top: 200px;
  }
}
body main .politica-termos h1,
body main .politica-termos h2,
body main .politica-termos h3,
body main .politica-termos h4,
body main .politica-termos h5,
body main .politica-termos h6 {
  font-size: 32px;
  font-weight: 700;
  color: #742e79;
}
body main .politica-termos strong,
body main .politica-termos b {
  color: #1b4e44;
}
@media (max-width: 991px) {
  body main .politica-termos {
    padding: 20px 0px;
    font-size: 15px;
  }
  body main .politica-termos h1 {
    font-size: 22px;
  }
}
body main section.mentoria-video {
  padding: 50px 0;
}
body main section.mentoria-video a.video {
  margin: auto;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 50px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 420px;
}
body main section.mentoria-video a.video i {
  position: relative;
  z-index: 2;
}
body main section.mentoria-video a.video:hover::before {
  opacity: 0.1;
}
body main section.mentoria-video a.video:before {
  transition: 0.5s all;
  content: "";
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  body main section.mentoria-video {
    padding: 0;
  }
  body main section.mentoria-video a.video {
    border-radius: 0;
    height: 250px;
  }
  body main section.mentoria-video a.video:before {
    border-radius: 0;
  }
}
body section.footer-mapa {
  height: 400px;
}
body section.footer-mapa iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body section.footer-mapa {
    height: 250px;
  }
}
body section.footer {
  background: linear-gradient(313deg, #559589 0%, #985b9d 27.19%, #461e4a 100%);
  padding: 60px 0 30px 0;
  color: white;
  margin-bottom: 85px;
}
body section.footer .social {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
body section.footer .social a {
  color: white;
  font-size: 20px;
}
body section.footer hr {
  margin: 20px auto;
  border-color: #ededed;
  opacity: 1;
}
body section.footer button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
  font-family: Manrope;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
body section.footer .opt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
body section.footer .opt input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-right: 10px;
  background-color: transparent;
  appearance: none;
}
body section.footer .opt input[type=checkbox]:checked {
  background-color: #39d9b5;
}
body section.footer .opt label {
  margin: 0;
  color: #fff;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body section.footer .group {
  position: relative;
}
body section.footer .group img {
  position: absolute;
  left: 20px;
  top: 22px;
}
body section.footer .group input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  padding: 20px;
  width: 100%;
  color: white;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 50px;
  outline: none;
}
body section.footer .group input[type=text]::placeholder {
  color: #b8b8b8;
}
body section.footer .title {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
body section.footer .phones {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body section.footer .logo {
  width: 100%;
  max-width: 280px;
  margin-bottom: 40px;
}
body section.footer .links {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body section.footer .links a {
  color: white;
  display: block;
  transition: 0.5s all;
  border-bottom: 1px solid transparent;
}
body section.footer .links a:hover {
  border-color: white;
}
body section.footer .links strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 991px) {
  body section.footer {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 55px;
  }
  body section.footer .phones {
    font-size: 16px;
  }
  body section.footer .social {
    justify-content: center;
    margin-bottom: 20px;
  }
  body section.footer .opt {
    text-align: left;
  }
  body section.footer .opt input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
  body section.footer .opt label {
    font-size: 14px;
  }
  body section.footer button {
    font-size: 16px;
  }
  body section.footer .group img {
    top: 15px;
  }
  body section.footer .group input[type=text] {
    padding: 15px;
    padding-left: 50px;
    font-size: 15px;
  }
  body section.footer .links {
    margin-bottom: 15px;
    font-size: 15px;
  }
  body section.footer .logo {
    width: 200px;
    margin-bottom: 20px;
  }
}
body footer section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background: white;
  border-top: 2px solid #1b4e44;
  width: 100%;
  padding: 10px 80px;
  z-index: 600;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer section.barra-fixa .main-phone {
  color: black;
}
@media (max-width: 991px) {
  body footer section.barra-fixa {
    display: none;
  }
}
body footer section.barra-fixa.oculta {
  bottom: -100px;
}
body footer section.barra-fixa-mobile {
  background-color: #1b4e44;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  border-top: 2px solid #742e79;
  transition: 0.3s all;
}
body footer section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
}
body footer section.barra-fixa-mobile .list-itens a {
  color: white;
}
body footer section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body footer section.barra-fixa-mobile {
    display: none;
  }
}
body footer section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body footer section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body footer section.botao_whatsapp.scroll {
    bottom: 100px;
  }
}
body footer section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body footer section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}

/*# sourceMappingURL=custom.css.map */
