p {
	line-height: 1.8rem;
}

.card-sobre-plan {
	width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	align-items: center;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: -70px;
	padding-bottom: 100px;
}

.img-sobre-plan{
	margin: 30px 0px 10px 0px;
    display: flex;
    justify-content: center;
}

.value-sobre-plan {
	text-align: center;
	min-height: 120px;
	display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: space-between;
	color: #8557D3;
	font-size: 1.2rem;
	font-weight: 400;
}

.span-text-sobre-plan {
	font-size: 1.5rem;
    color: #8557D3;
    font-weight: 700;
	margin-bottom: 20px;
}

.text-sobre-plan{
	width: 90%;
	text-align: justify;
	color:#656565;
	font-size: 1.2rem;
	font-weight: 400;
}


.footer-sobre-plan {
	background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    transition: bottom 0.3s ease-out;
	box-shadow: 0px -0px 5px 1px #a8a8a8;
}

.content-footer {
	min-height: 100px;
    height: 100%;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-checkout {
	width: 100% !important;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn-sobre-contratar{
	text-decoration: none;
	border: none;
	background-color: #EC756F;
	font-size: 1.2rem ;
	color: #FFF;
	font-weight: 700;
	padding: 12px 8px;
	border-radius: 30px;
	width: 70%;
	text-align: center;
}

.roxo{
	color: #8557D3;
	font-weight: 700;
}
