/*Reset CSS*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*Reset CSS*/
/*Colors*/
/*Colors*/
/*Fonts*/
/*Fonts*/
/*sizes*/
/*sizes*/
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../font/HelveticaNeueBold.eot");
  src: url("../font/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaNeueBold.woff2") format("woff2"), url("../font/HelveticaNeueBold.woff") format("woff"), url("../font/HelveticaNeueBold.ttf") format("truetype"), url("../font/HelveticaNeueBold.svg#HelveticaNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../font/HelveticaNeueRegular.eot");
  src: url("../font/HelveticaNeueRegular.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaNeueRegular.woff2") format("woff2"), url("../font/HelveticaNeueRegular.woff") format("woff"), url("../font/HelveticaNeueRegular.ttf") format("truetype"), url("../font/HelveticaNeueRegular.svg#HelveticaNeueRegular") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../font/HelveticaNeueMedium.eot");
  src: url("../font/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaNeueMedium.woff2") format("woff2"), url("../font/HelveticaNeueMedium.woff") format("woff"), url("../font/HelveticaNeueMedium.ttf") format("truetype"), url("../font/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../font/HelveticaNeueThin.eot");
  src: url("../font/HelveticaNeueThin.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaNeueThin.woff2") format("woff2"), url("../font/HelveticaNeueThin.woff") format("woff"), url("../font/HelveticaNeueThin.ttf") format("truetype"), url("../font/HelveticaNeueThin.svg#HelveticaNeueThin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../font/HelveticaNeueLight.eot");
  src: url("../font/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaNeueLight.woff2") format("woff2"), url("../font/HelveticaNeueLight.woff") format("woff"), url("../font/HelveticaNeueLight.ttf") format("truetype"), url("../font/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

h3, h6 {
  font-family: "HelveticaNeue";
  color: #662483;
  padding: 20px 0;
}

/*Navbar*/
.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #f2f2f2;
  z-index: 2;
  background-color: #fff;
}

.navbar-toggler {
  width: auto;
}

#navbarText {
  position: relative;
}

#navbarText .navbar-nav {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#navbarText .navbar-nav .nav-item .nav-link {
  color: #662483;
  font-family: "HelveticaNeue";
  font-size: 16px;
}

.banner {
  background-image: url("../img/banner-experience.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  background-color: transparent;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .text-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 489px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    text-align: right;
}

a.btn-cta:hover {
    color: #333;
    text-decoration: none;
}

.banner .heading-cta, .banner h2, .banner p {
  font-family: "HelveticaNeue";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}

.banner h2 {
  font-weight: 500;
  padding: 10px 0;
}

.banner p {
  font-size: 16px;
}

.banner .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  width: 233px;
  height: 53px;
  margin: 5px;
  font-family: 'Arial';
  text-transform: uppercase;
  font-size: 14px;
}

.yellow {
  color: #000000;
  background-color: #EBCF1D;
  -webkit-box-shadow: 0px 3px 6px 0px #ebcf1d;
  box-shadow: 0px 3px 6px 0px #ebcf1d;
}

.grey {
  color: #000000;
  background-color: #E6E6E6;
  -webkit-box-shadow: 0px 3px 6px 0px #e6e6e6;
  box-shadow: 0px 3px 6px 0px #e6e6e6;
}

.pink {
  color: #fff;
  background-color: #662483;
  -webkit-box-shadow: 0px 3px 6px 0px #662483;
  box-shadow: 0px 3px 6px 0px #662483;
  margin: 0 auto;
}

section {
  margin-top: 100px;
}

span.line {
  height: 2px;
  width: 83px;
  background-color: #662483;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background-color: #E6E6E6;
  -webkit-box-shadow: 0px 3px 1px 0px #ad23df;
  box-shadow: 0px 3px 1px 0px #ad23df;
}

.conheca .container-nucleo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.conheca .container-nucleo .img-nucleo {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.conheca .title-page, .professores .title-page, .diferenciais .title-page, .cursos .title-page {
  width: 100%;
}

.conheca .title-page h2, .professores .title-page h2, .diferenciais .title-page h2, .cursos .title-page h2 {
  font-size: 32px;
  color: #000000;
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  text-align: center;
}

.conheca .pq-comprar, .conheca .diferenciais, .professores .pq-comprar, .professores .diferenciais, .diferenciais .pq-comprar, .diferenciais .diferenciais, .cursos .pq-comprar, .cursos .diferenciais {
  margin-top: 30px;
}

.conheca .pq-comprar .title-page, .conheca .diferenciais .title-page, .professores .pq-comprar .title-page, .professores .diferenciais .title-page, .diferenciais .pq-comprar .title-page, .diferenciais .diferenciais .title-page, .cursos .pq-comprar .title-page, .cursos .diferenciais .title-page {
  margin-bottom: 20px;
}

.conheca .pq-comprar .title-page h2, .conheca .diferenciais .title-page h2, .professores .pq-comprar .title-page h2, .professores .diferenciais .title-page h2, .diferenciais .pq-comprar .title-page h2, .diferenciais .diferenciais .title-page h2, .cursos .pq-comprar .title-page h2, .cursos .diferenciais .title-page h2 {
  font-size: 20px;
  text-align: left;
}

.conheca .pq-comprar .title-page span.line, .conheca .diferenciais .title-page span.line, .professores .pq-comprar .title-page span.line, .professores .diferenciais .title-page span.line, .diferenciais .pq-comprar .title-page span.line, .diferenciais .diferenciais .title-page span.line, .cursos .pq-comprar .title-page span.line, .cursos .diferenciais .title-page span.line {
  margin: 0;
}

.conheca .pq-comprar p, .conheca .diferenciais p, .professores .pq-comprar p, .professores .diferenciais p, .diferenciais .pq-comprar p, .diferenciais .diferenciais p, .cursos .pq-comprar p, .cursos .diferenciais p {
  line-height: 29.6px;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
}

.conheca .diferenciais ul, .professores .diferenciais ul, .diferenciais .diferenciais ul, .cursos .diferenciais ul {
  list-style: none;
}

.conheca .diferenciais ul li, .professores .diferenciais ul li, .diferenciais .diferenciais ul li, .cursos .diferenciais ul li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 18px;
}

.conheca .diferenciais ul li:before, .professores .diferenciais ul li:before, .diferenciais .diferenciais ul li:before, .cursos .diferenciais ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  color: #E6E6E6;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -20px;
  border: 2px solid #707070;
}

/*professores*/
.professores .title-page {
  margin-bottom: 30px;
}

.professores .card-prof {
  border: 2px solid #662483;
  border-radius: 9px;
  margin-bottom: 20px;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.professores .card-prof .card-body .card-title {
  margin: 0;
}

.professores .card-prof .card-body .card-title a {
  text-align: center;
  color: #662483;
  font-family: "HelveticaNeue";
  font-size: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*diferenciais*/
.diferenciais .card-dif {
  margin: 30px 0;
  border: 0;
}

.diferenciais .card-dif .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.diferenciais .card-dif .card-body .card-title {
  text-align: center;
  font-family: "HelveticaNeue";
  font-weight: 900;
  font-size: 50px;
}

.diferenciais .card-dif .card-body p {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  width: 230px;
  margin-top: 10px;
}

.diferenciais .diferenciais-container .card-show {
  border-color: #662483;
  -webkit-box-shadow: 0px 3px 6px 0px #e5e5e5;
  box-shadow: 0px 3px 6px 0px #e5e5e5;
  margin-bottom: 30px;
}

.diferenciais .diferenciais-container .card-show .card-body .card-title {
  font-family: "HelveticaNeue";
  font-size: 25px;
}

.card.card-prof {
    max-height: 320px;
}

.diferenciais .diferenciais-container .card-show .card-body .card-title img {
  margin-right: 5px;
}

.diferenciais .diferenciais-container .card-show .card-body p {
  font-size: 16px;
  width: 80%;
  margin-left: 40px;
}

.diferenciais .diferenciais-container .card-show .card-body a.show-more {
  text-decoration: none;
  color: #662483;
  font-family: "HelveticaNeue";
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*cursos*/
.cursos .card-curso {
  border-color: #662483;
  padding: 20px;
  margin-bottom: 30px;
}

.cursos .card-curso img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.cursos .card-curso .card-body .card-title {
  font-family: "HelveticaNeue";
  font-size: 20px;
}

.cursos .card-curso .card-body .sub {
  color: #662483;
  font-weight: 300;
  font-family: "HelveticaNeue";
  font-size: 16px;
}

.cursos .card-curso .card-body p {
  font-family: "HelveticaNeue";
  font-size: 16px;
  font-weight: 300;
}

.cursos .card-curso .card-body .btn-cta.yellow {
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(235, 207, 29, 0.29);
  box-shadow: 0px 3px 6px 0px rgba(235, 207, 29, 0.29);
}

.cursos .card-curso .card-body .link {
  margin-top: 20px;
}

.cursos .card-curso .card-body .link a {
  text-decoration: none;
  color: #662483;
  font-family: "HelveticaNeue";
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cursos .card-curso .card-body .link span.line {
  width: 160px;
}

/*depoimentos*/
.depoimentos {
  background-color: #66248314;
  padding: 40px 0;
}

.depoimentos .card {
  background-color: transparent;
  margin-bottom: 30px;
  border: 0;
}

.depoimentos .card-depoimentos {
  background-color: transparent;
  margin-bottom: 30px;
}

.depoimentos .img-avatar {
  width: 155px;
  max-width: 155px;
  height: 155px;
  margin: 0 auto;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card-body {min-height: 200px;}

.depoimentos .card-body h3 {
  font-size: 20px;
  color: #662483;
  font-family: "HelveticaNeue";
  text-align: center;
}

.depoimentos .card-body .sub {
  font-size: 16px;
  color: #662483;
  font-family: "HelveticaNeue";
  font-weight: 300;
  text-align: center;
}

.depoimentos .card-body p {
  text-align: center;
  font-family: "HelveticaNeue";
  font-weight: 300;
  text-align: center;
  max-width: 275px;
  margin: 0 auto;
}

button {
  width: 100%;
  padding: 10px;
  background: #662483;
  border-radius: 4px;
  color: #fff;
  font-family: "HelveticaNeue";
}

footer {
  height: 120px;
  background-color: #662483;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .copy {
  text-align: center;
  color: #fff;
  font-family: "HelveticaNeue";
  font-size: 16px;
  font-weight: 300;
}

@media (min-width: 576px) {
  .professores .card-prof {
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .cursos .card-curso {
    min-height: 645px;
  }
  .diferenciais .diferenciais-container .card-show {
    min-height: 275px;
  }



}

.courses.app-section {
  padding: 40px 0;
}

@media (min-width: 1200px) {
  .banner .text-banner {
    min-height: 420px;
  }
  .banner .content-buttons {
    width: 500px;
    width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .diferenciais .diferenciais-container .card-show {
    min-height: 175px;
  }
  .cursos .title-page {
    margin-bottom: 30px;
  }
  .cursos .card-curso {
    min-height: 827px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .cursos .card-curso img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .modal-lg {
    max-width: 90%;
  }
}

.img-prof {
  max-width: 500px;
  width: 100%;
}
/*# sourceMappingURL=main.css.map */

