.above {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 80px;
}
.above__left {
	padding: 20px;
}
.above__title {
	font-size: 20px;
	margin-bottom: 20px;
	color: #00345F;
	font-family: Montserrat-ExtraBold;
}
.above__title span {
	font-size: 28px;
}
.above__img {
	background-image: url('../img/plans/estandar.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 160px;
}
.above__img.premium {
	background-image: url('../img/plans/premium.jpg');
}
.above__img.elite {
	background-image: url('../img/plans/elite.jpg');
}
.above__desc {
	margin-bottom: 20px;
}
.above__desc.last {
	margin-bottom: 0;
}
.above__desc span {
	font-family: Montserrat-Bold;
}

.cards {
	padding-bottom: 0;
}
.cards__title {
	display: none;
}
.cards__list {
	margin-bottom: 20px;
}
.cards__item {
	width: 300px;
	margin: auto;
	margin-bottom: 10px;
}

.cards__list__elite,
.cards__list__premium {
	width: 300px;
	margin: auto;
}
.cards__item__elite,
.cards__item__elite2,
.cards__item__premium,
.cards__item__premium2 {
	margin-bottom: 12px;
}

.cards__box {
	box-shadow: 0px 3px 6px #00000029;
	background-color: #ECF6FF;
	border-radius: 15px;
}
.cards__item__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	cursor: pointer;
}
.cards__item__header.vial {
	padding: 22px 20px;
}
.cards__item__list {
	display: none;
}
.cards__item__benef {
	background-color: #fff;
	padding: 16px 20px;
}
.cards__item__benef .title {
	color: #00345F;
}
.cards__item__benef .desc {
	color: #009BDD;
}
.cards__item__benef.sec {
	background-color: #ECF6FF;
}
.cards__left {
	display: flex;
	align-items: center;
	font-family: Montserrat-ExtraBold;
	font-size: 16px;
	color: #00345F;
}
.cards__left img {
	height: 40px;
}
.cards__left .icon {
	width: 40px;
	text-align: center;
	margin-right: 15px;
}
.cards__left img.vial {
	height: 22px;
}
.cards__info {
	padding: 20px;
}
.cards__info__price {
	margin-bottom: 20px;
}
.cards__info__price .total {
	font-size: 28px;
	color: #00345F;
	font-family: Montserrat-SemiBold;
}
.cards__info__price .iva {
	color: #009BDD;
}
.cards__info__pref {
	color: #009BDD;
	margin-bottom: 3px;
}
.cards__info__periods {
	display: flex;
	margin-bottom: 20px;
}
.cards__info__period {
	color: #009BDD;
	font-size: 20px;
	margin-right: 20px;
}
.cards__info__period input {
	width: 15px;
	height: 15px;
}
.cards__info__btn {
	margin: auto;
	margin-bottom: 20px;
}
.cards__info__links {
	color: #00345F;
	font-size: 12px;
	font-family: Montserrat-Medium;
	margin-bottom: 12px;
}
.cards__info__links a {
	color: #009BDD;
	font-size: 12px;
	font-weight: bold;
	font-family: Montserrat-Bold;
	text-decoration: underline;
}

.plans {
	margin-bottom: 30px;
}
.plans__title {
	color: #009BDD;
	font-size: 20px;
	font-family: Montserrat-Bold;
	text-align: center;
	width: 280px;
	margin: auto;
	margin-bottom: 20px;
}
.plans__content {
	display: flex;
	justify-content: center;
	background-color: #ECF6FF;
}
.plans__item {
	text-align: center;
	width: 140px;
	padding: 16px 0;
}
.plans__item__line {
	border-right: 2px solid #009BDD;
	padding-right: 10px;
	margin-right: 10px;
}
.plans__item__title {
	color: #009BDD;
	font-size: 16px;
	font-family: Montserrat-Bold;
	margin-bottom: 10px;
}
.plans__item__benef {
	color: #535F69;
	font-family: Montserrat-Medium;
	margin-bottom: 10px;
}
.plans__item__price {
	color: #FE6975;
	font-family: Montserrat-SemiBold;
}
.plans__item__iva {
	color: #535F69;
	font-size: 10px;
	margin-bottom: 20px;
}
.plans__item__btn {
	margin: auto;
}

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

	.cards__item {
		width: 320px;
	}
	.cards__list__elite, 
	.cards__list__premium {
    	width: 320px;
    	margin: auto;
	}

}

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

	.above,
	.cards,
	.plans {
		width: 460px;
		margin: auto;
	}
	.above__desc
	.cards__left,
	.cards__info__pref,
	.plans__item__title,
	.plans__item__benef,
	.plans__item__price {
		font-size: 18px;
	}
	.above {
		margin-top: 80px;
	}
	.above__title {
		font-size: 24px;
	}
	.above__title span {
		font-size: 32px;
	}
	.above__desc {
		font-size: 18px;
	}
	.cards__list__elite, 
	.cards__list__premium {
		width: 420px;
	}
	.cards__item {
		width: 420px;
	}
	.cards__left {
		font-size: 18px;
	}
	.cards__left .icon {
		margin-right: 22px;
	}
	.cards__left img {
		height: 45px;
	}
	.cards__left img.vial {
		height: 24px;
	}
	.cards__info__price .total {
		font-size: 30px;
	}
	.cards__info__period {
		font-size: 22px;
	}
	.plans__card__period input {
		width: 16px;
		height: 16px;
	}
	.cards__info__btn {
		width: 180px;
		font-size: 20px;
	}
	.plans {
		margin-bottom: 30px;
	}
	.plans__title {
		width: 100%;
	}
	.plans__item {
		width: 200px;
	}
	.plans__item__iva {
		font-size: 12px;
	}
	.plans__item {
		padding: 30px 20px;
	}
	.plans__item.first {
		padding-right: 20px;
	}
	

}

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

	.above {
		flex-direction: row;
		width: 100%;
		max-width: 1200px;
		margin: auto;
		margin-bottom: 30px;
		margin-top: 100px;
	}
	.above__left,
	.above__right {
		width: 50%;
	}
	.above__left {
		padding: 40px 20px;
		padding-top: 0;
	}
	.above__img {
		width: 100%;
		height: 300px;
	}

	.cards {
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	.cards__title {
		display: block;
		color: #00345F;
		font-size: 24px;
		font-family: Montserrat-Bold;
		padding: 20px;
	}
	.cards__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cards__item {
		width: 220px;
		margin: 0;
		margin-bottom: 30px;
	}
	.cards__item__list {
		display: block;
	}
	.cards__item__header {
		cursor: default;
	}
	.cards__item__icon {
		display: none;
	}

	.cards__list__premium {
		display: flex;
	}
	.cards__item__premium {
		width: 500px;
	}
	.cards__item__premium2 {
		float: left;
		width: 260px;
		margin: 0 20px;
		margin-bottom: 20px;
	}

	.cards__list__row,
	.cards__list__row2 {
		overflow: auto;
	}
	.cards__list__col {
		overflow: auto;
		float: left;
	}
	.cards__list__elite {
		display: flex;
	}
	.cards__list__elite, 
	.cards__list__premium {
		width: auto;
	}
	.cards__item__elite {
		width: 210px;
	}
	.cards__item__elite2 {
		float: left;
		width: 210px;
		margin: 0 20px;
		margin-bottom: 20px;
	}
	.cards__list__col .cards__item__elite2 {
		float: none;
	}

	.cards__info {
		text-align: center;
	}
	.cards__info__pref {
		font-size: 24px;
		margin-bottom: 20px;
		font-family: Montserrat-SemiBold;
	}
	.cards__info__periods {
		justify-content: center;
	}
	.cards__info__period {
		font-size: 20px;
	}
	.cards__info__price .total {
		font-size: 34px;
	}
	.cards__buttons {
		display: flex;
		flex-direction: column-reverse;
	}
	.cards__links__content {
		margin-bottom: 20px;	
	}
	.cards__info__links,
	.cards__info__links a {
		font-size: 16px;
	}
	.cards__info__btn {
		font-size: 20px;
		margin-bottom: 10px;
	}


	.plans {
		width: 100%;
		max-width: 1200px;
	}
	.plans__title {
		font-size: 30px;
		width: 680px;
	}
	.plans__content {
		justify-content: space-between;
		width: 700px;
		margin: auto;
		border-radius: 20px;
	}
	.plans__content.premium {
		justify-content: center;
	}
	.plans__item {
		width: 350px;
	}
	.plans__item__title {
		font-size: 22px;
		width: 200px;
		margin: auto;
		margin-bottom: 16px;
	}
	.plans__item__benef {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.plans__item__price {
		font-size: 24px;
	}
	.plans__item__iva {
		font-size: 14px;
	}
	.plans__item__btn {
		width: 160px;
		font-size: 20px;
	}
	.plans__item__line {
		border-width: 6px;
	}

}

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

	.above__title,
	.cards__title {
		font-size: 26px;
	}
	.above__title span {
		font-size: 40px;
	}
	.cards__left {
		font-size: 18px;
	}
	.cards__list {
		padding: 0 20px;
	}
	.cards__item {
		width: 260px;
		margin: 0;
		margin-bottom: 20px;
	}
	.cards__item__elite {
		width: 260px;
	}
	.cards__item__elite2 {
		width: 260px;
	}

}

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

	.above {
		margin-top: 120px;
	}
	.above__title,
	.cards__title {
		font-size: 28px;
	}
	.above__title span {
		font-size: 42px;
	}
	.plans__title {
		width: 740px;
	}
	.plans__content {
		width: 800px;
	}
	.plans__item {
		width: 380px;
	}
	.cards__item {
		width: 300px;
		margin-bottom: 30px;
	}
	.cards__left {
		font-size: 20px;
	}
	.cards__item__premium {
		width: 600px;
	}
	.cards__item__premium2 {
		width: 320px;
	}
	.cards__item__elite {
		width: 300px;
	}
	.cards__item__elite2 {
		width: 300px;
	}
}

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

	.above {
		margin-top: 140px;
	}
	.above__title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.above__title span {
		font-size: 48px;
	}
	.above__desc {
		font-size: 20px;
		margin-right: 20px;
	}
	.above__img {
		height: 320px;
	}
	.cards__title {
		font-size: 40px;
	}
	.cards__info__period {
		font-size: 24px;
	}
	.plans__title {
		font-size: 32px;
		width: 800px;
	}
	.plans__content {
		width: 1000px;
	}
	.plans__item {
		width: 480px;
	}
	.plans__item__title {
		width: 100%;
		font-size: 26px;
	}

	.cards__item {
		width: 360px;
	}
	.cards__left {
		font-size: 22px;
	}
	.cards__info__pref {
		font-size: 26px;
	}
	.cards__item__premium {
		width: 650px;
	}
	.cards__item__premium2 {
		width: 380px;
	}

	.cards__item__elite {
		width: 370px;
	}
	.cards__item__elite2 {
		width: 370px;
	}

	.legal__last {
		padding-bottom: 53px;
	}
	.estilo__last {
		padding-bottom: 53px;
	}
	.legale__last {
		padding-bottom: 35px;
	}
	.viale__last {
		padding-bottom: 23px;
	}
	.salude__last {
		padding-bottom: 44px;
	}

}