.padre {
	font-family:Arial;
	width:550px;
	height:300px;
	border:12px;
	border-style:solid;
	border-color:#283158;
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:center;
	align-content:space-around;
	align-items:center;
	padding:20px;
}

.hijo {
	width:35%;
	height:15%;
	color:white;
	text-align:center;
	background-color:#FC6E15;
	padding:0.5em;
	margin:5px;
}

.hijo3 {
	align-self:flex-end;
}