@charset "UTF-8";
body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #777;
	background-color: #222;
}
a {
	text-decoration: none;
	color: #249BD6;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
a:hover {
	color: #E54033;
}
.mas {
	padding-bottom: 17px;
	padding-top: 17px;
	padding-left: 47px;
	padding-right: 47px;
	color: #FFF;
	margin-top: 27px;
	background-color: #FF5142;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
	cursor: pointer;
}
.mas:hover {
	background-color: #222;
	color: #FFF;
}
#contenedor {
	position: absolute;
	width: 100%;
}
.naranja {
	color: #E54033;
}
.amarillo {
	color: #F3AE1B;
}
.blanco {
	color: #FFF;
}
.container {
	position: absolute;
	width: 85%;
	text-align: center;
	color: #FFF;
	top: 25%;
	left: 7.5%;
	margin-left: 0em;
}
.container h1 {
	font-size: 600%;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
#superior {
	position: absolute;
	z-index: 100;
	top: 27px;
	width: 100%;
}
#logo {
	width: 308px;
	height: 305px;
	float: left;
	margin-left: 27px;
	background-image: url(../images/logo-jema.png);
	background-repeat: no-repeat;
}
#menuP {
	float: right;
	margin-right: 27px;
}
#menuP ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menuP li {
	float: left;
	text-align: center;
}
#menuP li a {
	display: block;
	color: #FFF;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
	padding-left: 17px;
	padding-right: 17px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#menuP li a:hover {
	color: #E54033;
}
#conta {
	border-right: thin solid #FFF;
	cursor: pointer;
}
#mM {
	padding-right: 27px;
	cursor: pointer;
	background-image: url(../images/menuS.png);
	background-repeat: no-repeat;
	background-position: center right;
}
#ingenieria {
	background-color: #E54033;
	color: #FFFFFF;
	position: relative;
	width: 100%;
	display: table;
	min-height: 470px;
	z-index: 7;
}
#general {
	position: absolute;
	width: 100%;
	height: 107px;
	background-color: #E54033;
	top: 0px;
	-webkit-box-shadow: 0 5px 17px 0 #303030;
	box-shadow: 0 5px 17px 0 #303030;
	z-index: 10;
}
#logo2 {
	width: 65px;
	height: 69px;
	margin-left: 27px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	margin-top: 17px;
	position: absolute;
}
#menuDolby {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	z-index: 99;
}
#menuDolby ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menuDolby li {
	float: left;
}
#menuDolby li a {
	color: #FFF;
	text-transform: uppercase;
	display: block;
	line-height: 107px;
	padding-left: 27px;
	padding-right: 27px;
	opacity: 0.7;
	font-weight: 200;
}
#menuDolby li a:hover {
	opacity: 1;
}
#menuS2 {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 27px;
	cursor: pointer;
	background-image: url(../images/menuS2.png);
	background-repeat: no-repeat;
	top: 37px;
}
.columna50 {
	width: 50%;
	float: left;
	/* [disabled]padding-top: 127px; */
	font-size: 1.2em;
}
.padding {
	padding-top: 177px;
	padding-right: 27px;
	padding-bottom: 27px;
	padding-left: 27px;
}
.columna50 h1, #productos h1 {
	margin: 0;
	padding: 0;
	font-size: 400%;
	text-transform: uppercase;
}
.columna50 hr {
	border: 0;
	border-bottom: 3px solid #FFF;
	text-align: left;
	width: 7%;
	margin-left: 0;
}
.red {
	border: 0;
	border-bottom: 3px solid #E54033;
	text-align: left;
	width: 7%;
	margin-left: 0;
}
.fondo {
	background-size: cover;
	background-position: center;
}
#diseno {
	width: 100%;
	position: relative;
	background-color: #FFFFFF;
	z-index: 6;
}
#desarrollo {
	width: 100%;
	height: auto;
	background-color: #303030;
	color: #FFFFFF;
	z-index: 6;
	position: relative;
}
#video {
	position: relative;
	width: 100%;
	height: 370px;
	background-color: #222;
	overflow: hidden;
}
video#bgvid {
	width: auto !important;
	height: auto !important;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}
#tapaVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,0.7);
	z-index: 2;
	top: 0px;
	left: 0px;
	background-image: url(../images/logoVideo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#productos {
	width: 100%;
	position: relative;
	height: auto;
	background-color: #E6E6E6;
	color: #FFF;
}
#tituloProds {
	position: absolute;
	top: 177px;
	left: 27px;
	z-index: 2;
}
#slidesP {
	z-index: 1;
	position: absolute;
}
.containerP {
	position: absolute;
	right: 27px;
	bottom: 177px;
}
.call2action {
	position: relative;
	width: 100%;
	height: 170px;
	background-color: #E54033;
	color: #FFFFFF;
	text-align: center;
	margin-top: -37px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.call2action:hover {
	background-color: #EE2C29;
}
.call2action h1 {
	line-height: 170px;
	font-weight: 100;
}
.call2action a {
	color: #FFF;
	text-decoration: underline;
}
#pie {
	position: relative;
	background-color: #222;
	width: 100%;
	height: 470px;
}
#mapa {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#dirPie {
	width: 100%;
	z-index: 2;
	color: #FFFFFF;
	top: 27px;
	text-align: center;
	position: absolute;
}
#botonSubir {
	width: 170px;
	height: 37px;
	background-color: #2A2A2A;
	position: absolute;
	z-index: 2;
	color: #FFFFFF;
	bottom: 77px;
	right: 27px;
	text-align: center;
}
#botonSubir a {
	display: block;
	line-height: 37px;
	color: #FFF;
}
#contacto {
	position: fixed;
	right: -470px;
	top: 0px;
	width: 470px;
	height: 100%;
	background-color: #222;
	overflow: auto;
	text-align: center;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#contacto h1 {
	color: #FFF;
}
.paddingC {
	padding: 37px;
}
#contactoF {
	margin-top: 27px;
}
#contactoF input[type="text"], #contactoF input[type="email"], #contactoF input[type="tel"], #contactoF textarea {
	width: 90%;
	border: none;
	background-color: #313131;
	padding: 17px;
	outline: none;
	resize: none;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
	color: #FFF;
}
#contactoF input[type="text"]:focus, #contactoF input[type="email"]:focus, #contactoF input[type="tel"]:focus, #contactoF textarea:focus {
	background-color: #3e3e3e;
}
#contactoF input[type="submit"] {
	color: #FFF;
	background-color: #E54033;
	padding: 17px 47px;
	border: none;
	text-transform: uppercase;
}#cierraC {
	width: 32px;
	height: 32px;
	float: right;
	background-image: url(../images/equis.png);
	margin-top: -17px;
	cursor: pointer;
}
#menuG {
	position: fixed;
	z-index: 999;
	background-color: #222;
	width: 100%;
	height: 100%;
	display: none;
}
#logoM {
	position: absolute;
	top: 27px;
	left: 27px;
	width: 65px;
	height: 69px;
	background-image: url(../images/logo2.png);
}
#cerrarMG {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 27px;
	right: 27px;
	background-image: url(../images/equis.png);
	cursor: pointer;
}
#letreroC {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #E54033;
	height: 77px;
	line-height: 77px;
	color: rgba(255,255,255,0.7);
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 100;
}
#menuGU {
	position: absolute;
	top: 12%;
	width: 100%;
	text-align: center;
}
#menuGU a {
	color: #FFF;
}
#menuGU a:hover {
	color: #E54033;
}
#menuGU h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
}
hr {
	border: 0;
	border-bottom: 3px solid #FFF;
	width: 3%;
}
	
#scrollInicio {
	position: absolute;
	bottom: 17px;
	left: 50%;
	width: 50px;
	margin-left: -25px;
	z-index: 7;
	text-transform: uppercase;
	text-align: center;
}
#scrollInicio a {
	color: #FFF;
}
#scrollInicio img {
	margin-bottom: 17px;
}
#ingenieriaC, #disenoC, #laminasC, #cajasC, #empaquesC, #estrategiaC, #impresionC {
	position: fixed;
	z-index: 999;
	background-color: #222;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: none;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #CACACA;
	font-size: 1.2em;
}
.logoC {
	position: fixed;
	top: 17px;
	left: 27px;
	width: 65px;
	height: 69px;
	background-image: url(../images/logo2.png);
}
.cierraC {
	width: 32px;
	height: 32px;
	position: fixed;
	top: 27px;
	right: 27px;
	background-image: url(../images/equis.png);
	cursor: pointer;
}
.medidaC {
	position: relative;
	width: 80%;
	margin-top: 127px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.medidaC h1 {
	margin: 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 2.5em;
}
.medidaC hr {
	border: 0;
	border-bottom: 3px solid #FFF;
	width: 3%;
}
.medidaC h2 {
	color: #E54033;
	margin-top: -7px;
}
.medidaC img {
	width: 100%;
	height: auto;
	margin-top: 17px;
	margin-bottom: 17px;
}
.botonC {
	margin-top: 17px;
	position: relative;
	width: 150px;
	height: 90px;
	overflow: hidden;
	cursor: pointer;
	z-index: 7;
}
.botonC img {
	position: absolute;
	top: 0px;
}.zoomC {
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
}
.masC {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px solid #E54033;
	border-radius: 20px;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
}
.botonC:hover .masC {
	width: 25px;
	height: 25px;
	margin-left: -12px;
	margin-top: -12px;
}
.medidaC ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.medidaC li {
	color: #f4f4f4;
}
.tabla {
	width: 100%;
	display: table;
	margin-top: 17px;
	margin-bottom: 17px;
	text-align: center;
}
.columnaT50 {
	width: 49%;
	float: left;
	border-right: thin solid #CCC;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: thin solid #FFF;
}
.paddingT {
	padding: 5px;
}
.celda1-6 {
	width: 16.33%;
	float: left;
	border-right: thin solid #CCC;
	border-bottom: thin dotted #CCC;
}
.renglonTE {
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	display: table;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.renglonT {
	width: 100%;
	display: table;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.renglonTE:hover, .renglonT:hover {
	background-color: rgba(255,255,255,0.1);
	cursor: pointer;
}
.medidaC ol {
	text-align: left;
}
#c2 {
	cursor: pointer;
}
#gracias {
	position: relative;
	background-color: #222;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFFFFF;
}
