.finder-price{
	font-family: 'Lexend';
	font-size: 25px;
	font-weight: 700;
}

.finder-spiible-flex{
	display: flex;
	align-items: center;
	justify-content: space-between
}

.finder-price-discount{
	color: #8A7FF7;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Lexend';
	text-decoration: line-through;
}

.finder-promotion-percentage{
	border: 2px solid #8175EB4D;
	color: #6C5FD1;
	font-family: 'Lexend';
	padding: 10px 5px;
	border-radius: 6px;
	font-weight: 600;
}

.finder-valid-until{
	color: #576389;
	font-family: 'Lexend';
	font-size: 12px;
}

.offer-tag{
	font-family: "Lexend", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    fill: #FF5A5A;
    color: #FF5A5A;
    background-color: #FFE5E5;
    border-style: none;
	border-radius: 100px;
	padding: 7px 18px 7px 10px;
}
.study-job-tag{
	font-family: "Lexend", Sans-serif;
    font-size: 12px;
    font-weight: 500;
	background: #6C5FD1;
	color: white;
	border-radius: 100px;
	border-style: none;
	padding: 8px 15px;
}
.spiible-currency{
    margin-right: 5px;
}
.spiible-price-period{
    font-weight: 400;
    font-size: 16px;
    margin-left: 5px;
    color: #848585;
}

.finder-price.single-english {
	color: #FCDA6F;
}
.finder-price-discount.single-english{
	color: white;
}

.tags-infos-english-course{
	display: flex;
	gap: 10px;
	margin-bottom: 25px;
	align-items: center;
}

.tag-info-english{
	font-family: 'Lexend'!important;
	background: #8175EB;
	color: white;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 400px;
}
.tag-info-english.edit{
	background: transparent;
	padding: 0;
	border-radius: none;
	cursor: pointer;
}
.tag-info-english.edit.close-info-course{
	text-decoration: underline;
}

a.spiible-title-prices{
	font-family: 'Lexend'!important;
    font-size: 22px!important;
    font-weight: 600!important;
    line-height: 27.5px!important;
    text-align: left!important;
    text-decoration: none!important;
    color: #2E3141!important
}

a.spiible-btn-saiba-mais{
	text-decoration: none!important;
	color: #584EA9!important;
	font-weight: 500;
	background: #FCDA6F;
	border-radius: 470px;
	font-size: 18px;
	padding: 16px 0;
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: 32px;
	min-width: 100%!important;
	transition: all .3s;
    font-family: 'Lexend';
}

a.spiible-btn-saiba-mais:hover{
	background: #584EA9!important;
	color: white!important
}

.select-single-course{
	background:#8175EB!important;
	color: white!important;
	border: none;
}

.apply-info-course{
	color: #584EA9!important;
	background: #FCDA6F;
	border-radius: 470px;
	font-family: 'Lexend';
	cursor: pointer;
}