.home-container {
	padding: 30px 30px !important;
	background-color: #efefef;
	height: unset;
}

.home {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.home .home-col {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.home .home-row {
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
}

.home .home-row.red-border {
	border: 5px solid var(--c2);
	padding: 15px;
}

.home h4,
.home h6 {
	background-color: #efefef;
	color: #000;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 5px;
}
.home .type-plan {
	background-color: #bf0426;
	color: #fff;
}
.home .active-link {
	overflow: auto;
	border-bottom: 1px solid #ccc;
}
.home .active-link i {
	font-size: 20px;
}
.home .active-link .text-active-link {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 12px;
	align-items: center;
}

.home .active-link .text-active-link i {
	font-size: 12px;
}
.home .active-link .text-active-link a {
	color: #fff;
}
.home .active-link .text-active-link .small {
	background-color: #bf0426;
	color: #fff;
	padding: 3px 8px;
	font-weight: 500;
	border-radius: 5px;
	font-size: 10px;
}
.home .bg1 {
	background-color: #213740 !important;
}
.home-first-row {
	display: flex;
	gap: 30px;
	flex-direction: column;
}

@media (min-width: 992px) {
	.home-first-row {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
		max-height: 60%;
	}

	.home .home-col {
		height: 100%;
		overflow: auto;
	}

	.home .home-row {
		flex-basis: 100%;
		overflow: auto;
	}
	.home .service-home {
		display: grid;
		background-color: #fff;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 20px;
	}
}

.home-upsell {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	margin-bottom: 15px;
}

.home-upsell > button {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	background-color: #cdcfeb;
	color: var(--c1);
	border: 0;
	padding: 5px;
	min-height: 50px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.home-upsell > button.active {
	background-color: #d9ffdb;
}

#upsell-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
	width: 100%;
	height: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00000050;
}

#upsell-popup > .content {
	background-color: #ffffff;
	padding: 15px;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

#upsell-popup > .content a {
	color: #000;
}

#upsell-popup > .content button {
	display: block;
	border: 0;
	background-color: var(--c1);
	color: var(--c1c);
	width: 100%;
	padding: 5px;
}

#simple-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
	width: 100%;
	height: -webkit-fill-available;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00000050;
}

#simple-popup > .content {
	background-color: #ffffff;
	padding: 15px;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

#simple-popup > .content a {
	color: #000;
}

#simple-popup > .content button {
	display: block;
	border: 0;
	background-color: var(--c1);
	color: var(--c1c);
	width: 100%;
	padding: 5px;
}

.global_news_popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
	width: 100%;
	height: 100dvh;
	height: -webkit-fill-available;
	display: flex;
	justify-content: center;
	background-color: #000000a1;
}

.global_news_popup .content {
	background-color: #ffffff;
	padding: 15px;
	width: 100%;
	max-width: 800px;
	max-height: 80dvh;
	overflow: auto;
	margin: auto;
}
.global_news_popup .content .close {
	text-align: right;
}

.global_news_popup .header {
	text-align: center;
}
.global_news_popup .header h5 {
	color: #ccc;
	margin-bottom: 0px;
}
.global_news_popup .close_button {
	background-color: unset;
	border: unset;
	color: var(--c1);
	padding: 0px;
	font-size: 40px;
	line-height: 40px;
	text-align: right;
}
.global_news_popup h1 {
	color: var(--c2);
}

.global_news_popup .content-news {
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.global_news_popup .date-news {
	font-size: 10px;
	background-color: var(--c1);
	color: var(--c1c);
	border-radius: 5px;
	padding: 3px 5px;
	margin-right: 10px;
	width: fit-content;
}
.global_news_popup .content-news a {
	background-color: var(--c2);
	color: var(--c1c);
	text-transform: uppercase;
	padding: 5px 10px;
	border-radius: 10px;
	margin-top: 10px;
	border: 0px;
	font-weight: 500;
}

.global_news_popup .check-button {
	text-align: right;
	margin-top: 15px;
}

/* PAGINA NEWS */
.global-list-news .list-news {
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.global-list-news .list-news h2 {
	color: var(--c2);
}
.global-list-news .date-list-news {
	font-size: 10px;
	background-color: var(--c1);
	color: var(--c1c);
	border-radius: 5px;
	padding: 3px 5px;
	margin-right: 10px;
	width: fit-content;
	margin-bottom: 10px;
}

.limit-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	margin-bottom: 15px;
	border-radius: 5px;
}

.limit-grid.active {
	background-color: #dbe9ea;
}

.limit-grid .title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	padding: 3px;
	border-radius: 5px;
}
.limit-grid .small {
	font-size: 10px;
	padding: 3px;
}

.limit-grid > div {
	padding: 5px;
}

.limit-grid .active {
	background-color: #d9ffdb;
}

.limit-grid .title.piano-active {
	background-color: #d0ffd7;
	width: fit-content;
}
