.btn, .has-spinner{
	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;
}
.has-spinner{
	border-bottom: none !important;
	width: 228px !important;
	margin-top: 40px !important;
}
.btn-yellow{
	color: #FACF72;
	text-decoration: none;
	width: auto;
	height: auto;
}
.btn-blue{
    border: 1px solid white;
    color: white;
    background-color: 07355E;
}
.btn-white{
    border: 1px solid 07355E;
    color: 07355E;
    background-color: white;
}
.btn-white:hover{
	background-color: #07355E;
	color: white;
}
.btn-transparente{
    border: 1px solid white;
    color: white;
    background-color: transparent;
}
.btn-transparente:hover{
	background-color: white;
	color: #07355E;
}
.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;
}
.btn-enlace{
	border: solid 1px #000000;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	width: 90%;
}
