.popup-content .icon-cross{
	position: fixed;
	top: 10dvh;
	right: 5%;
	color: rgb(var(--c5)/1);
	font-size: 2rem;
	z-index: 500;
}
.popup-content .headline#tours{
	margin-top: -45dvh;
	padding: 0 10vw 4rem;
}
.popup-content .headline#tours h2:not(.small){
	transform:translateY(-4.1rem);
	margin-bottom:0;
	background-image:url("../../assets/img/bg.webp");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	-webkit-background-clip:text;
	background-clip:text;
	-webkit-text-fill-color:transparent;
	color:transparent;
}

.popup-content .headline#tours h2.small{
	margin-bottom:0;
	transform:none;
	background:none;
	-webkit-background-clip:border-box;
	background-clip:border-box;
	-webkit-text-fill-color:none;
	color:inherit !important;
}

.popup-content .headline#tours p{
	column-count:2;
	column-gap:2rem;
}
/* .launchpad#resumen{
	padding: 4rem 5vw;
}
.launchpad#resumen li{
	height: 100% !important;
	background: rgb(var(--c3)/1)
}

	.launchpad#resumen>article:nth-child(1) {
	width: 100%;
}

.launchpad#resumen ul {
	grid-template-columns: repeat(5, 1fr);
} */
