html
{
	
}

body
{
	margin: 0;
	padding: 0;
	
	background-color: #f7e946;
	
	font-family: sans-serif;
}

*
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	outline: none;
}

h2
{
	font-family: 'futura_lt_cd';
	font-weight: lighter;
	font-size: 40px;
	
	color: #3b2314;
}

h3
{
	font-family: 'futura_lt_cd';
	font-weight: bold;
	font-size: 35px;
	
	margin: 0;
	padding: 0;
	
	color: #3b2314;
}

.c2a
{
	margin: 10px 0;
	padding: 5px 20px;
	
	display: inline-block;
	
	cursor: pointer;
	
	background-color: #f05a2a;
	
	color: white;
}

#wrapper
{
	width: 100%;
}

#header
{
	width: 100%;
	height: 50px;
	
	padding: 25px 0;
	
	position: relative;
	z-index: 30;
	
	overflow: hidden;
	
	-webkit-box-shadow: 0px 2px 14px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 14px 1px rgba(0,0,0,.2);
	box-shadow: 0px 2px 14px 1px rgba(0,0,0,.2);
}

#header ul,
#footer ul
{
	width: 70%;
	height: 100%;
	
	max-width: 1366px;
	
	background-image: url('../img/head_motto.svg');
	background-position: 5% center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	
	margin: 0 auto;
	padding: 0;
	
	list-style: none;
	
	overflow: visible;
	position: relative;
	
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#footer ul
{
	background-position: center;
	background-size: auto 60%;
}

#header ul::before,
#footer ul::before,
#header ul::after,
#footer ul::after
{
	content: '';
	
	position: absolute;
	top: -25px;
	
 	width: 100%;
 	height: 100px;
	
	background-image: url('../img/line_tile.svg');
	background-repeat: repeat-x;
	background-size: auto 50%;
}

#footer ul::before,
#footer ul::after
{
	height: 80%;
	
	top: 10%;
}

#header ul::before,
#footer ul::before
{
	right: 100%;
	
	background-position: right center;
}

#header ul::after,
#footer ul::after
{
	left: 100%;
	
	background-position: left center;
}

#header ul li
{
	display: inline-block;
	
	font-family: 'futura_lt_cd';
	font-size: 30px;
	
	margin: 0 25px 0 0;
	
	cursor: pointer;
}

#header ul li::after
{
	content: '';
	display: block;
	
	width: 0;
	height: 1px;
	
	background: #000;
	transition: width .3s;
}

#header ul li:hover::after
{
	width: 100%;
}

#content
{
	width: 100%;
	
	position: relative;
	z-index: 10;
	
	background-color: white;
}

#content .data
{
	width: 94%;
	
	max-width: 1366px;
	min-height: calc(100vh - 170px);
	
	margin: 0 auto;
	padding: 0 3%;
		
	position: relative;
}

#content .data::before
{
	content: '';
	
	position: absolute;
	top: 0;
	right: 5.4%;
	
 	width: 50px;
 	height: 50px;
 	
 	cursor: pointer;
	
	background-color: #432a18;
	background-image: url('../img/content_translate.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 85% auto;
	
	border-radius: 0 0 8px 8px;
	
	display: none;
}

#content .data .aboutus
{
	width: 100%;
	
	min-height: 200px;
	
	padding: 10px 0;
	
	white-space: nowrap;
}

#content .data .aboutus .info,
#content .data .aboutus .graphic
{
	display: inline-block;
	vertical-align: middle;
}

#content .data .aboutus .info
{
	width: 44%;
	
	white-space: normal;
	text-align: justify;
}

#content .data .aboutus .info img
{
	width: 95%;
	
	padding-bottom: 20px;
}

#content .data .aboutus .info h3
{
	font-family: 'futura_lt_cd';
	font-weight: lighter;
	font-size: 30px;
	
	margin: 0;
	padding: 0;
}

#content .data .aboutus .info p
{
	font-family: 'aller_lt';
	font-weight: lighter;
	font-size: 18px;
	
	margin: 0;
	padding: 0 0 25px 0;
}

#content .data .aboutus .graphic
{
	width: 55%;
	height: 100%;
	
	text-align: center;
	
	min-height: 500px;
}

#content .data .aboutus .graphic img
{
	width: 64%;
}

#content .data .prodser
{
	width: 100%;
	
	padding-bottom: 50px;
	
	position: relative;
}

#content .data .prodser ul
{
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	list-style: none;
	
	text-align: center;
}

#content .data .prodser ul li
{
	width: 22%;
	height: 380px;
	
	position: relative;
	
	margin: 0 1.9% 25px 0;
	
	display: inline-block;
	vertical-align: top;
	
	transition: all .4s ease-out;
}

#content .data .prodser ul li:hover
{
	transform: scale(1.14);
	
	z-index: 2000;
}

#content .data .prodser ul li > div
{
	width: 100%;
	height: 100%;
	
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	
	perspective: 800px;
	
	transform-style: preserve-3d;
	
	transition: all .3s ease-out;
}

#content .data .prodser ul li:hover > div
{
	transform: rotateY(180deg);
	
	box-shadow: 0px 0px 56px 15px rgba(0,0,0,0.1);
}

#content .data .prodser ul li > div > div
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height: 100%;
	
	background-color: #f1edea;
	
	backface-visibility: hidden;
}

#content .data .prodser ul li > div > div:first-child
{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	
	font-family: 'futura_lt_cd';
	font-weight: lighter;
	font-size: 31px;
	
	color: #3b2314;
	
	height: 95%;
	padding-bottom: 5%;
	
	background-position: center center;
	background-repeat: no-repeat;
}

#content .data .prodser ul li > div > div:last-child
{
	transform: rotateY(180deg);
	
	background-color: white;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	background-color: #f7e946;
	
	font-family: 'futura_lt_cd';
	font-weight: lighter;
	font-size: 30px;
	color: #3b2314;
	
	border: solid 1px rgba(59,35,20,.05);
}

.pantallas_blind_touch > div:first-child{background-image: url('../img/pantallas_blind_touch.svg')}
.pantallas_multi_touch > div:first-child{background-image: url('../img/pantallas_multi_touch.svg')}
.apps_para_eventos > div:first-child{background-image: url('../img/apps_para_eventos.svg')}
.sistemas_de_registro > div:first-child{background-image: url('../img/sistemas_de_registro.svg')}
.piso_interactivo > div:first-child{background-image: url('../img/piso_interactivo.svg')}
.votacion_electronica > div:first-child{background-image: url('../img/votacion_electronica.svg')}
.diseño_grafico > div:first-child{background-image: url('../img/diseño_grafico.svg');background-size: 90% auto;}
.desarrollo_web > div:first-child{background-image: url('../img/desarrollo_web.svg');background-size: 90% auto;}
.impresion > div:first-child{background-image: url('../img/impresion.svg');background-size: 85% auto;}
.interactivos_vr > div:first-child{background-image: url('../img/interactivos_vr.svg');background-size: 85% auto;}
.marketing > div:first-child{background-image: url('../img/marketing.svg');background-size: 85% auto;}
.silent_tech > div:first-child{background-image: url('../img/silent_tech.svg');background-size: 85% auto;}

#content .data .contact
{
	width: 100%;
/* 	height: 600px; */
}

#content .data .contact p
{
	font-family: 'aller_lt';
	font-weight: lighter;
	font-size: 18px;
}

#footer
{
	width: 100vw;
	height: 70px;
	
	overflow: hidden;
	
	position: relative;
	z-index: 10;
	
	box-shadow: 0px -2px 14px 1px rgba(0,0,0,.2);
}

#contact
{
	position: fixed;
	left: 0;
	top: 0;
	
	width: 100vw;
	height: 100vh;
	
	background-color: rgba(59, 35, 20, 0.81);
	
	z-index: 900;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-family: 'futura_lt_cd';
	font-weight: lighter;
	font-size: 30px;
	color: #f7e946;
	
	opacity: 0;
	
	pointer-events: none;
	
	transition: all .3s ease-in-out;
}

#contact.on
{
	opacity: 1;
	
	pointer-events: all;
}

#contact input,
#contact textarea
{
	box-sizing: content-box;
	
	background-color: #f7e946;
	
	border: none;
	
	font-family: 'futura_lt_cd';
	font-weight: lighter;
	font-size: 16px;
	color: #3b2314;
	
	margin: 5px 0;
	padding: 10px 20px;
	
	display: block;
	
	width: 270px;
}

#contact input::placeholder,
#contact textarea::placeholder
{
	color: #3b2314;
}

#contact input[type="submit"]
{
	margin: 10px 0;
	padding: 10px 20px;
	
	display: inline-block;
	
	cursor: pointer;
	
	font-size: 16px;
	
	background-color: #f05a2a;
	
	
	
	color: white;
}

#contact input[name="nombre"]
{
	text-transform: capitalize;
}

#contact input[name="email"]
{
	text-transform: lowercase;
}

#contact input[name="email"]::placeholder
{
	text-transform: none;
}

.mmenu
{
	position: fixed;
	left: 0;
	top: 0;
	
	width: 100vw;
	height: 100vh;
	
	background-color: rgba(59, 35, 20, 0.81);
	
	z-index: 1000;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-family: 'futura_lt_cd';
	font-weight: lighter;
	font-size: 30px;
	color: #f7e946;
	
	text-align: center;
	
	opacity: 0;
	
	pointer-events: none;
	
	transition: all .3s ease-in-out;
}

.mmenu.on
{
	opacity: 1;
	
	pointer-events: all;
}

.mmenu a
{
	color: inherit;
	
	text-decoration: none;
}

@media (max-width: 1080px)
{
	#header ul li
	{
		font-size: 27px;
		margin: 0 10px 0 0;
	}
	
	#content .data .prodser ul li
	{
		width: 31%;
		margin: 0 1.9% 17px 0;
	}
}

@media (max-width: 1024px)
{
	#content .data .aboutus .info p
	{
		font-size: 16px;
	}
}

@media (max-width: 980px)
{
	#header ul
	{
		background-image: url('../img/head_motto.svg'), url('../img/head_menu.svg');
		background-position: 5% center, 95% center;
		background-repeat: no-repeat, no-repeat;
		background-size: auto 100%, 50px auto;
		
		cursor: pointer;
	}
	
	#header ul li
	{
		display: none;
	}
	
	#content .data .aboutus .info h3
	{
		font-size: 25px;
	}
	
	#content .data .aboutus .info p
	{
		font-size: 14px;
	}
}

@media (max-width: 800px)
{
	#content .data .aboutus
	{
		white-space: normal;
	}
	
	#content .data .aboutus .info,
	#content .data .aboutus .graphic
	{
		width: 100%;
	}
	
	#content .data .aboutus .graphic
	{
		padding-top: 30px;
	}
	
	#content .data .aboutus .graphic img
	{
		width: 85%;
	}
	
	#content .data .prodser ul li
	{
		width: 48%;
	}
}

@media (max-width: 610px)
{
	#header ul
	{
		background-image: url('../img/head_motto_mobile.svg'), url('../img/head_menu.svg');
	}
}

@media (max-width: 555px)
{
	#content .data .prodser ul li
	{
		width: 98%;
	}
}