main > div[data-sheet] > div {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	overflow-y: scroll;
	position: relative;
}

@media (min-width: 768px) {
	main > div[data-sheet] > div {	
		display: flex;
	}
}

main > div[data-sheet] > div.sheet > br {
	display: none;
}

main > div[data-sheet] > div > button {
	/* width: 5rem; */
	/* height: 5rem; */
	border: none;
	/* border-radius: 50%; */
	background: transparent;
	position: absolute;
	top: 2rem;
	/* right: 2rem; */
	left: 26rem;
	z-index: 5;
	display: flex;
	gap: 1rem;
	align-items: center;
	cursor: pointer;
	font-size: 1.7rem;
	font-weight: 600;
}

@media (max-width: 768px) {
	main > div[data-sheet] > div > button {
		top: 18rem;
		left: 2rem;
	}
}

main > div[data-sheet] > div > button:before {
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 2rem;
	font-weight: 300;
	/* color: #fff; */
	content: "\f060";
}

main > div[data-sheet] > div > button:hover {
	opacity: .6;
}

main > div[data-sheet] > div > img {
	object-fit: cover;
	object-position: top;
}

@media (max-width: 768px) {
	main > div[data-sheet] > div > img {
		min-height: 14rem;
		max-height: 14rem;
		width: 100%;
	}
}

@media (min-width: 768px) {
	main > div[data-sheet] > div > img {
		min-width: 24rem;
		max-width: 24rem;
		min-height: 100%;
		max-height: 100%;
		object-position: center;
		position: sticky;
		top: 0;
	}
}

main > div[data-sheet] > div > div.content {
	flex: 1;
	display: flex;
	flex-direction: column;
	max-width: 80rem;
	margin: 0 auto;
}

main > div[data-sheet] > div > div.content > div {
	flex: 1;
	/* overflow-y: scroll; */
	padding-bottom: 8rem;
}

main > div[data-sheet] > div > div.content > div > header {
	position: relative;
	margin-top: 2rem;
}


@media (max-width: 768px) {
	main > div[data-sheet] > div > div.content > div > header {
		margin-top: 3rem;
	}
}

main > div[data-sheet] > div > div.content > div > header > div {
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* z-index: 1; */
	padding: 4rem 2rem 2rem 2rem;
	font-weight: 700;
	/* background: rgb(0,0,0); */
	/* background: linear-gradient(180deg, rgb(0 0 0 / 87%) 0%, rgba(0,0,0,0) 100%); */
	/* color: #fff; */
	/* text-shadow: 1px 1px #000; */
}

main > div[data-sheet] > div > div.content > div > header > div > div.title {
	font-size: 2.6rem;
	line-height: 2.8rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	main > div[data-sheet] > div > div.content > div > header > div > div.title {
		font-size: 3.6rem;
		line-height: 3.8rem;
	}
}

main > div[data-sheet] > div > div.content > div > header > div > div.items {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

main > div[data-sheet] > div > div.content > div > header > div > div.items > div {
	display: flex;
	align-items: center;
	margin-bottom: .4rem;
	font-size: 1.4rem;
	font-weight: 600;
	background: #f1f2f3;
	padding: .6rem 2rem .6rem 1rem;
	border-radius: 20px;
}

main > div[data-sheet] > div > div.content > div > header > div > div.items div > i {
	min-width: 3rem;
	text-align: center;
	color: black;
}

main > div[data-sheet] > div > div.content > div > div.detail-title {
	padding: 0 3rem;
	font-size: 2.4rem;
	font-weight: 900;
	margin-top: 2rem;
}

main > div[data-sheet] > div > div.content > div > div.detail-block {
	padding: 0 3rem;
	margin: 2rem 3rem;
	height: 15rem;
	background: #f1f2f3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
}

main > div[data-sheet] > div > div.content > div > section {
	margin: 0 3rem;
	font-size: 1.6rem;
	font-weight: 500;
	padding-top: 2rem;
	padding-bottom: 4rem;
	/* background: #f1f2f3; */
	border-bottom: 2px solid #f1f2f3;
}

main > div[data-sheet] > div > div.content > div > section > div.title {
	font-weight: 600;
	font-size: 2rem;
}

main > div[data-sheet] > div > div.content > div > section > div.title > div {
	display: inline-block;
	background: #f1f2f3;
	padding: .4rem 1rem;margin-left: .4rem;border-radius: 8rem;font-size: 1.8rem;
}

main > div[data-sheet] > div > div.content > div > section > div.content {
	margin-top: 1rem;
	color: #727475;
}

main > div[data-sheet] > div > div.content > div > section > div.content > div.subtitle {font-size: 1.7rem;margin-top: 3rem;font-weight: 600;color: #000;}

main > div[data-sheet] > div > div.content > div > section > div.content ul {
	margin-top: 1rem;
	font-size: 1.5rem;
}

main > div[data-sheet] > div > div.content > div > section > div.content ul > li {
	position: relative;
	padding-left: 3rem;
	margin-top: 2rem;
}

main > div[data-sheet] > div > div.content > div > section > div.content ul.tiny > li {
	margin-top: 1rem;
}

main > div[data-sheet] > div > div.content > div > section > div.content ul > li:before {
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 2rem;
	content: '\f058';
	position: absolute;
	left: 0rem;
	top: .2rem;
	color: #3d474d;
}

main > div[data-sheet] > div > div.content > div > section > div.content ul.tiny > li:before {
	font-size: 3rem;
	line-height: .8rem;
	font-weight: 700;
	content: '\b7\a0';
	position: absolute;
	left: 1rem;
	top: .4rem;
	color: #3d474d;
}

main > div[data-sheet] > div > div.content > div > section > div.content ul > li b {
	color: #000;
}

main > div[data-sheet] > div > div.content > footer {
	padding: 2rem;
	/* box-shadow: 0px -8px 9px 0px #0000001a; */
	position: sticky;
    bottom: 0;
}

main > div[data-sheet] > div > div.content > footer > div.actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	/* margin-top: 3rem; */
}

main > div[data-sheet] > div > div > footer > div.actions > a {
	background: #000;
	color: #fff;
	padding: 1.8rem 4rem;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media (min-width: 768px) {
	main > div[data-sheet] > div > div > footer > div.actions > a {
		width: 24rem;
	}
}

main > div[data-sheet] > div > div > footer > div.actions > a:after {
	font-family: 'Font Awesome\ 5 Pro';
    font-size: 2.4rem;
	font-weight: 100;
    content: "\f105";
	margin-left: .8rem;
}

main > div[data-sheet] > div > div > footer > div.actions > a:hover {
	opacity: .6;
}

main > div[data-sheet] .course-price > div > div {
	font-size: 4rem;
    font-weight: 600;
    color: #000;
    position: relative;
}

main > div[data-sheet] button.course-submit {
	width: 100% !important;
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 1.4rem 2rem !important;
}

main > div[data-sheet="courses.startup"] button.course-submit {
    background: #217c25 !important;
}

main > div[data-sheet="courses.cra"] button.course-submit {
    background: #7d01b6 !important;
}

main > div[data-sheet="courses.cpm"] button.course-submit {
    background: #2f7f9a !important;
}

main > div[data-sheet="courses.pros"] button.course-submit {
    background: #be006c !important;
}

main > div[data-sheet="courses.consenso"] button.course-submit {
    background: #008a94 !important;
}

main > div[data-sheet="courses.career"] button.course-submit {
    background: #916843 !important;
}
