p, label{
	line-height:1.1 !important;
}

.cursor-pointer{
	cursor:pointer !important;	
}

.height-1{
	height:1em !important;
}

.height-2{
	height: 2em !important;	
}
.height-3{
	height: 3em !important;	
}
.height-5{
	height: 5em !important;	
}

.line-height-normal{
	line-height:1.1 !important;
}

.mt-6{
	margin-top:5em !important;
}

.mt1{
	margin-top:1em !important;
}

.mt2{
	margin-top:2em !important;
}

.mt3{
	margin-top:3em !important;
}

.mt4{
	margin-top:4em !important;
}

.mt5{
	margin-top:5em !important;
}

.mt6{
	margin-top:6em !important;
}

.font1{
	font-family:font1 !important;
}

.font2{
	font-family:font2 !important;
}

.font3{
	font-family:font3 !important;
}

.font4{
	font-family:font4 !important;
}

.font5{
	font-family:font5 !important;
}

.font6{
	font-family:font6 !important;
}

.font7{
	font-family:font7 !important;
}

.bt-1-white{
	border-top:solid 0.25em white !important;
}
.bt-2-white{
	border-top:solid 0.5em white !important;
}

.w-auto{
	width:auto !important;
}

.font-menos{
	font-size:0.8em !important;
}

.font-mas{
	font-size:1.25em !important;
}

.invert{
	filter: invert(1) !important;
}

@media (min-width:768px){
	.w-md-auto{
		width:auto !important;
	}

	.font-md-mas{
		font-size:1.25em !important;
	}

	.font-md-normal{
		font-size:1em !important;
	}
}

.opacity-0{
	opacity:0 !important;
}

.opacity-1{
	opacity:1 !important;
}
