@charset "UTF-8";
/* CSS Document */

.en {
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
}

.center {
	text-align: center;
}

.t20 {
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}

.t32 {
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	font-weight: 600;
}

.t26 {
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	font-weight: 600;
}


.t24 {
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}

span.green {
	color: #00853A;
	font-weight: 600;
}

span.blue {
	color: #036EAB;
	font-weight: 600;
}

.center {
	text-align: center;
}

/* RESPONSIVE */
@media screen and (max-width: 640px) {
	
.t32 {
	font-size: 24px;
	line-height: 36px;
}

.t26 {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	font-weight: 600;
}



	.t18 {
		font-size: 16px;
	}
	
	.t20 {
		font-size: 14px;
		line-height: 40px;
	}
	
span.green {
	color: #00853A;
	font-weight: 600;
}

span.blue {
	color: #036EAB;
	font-weight: 600;
}
	
	
	
}

