@import url(fontes/monstin-fonte.css);
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
/*Cores*/
/*Cores Padrão do Sistema*/
/*Cores Orcamento*/
/*Cores para fundos listrados*/
/*Fontes Padrão*/
.fonte-media {
  font-weight: 500;
}
.fonte-bold {
  font-weight: 700;
}
.oculto {
  display: none;
}
/*Cores*/
/*Cor de Texto*/
.texto-cor-verde {
  color: #1FC5AB;
}
.texto-cor-dourado {
  color: #C3A661;
}
.texto-cor-roxo {
  color: #7533C4;
}
/*Cores de Fundo*/
.fundo-verde {
  background: #1FC5AB;
}
.fundo-dourado {
  background: #C3A661;
}
.fundo-roxo {
  background: #7533C4;
}
/*Botoes*/
.botao {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  padding: 13px;
  border-radius: 50px;
  font-size: 1em;
  min-width: 172px;
}
.botao-verde {
  background: #1FC5AB;
  border: 2px solid #1FC5AB;
  color: #fff;
  transition: .35s;
}
.botao-verde:hover {
  background: #25cfb2;
  border: 2px solid #25cfb2;
  cursor: pointer;
}
.botao-dourado {
  background: #fff;
  color: #C3A661;
  border: 2px solid #C3A661;
  transition: .35s;
}
.botao-dourado:hover {
  background: #C3A661;
  color: #fff;
  cursor: pointer;
}
/*Geral*/
*,
html,
body {
  font: 1em 'Montserrat';
}
.container-1200 {
  width: 1200px;
  margin: auto;
}
@media (max-width: 1201px) {
  .container-1200 {
    width: 84%;
  }
}
.container-1366 {
  width: 1366px;
  margin: auto;
}
@media (max-width: 1367px) {
  .container-1366 {
    width: 98%;
  }
}
.cursor-pointer {
  cursor: pointer;
}
#topo {
  background: #1FC5AB;
  color: #fff;
  padding: 15px 0;
}
#topo .container-1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#topo .container-1200 #logo {
  max-width: 200px;
  margin-right: 80px;
}
#topo .container-1200 #logo img {
  width: 100%;
}
#topo .container-1200 ul {
  display: flex;
  align-items: center;
}
#topo .container-1200 a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 17px;
}
#topo .container-1200 #box-logo-menu {
  display: flex;
  align-items: center;
}
#bt-abrir-menu-mobile {
  display: none;
}
#box-bt-menu-fechar {
  display: none;
  padding: 20px 0;
}
#box-bt-menu-fechar #bt-abrir-menu-mobile {
  font-size: 2em;
  border-radius: 4px;
}
#box-bt-menu-fechar #bt-abrir-menu-mobile:hover {
  cursor: pointer;
}
#menu-mobile {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #1FC5AB;
  padding-top: 30px;
  color: #fff;
  z-index: 5;
  top: 0;
  right: 0;
  transition: .35s;
}
#menu-mobile .container {
  width: 100%;
}
#menu-mobile .links-barra-superior {
  display: block;
}
#menu-mobile .links-barra-superior li {
  border: none;
  padding: 0;
}
#menu-mobile .links-barra-superior li div {
  margin-bottom: 0;
}
#menu-mobile .links-barra-superior a {
  display: block;
  padding: 10px 10px 10px 25px;
  color: #fff;
  text-decoration: none;
  transition: all .35s;
}
#menu-mobile .links-barra-superior a:hover {
  background: #3e3e3e;
  color: #fff;
}
#menu-mobile li {
  transition: .35s;
}
#menu-mobile li:hover {
  background: #2E7C78;
  color: #fff;
}
#menu-mobile li:hover a {
  color: #fff;
}
#menu-mobile li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 10px 10px 25px;
}
#fechar-menu-mobile {
  padding: 0px 10px 10px 25px;
}
#fechar-menu-mobile:hover {
  cursor: pointer;
}
#fechar-menu-mobile .material-icons {
  font-size: 2em;
}
.menu-mobile-fecado {
  margin-right: -300px;
}
.menu-mobila-aberto {
  margin-right: 0;
}
@media (max-width: 1025px) {
  #topo .container-1200 .menu-principal {
    display: none !important;
  }
  #topo .container-1200 #bt-abrir-menu-mobile {
    display: block;
  }
}
/*Home*/
#box-bem-vindo {
  position: relative;
  padding-top: 100px;
  margin-left: 30px;
}
#box-bem-vindo h2 {
  font-weight: 700;
  color: #2E7C78;
  font-size: 20px;
}
#box-bem-vindo #texto {
  max-width: 311px;
}
#box-bem-vindo #botoes a:nth-of-type(1n+0) {
  margin-right: 60px;
}
#box-bem-vindo #imagem {
  position: absolute;
  top: 40px;
  right: -54px;
}
@media (max-width: 1201px) {
  #box-bem-vindo {
    text-align: center;
    min-height: 750px;
    margin-left: 0;
  }
  #box-bem-vindo #texto {
    margin: auto;
  }
  #box-bem-vindo #botoes {
    max-width: 163px;
    margin: auto;
    display: block;
  }
  #box-bem-vindo #botoes a {
    display: block;
    margin-bottom: 20px;
  }
  #box-bem-vindo #botoes a:nth-of-type(1n+0) {
    margin-right: 0;
  }
  #box-bem-vindo #imagem {
    position: relative;
    top: 15px;
    right: auto;
  }
  #box-bem-vindo #imagem img {
    width: 100%;
  }
}
#box-gestor-jovem {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: url(../imagens/home/fundo-gestor-jovem.svg) 50% -6% no-repeat;
  background-size: 2012px;
  min-height: 1203px;
}
#box-gestor-jovem #imagem-jovem-gestor {
  width: 2012px;
  overflow: hidden;
  min-height: 1139px;
  position: absolute;
  background: url(../imagens/home/imagem-gestor-jovem.png) -396px 14px no-repeat;
  background-size: auto;
  top: 0;
  left: 50%;
  margin-left: -1012px;
  z-index: 1;
}
#box-gestor-jovem .container-1366-imagem-fundo {
  position: relative;
  width: 1366px;
  margin: auto;
}
#box-gestor-jovem .container-1200 {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  padding-top: 240px;
}
#box-gestor-jovem .container-1200 #logo-gestor-jovem {
  text-align: center;
  margin-bottom: 50px;
}
#box-gestor-jovem .container-1200 div:nth-of-type(2n+0) {
  position: relative;
  z-index: 2;
}
#box-gestor-jovem .container-1200 .box-item-gestor-jovem {
  margin-bottom: 60px;
}
#box-gestor-jovem .container-1200 .box-item-gestor-jovem h3 {
  color: #1FC5AB;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2;
}
#box-gestor-jovem .container-1200 .box-item-gestor-jovem p {
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1201px) {
  #box-gestor-jovem .container-1200 {
    display: block;
    text-align: center;
  }
  #box-gestor-jovem .container-1200 .box-item-gestor-jovem {
    display: block;
  }
}
#box-alguns-assuntos {
  position: relative;
  margin-top: -350px;
  padding-top: 100px;
  /*background: url(../imagens/home/jovem-mulher.png) 100% 0 no-repeat;*/
  /*
  #fundo{
    position: absolute;
    left: 722px;
    top: -217px;
  }
   */
}
#box-alguns-assuntos #imagem-mulher-mobile {
  max-width: 600px;
  margin: auto;
  margin-top: -200px;
  display: none;
}
#box-alguns-assuntos #imagem-mulher-mobile img {
  width: 100%;
}
#box-alguns-assuntos .container-1366-imagem-fundo {
  position: relative;
  width: 1366px;
  margin: auto;
}
#box-alguns-assuntos .container-1366-imagem-fundo #fundo {
  width: 100%;
  min-height: 1054px;
  position: absolute;
  background: url(../imagens/home/mulher-jovem.png) 698px -12px no-repeat;
  background-size: auto;
  top: 0;
  left: 0;
  z-index: 1;
}
#box-alguns-assuntos .container-1200 {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}
#box-alguns-assuntos .container-1200 h2 {
  color: #1FC5AB;
  font-size: 2.1em;
  margin-bottom: 100px;
  text-align: center;
  font-weight: 700;
}
#box-alguns-assuntos .container-1200 #conteudo {
  padding-top: 200px;
}
#box-alguns-assuntos .container-1200 #box-assuntos {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#box-alguns-assuntos .container-1200 #box-assuntos .item-assunto {
  width: 50%;
  text-align: center;
  margin-bottom: 50px;
}
#box-alguns-assuntos .container-1200 #box-assuntos .item-assunto h3 {
  text-align: center;
  font-size: 1.8em;
  color: #515151;
}
@media (max-width: 1201px) {
  #box-alguns-assuntos #imagem-mulher-mobile {
    display: block;
  }
  #box-alguns-assuntos .container-1366-imagem-fundo #fundo {
    display: none;
  }
  #box-alguns-assuntos .container-1200 {
    display: block;
  }
  #box-alguns-assuntos .container-1200 #box-assuntos {
    display: block;
    text-align: center;
  }
  #box-alguns-assuntos .container-1200 #box-assuntos .item-assunto {
    width: 100%;
    display: block;
  }
}
#container-depoimentos {
  position: relative;
  z-index: 2;
  background: url(../imagens/home/fundo-depoimentos.svg) 50% 0 no-repeat;
  background-size: 2012px;
  top: -45px;
  min-height: 1048px;
}
#container-depoimentos .aspas-media {
  font: 8em 'mostinregular';
  position: relative;
}
#container-depoimentos .aspas-grande {
  font: 16em 'mostinregular';
  position: absolute;
  z-index: 2;
  right: 0;
  top: -8px;
}
#container-depoimentos .aspa-invertida {
  transform: scale(-1, 1);
}
#container-depoimentos #titulo {
  text-align: center;
}
#container-depoimentos .titulo {
  font-size: 2em;
  font-weight: 700;
  position: relative;
  top: -71px;
  color: #fff;
}
#container-depoimentos header {
  display: inline-block;
  margin: auto;
  position: relative;
  padding-top: 250px;
}
#container-depoimentos header div {
  display: inline-block;
}
#container-depoimentos #box-despoimentos {
  overflow: hidden;
  width: 78%;
  margin: auto;
}
#container-depoimentos #box-despoimentos .box-depoimento {
  margin-top: 30px;
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 28px;
  height: 100%;
}
#container-depoimentos #box-despoimentos .box-depoimento .icone {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 5em;
  color: #7533C4;
  text-align: center;
}
#container-depoimentos #box-despoimentos .box-depoimento .texto {
  font-size: 1.1em;
  color: #515151;
}
#rodape {
  position: relative;
  z-index: 2;
  margin-top: -45px;
  background: #1FC5AB;
  padding: 40px 0;
}
#rodape .container-1200 {
  display: flex;
  align-items: center;
}
#rodape .container-1200 .contato-rodape {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#rodape .container-1200 .contato-rodape .icone {
  font-size: 40px;
  margin-right: 30px;
}
#rodape .container-1200 .contato-rodape p {
  font-weight: 700;
}
#rodape .container-1200 a {
  margin-left: 45px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 13px 17px;
}
@media (max-width: 1201px) {
  #rodape .container-1200 {
    display: block !important;
    text-align: center;
  }
  #rodape .container-1200 .contato-rodape {
    display: block !important;
    text-align: center;
  }
  #rodape .container-1200 .contato-rodape .icone {
    margin-right: 0 !important;
  }
  #rodape .container-1200 .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  #rodape .container-1200 .col-md-4:nth-of-type(3n+0) {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  #rodape .container-1200 ul li {
    text-align: center;
  }
  #rodape .container-1200 ul a .flex-centro {
    display: block !important;
    text-align: center;
  }
  #rodape .container-1200 ul a .margin-right10 {
    margin-right: 0;
  }
  #rodape .container-1200 a {
    margin-left: 0 !important;
  }
}
/*--------------------------------------------------- */
/*Inscrição*/
#box-inscricao {
  width: 70%;
  margin: auto;
  text-align: center;
  padding: 70px 0;
}
#box-inscricao h2,
#box-inscricao p,
#box-inscricao label {
  color: #515151;
}
#box-inscricao input {
  text-align: center;
}
#box-pagamento {
  width: 70%;
  margin: auto;
}
@media (max-width: 961px) {
  #box-inscricao {
    width: 84%;
  }
  #box-pagamento {
    width: 95%;
    margin: auto;
  }
}
/*------------------------------------------------------------*/
/*Inputs*/
.grupo-input {
  margin-bottom: 10px;
}
.grupo-input label {
  font-weight: 400;
  color: #565e66;
  padding-left: 5px;
  padding-bottom: 5px;
}
.grupo-input .input {
  width: 100%;
  border: none;
  background: #f5f7fa;
  color: #565e66;
  padding: 8px 20px;
}
.grupo-input .input-delineado {
  border: 1px solid #d8e0e6;
}
.grupo-input .input-quadrado {
  border-radius: 5px;
}
.grupo-input .input-arredondado {
  border-radius: 50px;
}
.grupo-input .icone-esqueda-arredondado {
  display: grid;
  grid-template-columns: 30px auto;
  background: #f5f7fa;
  border-radius: 50px;
  align-items: center;
  padding-left: 20px;
}
.grupo-input .icone-esqueda-arredondado .input {
  border: none;
  padding-left: 10px;
}
.grupo-input .icone-esqueda-quadrado {
  display: grid;
  grid-template-columns: 30px auto;
  background: #f5f7fa;
  border-radius: 5px;
  align-items: center;
  padding-left: 20px;
}
.grupo-input .icone-esqueda-quadrado .input {
  border: none;
  padding-left: 10px;
}
.grupo-input .icone-direita-arredondado {
  display: grid;
  grid-template-columns: auto 30px;
  background: #f5f7fa;
  border-radius: 50px;
  align-items: center;
  padding-right: 20px;
}
.grupo-input .icone-direita-arredondado .input {
  border: none;
  padding-right: 10px;
}
.grupo-input .icone-direita-quadrado {
  display: grid;
  grid-template-columns: auto 30px;
  background: #f5f7fa;
  border-radius: 5px;
  align-items: center;
  padding-right: 20px;
}
.grupo-input .icone-direita-quadrado .input {
  border: none;
  padding-right: 10px;
}
.input-desabilitado {
  background: #d8e0e6 !important;
}
/*-------------------------------*/
/*Tabs*/
.tabs .tab-header {
  position: relative;
  display: flex;
}
.tabs .tab-header li {
  position: relative;
  z-index: 2;
  float: left;
  padding: 15px 25px;
  white-space: nowrap;
}
.tabs .tab-header li:hover {
  cursor: pointer;
}
.tabs .tab-header .tab .icone {
  display: flex;
  align-items: center;
}
.tabs .tab-header .ativo {
  color: #2a7e78;
  border-bottom: 3px solid #2a7e78;
  animation-name: tab-ativa;
  animation-duration: 100ms;
}
.tabs .tab-header .ativo-padrao {
  color: #565e66;
  border-bottom: 3px solid #565e66;
  animation-name: tab-ativa;
  animation-duration: 100ms;
}
.tabs .linha {
  position: absolute;
  border-bottom: 1px solid #d8e0e6;
  bottom: 1px;
  width: 100%;
  z-index: 1;
}
.tabs .tab-body {
  clear: both;
  float: none;
}
.tabs .tab-body .tab-content {
  width: 100%;
  display: none;
  padding: 15px;
}
.tabs .tab-body .ativo {
  display: block;
  animation-name: tab-content-ativa;
  animation-duration: 600ms;
}
.tabs .tab-header {
  position: relative;
}
.tabs .tab-header li {
  position: relative;
  z-index: 2;
  float: left;
  padding: 15px 25px;
}
.tabs .tab-header li:hover {
  cursor: pointer;
}
.tabs .tab-header .tab-tab .icone {
  display: flex;
  align-items: center;
}
.tabs .tab-header .ativo {
  color: #2a7e78;
  border-bottom: 3px solid #2a7e78;
  animation-name: tab-ativa;
  animation-duration: 100ms;
}
.tabs .tab-header .ativo-padrao {
  color: #565e66;
  border-bottom: 3px solid #565e66;
  animation-name: tab-ativa;
  animation-duration: 100ms;
}
.tabs .linha {
  position: absolute;
  border-bottom: 1px solid #d8e0e6;
  bottom: 1px;
  width: 100%;
  z-index: 1;
}
.tabs .tab-body {
  clear: both;
  float: none;
}
.tabs .tab-body .tab-tab-content {
  width: 100%;
  display: none;
  padding: 15px;
}
.tabs .tab-body .ativo {
  display: block;
  animation-name: tab-content-ativa;
  animation-duration: 600ms;
}
@media (max-width: 961px) {
  .tabs {
    width: 100%;
  }
  .tabs .tab-header {
    width: 100%;
    display: block;
  }
  .tabs .tab-header .tab {
    float: none;
    clear: both;
    width: 100%;
  }
}
@keyframes tab-ativa {
  from {
    border-bottom: 3px solid transparent;
  }
  to {
    border-bottom: 3px solid #2a7e78;
  }
}
@keyframes tab-content-ativa {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
/*Fim Tabs*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*Página do Curso*/
.entrelinhas1-6 {
  line-height: 1.6;
}
.lista-pag-cursos {
  margin-left: 30px;
}
.lista-pag-cursos li {
  font-weight: 300;
  padding: 4px 0;
  list-style: circle !important;
}
#box-exemplos {
  display: flex;
  flex-wrap: wrap;
}
#box-exemplos .col-md-4 {
  margin-bottom: 25px;
}
#box-exemplos .box-exemplo {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 25px;
  transition: .35s;
}
#box-exemplos .box-exemplo:hover {
  transform: translateY(-10px);
}
#box-exemplos .box-exemplo .circulo {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #7fc0ad;
  margin-bottom: 20px;
}
#sobre-ana {
  display: grid;
  grid-template-columns: 60% 40%;
}
#sobre-ana .coluna-esquerda {
  padding-right: 20px;
}
#sobre-ana #imagem-ana {
  width: 100%;
  height: 100%;
  background: url(../imagens/curso/ana.jpg) 50% 0% no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 40px 0 40px 0;
}
@media (max-width: 1181px) {
  #sobre-ana {
    grid-template-columns: 50% 50%;
  }
}
@media (max-width: 1025px) {
  #sobre-ana {
    display: flex;
    flex-direction: column-reverse;
  }
  #sobre-ana #imagem-ana {
    margin: 0 auto 60px auto;
    width: 400px;
    max-width: 95%;
    height: 350px;
  }
}
