/************** NAVBAR **************************/

.navbar .headerMenu {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.navbar .headerMenu a.home {
	border: none;
	background: none;
	width: max-content;
	padding: 0;
	margin: 0;
}

.navbar .headerMenu div.custom-nav ul {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}

.navbar .headerMenu div.custom-nav ul li.custom-nav-item a.custom-nav-link,
.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link:visited,
.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link:focus {
	border: none;
	border-radius: 0;
	background: none;
	color: #4a4f53;
	padding: 0;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	margin-left: 1.5rem;
	font-size: 0.9rem;
}

.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link:hover,
.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link.active {
	color: #000000;
	text-decoration: underline;
}

.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link.profile,
.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link.profile:visited,
.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link.profile:focus,
.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link.profile:hover {
	border: none;
	border-radius: 1rem;
	background: #f1f5f9;
	color: #4a4f53;
	padding: 0.35rem 0.65rem;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	text-decoration: none;
	font-size: 0.9rem;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.profile-name {
	position: relative;
}

.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link.profile:hover
	> .profile-name {
	color: #4a4f5300;
}

.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link.profile:hover
	> .profile-name::after {
	content: "Logout";
	background-color: #f1f5f9;
	position: absolute;
	width: 100%;
	color: #4a4f53;
	top: 0;
	left: 0;
}

.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link:hover,
.navbar
	.headerMenu
	div.custom-nav
	ul
	li.custom-nav-item
	a.custom-nav-link.active {
	color: #FE5000;
	text-decoration: underline;
}

.avatar-container {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #FE5000;
	border: #81878b 1px solid;
	color: #fff;
	font-size: 0.65rem;
	height: 1.7rem;
	width: 1.7rem;
	margin-right: 0.3rem;
	line-height: 0.65rem;
	border-radius: 50%;
	overflow: hidden;
}

.nav-close {
	display: none;
	margin-bottom: 30%;
	flex: 1;
}

span.close-icon {
	line-height: 1rem;
	font-size: 3rem;
	transform: rotate(45deg);
	font-weight: 300;
	float: right;
}

@media screen and (max-width: 991px) {
	.navbar .headerMenu div.custom-nav {
		position: fixed;
		z-index: 300;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		top: 0;
		right: -100%;
		height: 100vh;
		padding: 2rem 1rem;
		max-width: 80vh;
		min-width: 50%;
		box-shadow: 0 0 20px #4a4f53;
		transition: all 600ms ease-in-out;
	}

	.navbar .headerMenu div.custom-nav.show {
		right: 0;
	}

	.navbar .headerMenu div.custom-nav ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-end;
		height: 100%;
	}

	.custom-nav-item {
		margin: 0 0 0.6rem 0;
	}

	.navbar .headerMenu div.custom-nav ul li.custom-nav-item a.custom-nav-link {
		font-size: 1.1rem;
	}

	.custom-nav-item.profile-item {
		margin: auto 0 0;
	}

	.nav-close {
		display: block;
		margin-bottom: 30%;
		flex: 1;
	}

	.nav-toggler {
		height: 1.5rem;
		cursor: pointer;
	}
	.stripe {
		height: 0.25rem;
		width: 2rem;
		background-color: #000000;
		border-radius: 0.125rem;
	}

	.stripe:nth-of-type(2) {
		height: 0.25rem;
		width: 1.5rem;
	}

	.profile-name::after {
		content: "Logout";
		background-color: #f1f5f9;
		position: absolute;
		width: 100%;
		color: #4a4f53;
		top: 0;
		left: 0;
	}
}
/******************* MAIN AREA HOMEPAGE ******************/
.benefits,
.incentives {
	min-height: 90vh;
	background-image: url("../media/homepage/benefits_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.incentives {
	background-image: url("../media/homepage/incentives_bg.png");
}

.info-container {
	margin-bottom: 6.5rem;
}

.benefits h2,
.incentives h2 {
	color: #fff;
	margin-bottom: 2rem;
}

.benefits a,
.incentives a,
.benefits a:visited,
.incentives a :visited {
	font-size: 1rem;
	text-decoration: none;
	background-color: #32d8b4;
	color: #fff;
	border-radius: 1.2rem;
	padding: 0.7rem 5rem 0.6rem;
	margin: 0 0 5rem 0;
	transition: all 200ms ease-in-out;
}

.benefits a:hover,
.incentives a:hover,
.benefits a:focus,
.incentives a:focus {
	color: #32d8b4;
	background-color: #fff;
}

/****************** RESTRICTED SECTION ************************/

.restricted-section-title h2 {
	font-size: 1.5rem;
	color: #000000;
	font-weight: 700;
	margin-bottom: 0;
}

.restricted-section-title p {
	color: #94a3b8;
	font-size: 1rem;
}

.restricted-section-title {
	margin: 3rem 0;
}

.search-bar {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px #94a3b8 solid;
	padding: 0.2rem 0.5rem 0.1rem;
}

.search-bar svg {
	height: 1.2rem;
	margin-right: 0.5rem;
}

.search-bar .search {
	width: 100%;
	border: none;
	outline: none;
}

.search-bar .search::placeholder {
	color: #94a3b8;
	opacity: 0.8;
}

.filter-row {
	flex-wrap: wrap;
}

.restricted-offer-container {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.result {
	color: #cdcdcd;
}

.offerSummaryInfo.restricted {
	background-color: #f3f3f3;
}

.detail a,
.detail a:visited,
.detail a:focus {
	color: #FE5000;
	text-decoration: none;
	font-weight: 500;
	transition: all ease-in-out;
}

.detail a:hover {
	text-decoration: underline;
}

.pagination {
	margin-bottom: 5rem;
}

.pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pagination li {
	font-size: 0.9rem;
	margin-right: 1rem;
	height: 1.8rem;
	background-color: #fff;
	width: 1.8rem;
	text-align: center;
	padding-top: 0.3rem;
	border-radius: 50%;
}

.pagination li.active {
	background-color: #FE5000;
}

.pagination li a {
	text-decoration: none;
	color: #4a4f53;
}

.pagination li.active a {
	color: #fff;
}

.pagination .page-control {
	position: relative;
	border: none;
	height: 1.8rem;
	width: 1.8rem;
	background-color: #fff;
	border-radius: 0.2rem;
	margin: 0 1rem 0 0;
}

.page-control.back::after,
.page-control.forward::after {
	position: absolute;
	color: #4a4f53;
	top: 50%;
	left: 50%;
	font-size: 1.8rem;
	transform: translate(-50%, -50%);
	content: "<";
}

.page-control.forward::after {
	content: ">";
}

.page-control:disabled::after {
	color: #cdcdcd;
}

.page-control.forward {
	margin: 0 !important;
}

.restricted-detail .goback::before {
	content: "<";
	margin: 0 0.6rem 0 0;
	color: #4a4f53;
}
.return,
.return:focus,
.return:visited {
	color: #4a4f53;
	text-decoration: none;
}

.return:hover {
	color: #32d8b4;
}

.detail-images {
	flex-wrap: nowrap;
	overflow: hidden;
	--bs-gutter-x: 0;
}

.detail-image-container {
	overflow: hidden;
}

.detail-image-container img {
	width: 100%;
}

.restricted-detail .offerInfoBrandContainer {
	height: 4rem;
	width: 4rem;
}

.restricted-detail-title {
	font-size: 1.4rem;
	color: #000000;
	font-weight: 700;
	margin: 1.5rem 0 0;
	text-align: justify;
}

.restricted-detail p {
	color: #4a4f53;
	margin: 0;
	text-align: justify;
}

.contact.detail-contact {
	color: #4a4f53;
	background-color: #f3f3f3;
}

.advantages h4 {
	font-size: 1.1rem;
	color: #4a4f53;
	font-weight: 600;
	margin-bottom: 0.8rem;
}

.advantages ul {
	padding: 0;
	list-style: none;
	color: #4a4f53;
}

.advantages button.contactBtn,
.advantages a.activateBtn,
.advantages a.activateBtn:hover {
	display: inline-block;
	width: 50%;
	min-width: max-content;
	padding-left: 2rem;
	padding-right: 2rem;

	border: #32d8b4 2px solid;
}

.advantages button.contactBtn:hover {
	border: #32d8b4 2px solid;
}

.restricted-detail .modal-dialog .modal-content {
	border-radius: 0;
	border: none;
	background-color: #f3f3f3;
	color: #4a4f53;
}

.modal-close-container {
	margin-left: auto;
	margin-bottom: 2rem;
	text-align: end;
	padding: 0 1rem;
}

.modal-close {
	font-size: 3rem;
	font-weight: 300;
	display: inline-block;
	transform: rotate(45deg);
	cursor: pointer;
}

.conditions-title {
	margin: 2rem 0;
	font-weight: 700;
	color: #32d8b4;
	font-size: 1.4rem;
}

.conditions-list {
	color: #4a4f53;
	text-align: justify;
}

.conditions-list li {
	margin-bottom: 0.8rem;
}

.modal-dialog.modal-dialog-scrollable.modal-fullscreen {
	height: max-content;
}

.modal-dialog.modal-dialog-scrollable.modal-fullscreen .modal-content {
	min-height: 100vh !important;
}

.incentive {
	background-color: #f3f3f3;
	border-radius: 0.3rem;
	line-height: 1rem;
	font-size: 0.9rem;
}

.incentive .offerInfoBrandContainer {
	height: 4rem;
	width: 4rem;
}

.incentive p {
	display: block;
	overflow: hidden;
	height: 2rem;
	color: #81878b;
	position: relative;
}
.incentive p.ellipsis::after {
	content: "...";
	padding: 0 0 0 5.2rem;
	color: #81878b;
	background: linear-gradient(90deg, #f3f3f300, #f3f3f3);
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1rem;
}

.incentive h6 {
	margin: 0;
}

.benefits-detail .contactBtn:hover,
.benefits-detail .contactBtn:focus {
	background-color: #32d8b4;
	color: #fff;
}

.benefits-detail .contactBtn.--contact {
	background-color: #fff;
	color: #32d8b4;
}

.restricted-section-filters .search-filter,
.restricted-section-filters select {
	border: #94a3b8 1px solid;
	padding: 0.3rem 0.4rem;
	border-radius: 0.2rem;
	margin-right: 0.6rem;
}
.restricted-section-filters .search-filter img {
	height: 1rem;
	margin-right: 0.5rem;
}
.restricted-section-filters .search-filter input {
	padding: 0;
	line-height: 1rem;
	outline: none;
	border: none;
}

.restricted-section-filters select {
	outline: none;
	line-height: 1rem;
	height: 100%;
	max-height: 1.95rem;
	color: #94a3b8;
	font-size: 0.9rem;
	width: 150px;
}

@media screen and (max-width: 491px) {
	.restricted-section-filters select {
		display: block;
		width: 100%;
	}
	.restricted-section-filters .search-filter {
		width: 100%;
	}

	.restricted-section-filters .search-filter input {
		width: calc(100% - 1.5rem);
	}
}

.restricted-section-filters select option {
	color: #4a4f53;
	padding: 0.2rem 0.5rem;
}

.restricted-section-filters .search-filter input::placeholder {
	color: #94a3b8 !important;
	font-size: 0.9rem;
}

.searchBtn {
	background-color: #FE5000;
	color: #fff;
	padding: 0.3rem 1rem;
	border-radius: 1.6rem;
	border: none;
	margin-right: 0.8rem;
	transition: all ease-in-out 200ms;
	border: 2px solid #FE5000;
}

.searchBtn:hover {
	background-color: #ffffff;
	color: #FE5000;
	padding: 0.3rem 1rem;
	border-radius: 1.6rem;
	border: none;
	margin-right: 0.8rem;
	border: 2px solid #FE5000;
}

.restricted-offer {
	background: url("../media/homepage/discounts_bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.offer-column {
	padding-top: 5rem;
}
