body {
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;

}

header {
  background-color: #d62ad0;
  color: white;
  padding: 30px 0;
}

header h1 {
  margin-top: 2px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

header h2 {
  margin: 0;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}

/* --------------------------------------------------- INTRO --------------------------------------------------- */

.highlight-text-intro {
    font-weight: 600;
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    color: #FFFFFF;
}

.text-intro {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

.icon-img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

/* --------------------------------------------------- BLOCO MUDANÇA PROFISSIONAL --------------------------------------------------- */

.text-change {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

.change-highlight {
    color: #d62ad0;
}

/* --------------------------------------------------- BLOCO CARREIRA --------------------------------------------------- */

.texto-destaque-carreira {
    font-weight: 600;
    font-size: 28px;
    font-family: "Oswald", sans-serif;
    color: #d62ad0;
}

.texto-carreira {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
}

.highlight {
    font-family: "Rubik", sans-serif;
    border: 1px solid #d62ad0;        /* Borda fina e azul clara */
    border-radius: 8px;               /* Cantos arredondados */
    padding: 12px 16px;               /* Espaçamento interno */
    color: #d62ad0;                   /* Cor do texto mais escura */
    margin: 50px auto;                /* Centraliza e espaça */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Sombra leve para realce */
    font-size: 20px;
}

.botao-curso {
  background-color: #d62ad0;
  color: #d62ad0;
  border: 3px solid #d62ad0;
  padding: 15px 45px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 10px #d62ad0, 0 0 30px #d62ad0;
  transition: all 0.3s ease;
  background-image: radial-gradient(circle at 50% 50%, #0f0f0f 0%, #000000 100%);
  margin: 80px auto;
  display: block;
}

.botao-curso:hover {
  background-color: #d62ad0;
  color: #660066;
  box-shadow: 0 0 20px #d62ad0, 0 0 60px #d62ad0, 0 0 80px #d62ad0;
  transform: scale(1.08);
}

.bloco-mentores {
  background-color: white;
  color: black;
  text-align: center;
  width: 100%;
  border-radius: 12px; /* Define os cantos arredondados */
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 30px;
}


.destaque-texto {
    color: #d62ad0;
}

.timer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.time-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.time-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.time-box {
  background-color: white;
  color: #d62ad0;
  border: 2px solid #d62ad0;
  padding: 5px 5px;
  font-weight: bold;
  font-size: 36px;
  border-radius: 8px;
  min-width: 60px;
  text-align: center;
}

.label {
  font-size: 12px;
  color: white;
  margin-top: 5px;
}



.separator-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-top: 5px;
}

.expired {
  font-size: 32px;
  color: white;
  font-weight: bold;
}

.destaque {
  background-color: white;
  color: black;
  text-align: center;
  width: 100%;
  border-radius: 12px; /* Define os cantos arredondados */
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 30px;
}
.destaque h2 {
  font-size: 1.8rem;
  color: #d62ad0;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.bloco {
  border: 1px solid #d62ad0;       /* Borda fina azul */
  background-color: #2f2f2f;    /* Fundo cinza escuro */
  padding: 16px;                /* Espaçamento interno */
  color: white;                 /* Texto branco para contraste */
  border-radius: 4px;           /* Cantos levemente arredondados (opcional) */
}

.cta-inicio {
  font-size: 1.8rem;
  color: white;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.cta {
    color: white;
    padding: 30px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    max-width: 90%;
  }
  .cta-destaque {
    color: #d62ad0;
}

.icone {
    margin-right: 10px;
    margin-left: 10px;
    color: #d62ad0;
}

.footer {
    background-color: #660066;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    font-weight: lighter;
}

/* SHOP */

.title-shop {
    margin-top: 2px;
    font-size: 28px;
    font-weight: bold;
}
.title-highlight {
    color: #d62ad0;
}
.item-highlight {
    background-color: white;
    padding: 20px;
    color: black;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.highlight-shop {
    background-color: rgba(255, 255, 255, 0.1); /* fundo branco com 10% de opacidade */
    color: #ffffff; /* texto branco para contraste */
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 100px auto 50px auto;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    font-size: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.line-through {
  position: relative;
  display: inline-block;
  color: #d62ad0;
}

.line-through::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px; /* espessura do traço */
  background: #d62ad0; /* cor do traço */
  transform: translateY(-50%);
}
.price-of {
    margin-top: 80px;
    font-size: 28px;
    font-weight: bold;
}
.price-by {
    line-height: normal;
    font-size: 24px;
    font-weight: bold;
}
.price-by-cost {
    margin-bottom: 100px;
    font-size: 58px;
    font-weight: bold;
}