#planos{
	padding:80px 0;
}

#planos .up-box {
	display: grid;
    align-content: space-between;
    height: 100%;
}

.planbox{
	position:relative;
	height: auto;
	background:#373737;
	min-height:100px;
	border-radius:10px;
	box-shadow: 0px 10px 15px 5px rgba(0,0,0,0.3);
	margin-bottom: 30px;
	background: rgb(40,40,40);
	background: -moz-linear-gradient(61deg, rgba(40,40,40,1) 0%, rgba(48,48,48,1) 100%);
	background: -webkit-linear-gradient(61deg, rgba(40,40,40,1) 0%, rgba(48,48,48,1) 100%);
	background: linear-gradient(61deg, rgba(40,40,40,1) 0%, rgba(48,48,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#282828",endColorstr="#303030",GradientType=1);
}
.planbox .icon i{
	font-size:40px;
	text-shadow:2px 2px 6px rgba(0,0,0,0.3)
}
.planbox .price h2{
	font-size: 26px;
}
.planbox .price h2 b{
	font-weight:900;
}
.planbox .price h2 small{
	font-size:18px;
}
.planbox .plan-text p{
	font-size:13px;
	line-height:130%;
	
}
.planbox hr{
	position:relative;
	border:0;
	height:1px;
	background:rgba(255,255,255,0.1);
}
.planbox .specifications li{
	margin-bottom:10px;
}
.planbox .specifications li p{
	font-size: 14px;
    font-weight: 700;
    padding: 0 15px;
}

#planos .button-ver-planos button {
	background: transparent; 
	border: none; 
	border-bottom: 1px solid; 
	padding: 0 3px 3px; 
	cursor: pointer;
	opacity: 0.7;
	transition: all .3s ease-in-out;
}
#planos .button-ver-planos button:hover {
	opacity: 1;
	color: #dc1849; 
	border-color: #dc1849;
}

#planos .planos-info {
	padding: 20px 0;
	gap: 10px;
	justify-content: space-between;
}
/* acordeão do FAQ */
.accordion-resposta p {
    white-space: pre-line;
}
@media screen and (max-width: 991px) {
	#planos .planos-info {
		justify-content: center;
	}
}