/*
* HEADER
*/
a[name] {
	margin-top: -150px;
	position: absolute;
}
a[name="peoples"] {
	margin-top: -240px;
	position: absolute;
}
.page-top-header {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	height: 460px;
	padding-top: 42px;
}

.page-top-header .page-top-header-gradient {
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 46%, rgba(255,255,255,0) 83%);
	height: calc(100% + 20px);
	left: 0;
	position: absolute;
	top: -20px;
	width: 100%;
}

.page-top-filter-mobile {
	position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    box-shadow: 0px -15px 15px 0px rgb(0, 0, 0, .16);
    padding: 0;

	display: none;    
	align-items: center;
	justify-content: center; 
	width: 100%;
}

.page-top-filter-mobile.is-active {
	display: flex;
}

.page-top-filter-mobile-wrapper {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3); 

	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);

	padding: 2.5rem;
}

@supports not (backdrop-filter: blur(10px)) {
	.page-top-filter-mobile-wrapper { 
		background-color: rgba(181, 181, 181, 0.8); 
	}
}

.page-top-filter-mobile ul li a{ 
	width: 80% !important;
    margin: 0 auto;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.page-top-filter-mobile-content {
    overflow-x: hidden;
}

.page-top-selector ul,
.page-top-filter-mobile ul,
.page-top-tabs ul {
	display: inline-flex;
	list-style-type: none;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.page-top-selector ul > li,
.page-top-tabs ul > li {
	line-height: 64px;	
}
.page-top-tabs ul > li { 
	margin-right: 15px;
}
.page-top-selector ul > li > a,
.page-top-tabs ul > li > a {
	color: #6B26BA;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 12px 16px;
	text-decoration: underline;
}
.page-top-selector ul > li > a.active {
	background: #6B26BA;
	border-radius: 5px;
	color: white;
	font-weight: 700;
	text-decoration: none;
}
.page-top-tabs ul > li > a.active {
	background: #F0CE34;
	border-radius: 5px;
	color: #2A2F3C;
	font-weight: 700;
	text-decoration: none;
}
.node-top-header {
	background: rgb(232,234,236);
	background: linear-gradient(90deg, rgba(232,234,236,0) 0%, rgba(232,234,236,1) 100%);
	height: 300px;
	margin-bottom: 1rem;
}
.page-top-header-description {
	display: -webkit-box;
	overflow: hidden;
	line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.page-top-tabs-mobile {
	background-color: #fff;
	padding: 1rem 0;
}

.page-top-tabs-mobile ul > li {
	line-height: 50px;
	margin-right: 0;
    margin-bottom: 0.5rem !important;
}

.navbar-header-mobile {
	display: block;
}

.navbar-header-mobile-wrapper {
	position: relative;
}

@media screen and (min-width: 768px) {
	.navbar-header-mobile,
	.page-top-filter-mobile {
		display: none;
	}

}

@media screen and (max-width: 767px) {
	.path-frontpage header {
		display: none;
	}

	.page-top-header .col-md-5 {
		display: block !important;
		padding: 4rem !important;
	}
	
	.page-top-header {
		padding-top: 0;
		height: 100% !important;
	}
}
