.pie {
	margin-top:1rem;
	padding:1rem;
	background-color:#450D48;
	text-align:center;
}

.pie .logo {
	margin:0 auto;
	width:100px;
	max-width:50vw;
	height:40px;
	background-image:url(../../images/logo_cabeza_bn.png?v=3);
	background-size:contain;
	background-repeat:no-repeat;
}

.pie .text {
	padding-top:.4rem;
	font-size:1.3rem;
	color:#fff;
}

.pie .text .dev {
	font-size:1rem;
	color:#fff;
}