.brsult{
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 100%;
	text-align: center;
	line-height: normal;
}


.rverde{
	background: #72A04E;
}
.ramarillo{
	background: #EDC914;
}
.rrojo{
	background: #CE3F43;
}
.text-result p {
  margin: 0;
}
.btn-resp a{
	width: 50px !important;
	height: 50px;
	cursor: pointer;
}

.btn-resp.check a{
	color: #FFFFFF !important;
	background-color: #803FB2 !important;
}

@media screen and (max-width: 767px) {
	.col-hom-izq{
		order: 2 !important;
	}
	.col-hom-cen{
		order: 1 !important;
	}
	.col-hom-der{
		order: 3 !important;
	}
}
