body, input, button {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;
}

.play {
  font-family: 'Playfair Display', serif;
}

.pt {
  font-family: 'PT Serif', serif;
}

body {
  margin: 0;
}

*, ::after, ::before {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-size: unset;
  line-height: unset;
}

p {
  margin-top: 0;
}

body:not(#checkout) label, body:not(#checkout) p:last-of-type {
  margin-bottom: 0;
}

a, a:hover, button:hover, a:focus, button:focus {
  text-decoration: none !important;
}

:focus {
  outline: none !important;
}

button:focus, input:focus, textarea:focus, select:focus {
  box-shadow: none !important;
}

a[href="javascript:;"][aria-label="banner"] {
  cursor: default;
}

button, a, input[type="submit"] {
  transition: all .4s;
  cursor: pointer;
}

img {
  max-width: 100%;
}

button:disabled {
  opacity: .4;
  cursor: default;
}

.hide {
  display: none !important;
}



@media only screen and (max-width: 990px) {
  /* mobile */
  .desktop {
    display: none !important;
  }
  #header {
    padding: 40px 27px;
  }
  #header .links {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #header .links a {
    margin-right: 35px;
  }
  #header .links a:last-child {
    margin: 25px 0 0 0;
  }
  #header > div {
    align-items: flex-start;
  }
  #header .links .aluno {
    width: 120px;
  }
  #header .links a:nth-child(3) {
    margin-right: 0;
  }
  #bannersprincipal .texto {
    padding: 60px 27px 0;
  }
  #bannersprincipal .slick-dots {
    bottom: 50px;
  }
  #bannersprincipal .slick-dots .inner {
    padding: 0 27px;
  } 
  #bemvindo > div, #inovacao > div, #fiquepordentro > div, #destaques > div, #fatos > div, #comentarios > div, #footer {
    padding: 40px 27px;
  }
  #bemvindo .imagem {
    margin-top: 40px;
  }
  #inovacao .item .texto {
    padding: 30px 30px 80px;
    margin-top: 20px;
  }
  .slick-arrow {
    bottom: 30px;
  }
  .slick-arrow.slick-prev {
    left: 30px;
  }
  .slick-arrow.slick-next {
    left: 68px;
  }
  #inovacao .container::after {
    width: 84px;
    height: 82.5px;
    right: -17px;
    bottom: -52px;
  }
  #estatisticas > div {
    padding: 60px 27px;
  }
  #estatisticas .title {
    font-size: 35px;
  }
  #estatisticas .itens > div {
    width: 50%;
    margin-bottom: 35px;
  }
  #fiquepordentro .itens {
    margin: 0 -27px;
  }
  #fiquepordentro .inner .itens .item {
    margin: 27px;
    padding: 36px 36px 86px;
  }
  #fiquepordentro .slick-arrow.slick-next {
    left: 95px;
  }
  #fiquepordentro .slick-arrow.slick-prev {
    left: 57px;
  }
  #fiquepordentro .slick-arrow {
    bottom: 57px;
  }
  #destaques .item:not(:last-child) {
    margin-bottom: 40px;
  }
  #comentarios .itens {
    margin: 0 -27px;
  }
  #comentarios .item {
    padding: 0 15px;
  }
  #comentarios .slick-arrow {
    bottom: -40px;
  }
  #comentarios .itens {
    margin-bottom: 40px;
  }
  #footer .links {
    margin-top: 40px;
  }
  .modal > div {
    padding: 0 27px;
  }
  .modal .conteudo {
    padding: 30px;
  }
  .modal .conteudo .close {
    top: 30px;
    right: 30px;
  }
  #comentarios .carrossel:not(.slick-slider) .item {
    padding: 0 65px;
  }
}

@media only screen and (min-width: 991px) {
  /* desktop */
  .mobile {
    display: none !important;
  }
  .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #header {
    padding: 63px 0;
  }
  #header > div {
    align-items: center;
  }
  #header .links {
    justify-content: center;
  }
  #header .links a:not(:last-child) {
    margin-right: 30px;
  }
  #header .links .aluno {
    width: 160px;
  }
  #bannersprincipal .texto, #bannersprincipal .slick-dots .inner {
    width: 445px;
    margin: 0 0 0 auto;
  }
  #bannersprincipal .slick-dots {
    bottom: 120px;
  }  
  #bannersprincipal .slick-dots .inner {
    padding-left: 0;
  }
  #bemvindo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #bemvindo .texto {
    width: 47.37%;
  }
  #bemvindo .imagem {
    width: 39%;
  }
  #bemvindo > div, #inovacao > div {
    padding: 60px 0;
  }
  #inovacao .item {
    display: flex;
    justify-content: space-between;
  }
  #inovacao .item .imagem {
    width: 39%;
  }
  #inovacao .item .texto {
    width: calc(61% - 30px);
    padding: 48px;
  }
  #inovacao .slick-arrow {
    top: 57px;
  }  
  #inovacao .slick-arrow.slick-next {
    right: 57px;
  }  
  #inovacao .slick-arrow.slick-prev {
    right: 122px;
  }
  #inovacao .container::after {
    width: 165px;
    height: 165px;
    right: -17px;
    bottom: -81px;
  }
  #estatisticas .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #estatisticas .itens {
    width: calc(100% - 380px);
    margin-bottom: -24px;
  }
  #estatisticas .title {
    width: 350px;
  }
  #estatisticas .itens > div {
    width: calc(100% / 3);
    margin-bottom: 24px;
  }
  #estatisticas > div, #fiquepordentro > div, #destaques > div, #fatos > div, #comentarios > div {
    padding: 120px 0;
  }
  #estatisticas .title {
    font-size: 42px;
  }
  #fiquepordentro > div {
    position: relative;
  }  
  #fiquepordentro > div::before {
    content: "";
    position: absolute;
    background-image: url(img/nike1.png);
    width: 586px;
    height: 826px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(50% + 300px);
  }
  #fiquepordentro .inner {
    width: 825px;
    max-width: 100%;
    margin: 0 0 0 auto;
  }
  #fiquepordentro .inner .itens {
    display: flex;
    margin: 30px -15px 0;
  }
  #fiquepordentro .inner .itens .item {
    width: calc((100% - 60px) / 3);
    margin: 0 15px;
    padding: 36px;
  }
  #destaques .container {
    display: flex;
    justify-content: space-between;
  }
  #destaques .item {
    width: 183px;
  }
  #destaques .item:last-child {
    margin-right: 70px;
  }
  #destaques .item .title {
    min-height: 48px;
  }
  #fatos .texto {
    width: calc(100% - 475px);
  }
  #fatos .container {
    position: relative;
  }
  #fatos .container::after {
    content: "";
    position: absolute;
    background-image: url(img/nikee1.png);
    width: 490px;
    height: 549px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  #comentarios .container {
    display: flex;
    justify-content: space-between;
  }
  #comentarios .top {
    width: 255px;
  }
  #comentarios .itens {
    width: calc(100% - 285px);
  }
  #comentarios .item {
    padding: 0 15px;
  }
  #comentarios .slick-arrow {
    bottom: -57px;
  }
  #comentarios .itens {
    margin: 0 -15px;
  }
  #comentarios .slick-prev {
    left: 24px;
  }
  #comentarios .slick-next {
    left: 90px;
  }
  #footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer {
    padding: 45px 0;
  }
  a:hover, button:hover {
    transform: scale(1.4);
  }
  .slick-arrow.slick-prev:hover {
    transform: rotate(180deg) scale(1.4);
  }
  #header .links .aluno:hover, #bannersprincipal .texto .link:hover, .modal .conteudo form button:hover {
    transform: scale(1.1);
  }
  #footer .links > a:hover {
    color: #ffd686;
  }
  .modal .conteudo {
    width: 635px;
    padding: 48px;
  }
  .modal .conteudo .close {
    top: 51.5px;
    right: 52px;
  }
  #comentarios .carrossel:not(.slick-slider) > div:nth-child(2), #comentarios .carrossel:not(.slick-slider) > div:nth-child(3) {
    display: block !important;
  }  
  #comentarios .carrossel:not(.slick-slider) {
    display: flex;
  }
}

/* f */

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#header > div {
  display: flex;
  justify-content: space-between;
}

#bannersprincipal .item img {
  width: 100%;
}

#header .links, #header .links a {
  display: flex;
  align-items: center;
  color: #fff;
}

#header .links a {
  justify-content: center;
}

#header .links .aluno {
  color: #FFD686;
  border: 1px solid #FFD686;
  height: 36px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

#header .links .aluno::after {
  content: "";
  background-image: url(img/icon-aluno.svg);
  width: 16px;
  height: 21px;
  margin-left: 16px;
}

#bannersprincipal .item img {
  height: 100%;
  object-fit: cover;
}

#bannersprincipal .item {
  position: relative;
  height: 711.79px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bannersprincipal .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 4, 44, 0.54);
}

#bannersprincipal .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  max-height: 100%;
}

#bannersprincipal .texto {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.sobre {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
}

#bannersprincipal .texto .sobre {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

span {
  display: block;
}

#bannersprincipal .texto .title {
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  margin: 20px 0 20px;
}

#bannersprincipal .texto .link {
  margin-top: 35px;
  background-color: #FFD686;
  color: #39329A;
  width: max-content;
  max-width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 255px;
  min-height: 36px;
  border-radius: 6px;
  border: none;
}

.slick-dots {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
}

.slick-dots li {
  list-style: none;
  display: flex;
}

.slick-dots li:not(:last-of-type) {
  margin-right: 12px;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  background-color: rgb(255 255 255 / 24%);
  border: none;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
}

.slick-dots .slick-active button {
  background-color: #fff;
}

#bannersprincipal .slick-dots .inner {
  display: flex;
  align-items: center;
}

#bemvindo > div {
  background-color: #fff;
}

#inovacao > div {
  background-color: #FFD686;
}

.top {
  margin-bottom: 48px;
}

.top .sobre {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.top .title {
  color: #39329A;
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 12px;
  position: relative;
}

.top .title::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 6px;
  bottom: -18px;
  left: 0;
  background-color: #FFD686;
}

#fatos .top .title {
  color: #323232;
}

#inovacao .texto .title::after, #fatos .top .title::after {
  background-color: #39329A;
}

#bemvindo .texto .txt {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

#bemvindo .texto .itens > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bemvindo .texto .itens .icon {
  width: 48px;
}

#bemvindo .texto .itens .txtzin {
  width: calc(100% - 70px);
}

#bemvindo .texto .itens .txtzin .titlezin {
  color: #39329A;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

#bemvindo .texto .itens .txtzin .txtzinzin {
  color: #323232;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

#bemvindo .texto .itens {
  margin-top: 30px;
}

#bemvindo .texto .itens > div:not(:last-child) {
  margin-bottom: 30px;
}

#inovacao .item .texto {
  background-color: #fff;
  border-radius: 24px;
}

#inovacao .item .texto .titlezin {
  color: #323232;
  font-family: 'PT Serif', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  align-items: center;
}

#inovacao .item .texto .titlezin::before {
  content: "";
  display: block;
  margin-right: 27px;
}

#inovacao .item.item1 .texto .titlezin::before {
  background-image: url(img/iconinovacao1.svg);
  width: 31px;
  height: 31px;
}

#inovacao .item.item2 .texto .titlezin::before {
  background-image: url(img/iconinovacao2.svg);
  width: 32px;
  height: 29px;
}

#inovacao .item.item3 .texto .titlezin::before {
  background-image: url(img/iconinovacao3.svg);
  width: 31px;
  height: 31px;
}

#inovacao .item .texto .txt {
  color: #858585;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 32px;
}

.slick-arrow {
  position: absolute;
  border: none;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  background-image: url(img/arrow-slider.svg);
  width: 18px;
  height: 19px;
  z-index: 1;
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: .4;
}

.slick-arrow.slick-prev {
  transform: rotate(180deg);
}

#inovacao .container {
  position: relative;
}

#inovacao .container::after {
  content: "";
  position: absolute;
  background-image: url(img/selo-lia.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#estatisticas > div {
  background-color: #39329A;
  color: #FFD686;
}

#estatisticas .title {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  line-height: 48px;
  text-align: right;
}

#estatisticas .title b {
  color: #FFD686;
}

#estatisticas .itens {
  display: flex;
  flex-wrap: wrap;
}

#estatisticas .itens {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

#estatisticas .itens .numero {
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

#fiquepordentro > div, #comentarios > div {
  background-color: #f9f9f9;
}

#fiquepordentro .inner .itens .item {
  background-color: #fff;
  border-radius: 24px;
}

#fiquepordentro .inner .itens:not(.numeros) .title {
  color: #323232;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

#fiquepordentro .inner .itens .texto {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 18px;
}

#fiquepordentro .inner .itens.numeros .title {
  color: #39329A;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 18px;
}

#fiquepordentro .inner .itens.numeros .numero {
  color: rgb(57 50 154 / 60%);
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

#fiquepordentro .inner .itens:not(.numeros) .item {
  box-shadow: 0px 1px 1px rgb(0 0 0 / 6%), 0px 4px 24px rgb(0 0 0 / 6%);
}

#destaques > div {
  background-color: #39329A;
  color: #fff;
}

#destaques .item .title {
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

#destaques .item .texto {
  font-family: Red Hat Display;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 24px;
}

#destaques .item {
  position: relative;
  padding: 58px 0 0;
}

#destaques .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

#destaques .item.item1::before {
  background-image: url(img/icondestaques1.svg);
  width: 32px;
  height: 31px;
}

#destaques .item.item2::before {
  background-image: url(img/icondestaques2.svg);
  width: 34px;
  height: 31px;
}

#destaques .item.item3::before {
  background-image: url(img/icondestaques3.svg);
  width: 30px;
  height: 31px;
}

#destaques .item.item4::before {
  background-image: url(img/icondestaques4.svg);
  width: 22px;
  height: 34px;
}

#fatos > div {
  background-color: #FFD686;
}

#fatos .texto .txt {
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

#comentarios .item > div {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px;
}

#comentarios .item .title {
  color: #323232;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

#comentarios .item .text {
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 18px;
}

#comentarios .item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

#comentarios .item .info .imagem {
  width: 40px;
}

#comentarios .item .info .nome {
  width: calc(100% - 52px);
}

#comentarios .item .info .nome {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

#footer {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06), 0px 4px 24px rgba(0, 0, 0, 0.06);
}

#footer .logo, #footer .redessociais > a {
  display: flex;
  align-items: center;
}

#footer .logo img:not(:last-child) {
  margin-right: 6px;
}

#footer .copyright {
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 26.5px;
}

#footer .links > a {
  color: #39329A;
  text-decoration: underline !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

#footer .redessociais {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#footer .redessociais > a:not(:last-child) {
  margin-right: 33px;
}

#footer .redessociais {
  margin-top: 31.5px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.modal > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 7, 29, 0.72);
}

.modal .conteudo {
  background-color: #fff;
  border-radius: 24px;
  position: relative;
}

.modal .conteudo .close {
  position: absolute;
  border: none;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url(img/icon-close.svg);
  width: 18px;
  height: 18px;
}

.modal .conteudo .title {
  color: #39329A;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  width: calc(100% - 30px);
}

.modal .conteudo form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.modal .conteudo form label {
  color: #323232;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.modal .conteudo form input, .modal .conteudo form input::placeholder {
  color: #858585;
}

.modal .conteudo form input {
  border: none;
  border-bottom: 1px solid rgb(133 133 133 / 72%);
  padding: 14.5px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 0;
  background: url(img/icon-email.svg) no-repeat calc(100% - 8px) center;
}

.modal .conteudo form .obs {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 16px;
}

.modal .conteudo form button {
  background-color: #FFD686;
  color: #39329A;
  border: none;
  padding: 0;
  height: 36px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 30px;
}

.carrossel:not(.slick-slider) > div:not(:first-child) {
  display: none !important;
}
