.padre {
	font-family:Arial;
	width:550px;
	height:500px;
	border:12px;
	border-style:solid;
	border-color:#283158;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:center;
	align-content:space-around;
	align-items:center;
	padding:20px;
}

.hijo {
	width:25px;
	height:10%;
	color:white;
	text-align:center;
	background-color:#FC6E15;
	padding:0.5em;
	margin:5px;
	flex-grow:1;
}

.hijo2 {
	flex-grow:2;
}