

.box-plans {
	display: block;
	height: auto;
	padding-bottom: 50px;
}

.container-title.plans {
	width: 100vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0px;
}

.section-text-description {
	display: block;
	justify-content: center;
	width: auto;
	max-width: 500px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
	font-family: 'Inter-Light', sans-serif;
	font-size: 1rem;
	text-align: center;
}

.flex-section-content {
	display: flex;
	flex-flow: row wrap;
	gap: 60px;
	width: 90%;
	height: auto;
	min-height: 450px;
	margin: auto;
}

.flex-section-content.plans {
	justify-content: center;
}

.item-plan {
	flex: 1 1 120px;
	display: flex;
	flex-direction: column;
	width: auto;
	min-width: 160px;
	max-width: 300px;
	height: auto;
	min-height: 420px;

	padding: 20px;
	border-radius: 0px;
	border: 1px solid #d3d3d3;
	background-color: #F4F5F5;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.item-plan img {
	width: auto;
	height: auto;
	max-height: 60px;
	margin: 20px 0px;
}

.item-plan .name-plan {
	display: block;
	padding-bottom: 70px;
	font-family: 'Inter-ExtraLight', sans-serif;
	font-size: 26px;
	text-align: center;
}

.item-plan .name-plan period {
	display: block;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 16px;
	color: #000;
}

.item-plan .price-plan {
	display: block;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	color: rgba(4, 18, 38, 1.0);
}

.item-plan .price-plan min {
	font-size: 15px;
}

.item-plan .price-total {
	font-family: 'Inter-Light', sans-serif;
	font-size: 19px;
	text-align: center;
	color: #475059;
}

.item-plan .name-plan main {
	display: block;
	font-family: 'Inter-Regular', sans-serif;
	font-size: 17px;
	color: #FFC436
}

.flex-void {
	flex: 1 1 auto;
	display: block;
}

.item-plan button {
	flex: 0 0 40px;
	width: auto;
	height: 40px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 1px solid #c4c4c4;
	color: #000;

	cursor: pointer;
}

.item-plan button:hover {
	background-color: #e5e5e5;
}

