article,aside,details,figcaption,figure,xfooter,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 16px;
}

bodyx,main {
	--color-text: #fff;
	--color-bg: #fff;
	--color-link: #5a45a0;
	--color-link-hover: #fff;
	--color-bg-content: #fff;
	--color-title: #fff;
	color: var(--color-text);
	background-color: var(--color-bg);
	/*font-family: linotype-didot, Didot, "Didot LT STD", "Bodoni MT", "ltc-bodoni-175", "Hoefler Text", Garamond, "Times New Roman", serif;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden {
	pointer-events: none;
	visibility: hidden;
	position: fixed;
	z-index: -1;
}

.cursor, .cursor__inner {
	z-index: 9999;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: difference;
}

.cursor__inner--circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ffbf00;
	box-shadow: 0px 0px 8px rgba(255, 100, 0, 0.9);
}

.cursor__inner--cross {
	width: 30px;
	height: 30px;
}

.cursor__inner--cross::before,
.cursor__inner--cross::after {
	position: absolute;
	top: 0;
	content: '';
	width: 2px;
	height: 100%;
	background: #ff5c26;
	left: calc(50% - 1px);
	transform: rotate(45deg);
}

.cursor__inner--cross::after {
	transform: rotate(-45deg);
}

.cursor__inner--text {
	white-space: nowrap;
	left: 2px;
	margin-top: 1px;
	color: #ffd24c;
	font-size:1.1em; font-weight: bold;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: fixed;
	z-index: 1000;
	width: 100%;
	text-transform: lowercase;
}

.demo-4 .frame {
	mix-blend-mode: color-dodge;
}

.frame__title-wrap {
	text-transform: capitalize;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
}

.frame__links {
	display: inline;
}

.frame__links a:not(:first-child)::before {
	content: '|';
	margin: 0 1rem 0 0;
}

.frame__nav a,
.frame__links a:not(:last-child),
.frame__demos span, .frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__main {
	font-size: 1.5rem;
	margin: 0;
}

.frame__nav,
.frame__main,
.frame__version {
	display: none;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
}

.content { /*fondo detras y ampliación */
	background-color: var(--color-bg-content);
	position: fixed;
	height: 85vh;
	width: 100%;
	display: flex;
	text-align:center;

	align-items: end;
	justify-content: center;
	background-position: center center;
	background-size: contain;
	/*background-color: #000;*/
	background-repeat: no-repeat;
	/*background-blend-mode: soft-light;*/
	cursor: pointer;
	margin-top:10px;
	left:0;
}

.content__title {
	font-size: 1.1em;
	/*will-change: transform;
	mix-blend-mode: overlay;
	text-align: center;
	color: var(--color-title);
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; */
	background: rgba(0,0,0,.99);
	border: 1px solid rgba(255,255,255,.2);
	padding:10px;
	/*position: absolute;*/
	top:30px;
	color:#ff8000;
	font-weight: bold;
	width: 520px; 
	text-align:left;
	font-weight: bold;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
	margin:10px auto;
	margin-bottom:12px;
	line-height: 130%;
}
.content__extra{
	padding:10px;
	/*position: absolute;*/
	text-align:left;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);	
	font-weight: normal; font-size:.9em; color: #fafafa;
		margin:0px auto;
		line-height:150%;
	}

.grid-wrap--hidden {
	pointer-events: none;
}

.grid { /*tamaño grid*/
	display: grid;
	width: 100%;
	/*height: 100vw;*/
	height: auto;
	--cell-number: 4;
	--cell-size: 401px;
	grid-template-columns: repeat(auto-fill, var(--cell-size));
	will-change: transform;
	justify-content: center;
}

@media screen and (orientation: portrait) {
	.grid {
		height: auto;
		--cell-number: 6;
		--cell-size: 16.6666vw;
	}
	.noespacio{border:0px solid red;display:none;}
}

.grid__item {
	width: 100%;
	height: 100vh;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 250px;
	outline: 0px solid lime; /*rgba(255,255,255,0.99)*/
	border:0px solid red;
	background: white;
}
.grid__item:hover{
	
	
}

@media only screen and (max-width: 1600px) {
	.grid { /*tamaño grid*/
		--cell-number: 3;
		--cell-size: 330px;
		grid-template-columns: repeat(auto-fill, var(--cell-size));

	}
		.grid { 
		border:0px solid yellow;
		}
	.grid__item {
		
		height: 220px;
	}
}
@media only screen and (max-width: 1000px) {
		.grid { 
		border:0px solid lime;
		}
		.grid__item {
		
		height: 200px;
	}
}
@media only screen and (max-width: 640px) {	
		.grid { 
		border:0px solid orange;
		--cell-number: 1;
		--cell-size: 90%;		
		grid-gap: 40px 2px;
		}
		.grid__item {
		
		height: 300px;
	}		
	.content__title {
		
		margin:0px auto;
		font-size: 1.1em;
		max-width:90%;
		width:initial;
		margin-top: 330px;
	}
	.content {
		
		background-position: top center;
		align-items: start;
		width:96%;
		margin-top:40px;
	}
}

@media only screen and (max-width: 400px) {
	.gridx { /*tamaño grid*/
		border:0px solid red;
		--cell-number: 1;
		--cell-size: 440px;
		grid-template-columns: repeat(auto-fill, var(--cell-size));

	}	
		.grid__item {
		
		height: 250px;
	}

}

.grid__item-inner {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-size: contain;
	transition: all .3s ease-in-out;
	border:2px solid #fff;
	background-repeat: no-repeat;
}

.demo-3 .grid__item-inner {
	background-blend-mode: color-dodge;
	background-color: #332d4a;
}

.demo-1 .grid__item-inner {
	filter: grayscale(1);
}

.grid__item-inner::after { /*para over*/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.05);
	border:1px solid rgba(0,0,0,.1);
}
.grid__item-inner:hover{
	
	border: 1px solid rgba(255,125,0,.5);
	/*background-size: 110%;*/
	transform: scale(0.8) rotate(-5deg);
	/*transform: rotate(10deg);*/
}
.demo-4 .grid__item-inner::after {
	background: rgba(255,255,255,0);
}

.grid__item-inner:hover::after {
	/*background: rgba(0,0,0,0.0);*/
	background:  rgba(255,125,0,.05);
	box-shadow: 0px 0px 12px rgba(255, 125, 0, 0.9);	
	
}

.demo-4 .grid__item-inner:hover::after {
	background: rgba(255,255,255,0.5);
}

@media screen and (min-width: 53em) {
	bodyx {
		overflow: hidden;
	}
	.framex {
		position: fixed;
		text-align: left;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem 2rem 2.5rem;
		pointer-events: none;
		grid-template-columns: 40% 30% 30%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'nav demos main'
							'... ... ...'
							'title ... version';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
		grid-column: span 2;
		pointer-events: auto;
	}
	.frame__title {
		margin: 0 2rem 0 0;
	}
	.frame__main {
		display: block;
		justify-self: end;
	}
	.frame__main::before {
		content: '\2015';
	}
	.frame__nav {
		display: block;
		grid-area: nav;
		align-self: center;
		pointer-events: auto;
	}
	.frame__version {
		display: block;
		grid-area: version;
		justify-self: end;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: start;
		align-self: center;
		pointer-events: auto;
	}
	.frame a {
		pointer-events: auto;
	}
	.grid-wrap {
		height: 100vh;
		overflow: hidden;
	}
}
