/*kumon*/
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 18px;
}


#main {
	height: 700px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.logos-section{
background: radial-gradient(circle, rgba(63,63,108,1) 24%, rgba(46,101,112,1) 100%);
/*https://cssgradient.io/*/
width: 100%;
}
.container .logoz{
	background: yellow;
	padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	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);
	}
}

.message {
	position: relative;
	z-index: 100;
	text-align: center;
	background: var(--color-text);
	color: var(--color-bg);
	padding: 1rem;
	font-size: 0.85rem;
	position: relative;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: normal;
}

.frame__links {
	display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
	text-decoration: none;
}

.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;
	align-items: center;
	justify-content: center;
	max-height: 300px;
}

.grid {
	pointer-events: none;
	position: absolute;
	width: 110%;
	height: 110%;
	top: -5%;
	left: -5%;
	display: grid;
	grid-template-columns: repeat(50,2%);
	grid-template-rows: repeat(50,2%);
}

.grid__item {
	box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.19), 
	0 6px 20px 0 
	rgba(0, 0, 0, 0.19);
	position: relative;
}

.grid--img .grid__item {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: transform;
}

.grid__item-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.grid--img .grid__item-img {
	flex: none;
	width: calc(100% + 100px);
	height: calc(100% + 100px);
	will-change: transform;
}

/* 
Shorthand grid-area: 
grid-row-start / arriba
grid-column-start /
grid-row-end / 
grid-column-end / 
*/ 

.pos-1 {/*HP*/
	grid-area: 10 / 5 / 20 / 15;
}

.pos-2 {/*ARUBA*/
	grid-area: 70 / 12 / 202 / 28;
}

.pos-3 {/*bosch*/
	grid-area: 1 / 36 / 14 / 48;
}

.pos-4 {/*PANASONIC*/
	grid-area: 14 / 12 / 38 / 28;
}

.pos-5 {/*neTscout*/
	grid-area: 20 / 30 / 30 / 40;
}

.pos-6 {/*OLUTRON*/
	grid-area: 20 / 46 / 28 / 51;
}

.pos-7 {/*PELCO*/
	grid-area: 1 / 35 / 22 / 28;
}

.pos-8 {/*seagate*/
	grid-area: 5 / 3 / 10 / 10;
}

.pos-9 {/*acrobat*/
	grid-area: 15 / 25 / 25 / 35;
}

.pos-10 {/*EMC*/
 	grid-area: 27 / 29 / 38 / 37;
}

.pos-11 {
	grid-area: 10 / 1 / 26 / 7;
}

.pos-12 {/*epson-2*/
	grid-area: 1 / 18 / 9 / 27;
}

.pos-13 {/*DELL*/
	grid-area: 10 / 15 / 20 / 25;
}

.pos-14 {/*LENOVO*/
	grid-area: 3 / 11 / 22 / 18;
}

.pos-15 {/*samsung*/
	grid-area: 30 / 40 / 40 / 50;
}

.pos-16 {/*CISCO*/
	grid-area: 20 / 46 / 28 / 51;
}

.pos-17 {/*TELTONIKA*/
	grid-area: 33 / 1 / 41 / 10;
}

.pos-18 {/*MIKROTIK*/
	grid-area: 18 / 4 / 26 / 12;
}

.pos-19 {/*LG*/
	grid-area: 30 / 26 / 41 / 39;
}

.pos-20 {
 	grid-area: 37 / 39 / 48 / 47;
}

.pos-21 {/*seagate*/
	grid-area:12 / 32 / 32 / 48;
}

.pos-22 {/*logitech*/
	grid-area: 25 / 13 / 30 / 20;
}

.pos-23 {/*sonicwall*/
	grid-area: 15 / 45 / 25 / 55;
}

.pos-24 {/*OKI*/
 	grid-area: 37 / 29 / 48 / 37;
}

.pos-25 {/*GETAC*/
	grid-area: 30 / 5 / 40 / 15;
}

.pos-26 {/**/
	grid-area: 20 / 46 / 28 / 51;
}

.pos-27 {
	grid-area: 43 / 1 / 51 / 10;
}

.pos-28 {
	grid-area: 38 / 14 / 46 / 22;
}

.pos-29 {/*riverbed*/
	grid-area: 30 / 20 / 41 / 30;
}
.content__title {
	color: #fff;
	font-family: bely-display, sans-serif;
	font-weight: 400;
	font-size: 10vw;
	margin: 0;
	line-height: 1;
	position: relative;
	text-shadow: 0.02em 0.02em 0.08em #483457;
}

.content__title-sub {
	color: #fff;
	font-size: 4.5vw;
	display: block;
	margin-left: 3vw;
	line-height: 0.5;
	text-shadow: 0.02em 0.02em 0.08em #483457;
}

.cursor {
	display: none;
}

@media screen and (min-width: 53em) {
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100%;
		padding: 3rem;
		pointer-events: none;
		grid-template-columns: 75% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links'
							'... ...'
							'... demos';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
	}
	.frame__tagline {
		position: relative;
		margin: 0 0 0 1rem;
		padding: 0 0 0 1rem;
		opacity: 0.5;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: end;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.content {
		height: 100%;
		justify-content: center;
		max-height: none;
	}
	#main {
	height: 400px;
	width: 100%;
	position: relative;
	overflow: hidden;
	}
}

@media (any-pointer: fine) {
	.cursor {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		pointer-events: none;
	}
	.cursor__inner {
		fill: var(--cursor-fill);
		stroke: var(--cursor-stroke);
		stroke-width: var(--cursor-stroke-width);
	}
	#main {
	height: 700px;
	width: 100%;
	position: relative;
	overflow: hidden;
	}
	
}
/*min-width: 1081px*/
@media(min-width: 1081px){

}

/*max-width: 1080px*/
@media(max-width: 1080px){	
#main {
	height: 400px;
	width: 100%;
	position: relative;
	overflow: hidden;
	}
}
/*max-width: 800px---------------------IPAD*/
@media(max-width: 800px){
#main {
	height: 400px;
	width: 100%;
	position: relative;
	overflow: hidden;
	}
}

/*max-width: 600px ------------------ CELULAR*/
@media(max-width: 600px){
#main {
	height: 400px;
	width: 100%;
	position: relative;
	overflow: hidden;
	}
}