.planos-assinatura{ 
    padding-top: 60px;
    padding-bottom: 70px;
}

.planos-assinatura h1{
	display: block;
	margin-bottom: 80px;
}

.card{
  box-shadow: 0px 0px 20px rgba(000,000,000,0.1);
  transition: all .2s ease-in-out;
  color: #6B6B6B;
}

.card:hover{
	 box-shadow: 0px 0px 30px rgba(000,000,000,0.2);
}

.card--recomend{
	margin-top: -30px;
}

.card--recomend .card-action{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 31px;
}


.card--recomend .card{
   box-shadow: 0px 0px 30px rgba(000,000,000,.2);
}

.card .card-content {
	padding-top: 140px;
}

.planos-assinatura .titulo--card{
	background: #f18321;
	color: #fff;
	width: 100%;
	position: absolute;
	left:0;
	top: 0;
	margin: auto;
	padding: 20px;
	padding-top: 24px;
	box-sizing: border-box;
	font-size: 1.3em;
	overflow: hidden;
}

.planos-assinatura .titulo--card strong{
	font-weight: 600;
	display: inline-block;
	margin-top: 7px;
}

.planos-assinatura h1,.planos-assinatura h1 strong{
	color: #4F4E4F;
	font-weight: 400;
}

.planos-assinatura h1 span{
	font-weight: 300;
}

.planos-assinatura .pontos{
	font-size: 2.4em !important;
	font-weight: 600;
}

.planos-assinatura p{
	font-size: 1.5em;
	font-weight: 600;
	color: #4F4E4F;
}

.planos-assinatura p span{
	font-weight: 300;
}

.planos-assinatura .valor{
	position: relative;
	display: block;
	margin-top: 50px;
	font-size: 1.2em;
	font-weight: 400;
}

.planos-assinatura .valor span{
	color: #424242;
	font-size: 2.5em;
	font-weight: 600;
}

.planos-assinatura .img-cards{
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

.planos-assinatura .img-cards img{
	width: 40%;
	max-width: 150px;
}

.planos-assinatura .img-cards.ajuste-1 img{
   width: 25%;
}

.planos-assinatura .img-cards.ajuste-2 img{
   width: 60%;
}

.planos-assinatura .img-cards.ajuste-3 img{
   width: 32%;
}

.planos-assinatura .btn-large{
	width: 100%;
}
.planos-assinatura .color-assinar{
   background:#EA5032;
   color: #fff;
   font-size:1.2em;
   font-weight: 600;
   box-shadow: none;
   border-radius: 0px;
}

.planos-assinatura .color-assinar:hover{
	background: #d22d0e;
}

.planos-assinatura .outros{
	position: relative;
	margin: auto;
	display: block;
	background: transparent;
	border: 1px solid rgba(000,000,000,0.2);
	padding: 20px;
	box-sizing: border-box;
	width: 200px;
	font-weight: 600;
	color: #474747;
	margin-top: 50px;
	transition: all .1s ease-in-out;
	font-size: .8em;
}

.planos-assinatura .outros:hover{
	background: #2D2D2D;
	border: 1px solid #2D2D2D;
	color: #fff;
}


@media all and (max-width: 800px){

.planos-assinatura .img-cards.ajuste-2 img{
   width: 40%;
}

.planos-assinatura{ 
    padding-top: 10px;
}

.planos-assinatura h1{
	margin-bottom: -43px;
}

.card--recomend{
	margin-top: 0px;
}

.card--recomend .card-action{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.planos-assinatura .outros{

	width: 190px;
	font-size: .7em;
	border: 1px solid rgba(000,000,000,0.2);

}

}





