/* colores y fuentes basicas del theme green-yellow */


/* fonts size */

.font-size-1{
	font-size: 1rem !important;
}
.font-size-2{
	font-size: 2rem !important;
}
.font-size-3{
	font-size: 3rem !important;
}
.font-size-4{
	font-size: 4rem !important;
}
.font-index {
	font-size:18px !important;
	font-weight:bold !important;
}

/* backgrounds */

.bg-green-primary{
	background-color: #087021 !important;
}
.bg-green-secundary{
	background-color: #087021 !important;
}
.bg-yellow{
	background-color: #ffeb3b !important;
}
.bg-white{
	background-color: #ffffff !important;
}
.bg-forms-reafa{
	background-color: #F7F7F7 !important;
}

/* fonts colors */

.font-black{
	color: black !important;
}
.font-white{
	color: #ffffff !important;
}
.icon-black{
	color: #757575 !important;
}
.color-green-light{
	color: #087021 !important;
}

.color-blue-light{
	color: #497b92 !important;
}