html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	position:relative;
}
html{
	overflow-x:hidden;
	height:100%;
	min-width:320px;
}
body{
	background:#121212;
	color:#363636;
	/*overflow-x:hidden;*/
	height:100%;
}
#header_home{
	min-height:100%;
	color:#fefefe;
}
#header_home .parallaxbg{
	background:url("../img/background.jpg");
	background-size:cover;
	height:100%;
	width:100%;
	position:absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	background-position: 10% 50%;
}
.header_padding{
	padding:150px 150px;
	max-width:700px;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	text-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.header_padding span{
	white-space:nowrap;
}
.header_padding h2{
	text-align:left;
}
.header_padding .nombre{
	font-size:40px;
	font-weight:bold;
}
.header_padding .text{
	font-size:25px;
	margin:10px 0px;
}
.hr{
	background:#4798FF;
	height:2px;
	margin:10px 0px;
}
#header{
	padding:80px 0px;
	text-align:center;
	background:url("../img/menu.jpg");
	background-size:cover;
	background-position:50% 50%;
}
#header span{
	white-space: nowrap;
}
#header h2{
	font-size:30px;
}
#mst_header{
	font-size: 54px;
	font-weight: bold;
	padding-top: 50px;
	margin-left: 320px;
	margin-bottom: 3px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
#correo_header,#telefono_header{
	margin-left: 320px;
	font-size: 18px;
	margin-bottom: 5px;
}
#telefono_header{
    padding-bottom: 15px;
}
#header_spacer{
	background: #ffde00;
	height: 4px;
	display: block;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #f0d205;
	margin-left: 320px;
}
#wrapper{
	background:#121212;
	color:#e3e3e3;
}
#menu{
	position:absolute;
	top:0px;
	left:0px;
	font-weight:bold;
	z-index:1000;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	height: 85px;
	width: 100%;
	text-shadow: 0px 0px 4px rgb(0,0,0);
	user-select: none;
	transition:all 0.3s;
}
#menu.fixed{
	background:#1b1b1b;
	position:fixed;
}
#menu li,#menu_overlay li{
	padding:0px 15px;
	float:left;
}
#menu li.current{
	color:#4798FF;
}
#menu a{
	text-decoration:none;
	color:#ffffff;
	transition:all 0.3s;
}
#menu a:hover{
	color:#4798FF;
}
#logo,#logo_overlay{
	display:block;
	width:100px;
	margin:5px 20px 5px 20px;
	float:left;
	outline:0;
}
#logo img,#logo_overlay img{
	width: 100px;
	height: auto;
	display:block;
	top:5px;
}
#menu_items{
	float:left;
	height:85px;
	line-height:85px;
	list-style:none;
}
#menu_language,#menu_language_overlay{
	float:right;
	height:85px;
	line-height:85px;
	list-style:none;
}
.search{
	height: 25px;
	width: 25px;
	top: 30px;
	display: block;
	background:url("../img/search.png");
	cursor:pointer;
}
.search:hover{
	background-position:0px 25px;
}
.menu_icon{
	height:22px;
	width:25px;
	top:27px;
	display: block;
	cursor:pointer;
}
.menu_icon .line{
	width:100%;
	height:3px;
	background:#ffffff;
	box-shadow:0px 0px 4px rgb(0,0,0);
	transition:all 0.3s; 
	margin:5px 0px;
}
.menu_icon:hover .line{
	background:#4798FF;
}
#menu_overlay{
	visibility:hidden;
	opacity:0;
	height:100%;
	width:100%;
	z-index:2000;
	position:absolute;
	top:0px;
	left:0px;
	background: #012451;
	background-image: linear-gradient(45deg, rgba(32, 105, 200, 0.5) 1%, rgba(0, 46, 85, 0.5) 100%), linear-gradient(-45deg, #0b1e57 0%, rgba(55, 67, 87, 0.5) 80%);
	font-weight:bold;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	text-shadow: 0px 0px 4px rgb(0,0,0);
	user-select: none;
	transition:opacity 0.3s;
	overflow:auto;
}
#menu_overlay.open{
	visibility:visible;
	opacity:1;
}
#menu_overlay a,#menu_overlay span{
	text-decoration:none;
	color:#9f9f9f;
	transition:all 0.3s;
}
#menu_overlay a:hover{
	color:#ffffff;
}
#menu_overlay li.current{
	color:#ffffff;
}
.menu_close{
	color:#9f9f9f;
	cursor:pointer;
	font-size:40px;
}
.menu_close:hover{
	color:#ffffff;
}
#menu_overlay .contenido{
	width: 90%;
	top: 100px;
	bottom: 100px;
	position: absolute;
	left: 2%;
	background:url("../img/menu.jpg");
	background-size:cover;
	background-position:50% 50%;
	padding:3%;
}
#menu_overlay ul{
	list-style:none;
}
#menu_overlay .page_list{
	width:10%;
	float: left;
}
#menu_overlay .page_list li{
	float:initial;
	padding:15px 0px;
}
#menu_overlay .productos_wrapper{
	float:left;
	width:40%;
}
#menu_overlay .productos_wrapper li{
	padding:15px 15px 15px 0px;
	width:240px;
}
#menu_overlay .productos_wrapper .titulo,#menu_overlay .moldes_wrapper .titulo{
	padding:15px 0px;
	display: inline-block;
}
#menu_overlay .moldes_wrapper{
	float:left;
	width:50%;
}
#menu_overlay .moldes_wrapper li{
	padding:15px 15px 15px 0px;
	width:300px;
}
#contenido_wrapper{
	min-height:615px;
	font-size:20px;
}
#contenido_wrapper ul{
	padding: 0;
	margin-left: 20px;
	margin-top:10px;
}
#contenido_wrapper ul li{
  color: #0b1e57;
  margin-bottom:10px;
  line-height:25px;
}
#contenido_wrapper ul li span{
  color: #e3e3e3;
}
#contenido_wrapper p{
	padding-top:5px;
	padding-bottom:5px;
	line-height:30px;
}
.block{
	padding:70px 0px;
}
.block.color{
	background:#012451;
	background-image:linear-gradient(45deg, rgba(32, 105, 200, 0.5) 1%, rgba(0, 46, 85, 0.5) 100%), linear-gradient(-45deg, #0b1e57 0%, rgba(55, 67, 87, 0.5) 80%)
}
.block.level2{
	background:#191919;
}
.block.level3{
	background:#242424;
}
.block_margin{
	margin:0 auto;
	max-width:1500px;
	width:90%;
}
.categoria{
	min-height:500px;
	height:100vh;
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-shadow:0px 0px 3px rgba(0,0,0,0.5);
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight:bold;
}
.categoria .block{
	display:table;
	width:100%;
	text-align:center;
	font-size:50px;
	padding:0px;
	height:100%;
	background-size:cover;
	background-position:50% 50%;
}
.vertical-align{
	display:table-cell;
	vertical-align:middle;
}
.thumbnail{
	display: inline-block;
	width: 23%;
	height: auto;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 1%;
	vertical-align:top;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	padding-bottom:10px;
}
.thumbnail div{
	background:#eee;
	transition:all 0.3s;
	box-shadow:0px 0px 7px rgba(0,0,0,0.5);
	overflow:hidden;
	border-radius:5px;
	margin-bottom:10px;
}
.thumbnail:hover div{
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
	z-index:1000;
	transform:scale(1.1);
}
.thumbnail img.product_img{
	width: 100%;
	height: auto;
}
.thumbnail span.ver_mas{
	position: absolute;
	right: 10px;
	bottom: 10px;
	display:none;
	background:#4798ff;
	color:#fff;
	font-size: 17px;
	font-weight: bold;
	border-radius:15px;
	height:30px;
	width:70px;
	line-height:30px;
	box-shadow:3px 3px 5px rgba(0,0,0,0.2);
}
.thumbnail:hover span.ver_mas{
	display:block;
}
.nombre_thumb{
	padding:0px 10px;
}
.producto_wrapper{
	background:#eee;
	border-bottom:1px solid #ccc;
	box-shadow:0px 10px 10px rgba(0,0,0,0.5);
	z-index:1;
}
.producto_foto{
	width:1000px;
	height:auto;
	margin: 0px auto;
	display: block;
}
.product_table{
	margin:25px auto;
	border-radius:3px;
	box-shadow: 0 10px 15px rgba(5,5,5,0.5);
	max-width:100%;
	table-layout:fixed;
	font-size:initial;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	overflow:hidden;
}
.product_table td,.product_table th{
	padding:0px 20px 0px 20px;
	white-space: normal;   
	word-break: break-all;
	word-wrap: break-word;
}
.product_table th{
	line-height:50px;
	background:#0b1e57;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	border-top:0px;
	vertical-align: middle;
	border-right: 1px solid #021348;
	border-top: 1px solid #021348;
}
.product_table thead tr:first-child th:first-child{
	border-radius:3px 0px 0px 0px;
	border-left: 1px solid #021348;
}
.product_table thead tr:first-child th:last-child{
	border-radius:0px 3px 0px 0px;
}
.product_table thead tr:last-child th{
	border-bottom:4px solid #4798FF;
}
.product_table td{
	line-height:30px;
	background:#888787;
	color:#000000;
	text-align:center;
	border-right:1px solid #717070;
	border-top:1px solid #9b9b9b;
	border-bottom:1px solid #6f6e6e;
	vertical-align: middle;
}
.product_table tr.even td{
	background:#9d9d9d;
	border-top:1px solid #aeaeae;
}
.product_table tr:hover td{
	background:#4798ff;
	border-top:1px solid #75aff9;
}
#footer{
	background: #080b17;
	color: #c3c3c3;
	padding: 25px 25px 10px 25px;
	border-top: 10px solid #0b1e57;
}
#footer .left,#footer .middle,#footer .right{
	width:33%;
	float:left;
	line-height:25px;
}
#footer .left label{
	width:90px;
	float:left;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
#logo_footer{
	width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}
.contact_background{
	background:#fff;
	box-shadow:inset 0px 0px 5px rgba(0,0,0,0.3);
	overflow:hidden;
	border-radius: 4px;
	padding: 0px 10px;
}
#nombre_footer,#email_footer{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0px 10px 0px 10px;
	background:none;
	border:0px;
	border-bottom:1px solid #d7d7d7;
	box-sizing: border-box;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:14px;
}
#mensaje_footer{
	background:none;
	width: 100%;
	padding: 5px 10px 5px 10px;
	height: 100px;
	resize: none;
	border:0px;
	margin: 0px;
	box-sizing: border-box;
	font-family:Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size:14px;
}
#send_email_footer{
	float:right;
}
.label_margin{
	margin-left:90px;
}
.label_footer{
	font-size: 30px;
	font-weight: bold;
	color: #4798FF;
	margin-bottom: 10px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
#copyright{
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
}
.clear{
	clear:both;	
}
h1{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	text-align:center;
}
h2{
	font-size: 25px;
	font-weight: bold;
	margin: 10px 0px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	text-align:center;
}
.emphasis{
	color: #4798FF;
	font-weight: bold;
	word-break: break-word;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.emphasis2{
	color: #4798FF;
	font-weight: bold;
	word-break: break-word;
	font-size:150%;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
button{
	cursor: pointer;
	display: inline-block;
	margin: 10px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline:none;
	background:none;
	border:0px;
	position:relative;
	height:45px;
	padding:0px;
}
button span{
	background:#4583D0;
	display: inline-block;
	background: linear-gradient(45deg,#4583D0,#45B1CA);
	color: #f2f2f2;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	font-size: 25px;
	border-radius: 30px;
	border:0px;
	overflow:hidden;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	height:45px;
	line-height: 45px;
	padding: 0px 25px;
	box-shadow:0px 0px 0px rgba(0,0,0,0);
	transition:box-shadow 0.3s;
}
button:before{
	background:#4583D0;
	display: inline-block;
	background: linear-gradient(45deg,#4583D0,#45B1CA);
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 38px;
	border: 4px solid #95dcff;
	top: -4px;
	left: -4px;
	filter: brightness(1.05) contrast(1.05);
	transition:opacity 0.3s;
}
button:focus:before{
	opacity: 0.9;
}
button::-moz-focus-inner{
	border:0;
}
button:focus span{
	background:#4798FF;
	background:linear-gradient(45deg,#4798FF,#4EDEFF);
	color: #fff;
	filter: brightness(1.05) contrast(1.05);
}
button:hover span{
	background:#4798FF;
	background:linear-gradient(45deg,#4798FF,#4EDEFF);
	color: #fff;
	filter: brightness(1.05) contrast(1.05);
}
button:active:before{
	opacity:0;
}
button:active span{
	background:#0757BD;
	background:linear-gradient(45deg,#0757BD,#0757BD);
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.5);
	color:#d4d4d4;
}
.clear_button{
	padding:10px 30px;
	border-radius:30px;
	background:linear-gradient(145deg, #8888882b, #ffffff12);
	box-shadow:10px 10px 20px rgba(0,0,0,0.3), -10px -10px 20px rgba(255,255,255,0.4);
	margin-top:30px;
	display:inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline:none;
}
.clear_button:hover,.clear_button:focus{
	box-shadow:17px 17px 34px #00000094, -17px -17px 34px #ffffff4f;
	background:linear-gradient(145deg, #ffffff82, #86868682);
}
.clear_button:active{
	box-shadow: inset 8px 8px 16px #0000004f, inset -8px -8px 16px #ffffff3d;
	background:none;
}
#nombre,#email{
	height: 45px;
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	padding: 0px 10px 0px 10px;
	width:450px;
}
#mensaje{
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	padding: 5px 10px 5px 10px;
	height: 225px;
	resize: none;
	width:450px;
}
#contacto_main{
	width:580px;
	margin:0px auto;
}
#contacto_main label{
	width: 100px;
	float: left;
	height: 47px;
	line-height: 47px;
}
#send_email{
	float: right;
	margin-right: 9px;
}
.side_img{
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	width: 38%;
	display: inline-block;
	margin-left: 5%;
	margin-right: 5%;
}
#language{
	background:#ffffff;
	width:60px;
	border-radius:3px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	position:absolute;
	top:0px;
	right:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
#language ul{
	list-style:none;
	margin:0px;
	padding:0px;
	width:60px;
	height:30px;
	overflow:hidden;
}
#language ul li{
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
}
#language_select{
	color:#ffe538;
	cursor:pointer;
}
#language ul li a{
	color:#555555;
	text-decoration:none;
}
#language ul li a:hover{
	color:#000000;
}
.categoria_list{
	min-height:500px;
}
#busqueda_wrapper{
	background:#ffffff;
	border-radius:38px;
	height:45px;
	width:100%;
	margin:20px 0px;
}
#busqueda_wrapper:before{
	display: inline-block;
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 38px;
	border: 4px solid #95dcff;
	top: -4px;
	left: -4px;
	filter: brightness(1.05) contrast(1.05);
	transition:opacity 0.3s;
}
#busqueda_wrapper:focus-within:before{
	opacity: 0.9;
}
#busqueda{
	border:0px;
	background:none;
	padding:0px;
	margin:0px;
	font-size:20px;
	line-height:45px;
	width:100%;
}
#busqueda_padding{
	padding-right:150px;
	padding-left:20px;
}
#buscar_button{
	top:-10px;
	position:absolute;
	right:0px;
}
.asunto{
	display:none;
	height:0px;
}
@media (max-width: 1465px) {
	#menu_overlay .page_list{
		width: 150px;
	}
	#menu_overlay .productos_wrapper{
		width:280px;
	}
	#menu_overlay .productos_wrapper li{
		padding:15px 0px;
	}
	#menu_overlay .moldes_wrapper{
		width:300px;
	}
	#menu_overlay .moldes_wrapper li{
		padding:15px 0px;
	}
	#menu_overlay .contenido{
		min-height:520px;
	}
}
@media (max-width: 1335px) {
	.producto_foto{
		width:100%;
	}
}
@media (max-width: 1170px) {
	#mst_header{
		font-size:40px;
	}
	h1{
		font-size:35px;
	}
	h2{
		font-size:18px;
	}
	.label_footer{
		font-size:22px;
	}
}
@media (max-width: 934px) {
	#mst_header{
		margin-top: 10px;
		margin-left: 220px;
		font-size: 30px;
	}
	#correo_header, #telefono_header{
		margin-left: 220px;
		font-size:16px;
	}
	.header_padding{
		padding:150px 0px;
		max-width:90%;
		margin:0 auto;
	}
	#header_spacer{
		margin-left:0px;
		margin-top:15px;
	}
	#wrapper{
		left:0px;
		-webkit-transition: left 1s ease;
		-moz-transition: left 1s ease;
		-o-transition: left 1s ease;
		transition: left 1s ease;
	}
	#wrapper.open{
		left:250px;
	}
	#footer .left, #footer .middle, #footer .right{
		width:100%;
		margin-bottom:15px;
	}
	.label_margin p{
		display:inline-block;
		margin-right:10px;
	}
}
@media (max-width: 850px){
	#menu_items{
		display:none;
	}
	#menu_overlay .contenido{
		left: 0px;
		padding:0px 20px;
		width:initial;
		position:relative;
		top:initial;
		bottom:initial;
	}
}
@media (max-width: 800px){
	.thumbnail{
		width:48%;
	}
	.product_table{
		width:97%;
		border:0px;
		box-shadow:none;
		border-radius:0px;
	}
	.product_table thead{
		display:none;
	}
	.product_table tbody,.product_table tr,.product_table td{
		display:block;
	}
	.product_table td{
		border-right:0px;
		border-bottom:1px solid #333;
	}
	.product_table tr:hover td{
		border-top:0px;
	}
	.product_table tr{
		margin-bottom:20px;
		box-shadow:0 10px 15px rgba(5,5,5,0.5);
	}
	tr.even.grupo+tr.even.grupo,tr.odd.grupo+tr.odd.grupo{
		margin-top:-20px;
	}
	.product_table tr.even:first-child td{
		border-top:0px;
	}
	.product_table tr td:first-child,.product_table tr.even td:first-child{
		border-top:4px solid #021348;
	}
	.product_table tr td::before{
		content:attr(data-label);
		font-weight:bold;
		background:#0b1e57;
		color:#ffffff;
		text-shadow:none;
		border-right:1px solid #021348;
		border-bottom:1px solid #021348;
		width:40%;
		padding:0px;
		margin:0px;
		display:inline-block;
		padding: 0px 5px;
		margin-right:10px;
		word-break:initial;
	}
	.product_table tr.even td::before{
		background:#0b1e57;
	}
	.product_table tr td,.product_table tr.even td{
		padding:0px;
		border-left:0px;
		text-align:left;
		padding-right:5px;
		border-top:0px;
	}
	.product_table tr td span{
		position:absolute;
		height:100%;
	}
	#menu_overlay .page_list li,#menu_overlay .productos_wrapper .titulo, #menu_overlay .moldes_wrapper .titulo,#menu_overlay .productos_wrapper li,#menu_overlay .moldes_wrapper li{
		padding:5px 0px;
	}
	#menu_overlay .page_list,#menu_overlay .productos_wrapper,#menu_overlay .productos_wrapper li{
		float:initial;
	}
	#menu_overlay .moldes_wrapper{
		position:absolute;
		left:300px;
		top:0px;
	}
	#menu_overlay .contenido{
		min-height:100%;
	}
}
@media (max-width: 720px) {
	#mst_header,#correo_header,#telefono_header{
		margin: 0px 20px;
	}
	#mst_header{
		margin-top: 120px;
	}
	#telefono_header span{
		display:inline-block;
	}
}
@media (max-width: 650px) {
	#menu_overlay .moldes_wrapper{
		position:relative;
		left:initial;
		top:initial;
		float:initial;
	}
}
@media (max-width: 550px){
	.header_padding .text{
		font-size:15px;
	}
}
@media (max-width: 500px){
	.thumbnail{
		width:98%;
		margin-bottom:15px;
	}
	.side_img{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
@media (max-width: 450px){
	.categoria .block{
		font-size:30px;
	}
}
@media (max-width: 360px){
	#menu li,#menu_overlay li{
		padding:0px 10px;
	}
}