/*Infantil #2FB2AF */
.inf{
	color: #2FB2AF;
}
.bg-inf {
	background-color: #2FB2AF;
	color: white;
}
.home-inf {
	border-radius: 20px 0px 0px 0px;
 	background: #2FB2AF;
	color: white;
}

/*Fundamental I #2E9796 */
.fund1{
	color: #2E9796;
}
.bg-fund1 {
	background-color: #2E9796;
	color: white;
}
.home-fund1 {
	border-radius: 0px 0px 20px 0px;
 	background: #2E9796;
	color: white;
}

/*Fundamental II #2E8080 */
.fund2{
	color: #2E8080;
}
.bg-fund2 {
	background-color: #2E8080;
	color: white;
}
.home-fund2 {
	border-radius: 0px 20px 0px 0px;
 	background: #2E8080;
	color: white;
}

/*Médio #2D6767 */
.medio{
	color: #2D6767;
}
.bg-medio {
	background-color: #2D6767;
	color: white;
}
.home-medio {
	border-radius: 0px 0px 0px 20px;
 	background: #2D6767;
	color: white;
}

/*Pré-vestibular #2D4F50 */
.prevest{
	color: #2D4F50;
}
.bg-prevest {
	background-color: #2D4F50;
	color: white;
}
.home-prevest {
	border-radius: 20px 0px 0px 0px;
 	background: #2D4F50;
	color: white;
}

/*Online #2C3336 */
.online{
	color: #2C3336;
}
.bg-online {
	background-color: #2C3336;
	color: white;
}
.home-online {
	border-radius: 0px 0px 20px 0px;
 	background: #2C3336;
	color: white;
}
