@charset "UTF-8";

.imagemCentralizada{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

.width-auto {
	width: auto !important;
}

.width-150 {
	width: 150px !important;
}

.padding-bottom-5 {
	padding-bottom:5px;
}

.width-full {
	width: 100% !important;
}

.margin-top-15 {
	margin-top: 15px;
}

.float-right {
	float: right;
}

.text-align-center {
	text-align: center;
}

.font-12{
	font-size: 12px !important;
}


.font-16 {
	font-size: 16px !important;
}

.font-25 {
	font-size: 25px !important;
}

.margin-left-210 {
	margin-left: 210px !important;
}

.margin-right-10 {
	margin-right: 10px;
}

.centralizado {
	margin: 0 auto;
}

.negrito {
	font-weight: 600;
}

@media ( min-width : 1024px) {
	.card-landing {
		margin-top: 20px;
		width: 50%;
	}
}


.color-black {
	color: black;
}