/* ------------------------------------------------------------------------------- */
/*  Plans
/* ------------------------------------------------------------------------------- */

/*
 * Temporario | Dependentes: /adw /parceiro /email
 */
#plans h2 {
	font-size: 22px !important;
	color: #4983BB !important;
	line-height: 28px !important;
	margin: 15px 0px 54px !important;
}

#plans .btn-green {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	margin-top: 60px;
	padding: 9px 35px;
}

#plans .more-plans {
	font-size: 14px;
	padding-top: 20px;
}

#plans .price-table {
	margin-top: 30px;
	padding: 0;
}

#plans .price-table .price-header {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	letter-spacing: -1px;
	padding: 12px;
	background: #4983BB;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#plans .price-table .price-body {
	text-align: center;
	background: #EAEFF5;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#plans .price-table .price-body i {
	font-size: 40px;
	color: #4983BB;
	display: block;
	padding: 20px 0px 0px;
}

#plans .price-table .price-body .price-value {
    font-family: 'proximanova-regular';
	font-size: 42px;
	color: #385A7B;
	line-height: 100%;
}

#plans .price-table .price-body .price-value sup {
	font-size: 18px;
	color: #4983BB;
	vertical-align: middle;
}

#plans .price-table .price-body .price-discount {
	font-family: 'proximanova-regular';
	font-size: 16px;
    color: #b32400;
    line-height: 100%;
    margin-top: 10px;
    text-decoration: line-through;
}

#plans .price-table .price-body .price-type {
	font-size: 14px;
	color: #4983BB;
	padding-bottom: 20px;
}

#plans .price-table .price-body .price-description {
	height: 135px;
	background: #F1F4F9;
	border-top: 1px solid #FFF;
	padding: 15px 20px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

#plans .price-table .price-body .last {
	padding: 25% 27%;
}

#plans .price-table .price-body .price-description li {
	font-family: 'proximanova-light';
	font-size: 16px;
	text-align: left;
	line-height: 32px;
	color: #385A7B;
	padding-left: 15px;
	background: url("../images/circle.png") no-repeat scroll left center transparent;
	list-style: none;
}

#plans .price-table .price-hover .price-footer {
	height: 40px;
	font-family: 'proximanova-regular';
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 24px;
	padding: 10px;
	background: #2687E9;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}


#plans .price-table .price-hover .price-header { background: #2687E9; }


/* ------------------------------------------------------------------------------- */
/* Responsive
/* ------------------------------------------------------------------------------- */

 @media (max-width: 991px) {

	#plans .price-table .price-hover { margin-top: 0; }

	#plans .price-table .price-body .last { padding: 15px 20px; }

 }

@media (max-width: 560px) {

	#plans .btn-green { font-size: 15px; }

}
.plans-container {
	position: relative;
}
.plan-content-loading {
	 position: absolute;
	 width:100%;
	 height: 100%;
	 z-index: 1;
	 opacity: 0.9;
	 background: #ffffff ;
}
.plan-content-loading-box {
	 width: 160px;
	 height: 160px;
	 border-radius: 1.5px;
	 background-color: #ffffff ;
	 box-shadow: 0 0 2px 0 #dee4ea ;
	 border: solid 0.5px #c9d3dd ;
	 z-index: 2;
	 position: absolute;
	 transform: translate(-50%, 25%);
	 left: 50%;
}

.plan-content-loading-icon {
	 width: 90px;
	 height: 90px;
	 margin-top: 22px;
	 margin-left: auto;
	 margin-right: auto;
}

.plan-content-loading-text {
	 font-family: ProximaNova-Light;
	 font-size: 17px;
	 text-align: center;
	 color: #385a7b ;
	 margin-top: 16px;
}

.price-detail {
	height:179px;
}
.price-values{
	display: none;
}
