.row {
	margin-top: 3em;
}


.row .col-md-6 {
	display: flex;
	flex-flow: column nowrap;
	justify-items: center;
	justify-content: center;
}

#my_camera, .image-tag {
	align-self: center;
	display: flex;
	flex-flow: column nowrap;
	justify-items: center;
	justify-content: center;
}

.botaoTirarFoto{
	background:#fff;
	
	border: 1px solid #263A57;

	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;

	/*box-shadow: 1px 1px 2px #263A57;
	-moz-box-shadow: 1px 1px 2px #263A57;
	-webkit-box-shadow: 1px 1px 2px #263A57;
	-o-box-shadow: 1px 1px 2px #263A57;*/

	border-style: 1px solid #263A57;
	-moz-border-style: 1px solid #263A57;
	-webkit-border-style:1px solid #263A57;
	-o-border-style: 1px solid #263A57;

	color:#263A57;
	font-family: poppins, sans-serif;
	font-size: 1em;
	margin-top: 1em;
	max-width: 700px;
	padding: 1em;
	text-align: center;
	width: 100%;
}