@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-bottom: 120px;
}

#about .row {
	width: 740px;
	text-align: left;
}

#about h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1;
	color: var(--green);
}

#about p {
	margin-top: 2em;
}

#about figure {
	width: 380px;
	height: 380px;
}

#about figure img {
	width: 380px;
	height: 380px;
}

/* ---------------------------------------------------------
	CSS Document program
--------------------------------------------------------- */

#program {
	margin-bottom: 120px;
}

#program h2:before {
	display: block;
	content: '';
	width: 1px;
	height: 0;
	background: rgba(79, 122, 99, 0.5);
	position: absolute;
	left: 50%;
	top: 0;
	transition: height 0.8s ease 0.3s;
}

#program h2.on:before {
	height: 40px;
}

#program h2 {
	margin-bottom: 30px;
	padding-top: 55px;
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color: var(--green);
	position: relative;
}

#program .lead {
	margin-bottom: 2em;
}

#program .container {
	display: table;
	margin-bottom: 2em;
}

#program dl {
	display: table-row;
}

#program dt {
	display: table-cell;
	width: 300px;
	padding: 20px;
	border: solid 1px #CCD3CD;
	background: rgba(204, 211, 205, 0.3 );
	text-align: left;
}

#program dd {
	display: table-cell;
	padding: 20px;
	border: solid 1px #CCD3CD;
	background: #fff;
	text-align: left;
}

#program .price {
	font-size: 20px;
}

#program .btn a {
	min-width: 220px;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow h2:before {
	display: block;
	content: '';
	width: 1px;
	height: 0;
	background: rgba(79, 122, 99, 0.5);
	position: absolute;
	left: 50%;
	top: 0;
	transition: height 0.8s ease 0.3s;
}

#flow h2.on:before {
	height: 40px;
}

#flow h2 {
	margin-bottom: 30px;
	padding-top: 55px;
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color: var(--green);
	position: relative;
}

#flow .lead {
	margin-bottom: 2em;
}

#flow .container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

#flow .card {
	width: 260px;
	padding: 20px;
	border: solid 1px #CCD3CD;
	background: #fff;
	position: relative;
}

#flow .card:not(:last-of-type):after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -10px;
	border-top: solid 1px var(--black);
	border-right: solid 1px var(--black);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -30px;
}

#flow .number {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background: url(../images/number.svg) no-repeat top;
	font-size: 32px;
	line-height: 56px;
	color: #fff;
}

#flow .step-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	color: var(--green);
}

#flow .step-description {
	text-align: justify;
	font-size: 15px;
}

#flow .contact {
	margin-bottom: 120px;
}

#flow .contact p {
	margin-bottom: 2em;
}
