﻿#plans,#plans ul,#plans ul li {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	font-weight:400;
}
#plans, #plans .primera ul, #plans .primera ul li{
	font-size:14px!important;	
}

#planes:after {
	content: '';
	display: table;
	clear: both;
}
#planes{
	zoom: 1;
}
.planes{
	color:#004dbc;
}
#plans{
	display: inline-flex;
	justify-content: center;
}
#planes{
	background:#c9c9c9;
	border-bottom:12px #e5e3e5 solid;
}

#planes #plans .plan {
	background: #e3e3e3;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 1px 1px 4px 2px #9F9F9F;
	box-shadow: 1px 1px 4px 2px #9F9F9F;
}

.planContainer .title h2 {
	font-size: 2.5em;
	font-weight: bold;
	color: #176fa4;
	margin: 0;
	padding: .2em 0;
}

.planContainer .title h2.bestPlanTitle {
	background: #3e4f6a;

	background: -webkit-linear-gradient(top, #475975, #364761);
	background: -moz-linear-gradient(top, #475975, #364761);
	background: -o-linear-gradient(top, #475975, #364761);
	background: -ms-linear-gradient(top, #475975, #364761);
	background: linear-gradient(top, #475975, #364761);
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.price-tv{
	padding: 15px 10px!important;
	background: #082a4f;
	margin: 10px 0!important;
	color: #fff;	
}
.price-tv span{
	font-weight: bold;
	font-size: 1.4em;
	color: #1fc4f7;	
}
.info-planes{
	margin:15px 0;
}
.info-planes h3{
	color: #082a4f;	
}
.info-planes ul{
	color:#021f40;
}
.planContainer .price p {
	background: #246a2c;

	background: -webkit-linear-gradient(top, #f09259, #d04e00);
	background: -moz-linear-gradient(top, #f09259, #d04e00);
	background: -o-linear-gradient(top, #f09259, #d04e00);
	background: -ms-linear-gradient(top, #f09259, #d04e00);
	background: linear-gradient(top, #f09259, #d04e00);
	color: #fff;
	font-size: 1.8em;
	font-weight: 700;
	padding:10px 0;
}

.planContainer .price p.bestPlanPrice {
	background: #f7814d;
}

.planContainer .price p span {
	color: #ccc;
}

.planContainer .options {
	margin: 0 15px!important;
	text-align:left;
}

.planContainer .options li {
	font-weight: 700;
	color: #403f3f;
	font-size:14px;
	margin:23px 0;
}
.primera .planContainer .options li {
	margin:0!important;
}

.planContainer .options li span {
	font-weight: bold;
	color: #3594b9;
}

.planContainer .button a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 3.8em;
	border: 2px solid #fff;
	display: inline-block;
	width: 80%;
	border-radius: 4px;
	margin: .7em 0 1em;
	background: -webkit-Linear-gradient(to bottom,#2292B1,#151854);
	background: Linear-gradient(to bottom,#2292B1,#151854);
}

.planContainer .button a.bestPlanButton {
	color: #fff;
	background: #f7814d;
	border: 2px solid #f7814d;
}

#credits {
	text-align: center;
	font-size: .8em;
	font-style: italic;
	color: #777;
}

#credits a {
	color: #333;
}

#credits a:hover {
	text-decoration: none;
}

@media screen and (min-width: 481px) and (max-width: 768px) {

#planes #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#planes #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#planes #plans .plan {
	width: 49%;
	margin: 0 2% 20px 0;
}

#planes #plans > li:nth-child(2n) {
	margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

/*#planes {
	margin: 2em auto;
}*/
#planes #plans .primera {
	width: 19%!important;
}
#planes #plans .plan {
	width: 29%;
	margin: 0 2% 20px 0;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

#planes #plans > li:last-child {
	margin-right: 0;
}

#planes #plans .plan:hover {
	-webkit-transform: scale(1.04);
	   -moz-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	     -o-transform: scale(1.04);
	        transform: scale(1.04);
}

.planContainer .button a {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}

.planContainer .button a:hover {
	background: -webkit-Linear-gradient(to top,#2292B1,#151854);
	background: Linear-gradient(to top,#2292B1,#151854);
	color: #fff;
}

.planContainer .button a.bestPlanButton:hover {
	background: #ff9c70;
	border: 2px solid #ff9c70;
}

}
