.faq {
	margin-top: 80px;
	margin-bottom: 30px;
}
.faq__title {
	color: #00345F;
	padding: 10px 20px;
	font-size: 28px;
	font-family: Montserrat-ExtraBold;
}
.faq__item {
	background-color: #fff;
	padding: 20px;
	padding-bottom: 10px;
	border-radius: 6px;
}
.faq__question {
	display: flex;
	justify-content: space-between;
}
.faq__question.open .txt {
	font-family: Montserrat-Bold;
}
.faq__question .txt {
	color: #009BDD;
	font-size: 18px;
	font-family: Montserrat-ExtraBold;
}
.faq__question .icon {
	display: none;
}
.faq__answer {
	margin-top: 10px;
	color: #535F69;
}

.plans {
	margin-bottom: 50px;
}
.plans__title {
	color: #009BDD;
	font-size: 28px;
	font-family: Montserrat-Bold;
	text-align: left;
	padding: 0 20px;
	margin: auto;
	margin-bottom: 20px;
}
.plans__content {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.plans__item {
	text-align: center;
	width: 280px;
	margin: auto;
	padding: 25px 0;
	background-color: #ECF6FF;
}
.plans__item.first {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: 2px solid #009BDD;
}
.plans__item.second {
	border-bottom: 2px solid #009BDD;
}
.plans__item.last {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.plans__item__title {
	color: #009BDD;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: Montserrat-Bold;
}
.plans__item__benef {
	color: #535F69;
	margin-bottom: 10px;
}
.plans__item__price {
	color: #FE6975;
	font-family: Montserrat-SemiBold;
}
.plans__item__iva {
	color: #535F69;
	font-size: 12px;
	margin-bottom: 20px;
}
.plans__item__btn {
	margin: auto;
	margin-bottom: 6px;
}

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

	.plans__item {
		width: 320px;
	}

}

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

	.faq {
		margin-top: 90px;
	}
	.faq__title,
	.faq__content,
	.plans {
		width: 450px;
		margin: auto;
	}
	.faq__title {
		font-size: 32px;
	}
	.faq__question .txt {
		font-size: 20px;
	}
	.faq__answer {
		font-size: 18px;
	}
	.plans {
		margin-bottom: 40px;
	}
	.plans__title {
		width: 100%;
		font-size: 30px;
	}
	.plans__item {
		width: 430px;
	}
	.plans__item__title {
		font-size: 20px;
	}
	.plans__item__benef,
	.plans__item__price {
		font-size: 18px;
	}
	.plans__item__iva {
		font-size: 14px;
	}
	.plans__item__btn {
		width: 150px;
	}


}

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

	.faq {
		background-color: #ECF6FF;
		margin-top: 70px;
	}
	.faq__header {
		width: 100%;
		max-width: 1200px;
		margin: auto;
		padding-top: 20px;
	}
	.faq__title {
		color: #009BDD;
	}
	.faq__content {
		padding: 20px;
		width: 100%;
		max-width: 1200px;
	}
	.faq__header {
		width: 100%;
		max-width: 1200px;
		margin: auto;
	}
	.faq__item {
		padding: 20px;
		margin-bottom: 20px;
		border-radius: 40px;
		cursor: pointer;
	}
	.faq__question .icon {
		display: block;
	}
	.faq__answer {
		display: none;
	}

	.plans {
		width: 100%;
		max-width: 1220px;
		margin-bottom: 20px;
	}
	.plans__title {
		text-align: center;
		font-size: 32px;
		margin-bottom: 30px;
	}
	.plans__content {
		flex-direction: row;
		justify-content: space-between;
	}
	.plans__item {
		width: 350px;
		background-color: #fff;
		border-bottom: 0 !important;
	}
	.plans__item.second {
		background-color: #ECF6FF;
	}
	.plans__item__title {
		width: 200px;
		margin: auto;
		margin-bottom: 20px;
		font-size: 22px;
	}
	.plans__item__benef, 
	.plans__item__price {
		font-size: 20px;
	}

}

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

	.faq {
		margin-bottom: 40px;
	}
	.faq__header {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.faq__title {
		font-size: 36px;
		width: 100%;
		text-align: center;
	}
	.faq__question .txt {
		font-size: 22px;
	} 
	.plans__title {
		font-size: 34px;
		margin-bottom: 40px;
	}
	.plans__item__title {
		width: 280px;
		font-size: 26px;
	}
	.plans__item__benef, 
	.plans__item__price {
		font-size: 22px;
	}
	.plans__item__btn {
		width: 180px;
	}

}

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

	.faq__header {
		padding-top: 40px;
	}
	.faq__title {
		font-size: 42px;
	}
}