:root {
  --primary: #161d2f;
  --muted: #9aa3b2;
  --bg-lighter: #e7ecf3;
  --line: #202635;
  --gold: #B68C40;
  --gold2: #F0C869;


  --azul-1: #272c64;
  /* rgba(39,44,100,1) */
  --azul-2: #161d2d;
  --azul-3: #161d2f;
  --azul-4: #1a1e39;
  --azul-5: #0f1536;
  --azul-6: #141c34;
  --azul-7: #282942;
  --azul-8: #161e38;
  --azul-9: #2a2750;
  --azul-10: #2b2a66;

  --roxo-1: #8a3cbe;
  /* rgba(138,60,190,1) */
  --roxo-2: #a75df0;
  /* rgba(167,93,240,1) */
  --roxo-3: #c281f7;
  /* rgba(194,129,247,1) */
  --roxo-4: #9d54d7;
  /* rgba(157,84,215,1) */
  --roxo-5: #7d2ca8;
  /* rgba(125,44,168,1) */
  --roxo-6: #b164ea;
  /* rgba(177,100,234,1) */
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

::selection {
  background: #FFFFFF;
  color: #4B2F41;
}

.text-red {
  color: #A63537
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 700;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  line-height: 1.4em;
  font-weight: 600;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: 700;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3em;
  font-weight: 600;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5em;
  font-weight: 600;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}

main {
  min-height: 100vh !important;
  position: relative !important;
  z-index: 1 !important;
  background-color: #ffffff;
}

.container-fluid {
  max-width: 1300px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
  padding: 40px 0 !important;
}

.overlay-content {
  position: relative;
  max-width: 760px;
  width: 90%;
  text-align: center;
}

.overlay-content .btnhome {
  margin-bottom: 0;
}

.close-btn {
  position: absolute;
  top: -40px;
  right: -10px;
  font-size: 32px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.list {
  padding-right: 15px;
  padding-left: 15px;
}

.responsive button.slick-prev.slick-arrow {
  width: 50px;
  height: 200px;
  left: -20px;
  z-index: 10;
}

.responsive button.slick-next.slick-arrow {
  width: 50px;
  height: 200px;
  right: -20px;
  z-index: 10;
}

.responsive:hover .slick-prev:before,
.responsive:hover .slick-next:before {
  font-size: 2.5rem !important;
  opacity: .7;
  color: #fff !important;
  font-family: 'slick';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background-image: url(../img/bg-home.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
}

header::before {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all .3s ease-out;
}

/*
header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 200, 150, 0.25), transparent 70%);
  background-image: radial-gradient(circle farthest-side at 80% 100%, #ffd7a8, transparent 57%),
    radial-gradient(circle farthest-side at 40% -40%, #ffd7a8, transparent 62%);
}
*/

img.logo {
  width: 260px;
}

.img-home {
  bottom: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  z-index: 1;
  position: absolute !important;
}

header h1 {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

header p {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

header .date li {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffd7a8;
}

header .date li:first-child {
  font-size: 1.6rem;
  font-weight: 600;
}

header .date li:first-child .fa {
  font-size: 1.2rem;
  font-weight: 300;
}

.fixed-nav {
  bottom: 16px;
  flex: none;
  height: auto;
  left: 50%;
  position: fixed;
  transform: translate(-50%);
  max-width: 900px;
  z-index: 10;
  will-change: transform;

  border: solid 1px rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(151, 71, 255, .22);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.fixed-nav.hide {
  opacity: 0;
  visibility: hidden;
}

.fixed-in {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: space-between;
  overflow: visible;
  padding: 18px 20px;
  position: relative;
  width: 100%;
  text-align: right;
}

.fixed-in span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 15px;
}

.btn-nav {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 32px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 200, 100, 0.2);
  border-left: none;
  border-right: none;
  background: linear-gradient(129.981deg, rgba(160, 236, 250, 0.85) 0%, rgba(30, 77, 94, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(255, 215, 168, 0.85) 0%, rgba(102, 42, 47, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(245, 170, 90, 0.85) 0%, rgba(74, 28, 33, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(230, 120, 60, 0.85) 0%, rgba(42, 31, 27, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(250, 130, 120, 0.85) 0%, rgba(102, 42, 47, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(255, 200, 140, 0.85) 0%, rgba(50, 25, 20, 0.89) 100%);

  background: linear-gradient(129.981deg, rgba(255, 90, 120, 0.85) 0%, rgba(102, 42, 47, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(0, 110, 160, 0.85) 0%, rgba(74, 28, 33, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(210, 60, 130, 0.85) 0%, rgba(42, 31, 27, 0.89) 100%);

  background: linear-gradient(129.981deg, rgba(255, 80, 180, 0.85) 0%, rgba(102, 42, 47, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(180, 70, 200, 1) 0%, rgba(74, 28, 33, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(230, 40, 90, 0.85) 0%, rgba(255, 120, 40, 0.85) 100%);
  background: linear-gradient(129.981deg, rgba(180, 90, 48, 0.89) 0%, rgba(102, 42, 47, 0.85) 100%);
  background: linear-gradient(129.981deg, rgba(255, 120, 40, 0.85) 0%, rgba(102, 42, 47, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(150, 60, 210, 1) 0%, rgba(42, 31, 27, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(150, 60, 210, 1) 0%, rgba(20, 31, 53, 0.89) 100%);

  border-radius: 100px;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  box-shadow: rgba(20, 31, 53, 0.1) 0px 4px 16px 0px inset, rgba(150, 60, 210, 0.3) 0px 4px 40px 0px;

  opacity: 1;
  will-change: auto;
  transition: all 0.3s ease-in-out;
}

.btn-nav:hover {
  color: #fff;
  text-decoration: none;

  background: linear-gradient(135deg, #662A2F 0%, #b45a30 100%);
  background: linear-gradient(129.981deg, rgba(102, 42, 47, 0.85) 0%, rgba(180, 90, 48, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(20, 31, 53, 0.89) 0%, rgba(150, 60, 210, 1) 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  transform: translateY(-3px);
}

.btn-aula {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 16px 32px;

  border-left: none;
  border-right: none;

  background: linear-gradient(129.981deg, rgba(230, 40, 90, 1) 0%, #ff5e62 100%);
  background: linear-gradient(129.981deg, rgba(180, 90, 48, 0.89) 0%, rgba(102, 42, 47, 0.85) 100%);
  background: linear-gradient(129.981deg, rgba(255, 120, 40, 0.85) 0%, rgba(102, 42, 47, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(150, 60, 210, 1) 0%, rgba(20, 31, 53, 0.89) 100%);

  border: solid 1px rgba(151, 71, 255, .22);

  border-radius: 100px;

  display: inline-block;
  margin: 20px 0;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  box-shadow: rgba(20, 31, 53, 0.1) 0px 4px 16px 0px inset, rgba(150, 60, 210, 0.3) 0px 4px 40px 0px;

  opacity: 1;
  will-change: auto;
  transition: all 0.3s ease-in-out;
}

.btn-aula:hover {
  color: #fff;
  text-decoration: none;

  background: linear-gradient(90deg, #ff5e62, rgba(230, 40, 90, 1));
  background: linear-gradient(129.981deg, rgba(20, 31, 53, 0.89) 0%, rgba(150, 60, 210, 1) 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
}

.btnhome {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 16px 24px;

  border: solid 1px rgba(255, 255, 255, 0.1);
  border-right: none;
  border-radius: 100px;

  background: linear-gradient(90deg, #d68d45, #ffb878);
  background: linear-gradient(129.981deg, rgba(160, 236, 250, 0.85) 0%, rgba(30, 77, 94, 0.89) 100%);
  background: linear-gradient(129.981deg, rgba(150, 60, 210, 1) 0%, rgba(20, 31, 53, 0.89) 100%);

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  box-shadow: rgba(20, 31, 53, 0.1) 0px 4px 16px 0px inset, rgba(150, 60, 210, 0.3) 0px 4px 40px 0px;

  opacity: 1;
  will-change: auto;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.btnhome:hover {
  background: linear-gradient(90deg, #ff5e62, #ff9966);
  background: linear-gradient(129.981deg, rgba(20, 31, 53, 0.89) 0%, rgba(150, 60, 210, 1) 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  transform: translateY(-3px);
}

.slick-dots li button:before {
  content: '';
  /* remove a bolinha do '•' */
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #963cd2;
  /* borda roxa */
  border-radius: 50%;
  /* deixa circular */
  background: transparent;
  /* fundo transparente */
  margin: 0 auto;
  opacity: 1;
  /* controla só via border agora */
}

.slick-dots li.slick-active button:before {
  background: #963cd2;
  /* bolinha preenchida quando ativa */
}


.privacidade p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.data {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  /* garante quebra no mobile */
}

.data h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  /* roxo moderno */
  white-space: nowrap;
}

.data .info {
  display: flex;
  flex-direction: row;
  /* lado a lado no desktop */
  gap: 20px;
  font-size: 1rem;
}

.data .linha {
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.data .linha i {
  color: #9436E1;
  /* ícones na mesma cor do título */
  font-size: 1.2rem;
}

/* Mobile: empilhar linhas */
@media (max-width: 768px) {
  .data {
    flex-direction: column;
    /* Título em cima */
    gap: 10px;
    align-items: center;
  }

  .data .info {
    flex-direction: column;
    /* Linhas embaixo uma da outra */
    gap: 6px;
    align-items: center;
  }
}


.badge-chamada {
  line-height: 1.5em;
  border: solid 1px rgba(197, 236, 255, 0.1);
  padding: 12px 16px;
  backdrop-filter: blur(8px);
  background: linear-gradient(92deg, rgba(168, 218, 255, 0.02) 0%, rgba(168, 218, 255, 0.02) 100%) rgba(168, 218, 255, 0.02);
  border-radius: 100px;
  opacity: 1;
  display: inline-block;
  margin-top: 1.5rem;
}

#bloco1 {
  color: #fff;
  padding: 3rem 0;
  background-color: #24244E;
}

.embed-responsive {
  border: solid 12px rgba(151, 71, 255, .22);
  border-radius: 24px;
}

#aprendizado {
  /*
  background: radial-gradient(65.51% 56.5% at 50% 100%, rgba(123, 239, 255, .5) 0, hsla(0, 0%, 100%, .5) 100%), #fff;

  background:

    radial-gradient(65.51% 56.5% at 50% 100%,
      rgba(123, 239, 255, .5) 0,
      hsla(0, 0%, 100%, .5) 100%),

    radial-gradient(65.51% 56.5% at 50% 0%,
      rgba(123, 239, 255, .5) 0,
      hsla(0, 0%, 100%, .5) 100%),

    #f5f5f5;
    */

  background-color: #1f408d;
  background-color: #141f35;
  background-color: #24244E;
}

#aprendizado h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}

.card-list {
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(151, 71, 255, .22);
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  background-color: #2a4fa0;
  background-color: #9747ff1f;
  min-height: 120px;


  /*
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  */
}


.cards-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Espaço entre os cards */
  padding: 0;
  margin: 0;
  list-style: none;
}

.cards-list li {
  font-size: 1rem;
  font-weight: 500;
  flex: 0 0 calc(33.333% - 20px);
  /* trava em 1/3 exato */
  max-width: calc(33.333% - 20px);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(151, 71, 255, .22);
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  background-color: #2a4fa0;
  background-color: #9747ff1f;


  /*
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  */
}

/*
.cards-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
  */

/* Mobile - 1 card por linha */
@media (max-width: 768px) {
  .cards-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#aprendizado .videos {
  margin-top: 2.5rem;
}

#investimento {
  background-color: var(--bg-lighter);
}

#investimento h2 {
  color: #9d54d7;
}

#investimento .planos h2 {
  color: #B68C40;
}

#investimento .table-responsive {
  border-radius: 16px;
  padding: 8px;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 12px 4px;
}

#investimento table tbody {
  font-size: .95rem;
  font-weight: 600;
}

#investimento .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .025);
}

.plan-highlight {
  color: #610F9B;
  font-size: 1rem;
  font-weight: 700;
  background: #fff7e6;
}

.planos {
  color: #fff;
  border-radius: 16px;
  padding: 1rem;
  background-color: #24244E;
  height: 100% !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.planos h2 {
  color: #9436E1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.planos-itens ul {
  padding-left: 20px;
}

.planos-itens ul li::marker {
  color: #963cd2;
}

.bonus {
  color: #fff;
  border: dashed 2px #fff;
  border-radius: 16px;
  padding: 8px 16px;
  background-color: #9436E1;
}

.value {
  margin-top: auto;
}

.planos .botao {
  margin-top: 10px;
  border-radius: 16px;
}

.planos .botao a {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  align-content: center;
  align-items: center;
  background-color: #610F9B;
  border-radius: 16px;
  border: solid 4px rgba(151, 71, 255, .22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: center;
  padding: 12px 12px;
  text-decoration: none;
  width: 100%;
}

.planos .botao a:hover {
  color: #fff;
  background-color: #7d2ca8;
  border: solid 4px rgba(151, 71, 255, .22);
}

.modal {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-form {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  align-content: center;
  align-items: center;
  background-color: #610F9B;
  border-radius: 16px;
  border: solid 1px rgba(151, 71, 255, .22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: center;
  padding: 12px 12px;
  text-decoration: none;
  width: 100%;
}

.btn-form:hover {
  color: #fff;
  background-color: #7d2ca8;
  border: solid 1px rgba(151, 71, 255, .22);
}

.form-group label {
  font-size: .85rem;
  font-weight: 500;
  margin-bottom: .15rem;
}

.purple {
  color: #9d54d7;
}

#imersao {
  height: 600px;
  background-image: url(../img/imersao1.jpg);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/imersao1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

}

#imersao h2 {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  padding-top: 200px;
}

#imersao .card {
  color: #fff;
  border: solid 1px #f1f3f5;
  border: solid 1px rgba(144, 71, 150, .1);
  margin-bottom: 15px;
  border-radius: 1.5rem;
  background-color: #290B4D;
  background-color: #9436E1;
  background-color: rgba(148, 54, 225, 0.5);
}

#imersao .card hr {
  border-top: solid 1px #a968ff4d;
}

#imersao .card h4 {
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 500;
}

#imersao .card h6 {
  font-size: .8rem;
  line-height: 1.5em;
  font-weight: 600;
}

#imersao .card img {
  width: 20px;
  margin-right: 4px;
}

#imersao .card:hover {
  box-shadow: 0 4px 12px 0 rgba(33, 36, 41, .14);
  transition: .2s;
}

#imersao hr {
  border-top: solid 1px #f1f3f5;
}


#imersao-bg {
  height: 500px;
  background-image: url(../img/imersao1.jpg);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/imersao1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

}

#participacao {
  margin-top: -180px !important;
  background: linear-gradient(to bottom, transparent 40%, #290B4D 40%);
  background: linear-gradient(to bottom, transparent 40%, #610F9B 40%);
}

#participacao h2 {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

#participacao .card {
  color: #fff;
  border: solid 1px #f1f3f5;
  border: solid 1px rgba(144, 71, 150, .1);
  margin-bottom: 15px;
  border-radius: 1.5rem;
  background-color: #290B4D;
  background-color: #9436E1;
}

#participacao .card hr {
  border-top: solid 1px #a968ff4d;
}

#participacao .card h4 {
  font-size: 1.2rem;
  line-height: 1.3em;
  font-weight: 600;
}

#participacao .card h6 {
  font-size: .8rem;
  line-height: 1.5em;
  font-weight: 600;
}

#participacao .card img {
  width: 20px;
  margin-right: 4px;
}

#participacao .card:hover {
  box-shadow: 0 4px 12px 0 rgba(33, 36, 41, .14);
  transition: .2s;
}

#participacao hr {
  border-top: solid 1px #f1f3f5;
}

#fozespera {
  background: linear-gradient(to bottom, #610F9B 50%, transparent 50%);
  background: linear-gradient(to bottom, #610F9B 50%, var(--bg-lighter) 50%);
}

#impacto {
  color: #fff;
  background-color: #141f35;
}

#impacto ul.list-impacto {
  list-style: none;
  /* remove os marcadores padrão */
  padding: 0;
  margin: 0;
}

#impacto ul.list-impacto li {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 16px 20px 16px 44px;
  /* espaço extra à esquerda */
  margin-bottom: 14px;
  background: #fff;
  background-color: #9747ff1f;
  border: solid 1px rgba(151, 71, 255, .22);
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Ícone ou marcador moderno */
#impacto ul.list-impacto li::before {
  content: "✔";
  /* pode trocar por outro símbolo */
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: #4caf50;
  font-weight: bold;
}

/* Efeito hover */
#impacto ul.list-impacto li:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.borda1 {
  border-radius: 32px 0 0 0;
}

.borda2 {
  border-radius: 0 32px 0 0;
}

.borda3 {
  border-radius: 0 0 0 32px;
}

.borda4 {
  border-radius: 0 0 32px 0;
}

#videos {
  /*
  background: radial-gradient(65.51% 56.5% at 50% 100%, rgba(123, 239, 255, .5) 0, hsla(0, 0%, 100%, .5) 100%), #fff;
  */
  background-color: #141f35;
  padding: 2.5rem 0 4rem 0;
}

#videos .list a .img-fluid {
  border: solid 8px rgba(151, 71, 255, .22);
  border-radius: 16px;
}

.videos .list {
  position: relative;
  display: inline-block;
  margin: 10px;
  overflow: hidden;
  border-radius: 12px;
  /* bordas arredondadas, mais moderno */
}

.video-thumb {
  display: block;
  position: relative;
}

.video-thumb img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
  border-radius: 12px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.25);
  /* círculo escuro translúcido */
  padding: 5px;
  border-radius: 50%;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.play-icon img {
  width: 50px;
  height: 50px;
  display: block;
  opacity: .6;
}

/* Hover efeitos */
.video-thumb:hover img {
  transform: scale(1.05);
  filter: brightness(0.8);
}

.video-thumb:hover .play-icon {
  background: rgba(148, 54, 225, 0.7);
  /* roxo moderno */
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}


.bg-espera {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  padding: 3rem;
  border-radius: 25px;
  background-color: #0088cc;
  background-image: url(../img/bg-imersao.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-home {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  padding: 3rem 0;
  background-color: #0088cc;
  background-image: url(../img/bg-imersao.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#faq {
  /*
  background: radial-gradient(65.51% 56.5% at 50% 100%, rgba(123, 239, 255, .5) 0, hsla(0, 0%, 100%, .5) 100%), #fff;
  */
  background-color: var(--bg-lighter);
}

.btn-whatsapp {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  align-content: center;
  align-items: center;

  border-radius: 100px;
  border: none;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: center;
  padding: 16px 18px 16px 32px;
  text-decoration: none;
  margin-top: 2rem;
  min-width: 240px;

  background-color: #26c04c;
  box-shadow: rgba(181, 245, 161, 0.1) 0px 4px 16px 0px inset, rgba(38, 192, 76, 0.3) 0px 4px 40px 0px;
  transition: all 0.3s ease-in-out;
}

.btn-whatsapp:hover {
  color: #fff;
  background-color: #b5f5a1;
  text-decoration: none;
  background: linear-gradient(129.981deg, rgba(38, 192, 76, 1) 0%, rgba(181, 245, 161, 0.89) 100%);
  transform: translateY(-3px);
}

.destaque {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6em;
  font-weight: 500;
}

ul.date {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

ul.date2 li {
  font-size: 21px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

ul.list li {
  font-size: 24px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
}

ul.social li a {
  color: #fff;
  font-size: 24px;
  padding: 0px 15px;
}

ul.social li a:hover {
  color: #ffd7a8;
}

.btn-telegram {
  font-size: 28px;
  line-height: 32px;
  padding: 15px 15px 10px 15px;
  color: #fff;
  background-color: #0088cc;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}

.btn-telegram:hover {
  color: #fff;
  background-color: #A63537;
}

.bg-lighter {
  background: #F97E6F;
  background: -moz-linear-gradient(top, #F97E6F 0%, #F97E6F 90%, #FFFFFF 35%, #FFFFFF 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #F97E6F), color-stop(90%, #F97E6F), color-stop(35%, #FFFFFF), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #F97E6F 0%, #F97E6F 90%, #FFFFFF 35%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #F97E6F 0%, #F97E6F 90%, #FFFFFF 35%, #FFFFFF 100%);
  background: -ms-linear-gradient(top, #F97E6F 0%, #F97E6F 90%, #FFFFFF 35%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #F97E6F 0%, #F97E6F 90%, #FFFFFF 35%, #FFFFFF 100%);
}

.bg-mixed {
  background-color: #F97E6F;
}

.bg-light {
  background-color: #FFFFFF !important;
}

.bg-header {
  background-color: #A61A1A !important;
}

.vantagens {
  color: #fff;
  padding: 5rem 0 4.5rem 0;
  background-image: radial-gradient(circle farthest-side at 80% 100%, #F97E6F, transparent 57%),
    radial-gradient(circle farthest-side at 40% -40%, #F97E6F, transparent 62%);
  background-color: #A63537;
  background-image: url(../img/cintiacunha-audatti.jpg);
  background-image: url(../img/bg-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.vantagens:before {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all .3s ease-out;
}

.box {
  color: #fff;
  border: solid 1px rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(2px);
  align-content: flex-start;
  backdrop-filter: blur(2px);
  background-color: #ffffff05;
  background-color: rgba(148, 54, 225, 0.2);
  border-radius: 16px;
  overflow: visible;
  padding: 24px;
  position: relative;
  width: 100%;
  box-shadow: 0px 30px 40px rgba(191, 162, 120, 0.1);
  height: 100%;
}

.box p {
  font-size: .95rem;
  margin-bottom: 0;
}

.box-price {
  border: solid 1px rgba(1, 161, 128, .44);
  align-content: center;
  align-items: center;
  background: linear-gradient(90deg, #4cfeda00 -32%, #00ffcc40);
  border-radius: 8px;
  box-shadow: .8619931661116425px 0 4.3099658305582125px -.7142857142857142px #00ffcc0d, 2.1116123420733492px 0 10.558061710366745px -1.4285714285714284px #00ffcc0d, 4.001200235096039px 0 20.006001175480197px -2.142857142857143px #00ffcc0d, 6.985049296343931px 0 34.925246481719654px -2.8571428571428568px #00ffcc0a, 12.157057627044848px 0 60.78528813522424px -3.5714285714285716px #00ffcc0a, 22.267093145876423px 0 111.33546572938212px -4.285714285714286px #00ffcc05, 44px 0 220px -5px #0fc0;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 24px 48px;
  position: relative;
  width: min-content;
}

ul.hotel {
  padding-left: 0;
  list-style: none;
}

ul.hotel li {
  display: inline;
}

#sobre {
  color: #fff;
  /*
  background-image: linear-gradient(339deg, #1f408d 28.15%, #5e55c2 86.35%);
  */
  background-color: #24244E;
}

#sobre p {
  font-size: 1rem;
}

#sobre ul {
  padding-left: 20px;
}

#sobre ul li {
  font-size: 1rem;
  margin-bottom: 1rem;
}

#investimento {
  padding: 4rem 0;
}

.parcela {
  font-family: "Montserrat", sans-serif;
  color: var(--bg-lighter);
  font-size: 1.2rem;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}

.valorparcelado {
  font-size: 2.4rem;
  line-height: .9em;
  font-weight: 600;
  color: #B68C40;
}

.valorparcelado span {
  font-size: 1.8rem;
}

.valor {
  color: var(--bg-lighter);
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: .5rem;
}

.valor span {
  font-size: 1.4rem;
  font-weight: 600;
}

#alunosfoz {
  background-color: var(--bg-lighter);
}

ul.aulas-item {
  list-style: none;
  padding-left: 0;
}

ul.aulas-item li {
  display: inline;
  color: #816357;
  font-size: .85rem;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #fff;
  border: solid 1px #816357;
  border-radius: 25px;
  box-shadow: 0px 30px 40px rgba(191, 162, 120, 0.25);
  padding: 12px 8px;
  border-radius: 24px;
}

.accordion .card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.accordion .card-header {
  background: #f8f9fa;
  padding: 0;
  text-decoration: none;
}

.accordion .btn {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion .btn-link {
  text-decoration: none !important;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus,
.accordion .btn-link:active {
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.accordion .btn:hover {
  text-decoration: none;
  background: #e9ecef;
}

.accordion .arrow {
  transition: transform 0.3s ease;
}

.accordion .btn[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}

.accordion .collapse {
  transition: all 0.3s ease;
}



/* Accordion clean */
#faq .card {
  border: none;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

#faq .card-header {
  background: #fff;
  border: none;
  padding: 0;
}

#faq .btn-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  padding: 15px 20px;
  transition: background 0.3s, color 0.3s;
}

#faq .btn-link:hover {
  background: rgba(0, 0, 0, 0.03);
  color: var(--primary);
}

#faq .btn-link:focus {
  box-shadow: none;
  outline: none;
}

/* Arrow */
#faq .btn-link::after {
  content: "›";
  font-size: 1.4rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  color: var(--primary);
}

#faq .btn-link.collapsed::after {
  transform: rotate(0deg);
}

/* Conteúdo */
#faq .card-body {
  background: #fff;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
  border-top: 1px solid #eee;
}

#hotel {
  position: relative; /* base para overlay */
  overflow: hidden;
}

#hotel .chamada-hotel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  max-width: 80%;
}

/* o link cobre toda a área da chamada */
#hotel .chamada-hotel .overlay-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

/* sombra para melhor contraste */
#hotel .chamada-hotel h2,
#hotel .chamada-hotel .linha {
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

#hotel .badge-chamada {
  color: #fff !important;
  margin-top: 0;
  border: solid 1px rgba(151, 71, 255, .22);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
}

#hotel .data .linha {
  color: #ffffff;
}

/* overlay do gradiente */
#hotel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(151, 71, 255, .22), rgba(151, 71, 255, .22) 75%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
  /* não atrapalha cliques nas imagens */
}

#hotel:hover::before {
  opacity: 1;
}

/* mantém a lupa por cima */
#hotel::after {
  content: "\f002";
  /* fa-search */
  font-family: FontAwesome;
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10 !important;
}

#hotel:hover::after {
  opacity: 1;
}

.fotos li a {
  position: relative;
}

.fotos li a::before {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all .3s ease-out;
}

.fotos li a:hover {
  background-image: linear-gradient(0deg, rgba(151, 71, 255, .22), transparent 75%);
}

.fotos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* padrão mobile */
  margin: 0;
  padding: 0;
  list-style: none;
}

.fotos img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.fotos a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(151, 71, 255, .22);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fotos a:hover::after {
  opacity: 1;
  /* mostra o overlay */
}

@media (max-width: 768px) {
  #hotel .chamada-hotel {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}


/* Para telas grandes (lg) */
@media (min-width: 992px) {
  .fotos {
    grid-template-columns: repeat(5, 1fr);
  }

}

/* Para telas extra grandes (xl) */
@media (min-width: 1200px) {
  .fotos {
    grid-template-columns: repeat(6, 1fr);
  }
}

.videosimersao {
  padding: 2rem 0;
  background-color: var(--bg-lighter);
}

footer {
  color: #fff;
  font-size: .9rem;
  background-color: #141f35;
  background-color: #24244E;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 30px 0 30px 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .small {
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.6em;
}

a.whatsicon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

a.telegramicon {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #0088cc;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 26px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}



#faq .col-12.col-lg-4.col-xl-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

img.img-header {
  border-radius: 32px;
  border: solid 8px rgba(151, 71, 255, .22);
}

@media (max-width: 768px) {

  header {
    display: block !important;
    /* remove flex p/ empilhar */
  }

  .img-home {
    position: static !important;
    /* sai do absolute */
    margin-top: 20px;
    /* espaço do conteúdo */
    max-width: 100%;
    /* ajusta largura */
    height: auto;
  }

  img.logo {
    margin: auto;
    display: flex;
    width: 200px;
  }

  #imersao-bg {
    display: none;
  }

  #participacao {
    margin-top: 0 !important;
    padding-top: 2rem;
    background: linear-gradient(to bottom, #610F9B 40%, #610F9B 40%);
  }

  .embed-responsive {
    border: solid 6px rgba(151, 71, 255, .22);
  }

  h1 {
    font-size: 1.4rem;
    line-height: 1.2em;
    font-weight: 700;
  }

  h2 {
    font-size: 1.3rem;
    line-height: 1.3em;
    font-weight: 600;
  }

  h4 {
    font-size: 1.2rem;
  }

  .destaque {
    font-size: 1.1rem;
    line-height: 1.4em;
  }

  .bg-espera {
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    padding: 1.5rem 1rem;
    border-radius: 25px;
  }

  .btn-aula {
    font-size: 1rem;
  }

  .videos .list {
    margin: 0px;
  }

  .data h3 {
    font-size: .9rem;
    font-weight: 600;
  }

  .list {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg-espera .btn-aula {
    margin: 20px 0 0 0;
  }

  button.btnhome {
    display: block;
    margin: 0 auto 30px auto;
  }

  .fixed-nav {
    width: 100% !important;
  }

  .fixed-in {
    display: block !important;
    text-align: center !important;
  }

  .fixed-in span {
    display: none;
  }

  .btn-nav {
    width: 100%;
  }

  .vantagens {
    background-position: left;
  }

  #investimento {
    padding: 3rem 0;
  }

  #investimento p {
    text-align: left !important;
    margin-bottom: 0;
  }
}

/* Spinner */
.spinner {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}