@media (max-width: 767px) {
	.fnt25-xs {
		font-size: 25px !important;
	}
	.fnt16-xs {
		font-size: 16px !important;
	}
	.fnt14-xs {
		font-size: 14px !important;
	}
	.fnt12-xs {
		font-size: 12px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.fnt40-sm {
		font-size: 40px !important;
	}
	.fnt25-sm {
		font-size: 25px !important;
	}
	.fnt16-sm {
		font-size: 16px !important;
	}
	.fnt14-sm {
		font-size: 14px !important;
	}
	.fnt12-sm {
		font-size: 12px !important;
	}
}
@media (min-width: 1025px) {
	.pr5-md {
		padding-right: 5px !important;
	}
	.pl5-md {
		padding-left: 5px !important;
	}
}
.bold {
	font-weight: 700;
}
.semibold {
	font-weight: 600;
}
.normal {
	font-weight: 400;
}
.light {
	font-weight: 300;
}
.fnt11 {
	font-size: 11px ;
}
.fnt12 {
	font-size: 12px ;
}
.fnt13 {
	font-size: 13px ;
}
.fnt14 {
	font-size: 14px ;
}
.fnt15 {
	font-size: 15px ;
}
.fnt16 {
	font-size: 16px ;
}
.fnt18 {
	font-size: 18px ;
}
.fnt20 {
	font-size: 20px ;
}
.fnt25 {
	font-size: 25px ;
}
.fnt30 {
	font-size: 30px ;
}
.fnt40 {
	font-size: 40px ;
}
.fnt50 {
	font-size: 50px ;
}
.fnt60 {
	font-size: 60px ;
}
.fnt-preto {
	color: #000 !important;
}
.fnt-cinza {
	color: #797979 !important;
}
.fnt-branco {
	color: #fff !important;
}
.fnt-verde {
	color: #005523 !important;
}
.fnt-vermelho {
	color: #b62d39 !important;
}
.fnt-dourado {
	color: #d08919 !important;
}
