.botao-padrao {
	background-color: var(--primary);
	color: var(--white);
	width: 100%;
	cursor: pointer;
	border: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	height: 42px;
	padding: 8px;
	margin: 19px 0px;
}