/* 
Quemadores Industriales Gomez  -  http://www.quemadoresindustrialesgomez.com.mx/
Seccion: Home
Aņo de desarrollo: 2014
diseņo: by:IncrementaWeb
*/

*{
	margin:0px;	
}

body{
	background-color:#000;
	/*background-color:#333333;*/
	overflow-x: hidden;
}

.header{
	width:auto;
	height:116px;
	background-color:#000000;
	background-image:url(../img/layout/bg_header.jpg);
	background-position:left;
	background-repeat:repeat-x;
	
}


.contPrin{
	width:970px;
	height:494px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#cccccc;*/
}


.pie{
	width:auto;
	height:116px;
}


#navi{
	list-style:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	float:right;
	
}


#navi li{
	margin-top:-65px;
	margin-left:5px;
	float:left;
}

#navi li a {
	display:block; 
	width:160px;
	height:70px;
	text-decoration:none;
	padding: 45px 0 0 0px;
	text-align:center;

	font-size:18px;
	color:#FFFFFF;
	/*background-color:#00FF00;
	background-image:url(../img/layout/bg_pest1.png);
	background-repeat:no-repeat;
	background-position:top;
	background-position: 0 0px;
	
	transition:transform 0.1s;
	-moz-transition:-moz-transform 0.4s;
	-ms-transition:-ms-transform 0.4s;
	-o-transition:-o-transform 0.4s;
	-webkit-transition:-webkit-transform 0.4s;*/
}

#navi li a:hover {
	font-size:18px;
	color:#FFF;
	background-image:url(../img/layout/bg_pest.png);
	background-repeat:no-repeat;
	background-position:top;
	/*
	transform:scale(0.9,0.9);
	-moz-transform:scale(0.9,0.9);
	-o-transform:scale(0.9,0.9);
	-ms-transform:scale(0.9,0.9);
	-webkit-transform:scale(0.9,0.9);
	*/
}

#navi li a#current  {
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	background-image:url(../img/layout/bg_current.png);
	background-repeat:no-repeat;
	background-position:top;
}

.marquesina{
	background-image:url(../img/layout/bg_marquesina.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#animation{
	width:970px;
	height:431px;
	margin-left:auto;
	margin-right:auto;
	
	position:relative;
	/*overflow:hidden;*/
}


#quemador1{
	width:650px;
	height:431px;
	background-image:url(../img/layout/quemador001.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:300px;
	animation: animarQuemadorUno 15s linear forwards;
	-moz-animation:animarQuemadorUno 15s linear forwards;
	-o-animation:animarQuemadorUno 15s linear forwards;
	-webkit-animation:animarQuemadorUno 15s linear forwards;
}


#quemador2{
	width:650px;
	height:431px;
	background-image:url(../img/layout/quemador002.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:350px;
	animation: animarQuemadorDos 15s linear 15000ms both;
	-moz-animation:animarQuemadorDos 15s linear 15000ms both;
	-o-animation:animarQuemadorDos 15s linear 15000ms both;
	-webkit-animation:animarQuemadorDos 15s linear 15000ms both;
}

#quemador3{
	width:650px;
	height:431px;
	background-image:url(../img/layout/quemador003.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:350px;
	animation: animarQuemadorTres 15s linear 30000ms both;
	-moz-animation:animarQuemadorTres 15s linear 30000ms both;
	-o-animation:animarQuemadorTres 15s linear 30000ms both;
	-webkit-animation:animarQuemadorTres 15s linear 30000ms both;
}

#quemador4{
	width:650px;
	height:431px;
	background-image:url(../img/layout/quemador004.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:350px;
	animation: animarQuemadorCuatro 15s linear 45000ms both;
	-moz-animation:animarQuemadorCuatro 15s linear 45000ms both;
	-o-animation:animarQuemadorCuatro 15s linear 45000ms both;
	-webkit-animation:animarQuemadorCuatro 15s linear 45000ms both;
}

#quemador5{
	width:570px;
	height:431px;
	background-image:url(../img/layout/quemador005.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:370px;
	animation: animarQuemadorCinco 15s linear 60000ms both;
	-moz-animation:animarQuemadorCinco 15s linear 60000ms both;
	-o-animation:animarQuemadorCinco 15s linear 60000ms both;
	-webkit-animation:animarQuemadorCinco 15s linear 60000ms both;
}

#txt{
	width:401px;
	height:61px;
	background-image:url(../img/layout/text-animation.png);
	background-repeat:no-repeat;
	position:absolute;
	top:40px;
	left:20px;
	animation: animarTxt 7s linear;
	-moz-animation:animarTxt 7s linear;
	-o-animation:animarTxt 7s linear;
	-webkit-animation:animarTxt 7s linear;
}


#sello{
	width:221px;
	height:158px;
	background-image:url(../img/layout/sello.png);
	background-repeat:no-repeat;
	position:absolute;
	top:250px;
	left:10px;
	animation: animarSello 7s linear 2000ms backwards;
	-moz-animation:animarSello 7s linear 2000ms backwards;
	-o-animation:animarSello 7s linear 2000ms backwards;
	-webkit-animation:animarSello 7s linear 2000ms backwards;
	
}



/*--- Animaciones ---*/


@keyframes animarQuemadorUno{
0%{left:970px;top:0px;opacity: 0;}
5%{left:300px;top:0px;opacity: 1;}
90%{left:300px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}


@-moz-keyframes animarQuemadorUno{
0%{left:970px;top:0px;opacity: 0;}
5%{left:300px;top:0px;opacity: 1;}
90%{left:300px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}

@-o-keyframes animarQuemadorUno{
0%{left:970px;top:0px;opacity: 0;}
5%{left:300px;top:0px;opacity: 1;}
90%{left:300px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}

}
@-webkit-keyframes animarQuemadorUno{
0%{left:970px;top:0px;opacity: 0;}
5%{left:300px;top:0px;opacity: 1;}
90%{left:300px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}




@keyframes animarQuemadorDos{
0%{left:-970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}


@-moz-keyframes animarQuemadorDos{
0%{left:-970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}

@-o-keyframes animarQuemadorDos{
0%{left:-970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}

}
@-webkit-keyframes animarQuemadorDos{
0%{left:-970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}



@keyframes animarQuemadorTres{
0%{left:970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}

@-moz-keyframes animarQuemadorTres{
0%{left:970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}

@-o-keyframes animarQuemadorTres{
0%{left:970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}

}
@-webkit-keyframes animarQuemadorTres{
0%{left:970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}




@keyframes animarQuemadorCuatro{
0%{left:-970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}

@-moz-keyframes animarQuemadorCuatro{
0%{left:-970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}

@-o-keyframes animarQuemadorCuatro{
0%{left:-970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}

}
@-webkit-keyframes animarQuemadorCuatro{
0%{left:-970px;top:0px;opacity: 0;}
5%{left:350px;top:0px;opacity: 1;}
90%{left:350px;top:0px;opacity: 1;}
100%{left:-500px;top:0px;opacity: 0;}
}





@keyframes animarQuemadorCinco{
0%{left:970px;top:0px;opacity: 0;}
5%{left:370px;top:0px;opacity: 1;}
100%{left:370px;top:0px;opacity: 1;}
}

@-moz-keyframes animarQuemadorCinco{
0%{left:970px;top:0px;opacity: 0;}
5%{left:370px;top:0px;opacity: 1;}
100%{left:370px;top:0px;opacity: 1;}
}

@-o-keyframes animarQuemadorCinco{
0%{left:970px;top:0px;opacity: 0;}
5%{left:370px;top:0px;opacity: 1;}
100%{left:370px;top:0px;opacity: 1;}
}

@-webkit-keyframes animarQuemadorCinco{
0%{left:970px;top:0px;opacity: 0;}
5%{left:370px;top:0px;opacity: 1;}
100%{left:370px;top:0px;opacity: 1;}
}



@keyframes animarTxt{
0%{left:-500px;top:40px;opacity: 0;}
30%{left:20px;top:40px;opacity: 1;}
100%{left:20px;top:40px;opacity: 1;}
}


@-moz-keyframes animarTxt{
0%{left:-500px;top:40px;opacity: 0;}
30%{left:20px;top:40px;opacity: 1;}
100%{left:20px;top:40px;opacity: 1;}
}

@-o-keyframes animarTxt{
0%{left:-500px;top:40px;opacity: 0;}
30%{left:20px;top:40px;opacity: 1;}
100%{left:20px;top:40px;opacity: 1;}
}

@-webkit-keyframes animarTxt{
0%{left:-500px;top:40px;opacity: 0;}
30%{left:20px;top:40px;opacity: 1;}
100%{left:20px;top:40px;opacity: 1;}
}



@keyframes animarSello{
0%{left:-500px;top:40px;opacity: 0;}
30%{left:10px;top:250px;opacity: 1;}
100%{left:10px;top:250px;opacity: 1;}
}


@-moz-keyframes animarSello{
0%{left:-500px;top:40px;opacity: 0;}
30%{left:10px;top:250px;opacity: 1;}
100%{left:10px;top:250px;opacity: 1;}
}

@-o-keyframes animarSello{
0%{left:-500px;top:40px;opacity: 0;}
30%{left:10px;top:250px;opacity: 1;}
100%{left:10px;top:250px;opacity: 1;}
}

@-webkit-keyframes animarSello{
0%{left:-500px;top:40px;opacity: 0;}
30%{left:10px;top:250px;opacity: 1;}
100%{left:10px;top:250px;opacity: 1;}
}


/*--- fin Animaciones ---*/















.contenido{
	width:970px;
	height:780;
	float:left;
	margin-top:10px;
	margin-left:0px;
	background-color:#FFF;
}

.bg{
	background-color:#000;
	/*
	background-image:url(../img/layout/bg_textura2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:700px;
	*/
}

/*
.bg{
	background-color:#00FF66;
	background-image:url(../img/layout/bg_.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
*/

.contLogo{
	width:970px;
	height:118px;
	margin-left:auto;
	margin-right:auto;
	z-index:1000;
}

.logo{
	width:254px;
	height:101px;
	margin-top:7px;
	float:left;
}

.menu{
	position:relative;
	width:959px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	margin-top:-50px;
}



.contPie{
	width:970px;
	height:161px;
	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../img/layout/bg_pie.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.contact{
	width:850px;
	height:85px;
	float:left;
	margin-left:0px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:30px;
	/*font-weight:bold;*/
	color:#FFFFFF;
}

.RSocial{
	padding-top:30px;
	width:120px;
	height:85px;
	float:right;
	margin:0px;
}

.icoRS{
	float:left;
	margin:12px;
}

.icoCont1{
	float:left;
	margin:30px 0px;
}

.icoCont2{
	float:left;
	margin:25px 0px;
}

.icoCont3{
	float:left;
	margin:15px 0px;
}

.DatCont{
	margin-top:18px;
	margin-left:5px;
	padding-top:15px;
	float:left;
	display:block;
	width:175px;
	height:80px;
}

.secc1{
	float:left;
	width:522px;
	height:166px;
	background-image:url(../img/layout/secc01.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:13px;
	margin-left:5px;
}

.secc2{
	float:left;
	width:522px;
	height:166px;
	background-image:url(../img/layout/secc02.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:2px;
	margin-left:5px;
}

.secc3{
	float:right;
	width:407px;
	height:322px;
	background-image:url(../img/layout/secc03.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:13px;
	margin-right:5px;
}

.title{
	color:#36a9d8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:8px;
}

.title1{
	color:#36a9d8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:8px;
	text-align:right;
}

.txt{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:14px;
	width:308px;
	height:110px;
	text-align:justify;
}

.txt{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:14px;
	width:308px;
	height:110px;
	text-align:justify;
}

.txt1{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:10px;
	width:380px;
	height:286px;
	text-align:justify;
}


.n{
	font-weight:bold;
}


.secV1{
	width:393px;
	height:163px;
	float:left;
	margin:-30px 8px;
}

.secV2{
	width:545px;
	height:85px;
	float:right;
	margin-top:25px;
	margin-right:0px;
}

.secIcon{
	width:550px;
	height:135px;
	float:right;
	margin:-10px 4px;
}


.secProm{
	width:393px;
	height:100px;
	float:left;
	margin:30px 8px;
}

.txtV{
	color:#4b4b4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	width:380px;
	height:163px;
	margin:5px;
	font-weight:bold;
	text-align:justify;
}

.txtV2{
	color:#4b4b4d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	width:270px;
	height:60px;
	margin-top:10px;
	margin-right:45px;
	font-weight:bold;
	text-align:justify;
}

.boton{
    background:#f36008; 
    background-image: -webkit-linear-gradient(top,#f36008,#f79053);
    background-image: -moz-linear-gradient(top,#f36008,#f79053);
    background-image: -o-linear-gradient(top,#f36008,#f79053);  
    background-image: linear-gradient(to bottom,#f36008,#f79053);   
    border: 1px solid #a45120;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;  
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #a45120 inset;
    -webkit-box-shadow: 0 1px 1px #a45120 inset;
    -o-box-shadow: 0 1px 1px #a45120 inset; 
    box-shadow: 0 1px 1px #a45120 inset;
    padding: .8em 1.8em;
    color: white;
	font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:none;
	margin-top:10px;
	margin-left:30px;
	float:left;
	
	transition:transform 0.1s;
	-moz-transition:-moz-transform 0.4s;
	-ms-transition:-ms-transform 0.4s;
	-o-transition:-o-transform 0.4s;
	-webkit-transition:-webkit-transform 0.4s;*/
}
.boton:hover {
    background:#f79053;
    background-image: -webkit-linear-gradient(bottom,#f36008,#f79053);
    background-image: -moz-linear-gradient(bottom,#f36008,#f79053);
    background-image: -o-linear-gradient(bottom,#f36008,#f79053);   
    background-image: linear-gradient(to top,#f36008,#f79053);
    cursor: pointer;
	
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}

.read{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#d65f18;
	display:block;
	float:right;
	margin-top:10px;
}

.read a{
color:#d65f18;
text-decoration:none;
}

.read a:hover{
color:#2293a4;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#127c8c;
	text-align:left;
}

/* carousel */


	.carousel
	{
		position: relative;
		overflow: hidden;
		padding: 2em 0 2em 0;
	}

		.carousel .forward,
		.carousel .backward
		{
			position: absolute;
			top: 50%;
			width: 6em;
			height: 12em;
			margin-top: -6em;
			cursor: pointer;
		}
		
		.carousel .forward
		{
			right: 0;
		}
		
		.carousel .backward
		{
			left: 0;
		}

			.carousel .forward:before,
			.carousel .backward:before
			{
				content: '';
				display: block;
				width: 6em;
				height: 6em;
				border-radius: 100%;
				background-color: rgba(72,57,73, 0.5);				
				position: absolute;
				top: 50%;
				margin-top: -3em;
				-moz-transition: background-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out;
				-webkit-backface-visibility: hidden;
			}

			.carousel .forward:after,
			.carousel .backward:after
			{
				content: '';
				width: 3em;
				height: 3em;
				position: absolute;
				top: 50%;
				margin: -1.5em 0 0 0;
				background: url('images/arrow.svg') no-repeat center center;
			}

			.carousel .forward:after
			{
				right: -0.25em;
			}

			.carousel .backward:after
			{
				left: -0.25em;
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
    		}
			
			.carousel .forward:before
			{
				right: -3em;
			}
			
			.carousel .backward:before
			{
				left: -3em;
			}

			.carousel .forward:hover:before,
			.carousel .backward:hover:before
			{
				background-color: rgba(10,165,246, 0.75);
			}

		.carousel .reel
		{
			white-space: nowrap;
			position: relative;
			-webkit-overflow-scrolling: touch;
			padding: 0 2em 0 2em;
		}
	
		.carousel article
		{
			display: inline-block;
			width: 18em;
			background: #fff;
			text-align: center;
			padding: 0 1em 3em 1em;
			margin: 0 2em 0 0;
			white-space: normal;
			opacity: 1.0;
			-moz-transition: opacity 0.75s ease-in-out;			
			-webkit-transition: opacity 0.75s ease-in-out;			
			-o-transition: opacity 0.75s ease-in-out;			
			-ms-transition: opacity 0.75s ease-in-out;			
			transition: opacity 0.75s ease-in-out;			
		}
		
			.carousel article.loading
			{
				opacity: 0;
			}
		
			.carousel article .image
			{
				position: relative;
				left: -1em;
				top: 0;
				width: auto;
				margin-right: -2em;
				margin-bottom: 3em;
			}
		
			.carousel article p
			{
				text-align: center;
			}
			

.btn_wats {
    position: fixed;
    width: 150px;
    top: 50%;
    right: 0px;
    z-index: 9999;
    border-radius: 30px 0 0 30px;
    padding: 5px;
    background-color: #57bb63;
    color: white;
    vertical-align: center;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 2px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-family: Arial;
    text-decoration: none;
}

.btn_wats a:link {
text-decoration:none;
display: block;
padding: 5px;
} 

.btn_wats .img {
	vertical-align: center;
}