.container2 {
	width: 100%;
	max-width: 1150px;
	margin: auto;
	padding: 50px 10px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.tabla {
	background: #f4f4f4;
	/* background: blue; */
	width: 250px;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	transition: .5s;
	margin-bottom: 15px;
	border-color:#d6d6d6;
}

.tabla:hover {
	transform: scale(1.05);
}

.titulo {
	background: #00CD2A;
	padding: 10px 0;
	font-size: 50px;
}

.titulo .fa {
	font-size: 50px;
	margin-bottom: 10px;
}


.titulo h2 {
	font-size: 35px;
	text-transform: uppercase;
	color: #ffff;
}

.precio {
	padding: 10px 0;
	background: rgba(0,0,0,.7);
	color:#ffff;
	
}

.precio h3 {
	font-size: 20px;
	color: #ffff;
	text-align: center;
}

.precio h3 span {
	font-size: 20px;
	margin-left: 5px;
	color: #ffff;
}

.descripcion ul li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-color:#d6d6d6;
}

.descripcion ul{
	color: rgba(0,0,0,.7); 
}
.descripcion ul li .fa-check {
	color: #00CD2A;
}

.descripcion ul li .fa-times {
	color: #FF4032;
}
.enlace a:hover {
		transform: scale(1.05); 
		background-color: #206F02;
		
	}
.enlace a {
	display: inline-block;
	text-decoration: none;
	background: #00CD2A;
	color: #fff;
	margin: 40px 0;
	padding: 10px 40px;
	border-radius: 50px;
	font-size: 22px;
	text-transform: uppercase;
	transition: .3s;
}	


.tabla:nth-child(2) .titulo,
.tabla:nth-child(2) .enlace a {
	background: #0059B0;
}

.tabla:nth-child(2) .precio h3 {
	color: #0059B0;
}
.tabla:nth-child(2) .enlace a:hover {
		transform: scale(1.05); 
		background-color: #02376F;
		
	}

.tabla:nth-child(3) .titulo,
.tabla:nth-child(3) .enlace a {
	background: #ff4032;
}

.tabla:nth-child(3) .precio h3 {
	color: #ff4032;
}
.tabla:nth-child(3) .enlace a:hover {
		transform: scale(1.05); 
		background-color: #A20E04 ;
		
	}
.tabla:nth-child(4) .titulo,
.tabla:nth-child(4) .enlace a {
	background: yellow;
}


.tabla:nth-child(4) .precio h3 {
	color: yellow;
}
.tabla:nth-child(4) .enlace a:hover {
		transform: scale(1.05); 
		background-color: #A9A903 ;
		
	}

@media screen and (max-width: 750px) {
	.tabla {
		width: 225px;
	}

	.titulo .fa {
		font-size: 40px;
		margin-bottom: 5px;
	}

	.titulo h2 {
		font-size: 18px;
		color: #ffff;
	}

	.precio {
		padding: 4px 0;
		color: #ffff;
	}

	.precio h3 {
		font-size: 20px;
		color: #ffff;
	}

	.enlace a {
		margin: 20px 0;
		padding: 8px 20px;
		font-size: 18px;
		
	}

	.enlace a:hover {
		transform: scale(1.05);
		
	}
	
	.tabla:hover {
		transform: none;
	}
}

.titu{
color: black;
}
.x2{
	color: red;
}
.x3{
	color:purple;
}

.mt-60 {
  margin-top: 60px;
}

.button-group-area .genric-btn {
  margin-right: 50px;
  margin-top: 10px;
}
.genric-btn.purple {
  color: #fff;
  background: purple;
  border: 1px solid transparent;
}
.genric-btn.purple:hover {
  color: purple;
  border: 1px solid purple;
  background: #fff;
}
.genric-btn.green {
  color: #fff;
  background: green ;
  border: 1px solid transparent;
}
.genric-btn.green:hover {
  color: green;
  border: 1px solid green;
  background: #fff;
}