.curso-container {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  border-radius: 20px;
  background: #e4f4ff;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.colunas {
  display: flex;
  flex-direction: row;

  align-items: center;
}
.persoVideo {
  margin-top: auto;
  margin-bottom: auto;
}

.persoVideo img {
  width: 240px;
  height: 426px;
  object-fit: cover;
  border-radius: 12px;
  margin-left: 240px;
}

#play {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.aniversario-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.logo-aniversario {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;

  height: min-content;
}

.titulo-principal {
  font-size: 36px;
  color: #01208f;
  font-weight: bold;
  text-align: center;
}

.subtitulo-curso {
  font-size: 28px;
  color: #0d41dd;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}

.descricao-destaque {
  font-size: 22px;
  color: #001b79;
  font-weight: bold;
  margin-top: 20px;
}

.lista-beneficios {
  font-size: 18px;
  color: #001b79;
  margin: 20px 0;
  padding-left: 20px;
  list-style-type: none;
}

.iconeVerificado {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}


.botao-inscricao {
  background: linear-gradient(135deg, #000000, #12308f, #12308f);
  color: white;
  font-size: 18px;
  padding: 14px 25px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
}

.botao-inscricao:hover {
  background-color: #0f1f70;
}

.disclaimer {
  font-size: 22px;
  color: #021562;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .curso-container {
    padding: 20px;
  }

  .colunas {
    flex-direction: column;
    gap: 20px;
  }

  .coluna1 {
    width: 100%;
  }

  .persoVideo img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  #play {
    left: 50%; /* centraliza o botão de play na imagem */
  }

  .titulo-principal {
    font-size: 28px !important;
  }

  .subtitulo-curso {
    font-size: 24px;
    text-align: center;
  }

  .descricao-destaque {
    font-size: 22px;
    text-align: center;
  }

  .lista-beneficios {
    font-size: 20px;
    padding-left: 0;
  }

  .botao-inscricao {
    font-size: 16px;
    width: 100%;
    padding: 12px;
  }

  .logo-aniversario {
    max-height: 150px;
    width: 100%;
    max-width: 250px;
  }

  .disclaimer {
    font-size: 16px;
    padding: 0 10px;
  }
}
