#s-c-d {
	flex-direction: column;
	padding: 10px 0px;
}
#s-c-d div:last-child {
	width: 100%;
	display: flex;
	flex-direction: column;
}
#s-c-d div:last-child div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#s-c-d div:last-child div p {
	width: 90%;
	text-align: justify;
}
@media screen and (min-width: 992px) {
	#s-c-d div:last-child div p {
		width: 50%;
	}
	#s-c-d {
		flex-direction: row;
	}
}

#s-c {
	flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
	#s-c {
		flex-direction: row;
	}
}
#s-c > div {
	width: 100%;
}
@media screen and (min-width: 992px) {
	#s-c > div {
		width: 50%;
	}
}
#s-c > div:first-child {
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
@media screen and (min-width: 992px) {
	#s-c > div:first-child {
		padding: 30px 40px;
	}
}
#s-c > div:first-child h3 {
	width: 100%;
	padding: 5px 20px;
	margin-bottom: 20px;
	color: #00e5e5;
	background-color: #252947;
	border-radius: 4px;
	text-align: center;
	font-size: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#s-c > div:first-child p {
	text-align: justify;
	margin-bottom: 20px;
}
#s-c > div:first-child b {
	width: 100%;
	text-align: justify;
	margin-bottom: 20px;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
#s-c > div:first-child span {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	#s-c > div:first-child span {
		margin-top: 70px;
	}
}
#s-c > div:first-child span img {
	width: 10%;
}
#s-c > div:last-child {
	display: flex;
	flex-direction: row;
}
#s-c > div:last-child img {
	width: 100%;
	height: auto;
}

#s-c-p {
	width: 100%;
	background-color: #0d80ae;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#s-c-p #step {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
@media screen and (min-width: 992px) {
	#s-c-p #step {
		flex-direction: row;
		padding: 80px 30px 20px;
	}
}
#s-c-p #step .card-p {
	width: 100%;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	#s-c-p #step .card-p {
		width: 300px;
	}
}
#s-c-p #step .card-p .b-c {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #252a48;
	border-radius: 8px;
}
@media screen and (min-width: 992px) {
	#s-c-p #step .card-p .b-c {
		width: 300px;
	}
}
#s-c-p #step .card-p .b-c div {
	width: 100%;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	#s-c-p #step .card-p .b-c div {
		width: 300px;
	}
}
#s-c-p #step .card-p .b-c div:nth-child(1) p {
	color: #00e5e5;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
#s-c-p #step .card-p .b-c div:nth-child(2) {
	background: #fff;
}
#s-c-p #step .card-p .b-c div:nth-child(2) img {
	width: 70%;
	margin: 50px 30px;
}
#s-c-p #step .card-p .f-c {
	padding: 20px;
}
@media screen and (min-width: 992px) {
	#s-c-p #step .card-p .f-c {
		padding-top: 40px;
	}
}
#s-c-p #step .card-p .f-c p {
	color: #fff;
	height: 20px;
	text-align: center;
	font-size: 20px;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
#s-c-p #step .arrow-right {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	transform: rotateZ(90deg);
}
@media screen and (min-width: 992px) {
	#s-c-p #step .arrow-right {
		padding: 0px;
		transform: rotateZ(0deg);
	}
}
#s-c-p #step .arrow-right img {
	width: 40%;
}
#s-c-p .btn-login-container {
	padding: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#s-c-p .btn-login-container a {
	padding: 3px;
	background-color: #00e5e5;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
		0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#s-c-p .btn-login-container a.no-wrap span:last-child {
	display: block;
}
@media screen and (min-width: 992px) {
	#s-c-p .btn-login-container a {
		padding: 3px 5px 3px 3px;
	}
}
#s-c-p .btn-login-container a span:first-child {
	width: 24px;
	height: 24px;
	padding: 2px;
	background-color: #252947;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	#s-c-p .btn-login-container a span:first-child {
		margin-right: 10px;
	}
}
#s-c-p .btn-login-container a span:last-child {
	color: #252947;
	display: none;
	font-size: 20px;
	font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
		"Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 992px) {
	#s-c-p .btn-login-container a span:last-child {
		display: block;
	}
}

#s-d {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#s-d div {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 992px) {
	#s-d div {
		width: 50%;
	}
}
#s-d div h3 {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	font-family: "Quicksand Bold", -apple-system, BlinkMacSystemFont, "Segoe UI",
		Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Arial,
		sans-serif;
}
#s-d div p {
	width: 100%;
	text-align: justify;
	margin: 30px 0px;
}
