.btn{
	width: 228px;
	height: 52px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	border-radius: 30px;
	font-weight: 700;
	font-size: 15px;
}
.btn-yellow{
	color: #FACF72;
	text-decoration: none;
	width: auto;
	height: auto;
}
.btn-blue{
    border: 1px solid white;
    color: white;
    background-color: #001734;
}
.btn-white{
    border: 1px solid #001734;
    color: #001734;
    background-color: white;
}
.btn-transparente{
    border: 1px solid white;
    color: white;
    background-color: transparent;
}
.btn-yellow span{
	margin-left: 5px;
}
.btn.el-center{
	margin: 0px auto;
}
.btn.btn-purple{
	border:2px solid #FFFFFF;
	background-color: var(--purple-color);
	color : white;
	font-weight: 700;
}

.btn-go-back{
	position: absolute;
	left: 30px;
	top: 15px;
	width: 212px;
	height: 45px;
	text-decoration: none;
	border:1px solid var(--muted-color);
	background-color: white;
	display: flex;
	flex-direction: row;
	font-size: 13px;
	color: var(--muted-color);
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: space-between;
	z-index: 1;
}