/* Lado esquerdo */
.bloco-cadastro {
	padding-bottom: 20px;
	padding-right: 20px;
}

.input-cadastro-wrapper {
	padding-right: 10px;
	margin-bottom: 15px;
}

.input-cadastro {
	padding-left: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 6px 9px -3px rgba(0,0,0,0.26); 
	box-shadow: 0px 6px 9px -3px rgba(0,0,0,0.26);
}

.cadastro-aluno-plano {
	color: #b951c1;	
}

.cadastro-aluno-preco {
	font-weight: bolder;
	color: #b951c1;
	font-size: 2em;
}

.botao-aplicar-wrapper {
	margin-left: -20px !important;	
}

.botao-aplicar {
	background-image: linear-gradient(to bottom, #b951c1, #d787e1);
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;	
	color: white;
	font-weight: bolder;
}

.botao-aplicar:hover {
	background-image: linear-gradient(to top, #b951c1, #d787e1);
	color: white;
}

.separador-cadastro-wrapper {
	padding-left: 15px;	
	border-width: 100%;
}

.separador-cadastro {
	border-bottom: 2px solid #bbb;
	margin-bottom: 20px;
	height: 3px;
}

.separador-invisivel {
	visibility: hidden;
}

.forma-pagamento.wrapper {
	padding-left: 30px;
	border-radius: 20px;
	padding: 30px;
}

.forma-pagamento {
	-webkit-box-shadow: 0px 6px 9px -3px rgba(0,0,0,0.26); 
	box-shadow: 0px 6px 9px -3px rgba(0,0,0,0.26);
	text-align: center;
	height: 60px;
	border-radius: 20px;
}

.imagem-pagamento {
	border-radius: 20px;
	width: 100%;
	margin: 0 auto;
}

.btn-finalizar {
	background-image: linear-gradient(to bottom, #b951c1, #d787e1);
	border-radius: 20px;
	color: white;
	width: 97%;
	font-size: 1.5em;
	font-weight: bolder;
}

.btn-finalizar:hover {
	background-image: linear-gradient(to top, #b951c1, #d787e1);
	color: white;
}
/* Fim de lado esquerdo */





/* Lado direito */
.imagem-cadastro-aluno-wrapper {
	border-left: 2px solid #bbb;
	padding-left: 30px;
	/*width: 3px;*/
}

.imagem-cadastro-aluno {
	border-radius: 50px;
}

.img-stardance-aluno {
	width: 100%;
	border-radius: 30px;
	border: 2px solid #b951c1; /* roxo */
}

.o-que-encontra {
	color: #f26b25;	/* laranja */
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bolder;
}

.o-que-encontra-item {
	color: #777;
	font-size: 1.5em;
	font-weight: 100;
}

.check-laranja {
	color: #f26b25;
}

.hr-cadastrar {
	height: 1px;
	background-color: #999;
}

.aluno-mini {
	width: 100%;
	border-radius: 30px;
	border: 2px solid #b951c1; /* roxo */
}

.tipo-plano {
	color: #b951c1;
}


