/*
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, html {
	line-height: 1;
	width: 100%;
	overflow-x: hidden;


}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a	{
	text-decoration: none;
}


/*-------------------END OF CSS RESET---------------------*/

@font-face	{
	font-family: '' ;
	/*src: url('../fonts/NeutraText-Light.otf');*/
	src: url('');
}

/*------------------MAIN STYLE-----------------------------*/


h1, h2, h3, h4, li, a, p, input, button, textarea {
	font-family: 'Exo', sans-serif;

}

h1#position {
	position: fixed;
	z-index: 200; top: 20; right: 20px;
}

body {
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center; 
	height: 3900px;
	position: relative;
	
}

p, a {
	font-size: 18px;
}


ul.fixed-nav {
	position: fixed;
	top: 35vh;
	left: 20px;
	z-index: 100;

}

ul.fixed-nav li {
	padding: 10px 0;
	cursor: pointer;

}

ul.fixed-nav li p {
	display: none;

}

ul.fixed-nav li:hover p {
	background-color: #00FFCC;
	display: block;
	width: auto;
	float: right;
	padding: 12px 45px;
	margin-left: -45px;
	border-radius: 25px;
	color:#4A469D;
	
}

a.button {
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 10px;
	color: #FF3F49;
}
/*
.navbar-toggle span .menu {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: bolder;
	padding-top: -50px;
}*/
.navbar-toggle span {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	position: relative;
	top: -4px;
	right: 8px;
}

/*-------------------------------------
				HOME
---------------------------------------*/
img.auto-uno {
	position: absolute;
	bottom: 100px;

}

img.auto-dos {
	position: absolute;
	bottom: 70px;
	right:  150px;
}


img.canita {
	position: fixed;
	height: 221px; 
	bottom: 90px;
	left: 48vw;
	display: none;
}

img.uno {
	display: block;
}


}

section.home p.hola {
	position: absolute;
	bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
}

section.home a {
	position: absolute;
	width: 200px;
	bottom: 80px;
	left: 49vw;
	margin-left: -100px;
	text-align: center;
	color: #fff;
}


/*-------------------------------------
				NOSOTROS
---------------------------------------*/
section.nosotros {
	position: absolute;
	bottom: 1180px;
}

section.nosotros p {
	width: 32%;
	float: right;
	margin-right: 15%;

}

section.nosotros a {
	float: left;
	margin-left: 0%;
	margin-top: 25px;
}

section.nosotros i {
	margin: 0 auto;
}

section .nosotros .destacado {
	color: #CCC
}

/*-------------------------------------
				MARCAS
---------------------------------------*/

section.marcas {
	position: absolute;
	bottom: 1600px;
	width: 100%;
	text-align: center;
}

section.marcas h4 {
	float: left;
	margin-left: 29%;
	margin-bottom: 75px;
	color: #FFF;
	font-family: 'Exo', sans sans-serif; 
}


section.marcas a {
	float: right;
	margin-right: 40vw;
	margin-top: 55px;
}


/*-------------------------------------
				NUBES
---------------------------------------*/
img.nubes-uno {
	position: absolute;
	bottom: 1300px;

}


img.nubes-dos {
	position: absolute;
	bottom: 2200px;
	right: 0;


}


img.nubes-tres {
	position: absolute;
	bottom: 2300px;
	left: 0;
	z-index: 10;

}

/*-------------------------------------
				SHOW DE FUEGOS
---------------------------------------*/
section.show-de-fuegos {
	position: absolute;
	bottom: 2300px;
}

section.show-de-fuegos p {
	width:45%;
	margin-right: 15%;
	float: right;
	color: #fff;
}

/*-------------------------------------
				VIDEOS
---------------------------------------*/

section.video {
	height: 100vh;
	position: relative;
	/*border-bottom: 25px solid #050c13;*/
}

#nav-video {
	position: absolute;
	top: 0px;
	background-color: #40C535;
	width: 100%;
	z-index: 100;

}

section video {
	width: 100%;
	z-index: 100;
	position: relative;
}

section.video img.logo {
	left: 50%;
	margin-left: -390px;
	position: absolute;
	top: 18vh;
}


/*-------------------------------------
				INNER
---------------------------------------*/



body.inner header p {
	color: #fff;
	text-align: center;
	padding-top: 25px;
}

.inner p {
	color: #fff;
}

body.inner ul li {
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
}

body.inner ul li img {
	margin-right: 15px;
	margin-left: 25px;
}



body.inner div#nav-main {

	background-color: #40C535;
	width: 100%;
	height: 75px;
	float:none;
	border-radius: 0;
	font-size: 1em;
}

div#nav-main ul.navbar-nav{
	
	background-color: #40C535;

}


div#nav-main ul.navbar-nav li a {
	color: #fff;
	font-weight: bolder;
	font-size: 1em;
	/*transition: all 0.3 ease;*/
}

div#nav-main ul.navbar-nav li a:hover {
	background-color: #328331;

}


/* Logo Pow Footer */
img.pow-logo {
	margin-left: 20px;
	margin-top: 10px;
	width: 105px;
}
.fa-bars {
	color: #FFF;
	margin-top: 6px;
	margin-right: -5px;
}
.navbar-header {
	
}
#productos {
	margin-top: 35px;
}
/*-------------------------------------
				RECOMENDAMOS
---------------------------------------*/

body.recomendamos {
	background-image: url(../images/fuegos-artificiales-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center; 
	height: 1100px;
	padding-top: 70px;
}
h1.recomendaciones {
	text-align: center;
	background-image: url(../images/nube-recomendaciones.png);
	background-repeat: no-repeat;
	background-position:center center ;
	color: #270083;
	font-size: 16px;
	padding: 110px 0 90px 0;
}


body.recomendamos ul.recomendamos li {
	background-image: url(../images/recomendamos-list.png);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: left center;

}

body.recomendamos ul.recomendamos li p {
	padding-left: 60px;
	margin-bottom: -5px;
}

/*-------------------------------------
			FUEGOS ARTIFICIALES
---------------------------------------*/

body.fuegos-artificiales {
	background-image: url(../images/fuegos-artificiales-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center; 
	min-height:100vh;
	height: auto;
	margin-top: 120px;
}

body.fuegos-artificiales h1 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin-bottom: 60px;
}

body.fuegos-artificiales section {
	margin-bottom: 50px;
}


ul.intensidad {
	padding: 0;
	margin: 0;

}

ul.intensidad li {
	padding: 0;
	margin: 0;
	display: inline-block;
	padding: 0 20px 0 20px;
	margin-left: 30px;
}

ul.intensidad li a {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}

ul.intensidad li:first-child {
	float: left;
	padding: 10px 0 0 0;
	margin: 0
}



ul.intensidad li a:hover {
	color: red;
}

ul.intensidad li i {
	padding-bottom: 10px;
}
.intensidad .boton {
	padding: 0;
	margin: 0;

}
/*-------------------------------------
				PRODUCTOS
---------------------------------------*/

body.productos {
	background-image: url(../images/productos-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center; 
	min-height:100vh;
	height: auto;
	margin-top: 120px;
}
body.productos h1 {
	color: #fff;
	font-size: 32px;
	margin: 30px 0;
}
body.productos li span{
	border-bottom: 1px solid #fff;
	padding: 10px 0;
}
.productos h2 {
	color: #00133B;
	padding-bottom: 0;
	padding-top: 20px;
	font-family: 'Open sans', sans-serif; 
	font-weight: 700;
}
.productos {
 	background-color: #FFF;
 	min-height: 500px;
 	width: 100%;
 	border-radius: 0;
 	margin-bottom: 25px;
 }
 /* CADA PRODUCTO X SEPARADO */
.productos .item {
 	padding: 30px 0 15px 0;
 	text-decoration: none;
}
.productos .alturaImg {
	min-height: 180px;/* Altura de las img para q sean iguales */
	position: relative;
	margin: 0 auto;
	
}
.productos .alturaImg img {
	max-height: 200px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0;

}
.productos li {
	list-style-type: none;
}
.productos li a {
	text-decoration: none;
	color: #FFF;
}
.productos li a:hover {
	color: #40C535;
}
.productos p {
	color: #000;
 	font-size: 14px;
 	text-align: center;
}
.productos p span {
	color: red;
	font-weight: bolder;
}
.fancybox-inner {
	background-color: #FFF;
	text-align: center;
	font-family: 'Exo', sans-serif
}
.fancybox-skin {
	color: #FFF;
}
.fancybox-inner img {
	margin: 0 auto;
}
.productos footer p {
	color: #FFF;
}
/*****Slider Productos*****/
.carousel-inner .item {
	height: 250px;
}
.carousel-inner .item img {
    position:relative;
    top:50%;
    transform: translateY(-50%);
}
.carousel-control.right {
	background-image: none!important;
}
.carousel-control.left {
	background-image: none!important;
}
.glyphicon-chevron-right:before {
    color: grey;
}
.glyphicon-chevron-left:before {
    color: grey;
}
/*****End Slider Productos*****/

/*-------------------------------------
			CONTACTO INNER
---------------------------------------*/

body.contacto {
		background-image: url(../images/contacto-bg2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center; 
		min-height:100vh;
		height: auto;
		padding-top: 60px;
		padding-bottom: 30px;
}
body.contacto h2 {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	padding-top: 10px;
	width: inherit;

}


body.contacto ul.sm li {
	display: inline-block;
	padding: 0;
	padding-top: 0px;
	margin: 0;
}



body.contacto img.abierto {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

body.contacto input {
	width: 98%;
	padding: 5px;
	margin-top: 5px;
	float: none;
	font-family: 'Exo', sans-serif;
}

body.contacto textarea {
	width: 98%;
	margin-top: 5px; 
	padding: 5px;
	height: 120px;
	float: none;
	font-family: 'Exo', sans-serif;
	border: none;
}

body.contacto .btn {
	clear: both;
	float: none;
	padding: 10px 20px;
	border: none;
	background-color: #fff;
	margin-top: 5px;
}

body.contacto h3 {
	color: #fff;
	clear: both;
	font-size: 22px;
	text-align: center;


}

a.carrito {
	color: #fff;
}

a.carrito span {
	text-decoration: underline;
	font-size: .9em;
}


p.campos-obligatorios {
	clear: both;
	margin-left: 1%;
	padding-top: 15px;
}

/*-------------------------------------
			NOSOTROS
---------------------------------------*/
body.nosotros {
	background-image: url(../images/nosotros-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center; 
	min-height:60vh;
	height: auto;
	margin-top: 110px;
}
body.nosotros h1 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	margin-bottom: 60px;
}
body.nosotros a {
	color: #FFF;
	font-weight: bold;
}
body.nosotros p {
	font-weight: lighter;
}
/*-------------------------------------
			FOOTER
---------------------------------------*/
footer p {
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 1em;
}






/* *****************************************************

	Small devices (tablets, 768px and up)

***************************************************** */

@media (max-width: 768px) {

	body {
		height: 2000px;
		position: relative;
	}

	body.home {
		background-image: url(../images/bg-mobile.jpg);
		background-size: contain;
	}

	.navbar-header {
		z-index: 10;
	}

	img.bg-responsive {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -100000;
	}

	#nosotros {
		position: absolute;
		z-index: 1000000;
		bottom: 20%;
		left: 50%;
	}
	
	#producto {
		position: absolute;
		z-index: 1000000;
		bottom: 31.5%;
		left: 38%;
	}

	a.button {
		padding: 2% 3%;
		background-color: #fff;
		border-radius: 8px;
		margin-top: 10px;
		color: #FF3F49;
		font-size: 12px;
	}

	section.nosotros {
		margin-left: 8%;
		bottom: 375px;
	}

	section.nosotros p {
		width: 80%;
		font-size: 14px;
		text-align: center;

	}

	.menu-responsive {
		position: absolute;

		top: 85px;
		left: 5%;
	}



}



@media (max-width: 768px) {
	#canitas {
		display: none;
	}
}


/* *****************************************************

	Small devices (tablets, 768px and up)

***************************************************** */
@media (min-width: 768px) {
	
	

	img.canita-seis {
		display: none;
	}

	.productos {
	 	background-color: #FFF;
	 	min-height: 500px;
	 	width: 100%;
	 	border-radius: 12px;
	 	margin-bottom: 25px;
	}


	body.contacto {
		background-image: url(../images/contacto-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center; 
		min-height:100vh;
		height: auto;
		padding-top: 110px;
		padding-bottom: 30px;
	}
	body.contacto img.abierto {
		float: right;
		margin-bottom: 40px;
	}
	body.contacto input {
		width: 80%;
		padding: 5px;
		margin-top: 5px;
		float: right;
		font-family: 'Exo', sans-serif;
	}
	body.contacto textarea {
		width: 80%;
		padding: 5px;
		margin-top: 5px;
		float: right;
		font-family: 'Exo', sans-serif;
	}
	p.campos-obligatorios {
		clear: both;
		margin-left: 20%;
		padding-top: 15px;
	}
	body.contacto h3 {
		color: #fff;
		clear: both;
		font-size: 22px;
		text-align: right;
	}
	body.contacto .btn {
		clear: both;
		float: right;
		padding: 10px 20px;
		border: none;
		background-color: #fff;
		margin-top: -30px;
	}
	body.recomendamos {
		background-image: url(../images/recomendamos-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center; 
		height: 900px;
		padding-top: 130px;
	}
	.productos .alturaImg img {
		max-height: 200px;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		left:0;
		right:0;
	}
	body.recomendaciones {
		background-image: url(../images/fuegos-artificiales-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center; 
		min-height:100vh;
		height: auto;
		margin-top: 120px;
	}
}
/* *****************************************************

	Medium devices (desktops, 992px and up)

***************************************************** */
@media (min-width: 960px) {


}
/* *****************************************************

	Large devices (large desktops, 1200px and up)

***************************************************** */
@media (min-width:1500px) {
	body {
		background-image: url(../images/bg2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom center; 
		height: 3900px;
		position: relative;
		
	}
}