.headPrecios {
	background: #f5f8fd;
	margin-bottom: 50px;
}
.headPrecios h1 {
	font: 900 14px Urbanist;
	text-transform: uppercase;
	color: #1c53d0;
	margin: 40px 0px 0px 0px;
}
.headPrecios h2 {
	font: 900 40px Urbanist;
	color: #032858;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
}
.headPrecios p {
	font: 900 14px Urbanist;
	color: #6f7891;
	margin: 10px 0px 0px 0px;
	padding: 0px 30%;
}
.mainCaja {
	
	position: relative;
	top: 50px;
	padding: 0px 10%;
}
.mainCaja > .tabb {
	background: #FFF;
	box-shadow: 0px 0px 15px 5px rgba(153, 172, 197, 0.2);
  border-radius: 30px;
	text-align: left;
}
.mainCaja .pl {
	text-align: center;
	padding: 30px;
	width: 50%;
}
.mainCaja .pl .t1 {
	color: #1c53d0;
	font: 900 16px Urbanist;
}
.mainCaja .pl .price {
	color: #1c53d0;
	font: 900 35px Urbanist;
}
.mainCaja .pl .t2 {
	color: #6f7891;
	font: 900 16px Urbanist;
	margin-bottom: 10px;
}
.mainCaja .pl .trial {
	color: #213354;
	background: #e2f7ec;
	border-radius: 20px;
	text-align: left;
	padding: 15px;
}
.mainCaja .pl .trial .icc {
	color: #50b989;
	font-size: 30px;
	padding-right: 15px;
}
.mainCaja .pl .trial .tit {
	font: 900 14px urbanist;
	margin-bottom: 3px;
}
.mainCaja .pl .trial .desc {
	font: 900 11px Roboto;
	color: #607765;
}
.mainCaja .pl .start {
	font: 400 14px Urbanist;
	color: #FFF;background: #0e4cd8;
	border-radius: 10px;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.mainCaja .pl .perma {
	font: 900 12px Urbanist;
	color: #6f7891;
	
}
.mainCaja .pr {
	text-align: left;
	padding: 30px;
	width: 50%;
	border-left: 2px solid #f3f5fb;
}
.mainCaja .pr ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.mainCaja .pr ul li .ck {
	width: 1%;
	color: #0d4ed9;
	font-size: 25px;
	padding-right: 15px;
}
.mainCaja .pr ul li .tit {
	color: #000135;
	font: 900 15px Urbanist;
}
.mainCaja .pr ul li .desc {
	color: #989eab;
	font: 600 13px Urbanist;
	margin-top: 4px;
}
.inclu {
	display: inline-block;
  background: #f1f7fe;
  padding: 5px 10px;
  border-radius: 30px;
  font: 900 14px Urbanist;
  color: #1c53d0;
  margin-bottom: 30px;
}
.partGrid li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 20px;
}
.partGrid li i {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #e6effe;
	border-radius: 50%;
	font-size: 30px;
	color: #084ad8;
	margin-bottom: 10px;
}
.partGrid li .tit {
	color: #000135;
  font: 900 16px Urbanist;
}
.partGrid li .desc {
	color: #989eab;
  font: 600 14px Urbanist;
  margin-top: 4px;
}
.topFaq {
	background: #f5f8fd;
	padding: 40px 0px;
}
.topFaq .pl {
	float: left;
	width: 35%;
}
.topFaq .pl .tit {
	color: #1c53d0;
	text-transform: uppercase;
	font: 900 14px Urbanist;
}
.topFaq .pl h3 {
	margin: 20px 0px;
	font: 900 25px Urbanist;
  color: #032858;
}
.topFaq .pl .desc {
	margin: 0px;
	font: 400 15px Roboto;
	color: #767C8E;
}
.topFaq .pr {
	float: left;
	width: 65%;
	padding-left: 30px;
}
.topFaq .pr li {
	float: left;
	width: 100%;
	background: #FFF;
	margin-bottom: 15px;
	box-shadow: 0px 0px 15px 0px rgba(153, 172, 197, 0.2);
	padding: 15px;
	border-radius: 10px;
	cursor: pointer;
}
.topFaq .pr li:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 110, 255, 0.5);
}
.topFaq .pr li .tit {
	font: 900 17px Urbanist;
}
.topFaq .pr li .tit .quest {
	width: 100%;
	padding-right: 15px;
}
.topFaq .pr li .desc {
	display: none;
}
.topFaq .pr .all {
	display: inline-block;
	font: 900 14px Roboto;
  color: #1c53d0;
  border: 2px solid #1c53d0;
  padding: 10px 20px;
  border-radius: 10px;
	white-space: nowrap;
}
@media (max-width: 700px) {
	.headPrecios p {
		padding: 0px 10%;
	}
	.mainCaja {
		padding: 0px 10px;
	}
	.mainCaja .pl {
		display: table;
		width: 100%;
		border: 0px;
	}
	.mainCaja .pr {
		display: table;
		width: 100%;
		border-top: 2px solid #f3f5fb;
	}
	.partGrid li {
		width: 100%;
	}
	.topFaq .pl {
		width: 100%;
		padding: 30px 10px;
		text-align: center;
	}
	.topFaq .pr {
		width: 100%;
		padding: 0px 10px;
	}
}
