li {
	list-style: none;
}

.planos-container {
	/* 	border-radius: 5px; */
	/* 	border: 2px solid #23709e; */
	display: block;
	width: 100%;
	padding: 2%;
	text-align: center;
}

.plano-box {
	border-radius: 12px;
	border: 2px solid #23709e;
	display: inline-block;
	width: 24% !important;
	margin: auto 5px;
}

.plano-top {
	margin: 0 10px;
	border-bottom: 2px solid #cfd1d2;
}

.plano-top i {
	font-size: 70px;
	color: #FFF;
	border-radius: 100px;
	height: 100px;
	width: 100px;
	background-color: #23709e;
	text-align: center;
	line-height: 100px;
	display: inline-block;
	margin: 25px 34px;
}

.plano-preco-box, .plano-conteudo h2 {
	text-align: center;
}

.plano-conteudo ul {
	text-align: left;
}

.plano-conteudo h2 {
	font-weight: bold;
	margin-top: 20px;
}

.plano-conteudo h3 {
	font-weight: bold;
	color: #dc1919;
}

.plano-conteudo li {
	margin-left: -30px;
	margin-right: 15px;
	border-bottom: 1px solid #cfd1d2;
	line-height: 35px;
}

.plano-conteudo li:last-child {
	border: none;
}

.plano-bottom .btn-comprar {
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	background: #23709e;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	display: block;
	width: 113.3%;
	line-height: 50px;
	margin-left: -15px;
	transition: background-color 0.2s;
}

.plano-bottom .btn-comprar:hover {
	background-color: #2b95d4;
}

.plano-preco-box {
	color: #1dc51a;
	font-weight: bold;
	display: inline-block;
	margin: 22px;
}

.ul-acompanhamento li {
	border-bottom: none !important;
	line-height: 25px;
}

}
.plano-preco-cifra {
	font-size: 25px;
}

.plano-preco-valor-parcelas {
	font-size: 35px;
}

.plano-preco-valor-a-vista {
	width: 100%;
	display: block;
	font-weight: normal;
}

@media ( max-width : 678px) {
	.plano-box {
		float: left;
		width: 100% !important;
		margin: 25px 0;
	}
}