
/* NEWS WORLD */

.page__newspaper .map__header {
	position: relative;
	top: unset;
	left: unset;
	z-index: 20;
	margin-bottom: 1.6vw;
}

.world__news--filter {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	padding-bottom: 0.8vw;
	margin-bottom: 1.2vw;
	margin-top: -0.6vw;
}

.world__news--filter ul {
	width: 100%;

	display: flex;
	justify-content: space-between;
	list-style-type: none;
}

.world__news--filter ul li {
	font-family: 'Editorial New';
	font-size: 1.6vw;
	letter-spacing: -0.04em;

	/*opacity: 0.6;*/
}

.article__tag {
	position: absolute;
		top: 0.8vw;
		right: -0.2vw;

	line-height: 1.6vw;
	padding: 0 0.8vw 0 1.6vw;
	clip-path: polygon(0% 0%, 0.8vw 50%, 0% 100%, 100% 100%, 100% 0 );
	
	z-index: 2;
	
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1vw;
}

.filter-active-list li {
	opacity: 0.6;
}

.world__news--filter ul li a {
	color: inherit;
	text-decoration: none;
}

.world__news--filter ul li.filter-active {
	opacity: 1;
}

.section__news {
	position: relative;
	width: 100%;
}

.section__news--margin {
	position: relative;
	width: calc(100% - 19.2vw);

	margin: 0 auto;

}

.world__news--header {
	position: relative;
	width: 100%;

	display: flex;

	padding-top: 1.6vw;
	padding-bottom: 1.2vw;
	margin-bottom: 1.6vw;

	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.world__news--name {
	font-family: 'Editorial New';
	font-size: 2.4vw;
	letter-spacing: -0.04em;

	width: 50%;
}

.world__news--name span {
	position: relative;
	font-size: 1.6vw;
	display: inline-block;

	transform: translateY(-0.6vw);
}

.world__news--name span:before {
	content: "";
	position: absolute;
		bottom: -0.2vw;
		left: 0;

	width: 100%;
	height: 1px;

	background-color: var(--black);
	opacity: 0.2;
}

.world__news--about {
	position: relative;
	text-align: right;

	width: 50%;

	font-size: 1vw;
	line-height: 1.2vw;

	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.world__news--hero {
	position: relative;
	width: 100%;

	display: flex;

	padding-bottom: 2.4vw;
	margin-bottom: 2.4vw;

	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.news__hero--title {
	width: calc(50% - 1.6vw);
}

.news__hero--title {
	position: relative;

	font-size: 1.8vw;
	line-height: 2.6vw;

	padding-top: 2.4vw;

	padding-right: 1.6vw;
}

.news__hero--snippet {
	position: relative;
	width: calc(80%);

	padding-top: 1.6vw;
	padding-bottom: 1.6vw;

	font-size: 1.4vw;
	line-height: 1.8vw;

	opacity: 0.8;
}

.interview--label {
	font-family: 'Editorial New Thin';
	font-size: 1.4vw;
	line-height: 2.4vw;
	letter-spacing: 0.05em;
}

.world__news--hero .button-large {
	margin-left: -0.2vw;
}

.news__hero--media {
	width: 50%;
}

.news__item--thumbnail {
	position: relative;
	width: 100%;
	padding-bottom: 80%;
}

.news__item--thumbnail img {
	position: absolute;
	width: 100%;
	height: 100%;

	object-fit: cover;
}


.world__news--articles {
	position: relative;
	width: 100%;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.4vw 2.4vw;
}

.news__item {
	position: relative;
	width: 100%;

	column-span: 1;
}

.news__item:nth-child(2):before, .news__item:nth-child(2):after {
	content: "";
	position: absolute;
		top: 0.8vw;

	width: 1px;
	height: calc(100% - 1.6vw);

	border-left: 1px dashed rgba(0, 0, 0, 0.1);
}

.news__item:nth-child(2):before {
	left: -1.2vw;
}

.news__item:nth-child(2):after {
	right: -1.2vw;
}

.news__item--title {
	position: relative;
	width: 100%;

	font-size: 1.4vw;
	padding-top: 0.8vw;
	padding-bottom: 0.8vw;
}

.section__news--footer {
	position: relative;
	width: 100%;

	display: block;

	margin-top: 3.2vw;
	padding: 1.6vw 0 1.2vw 0;
	margin-bottom: 1.6vw;

	border-top: 1px solid rgba(0, 0, 0, 0.4);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);

	text-align: center;
}

.news__item .button-secondar:hover {
	background-color: var(--black);
	color: white;
}

.news__article--content {
	position: relative;
	width: 60%;
	margin: 0 auto;
}

.news__article--content p {
	padding-top: 0.8vw;
	padding-bottom: 1.2vw;
}

.news__article--content h1 {
	padding-top: 2.4vw;
}


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

	.world__news--header {
		padding-top: 16vw;
		padding-bottom: 1.2vw;
		margin-bottom: 1.6vw;

		flex-flow: wrap;
	}

	.world__news--name {
		font-size: 7.2vw;
		width: 100%;
		text-align: center;
	}

	.world__news--name span {
		font-size: 4.8vw;
		transform: translateY(-1.6vw);
	}

	.world__news--about {
		text-align: center;
		width: 100%;
		font-size: 3.2vw;
		line-height: 3.2vw;
		padding-top: 1.2vw;
		padding-bottom: 3.2vw;
	}

	.world__news--filter {
		margin-bottom: 4.8vw;
	}

	.world__news--filter ul {
		justify-content: unset;
		flex-flow: wrap;
	}

	.world__news--filter ul li {
		font-size: 4vw;
		padding-right: 4vw;
		line-height: 7.2vw;
	}

	.world__news--hero {
		flex-flow: wrap;
		padding-bottom: 4.8vw;
		margin-bottom: 6.4vw;
	}

	.news__hero--title, .news__hero--media {
		width: calc(100%);
	}

	.news__hero--media {
		order: 1;
	}

	.news__hero--title {
		order: 2;

		font-size: 5.5vw;
		line-height: 6.4vw;
		padding-top: 2.4vw;
		padding-right: 0;
	}

	.interview--label {
		font-size: 3.2vw;
		line-height: 4vw;
	}

	.article__tag {
		top: 1.6vw;
		right: -0.8vw;
		line-height: 6.4vw;
		padding: 0 2.4vw 0 3.2vw;
		clip-path: polygon(0% 0%, 1.6vw 50%, 0% 100%, 100% 100%, 100% 0 );
		z-index: 2;
		font-size: 3.2vw;
	}

	.news__hero--snippet {
		width: calc(100%);
		padding-top: 4.8vw;
		padding-bottom: 4.8vw;
		font-size: 4vw;
		line-height: 4.8vw;
	}

	.world__news--articles {
		grid-template-columns: 1fr;
		gap: 2.4vw 2.4vw;
	}

	.news__item--title {
		font-size: 4vw;
		padding-top: 1.6vw;
		padding-bottom: 2.4vw;
	}

	.news__item {
		border-bottom: 1px solid rgba(1,1,1,0.1);
		margin-bottom: 2.4vw;
		padding-bottom: 6.4vw;
	}

	.news__item:nth-child(2):before, .news__item:nth-child(2):after {
		display: none;
	}

	.news__item:last-of-type {
		border-bottom: none;
	}

	

}
