/* ---- ESTILOS GENERALES ----*/

*{
	margin: 
	padding:
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

h2{
	color: #fff;
	text-shadow: 1px 1px #000;
}

.description{
	color: #19415d;
}

/*------------------------ MENU PRINCIPAL ------------------------*/

header{
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
}

header nav a img{
	width: auto;
	height: 55px;
	margin-left: 30px;
	margin-top: 5px;
}

.menu_bar{
	display: none;
}

.submenu_bar{
	display: none;
}

nav{
	width: 100%;
	height:75px;
	z-index: 1500;
	
	/*background: transparent;*/

	background: rgba(15,74,104,.5);
	background: -moz-linear-gradient(top, rgba(15,74,104,.8) 0%, rgba(7,29,56,.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,74,104,.5)), color-stop(100%, rgba(7,29,56,1)));
	background: -webkit-linear-gradient(top, rgba(15,74,104,.8) 0%, rgba(7,29,56,.8) 100%);
	background: -o-linear-gradient(top, rgba(15,74,104,.8) 0%, rgba(7,29,56,.8) 100%);
	background: -ms-linear-gradient(top, rgba(15,74,104,.8) 0%, rgba(7,29,56,.8) 100%);
	background: linear-gradient(to bottom, rgba(15,74,104,.8) 0%, rgba(7,29,56,.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4a68', endColorstr='#071d38', GradientType=0 );
	margin: auto;
	top: 0;

	transition: all ease 1s;
}

.shrink{
	width: 100%;
	height:65px;
	z-index: 1500;

	background: rgba(15,74,104,.5);
	background: -moz-linear-gradient(top, rgba(15,74,104,1) 0%, rgba(7,29,56,.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,74,104,.5)), color-stop(100%, rgba(7,29,56,1)));
	background: -webkit-linear-gradient(top, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
	background: -o-linear-gradient(top, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
	background: -ms-linear-gradient(top, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
	background: linear-gradient(to bottom, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4a68', endColorstr='#071d38', GradientType=0 );
	margin: auto;

	transition: all ease 1s;
}

nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	float: right;	
}

nav .nav-grl{
	margin-top: 40px;
	margin-right:-200px;
}

nav .btn-empleo{
	padding-left: 30px;
	margin-right: 15px;
}

.btn-empleo-mobile{
	display: none;
}

nav ul li{
	list-style: none;
	margin-top: -6px;
}

nav ul li a{
	padding: 5px;
	margin-right: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: 500;
}

nav ul li a:hover{
	color: #ccc;
	text-decoration: none;
}

#inicio{
	display: none;
}

.color-fuego{
	color: #d7a91c
}

.color-humo{
	color: #b20c1d;
}

.color-seguridad{
	color: #9d9d9e;
}

.color-seguridad2{
	color: #192954;
}

.color-alimentos{
	color: #4a90c8;
}

.color-fittings{
	color: #EA4521;
}

.colorbg-fittings{
	background-color: #EA4521;
	color: #fff;
}



/*------------------------ SUBMENU ------------------------*/

.content-submenu{
	width: 100%;
	height: 20px;
	margin: auto;
	position: relative;
	z-index: 1000;
	background: rgba(74,150,185,.3);
	background: -moz-linear-gradient(top, rgba(74,150,185,.3) 0%, rgba(53,116,145,0.85) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,150,185,.3)), color-stop(100%, rgba(53,116,145,0.85)));
	background: -webkit-linear-gradient(top, rgba(74,150,185,.3) 0%, rgba(53,116,145,0.85) 100%);
	background: -o-linear-gradient(top, rgba(74,150,185,.3) 0%, rgba(53,116,145,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(74,150,185,.3) 0%, rgba(53,116,145,0.85) 100%);
	background: linear-gradient(to bottom, rgba(74,150,185,.3) 0%, rgba(53,116,145,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a96b9', endColorstr='#357491', GradientType=0 );

	/*background: rgba(74,150,185,1);
	background: -moz-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,150,185,1)), color-stop(100%, rgba(53,116,145,0.85)));
	background: -webkit-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	background: -o-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	background: linear-gradient(to bottom, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a96b9', endColorstr='#357491', GradientType=0 );*/

	transition: all ease .5s;
}

.content-submenu-scroll{
	width: 100%;
	height: 20px;
	margin: auto;
	position: relative;
	z-index: 1000;
	transition: all ease .5s;

	background: rgba(74,150,185,1);
	background: -moz-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,150,185,1)), color-stop(100%, rgba(53,116,145,0.85)));
	background: -webkit-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	background: -o-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	background: -ms-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	background: linear-gradient(to bottom, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a96b9', endColorstr='#357491', GradientType=0 );
}

.content-submenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.content-submenu > ul > li{
	margin-left: 25px;
}

.content-submenu ul .principal{
	width: 210px;
}

.content-submenu ul .principal > a{

}

.content-submenu ul li a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding:;
}

.content-submenu ul li a .icon-chevron-small-down{
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
}

.content-submenu ul li a:hover{

}

.content-submenu > ul > li:hover div{
	display: table;
}

/*--- SUBMENU ITEMS ---*/

.content-submenu ul li div{
	width: 95%;
	position: absolute;
	left:20px;
	background: rgba(188,188,188,.9);
	box-sizing: border-box;
	display: none;
	-webkit-box-shadow: 2px 7px 21px 1px rgba(0,0,0,0.62);
	-moz-box-shadow: 2px 7px 21px 1px rgba(0,0,0,0.62);
	box-shadow: 2px 7px 21px 1px rgba(0,0,0,0.62);
}

.content-submenu ul li div ul{
	width: 20%;
	display: table-cell;
	box-sizing: border-box;
}

.content-submenu ul li div ul .titulo{
	border-bottom: 1px solid #fff;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.content-submenu ul li div ul .titulo a:hover{
	text-decoration: none;
}

.content-submenu ul li div ul .titulo-submenu{
	border-bottom: 1px solid #8c8c8c;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 85%;
	font-weight: bold;
	color:#505050;
}

.content-submenu ul li div ul .empaque{
	margin-top: 22px;
}


.content-submenu ul li div ul a:hover{
	text-decoration: underline;
}

.content-submenu ul li div ul li{
	margin-left: 5px;
}

.content-submenu ul li div ul li a span .ico-menu{
	width: auto;
	height:25px;
	float:left;
	margin-right: 5px;
	margin-top: 3px;
}

.content-submenu ul li div ul li a h2{
	font-size: 1em;
	font-weight: normal;
	margin-left: 5px;
}

.content-submenu ul li div ul li a p{
	font-size: .8em;
	margin-top: -12px;
	margin-left: 28px;
}

.content-submenu2{
	display: none;
}

/*------ BROCHURE ----------*/
.btn-descarga{
	background:#c13600;
	color: #fff;
	display: block;
	width: 250px;
	font-size: 1.3em;
	text-align: center;
	margin:auto;
	padding: 15px;
	border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
border: 0px solid #000000;
}

.btn-descarga:hover{
	text-decoration: none;
	color: #ccc;
	transition: .3s all ease;
}

.brochure{
background: #4e5564;
padding-bottom: 20px;
}




/* ---- FOOTER -----*/

 /*General*/
footer{
	background:#c1c1c1;
	width: 100%;
	height: auto;
}

footer .nav-footer{
	padding: 0 20px;
	display: block;
	width: 995px;
	margin: auto;
}
/*Termina General*/

/* SECTION FOOTER GENERAL*/

footer .section-footer{
	margin-bottom: 10px;
	display: inline-flex;
}

footer .section-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

footer .section-footer ul .titulo-footer{
	color: #19415d;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 5px;
}

footer .section-footer ul li span b{
	font-family:"helvetica";
}

.oficinas{
	margin-left: 10px;
}


footer .section-footer ul li{
	margin-right: 20px;
	line-height: 1.8;
	font-size:0.85em;
}

footer .section-footer ul li a{
	color: #000;
}

footer .section-footer ul li a:hover{
	text-decoration: underline;
}

/* TERMINA SECTION FOOTER GENERAL*/

/*CONTACTOS REGIONALES*/

footer .section-footer ul li a .icon-mail5{
	margin-right: 5px;
}

 /* TELEFONOS */
.icon-phone{
	font-size: 0.9em;
	margin-right: 5px;
}

/* FOOTER LOCACIONES */

.footer-line{
	color: #a4a4a4;
}

.location{
	display: block;

}

footer .section-footer .oficinas{
	font-size: 0.8em;

}

.footer-location{
	color: #19415d;
}

/*--- REDES --*/

.bg-redes{
	background-color: #818181;
	height: auto;
}

.redes{
	text-align: center;
}

.redes ul{
	margin: 0;

}

.redes ul li{
	display: inline-block;
}

.redes ul li h3{
	font-size: 1em;
}

.redes ul li span{
	color: #404040;
	font-size: 1.3em;
}

.redes ul li a{
	text-decoration: none;
}

.redes ul li span:hover{
	color: #000;

}

.redes ul li h3{
	margin-right: 10px;
}

.icon-facebook2,
.icon-linkedin3{
	margin-right: 10px;
}



/*------------------------ FOOTER RESPONSIVE ------------------------*/

@media screen and (max-width: 991px){

	footer{
		height: auto;
	}

	footer .nav-footer{
		width: 991px;
		margin-left: 10px;
	}

	footer .nav-footer{
		margin-left: -100px;
		width: 900px;
	}

	.location{
		width: 272px;
	}
}

@media screen and (max-width: 899px){
	footer .nav-footer{
		width: auto;
		margin-left: 0;
	}

	footer .section-footer{
		text-align: center;
		margin-bottom: 20px;
		display: block;
		border-bottom: 1px solid #a4a4a4;
	}

	.location{
		width: auto;
	}

}


/*------ RESPONSIVE ------*/


/*------------------------ MENU PRINCIPAL RESPONSIVE ------------------------*/

@media screen and (max-width: 1226px){
	nav ul li a{
	font-size:.85em;
	}
}

@media screen and (max-width: 1226px){
	nav .nav-grl{
	margin-right:-220px;
	}

	nav .btn-empleo{
	padding-left: 40px;
	margin-right: 15px;
	}

}

@media screen and (max-width: 982px){

	nav .btn-empleo{
	padding-left: 50px;
	margin-right: 10px;
	}

	nav ul li a{
	padding: 2px;
	margin-right: 10px;
	font-size: .82em;
	}
}

@media screen and (max-width: 926px){

	.btn-empleo{
		display: none;
	}

	.btn-empleo-mobile{
		display: block;
	}

	#inicio{
		display: block;
	}

	header nav{
		width: 80%;
		height: 100%;
		margin: 0;
		margin-top: 85px;
		position: fixed;
		background: rgba(15,74,104,1);
		background: -moz-linear-gradient(45deg, rgba(15,74,104,1) 0%, rgba(7,29,56,0.9) 100%);
		background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(15,74,104,1)), color-stop(100%, rgba(7,29,56,0.9)));
		background: -webkit-linear-gradient(45deg, rgba(15,74,104,1) 0%, rgba(7,29,56,0.9) 100%);
		background: -o-linear-gradient(45deg, rgba(15,74,104,1) 0%, rgba(7,29,56,0.9) 100%);
		background: -ms-linear-gradient(45deg, rgba(15,74,104,1) 0%, rgba(7,29,56,0.9) 100%);
		background: linear-gradient(45deg, rgba(15,74,104,1) 0%, rgba(7,29,56,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4a68', endColorstr='#071d38', GradientType=1 );
		left: -100%;
		overflow: scroll;
	}

	header nav ul{
		display: block;
		float: none;
	}

	header nav ul li{
		padding: 20px;
		font-size: 1.1em;
	}

	#img-desktop{
		display: none;
	}

	nav ul li a:hover{
	color: #ccc;
	text-decoration: underline;
	}

	.menu_bar{
		display: block;
		width: 100%;
		position: fixed;
		z-index: 1000;
	}

	#img-menu-responsive{
		width: auto;
		height: 65px;
		margin-left: 10px;
	}

	.menu_bar .bt-menu{
		display: block;

		color: #fff;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
		
		padding: 10px;
		background: rgba(15,74,104,1);
		background: -moz-linear-gradient(top, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,74,104,1)), color-stop(100%, rgba(7,29,56,1)));
		background: -webkit-linear-gradient(top, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
		background: -o-linear-gradient(top, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
		background: -ms-linear-gradient(top, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
		background: linear-gradient(to bottom, rgba(15,74,104,1) 0%, rgba(7,29,56,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4a68', endColorstr='#071d38', GradientType=0 );
		
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing: border-box;
	}

	.menu_bar span{
		float: right;
		font-size: 30px;
		margin-top: 15px;
	}

/*------------------------ SUBMENU PRINCIPAL RESPONSIVE ------------------------*/	
	
	.content-submenu{
		display: none;
	}

	.content-submenu2{
	display: block;
	background: rgba(188,188,188,.9);
	margin-top: 108px;

	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	position: fixed;

	left: -100%;
}

	.content-submenu2 div ul{
		list-style: none;
	}

	.content-submenu2 div ul .titulo{
		border-bottom: 1px solid #fff;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 30px;
		font-weight: bold;
		
	}

	.content-submenu2 div ul .titulo-submenu{
		margin-bottom: 50px;
		width: 90%;
		border-bottom: 1px solid #8c8c8c;
		font-weight: bold;
		color:#505050;
}

	.content-submenu2 div ul .empaque{
	margin-top: 22px;
}

	.content-submenu2 div ul li{
		margin-left: 5px;
	}

	.content-submenu2 div ul li a{
		text-decoration: none;
		padding: 10px;
	}

	.content-submenu2 div ul li a span .ico-menu{
		width: auto;
		height:25px;
		float:left;
		margin-right: 5px;
		margin-top: 3px;
	}

	.content-submenu2 div ul li a h2{
		color: #fff;
		font-size: 1em;
		margin-left: 55px;
		margin-top: -30px;
	}

	.content-submenu2 div ul li a p{
		color:#19415d;
		font-weight: bold;
		margin-top: -12px;
		margin-left: 55px;
	}

	.submenu_bar{
		display: block;
		position: fixed;

		width: 100%;
		height: 25px;
		margin-top: 85px;

		background: rgba(74,150,185,1);
		background: -moz-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,150,185,1)), color-stop(100%, rgba(53,116,145,0.85)));		background: -webkit-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
		background: -o-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
		background: -ms-linear-gradient(top, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
		background: linear-gradient(to bottom, rgba(74,150,185,1) 0%, rgba(53,116,145,0.85) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a96b9', endColorstr='#357491', GradientType=0 );
	}

	.submenu_bar .bt-submenu{
		display: block;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		margin-top: 2px;
		}

	.submenu_bar .bt-submenu .icon-caret-right{
		padding-left: 5px;
		margin-top: 1px;
		}
	}