#home #bienvenida{
	padding: 9%;
}
#home #bienvenida .artxt .artxt_head{
	width: 45%;
	text-align: right;
}

#home #bienvenida .artxt .artxt_body{
	width: 35%;
}

#home #tours #head_launchpad {
	width: 72%;
	margin: 0 auto;
	padding: 0;
}

#home #tours #pics_launchpad {
	width: 72%;
	margin: 0 auto;
	padding: 0;
}

/* =============================== */
#tours #inicio .artxt{
	width: 36%;
}

#tours .break#inicio {
	--start-x: 700;
	--end-x: 500;
	--start-y: 600;
	--end-y: 600;
	--start-scale: .9;
	--end-scale: 1;
	--start-blur: 0;
	--end-blur: 0;
	--start-op: 0;
	--end-op: 1;
	/* layer-two */
	--l2-start-x: 0;
	--l2-end-x: 0;
	--l2-start-y: 0;
	--l2-end-y: 0;
	--l2-start-scale: 1.1;
	--l2-end-scale: 1;
	--l2-start-blur: 20;
	--l2-end-blur: 0;
	--l2-start-op: 0;
	--l2-end-op: 1;
}

#destinos #inicio .artxt, #clasicos #inicio .artxt{
	width: 36%;
}

#destinos .break#inicio, #clasicos .break#inicio {
	--start-x: 700;
	--end-x: 500;
	--start-y: 600;
	--end-y: 600;
	--start-scale: .9;
	--end-scale: 1;
	--start-blur: 0;
	--end-blur: 0;
	--start-op: 0;
	--end-op: 1;
	/* layer-two */
	--l2-start-x: 0;
	--l2-end-x: 0;
	--l2-start-y: 0;
	--l2-end-y: 0;
	--l2-start-scale: 1.1;
	--l2-end-scale: 1;
	--l2-start-blur: 20;
	--l2-end-blur: 0;
	--l2-start-op: 0;
	--l2-end-op: 1;
}

#destinos .artxt {
	--lines: 50;
	--max-height: 12;
}

#destinos .popup .artxt {
	--lines: 12;
	--max-height: 24;
}

.tours-page .grid.s {
	width: 80dvw;
	max-width: 2250px;
}
.tours-page header.main ul {
	width: 36%;
}
.tours-page header.main ul figure {
	width: 50%;
}

.tours-page .launchpad {
	--cols: 3;
	z-index: 6;
}

.tours-page .launchpad #head_launchpad {
	width: 63%;
}

.tours-page .launchpad #pics_launchpad {
	width: 63%;
	margin: 0 auto;
	padding: 0 0 9% 0;
}

.tours-page .launchpad li{
	aspect-ratio: 1 / 1;
}
.tours-page .itinerario{
	padding: 4.5% 18%;
}

@media (min-width: 1440px) and (max-width: 1919px) {
	
	#tours .break#inicio, #destinos .break#inicio, #clasicos .break#inicio {
		--start-y: 400;
		--end-y: 400;
	}


