/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/

/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/
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: 'Avenir Next LT Pro Regular', Arial-bold;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
	width: 100%;
}

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;
}

/* Extended base styles (site specific)
*****************************************************************/
html {
	overflow-y: scroll; /* always force a scrollbar in non-IE */
}

body {
	background: #e3e5e5;
	overflow-x: hidden;
	height: 5800px;
	line-height: 1.5;
	color: #fff;
	font-size: 14px;
	font-family: 'Avenir Next LT Pro Regular', Arial-bold, arial;
	width: 100%;
}

a,a:link,a:active,a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color: #21a97e;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	display: block;
}

p {
	margin: 1em 0;
	font: 'Avenir Next LT Pro Regular';
	font-size: 12px;
}

h1 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding: 30px 0 0px;
	text-align: left;
}

h2 {
	font-weight: normal;
	text-align: left;
}

h1,h2,h3 {
	font-family: 'Avenir Next LT Pro Demi', Arial-bold, Helvetica, arial;
}

a,a:visited,a:active {
	color: #0196e3;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Common shared styles
*****************************************************************/
hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/
#wrapper {
	position: relative;
}

#branding {
	width: 100%;
	background: #fff;
}

#branding h1 {
	width: 940px;
	padding: 10px 15px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

/* Nav
*****************************************************************/
nav#primary {
	z-index: 5;
	display: block;
	position: fixed;
	top: 0%;
	left: 2%;
	margin-top: 0px;
}

nav#primary li {
	position: relative;
	height: 79px;
}

/* promo
*****************************************************************/
header#promo {
	z-index: 6;
	display: block;
	position: fixed;
	top: 0%;
	left: 85%;
	margin-right: 10px;
	margin-top: 0px;
}

header#promo li {
	position: relative;
	height: 79px;
}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	color: #fff;
	position: relative;
	max-width: 70%;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
}

#content article {
	width: 100%;
}

#finicio,#fquienesom,#fproductos,#fclientes,#fgaleria,#fdomicilio,#fcontacto {
	padding-top: 10px;
}

#finicio {
	position: absolute;
	top: 530px;
}

#content h1 {
	margin: 0 0 0px 0;
	font-size: 60px;
	font-family: 'Avenir Next LT Pro Demi', arial-bold, arial;
	font-weight: normal;
	line-height: 65px;
}

article#finicio p {
	margin: 0 0 25px 0;
	font-size: 14px;
	color: #fff;
}

#fquienesom {
	position: absolute;
	top: 900px;
}

#content h1 {
	margin: 0 0 0px 0;
	font-size: 60px;
	font-family: 'Avenir Next LT Pro Demi', arial-bold, arial;
	font-weight: normal;
	line-height: 65px;
}

article#fquienesom p {
	margin: 0 0 0px 0;
	font-size: 14px;
	color: #fff;
}

#fproductos {
	position: absolute;
	top: 1700px;
}

#content h1 {
	margin: 0 0 0px 0;
	font-size: 60px;
	font-family: 'Avenir Next LT Pro Demi', arial-bold, arial;
	font-weight: normal;
	line-height: 65px;
}

article#fproductos p {
	margin: 0 0 0px 0;
	font-size: 14px;
	color: #fff;
}



#fclientes {
	position: absolute;
	top: 2500px;
}

#content h1 {
	margin: 0 0 0px 0;
	font-size: 60px;
	font-family: 'Avenir Next LT Pro Demi', arial-bold, arial;
	font-weight: normal;
	line-height: 65px;
}

article#fclientes p {
	margin: 0 0 0px 0;
	font-size: 14px;
	color: #fff;
}


#fdomicilio {
	position: absolute;
	top: 3300px;
}

article#fdomicilio h1 {
	margin: 0 0 0px 0;
	font-size: 60px;
	color: #fff;
	font-family: 'Avenir Next LT Pro Demi', arial-bold, arial;
	font-weight: normal;
	line-height: 65px;
}

article#fdomicilio p {
	margin: 0 0 0px 0;
	font-size: 14px;
	color: #fff;
}

#fgaleria {
	position: absolute;
	top: 4100px;
}

article#fgaleria h1 {
	margin: 0 0 0px 0;
	font-size: 60px;
	color: #fff;
	font-family: 'Avenir Next LT Pro Demi', arial-bold, arial;
	font-weight: normal;
	line-height: 65px;
}

article#fgaleria p {
	margin: 0 0 0px 0;
	font-size: 14px;
	color: #3858B0;
}

#fcontacto {
	position: absolute;
	top: 4900px;
}

article#fcontacto h1 {
	margin: 0 0 0px 0;
	font-size: 60px;
	color: #fff;
	font-family: 'Avenir Next LT Pro Demi', arial-bold, arial;
	font-weight: normal;
	line-height: 65px;
}

article#fcontacto p {
	margin: 0 0 0px 0;
	font-size: 14px;
	color: #fff;
}

article#fcontacto a {
	margin: 0 0 0px 0;
	font-size: 14px;
	color: blue;
}

#map_canvas {
	width: 500px;
	height: 300px;
}

@media ( max-width :768px) {
	#Container {
		position: relative;
		max-width: 100%;
		padding: 0 5px;
		margin: 0 auto;
		line-height: 1.7;
	}
	#content article {
		width: 100%;
	}
	nav#primary li {
		display: none;
	}
	#logo {
		position: fixed;
		top: 67%;
		width: 100%;
		height: 100%;
		text-align: right;
		right: 0px;
		display: none;
		opacity: 4.3;
	}
	#map_canvas {
		width: 235px;
		height: 230px;
	}
	#bg3-4-1 {
		width: 235px;
		height: 230px;
		right: 0;
	}
	#parallax-bg3 {
		width: 235px;
		height: 230px;
	}
	#video2 {
		width: 235px;
		height: 230px;
	}
	#video {
		width: 235px;
		height: 230px;
	}
	#rb-grid {
		display: none;
	}
	#bg3-1 {
		position: absolute;
		top: 100px;
		left: 1px;
	}
	#social {
		position: fixed;
		top: 60%;
		right: -145px;
	}
}

@media ( min-width : 1400px) {
	#Container {
		position: relative;
		max-width: 100%;
		padding: 0 5px;
		margin: 0 auto;
		line-height: 1.7;
	}
	#social {
		position: fixed;
		top: 90%;
		right: 125px;
	}
	#parallax-bg3 {
		position: fixed;
		left: 50%; /* align left edge with center of viewport */
		top: 0;
		width: 100%;
		margin-left: -470px; /* move left by half element's width */
	}
}
/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 0%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: 0px; /* move left by half element's width */
}
/* balloon */
#bg3-1 {
	position: absolute;
	top: 100px;
	left: 30%;
}

#bg3-2 {
	position: absolute;
	top: 700px;
	left: 112px;
}

#bg3-3 {
	position: absolute;
	top: 1300px;
	left: 112px;
}

#bg3-4 {
	position: absolute;
	top: 1900px;
	left: 112px;
}

#bg3-5 {
	position: absolute;
	top: 2500px;
	left: 112px;
}

#bg3-6 {
	position: absolute;
	top: 3100px;
	left: 112px;
}

#bg3-7 {
	position: absolute;
	top: 3700px;
	left: 112px;
}

/* midground (clouds) */
#parallax-bg2 {
	z-index: 6;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -600px; /* move left by half element's width */
}

#bg2-1 {
	position: absolute;
	top: 162px;
	left: 200px;
}

#bg2-2 {
	position: absolute;
	top: 300px;
	left: 1150px;
}

#bg2-3 {
	position: absolute;
	top: 353px;
	left: -35px;
}

#bg2-4 {
	position: absolute;
	top: 1180px;
	left: 250px;
}

#bg2-5 {
	position: absolute;
	top: 900px;
	left: 890px;
}

#bg2-6 {
	position: absolute;
	top: 1362px;
	left: 200px;
}

#bg2-7 {
	position: absolute;
	top: 1600px;
	left: 1150px;
}

#bg2-8 {
	position: absolute;
	top: 1543px;
	left: -35px;
}

#bg2-9 {
	position: absolute;
	top: 1880px;
	left: 250px;
}

#bg2-10 {
	position: absolute;
	top: 1900px;
	left: 890px;
}

#bg2-11 {
	position: absolute;
	top: 2200px;
	left: 1150px;
}

#bg2-12 {
	position: absolute;
	top: 2443px;
	left: -35px;
}

#bg2-13 {
	position: absolute;
	top: 2680px;
	left: 350px;
}

#bg2-14 {
	position: absolute;
	top: 2800px;
	left: 890px;
}

#bg2-15 {
	position: absolute;
	top: 3000px;
	left: 890px;
}

#bg2-16 {
	position: absolute;
	top: 3200px;
	left: 1150px;
}

#bg2-17 {
	position: absolute;
	top: 3443px;
	left: -35px;
}

#bg2-18 {
	position: absolute;
	top: 3680px;
	left: 350px;
}

#bg2-19 {
	position: absolute;
	top: 3800px;
	left: 890px;
}
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 0%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: 0px; /* move left by half element's width */
}

#bg1-1 {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 3200px;
	left: 0px;
}

#bg1-2 {
	position: absolute;
	top: 440px;
	left: 795px;
}

#bg1-3 {
	position: absolute;
	top: 900px;
	left: -220px;
}

#bg1-4 {
	position: absolute;
	top: 1020px;
	left: 450px;
}

#bg1-5 {
	position: absolute;
	top: 1285px;
	left: -270px;
}

#bg1-6 {
	position: absolute;
	top: 1440px;
	left: 795px;
}

#bg1-7 {
	position: absolute;
	top: 1900px;
	left: -220px;
}

#bg1-8 {
	position: absolute;
	top: 2220px;
	left: 450px;
}

#bg1-9 {
	position: absolute;
	top: 2400px;
	left: -270px;
}

#bg1-10 {
	position: absolute;
	top: 2590px;
	left: 795px;
}

#bg1-11 {
	position: absolute;
	top: 2700px;
	left: -220px;
}

#bg1-12 {
	position: absolute;
	top: 2990px;
	left: 450px;
}

#bg1-13 {
	position: absolute;
	top: 3020px;
	left: 450px;
}

#bg1-14 {
	position: absolute;
	top: 3100px;
	left: -270px;
}

#bg1-15 {
	position: absolute;
	top: 3290px;
	left: 795px;
}

#bg1-16 {
	position: absolute;
	top: 3400px;
	left: -220px;
}

#bg1-17 {
	position: absolute;
	top: 3690px;
	left: 450px;
}

nav#primary li {
	list-style: none;
	height: 69px;
	padding: 0px;
	width: 60px;
	left: -15px;
}

nav#primary span {
	/* Container properties */
	width: 0;
	left: 68px;
	padding: 0;
	position: fixed;
	overflow: hidden;
	/* Text properties */
	font-family: 'Avenir Next LT Pro Demi';
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 4.6px;
	white-space: nowrap;
	line-height: 79px;
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

nav#primary a {
	z-index: 7;
	display: block;
	background: transparent url('../images/botonesmenu.png') no-repeat;
	height: 79px;
	width: 70px;
}

/* General hover styles */
nav#primary a:hover span {
	width: auto;
	padding: 0 40px;
	overflow: visible;
}

nav#primary a:hover {
	text-decoration: none;
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow: 0 0 5px #9ddff5;
	-webkit-box-shadow: 0 0 5px #9ddff5;
	box-shadow: 0 0 5px #9ddff5;
}

/* Green Button */
nav#primary .finicio {
	background-position: -5px -73px;
}

nav#primary .finicio:hover {
	background-position: -83px -73px;
}

nav#primary .finicio span {
	background: transparent;
	color: #fff;
	text-shadow: 1px 1px 0 #99bf31;
}

/* Blue Button */
nav#primary .fquienesom {
	background-position: -5px -163px;
}

nav#primary .fquienesom:hover {
	background-position: -83px -163px;
}

nav#primary .fquienesom span {
	background: transparent;
	color: #fff;
	text-shadow: 1px 1px 0 #44a8d0;
}

/* Orange Button */
nav#primary .fproductos {
	background-position: -5px -263px;
}

nav#primary .fproductos:hover {
	background-position: -83px -263px;
}

nav#primary .fproductos span {
	background: transparent;
	color: #fff;
	text-shadow: 1px 1px 0 #d28344;
}

/* Orange Button */
nav#primary .fclientes {
	background-position: -5px -363px;
}

nav#primary .fclientes:hover {
	background-position: -83px -363px;
}

nav#primary .fclientes span {
	background: transparent;
	color: #fff;
	text-shadow: 1px 1px 0 #d28344;
}

/* Purple Button */
nav#primary .fdomicilio {
	background-position: -5px -463px;
}

nav#primary .fdomicilio:hover {
	background-position: -83px -463px;
}

nav#primary .fdomicilio span {
	background: transparent;
	color: #fff;
	text-shadow: 1px 1px 0 #d244a6;
}

/* Purple Button */
nav#primary .fgaleria {
	background-position: -5px -563px;
}

nav#primary .fgaleria:hover {
	background-position: -83px -563px;
}

nav#primary .fgaleria span {
	background: transparent;
	color: #fff;
	text-shadow: 1px 1px 0 #d244a6;
}

/* Yellow Button */
nav#primary .fcontacto {
	background-position: -5px -650px;
}

nav#primary .fcontacto:hover {
	background-position: -83px -650px;
}

nav#primary .fcontacto span {
	background: transparent;
	color: #fff;
	text-shadow: 1px 1px 0 #d244a6;
}
/* Purple Button */

/* The styles below are only needed for the demo page */
ul.social-buttons {
	margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	outline: 0;
	color: #fff;
	text-align: center;
	background-color: #1C81E6;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover,ul.social-buttons li a:focus,ul.social-buttons li a:active
	{
	background-color: #6FC3E2;
}

footer {
	z-index: 4;
	display: block;
	position: absolute;
	width: 100%;
	top: 67%;
	right: 0px;
	margin-top: 0px;
}

#logo {
	position: fixed;
	top: 68%;
	width: 100%;
	text-align: right;
	margin-left: 0px; /* move left by half element's width */
}

#logo2 {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 40px;
}

#social {
	position: fixed;
	top: 90%;
	width: 100%;
	text-align: right;
	right: 7px;
}

#RSE {
	position: center;
	top: 0%;
	width: 50%;
	height: 50%;
}

@font-face {
	font-family: "Avenir Next LT Pro Demi";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/AvenirNextLTPro-Demi.woff") format('woff')
}

@font-face {
	font-family: 'Avenir Next LT Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
}

#finicio .arroww {
	font-size: 40px;
	position: relative;
	display: inline-block;
	animation: point-down 0.5s alternate infinite;
}

.navbar-default {
	border-color: transparent;
	background-color: #222;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
	{
	color: #6FC3E2;
	background-color: transparent;
}

@media ( min-width :768px) {
	.navbar-default {
		padding: 0px 0;
		border: 0;
		background-color: transparent;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}
	.navbar-default .navbar-brand {
		font-size: 1em;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px;
	}
	.navbar-default.navbar-shrink {
		padding: 10px 0;
		background-color: #222;
	}
	.
	.navbar-shrink .navbar-brand {
		font-size: 0em;
	}
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
	{
	background-color: #6FC3E2;
}

.navbar-default .navbar-brand {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #5D9200;
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus
	{
	background-color: #FFE600;
}

.navbar-default .nav li a {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 4px;
	color: #fff;
	background-color: transparent;
}

/* Video Youtube */
.responsiveContent {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.2%;
	margin-bottom: 0px;
}

.responsiveContent iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*  fin CSS Video Youtube */

/*EMPIEZA ESTILO PARA FLECHA ANIMADA BAJANDO */
.css3-notification {
	font-size: .8em;
	text-align: center;
	padding: 10px;
	box-shadow:	0px 0px 0px 0px rgba(0, 0, 0, .3);
	text-transform: uppercase;
	position: relative;
	font-weight: bold;
	
	-webkit-animation: bounce 5s ease-out infinite;
	-moz-animation: bounce 5s ease-out infinite;
	-o-animation: bounce 5s ease-out infinite;
	animation: bounce 5s ease-out infinite;
}

/* Webkit, Chrome and Safari */

@-webkit-keyframes bounce {
  0% {
	-webkit-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-webkit-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-webkit-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-webkit-transform:translateY(-50%);
  }
  40% {
  	-webkit-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-webkit-transform:translateY(-30%);
  }
  70% {
  	-webkit-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-webkit-transform:translateY(-15%);
  }
  90% {
  	-webkit-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-webkit-transform:translateY(-10%);
  }
  97% {
  	-webkit-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-webkit-transform:translateY(-5%);
  }
  100% {
  	-webkit-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-moz-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-moz-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-moz-transform:translateY(-50%);
  }
  40% {
  	-moz-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-moz-transform:translateY(-30%);
  }
  70% {
  	-moz-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-moz-transform:translateY(-15%);
  }
  90% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-moz-transform:translateY(-10%);
  }
  97% {
  	-moz-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-moz-transform:translateY(-5%);
  }
  100% {
  	-moz-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
	-o-transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	-o-transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	-o-transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	-o-transform:translateY(-50%);
  }
  40% {
  	-o-transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	-o-transform:translateY(-30%);
  }
  70% {
  	-o-transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	-o-transform:translateY(-15%);
  }
  90% {
  	-o-transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	-o-transform:translateY(-10%);
  }
  97% {
  	-o-transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	-o-transform:translateY(-5%);
  }
  100% {
  	-o-transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
	transform:translateY(-100%);
    opacity: 0;
  }
  5% {
  	transform:translateY(-100%);
    opacity: 0;
  }
  15% {
  	transform:translateY(0);
    padding-bottom: 5px;
  }
  30% {
  	transform:translateY(-50%);
  }
  40% {
  	transform:translateY(0%);
    padding-bottom: 6px;
  }
  50% {
  	transform:translateY(-30%);
  }
  70% {
  	transform:translateY(0%);
    padding-bottom: 7px;
  }
  80% {
  	transform:translateY(-15%);
  }
  90% {
  	transform:translateY(0%);
  	padding-bottom: 8px;
  }
  95% {
  	transform:translateY(-7%);
  }
  97% {
  	transform:translateY(0%);
  	padding-bottom: 9px;
  }
  99% {
  	transform:translateY(-3%);
  }
  100% {
  	transform:translateY(0);
  	padding-bottom: 9px;
    opacity: 1;
  }
}
/*FIN ESTILO PARA FLECHA ANIMADA BAJANDO */

/*EMPIEZA ESTILO PARA PROMOCION */
.rb-grid {
	list-style: none;
	text-align: center;
	margin: 0 auto;
}

.rb-grid li {
	width: 24%;
	height: 15em;
	margin: 0.5%;
	background: #8CC7DF;
	color: #fff;
	display: block;
	float: left;
	padding: 1.6em;
	cursor: pointer;
	position: relative;
}

.rb-grid li.rb-span-2 {
	width: 49%;
}

.rb-grid li.rb-span-4 {
	width: 99%;
}

.rb-grid li h3 {
	font-size: 2.6em;
	font-weight: 100;
}

.rb-grid li[class^="icon-"]:before,.rb-grid li[class*=" icon-"]:before {
	font-size: 10em;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 3;
	opacity: 0.4;
	text-align: right;
	pointer-events: none;
}

.rb-temp {
	display: block;
	font-size: 1em;
	opacity: 4.5;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.rb-grid li:hover .rb-temp {
	opacity: 0.3;
}

.rb-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #444;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease, clip
		0.4s ease;
	-moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease, clip 0.4s
		ease;
	transition: opacity 0.4s ease, transform 0.4s ease, clip 0.4s ease;
	z-index: -1;
	pointer-events: none;
	cursor: default;
}

.rb-close {
	position: absolute;
	top: 0.4em;
	right: 0.4em;
	width: 2em;
	height: 2em;
	text-indent: -9000px;
	cursor: pointer;
	z-index: 1000;
}

.rb-close::before {
	content: 'x';
	font-weight: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 3em;
	line-height: 0.6;
	text-align: center;
	text-indent: 0px;
}

.rb-week {
	width: 100%;
	height: 100%;
}

.rb-week>div {
	width: 10%;
	height: 100%;
	float: left;
	position: relative;
	padding: 3% 0;
}

.rb-week>div:first-child {
	width: 100%;
}

.rb-week span {
	padding: 0% 0;
	font-size: 2em;
	font-weight: 100;
	display: block;
	margin: auto 0;
	height: 30%;
	width: 100%;
	line-height: 0.8;
}

.rb-week span.rb-city {
	font-weight: 700;
	padding: 0% 5%;
	font-size: 1em;
	line-height: 0;
}

.rb-week [class^="icon-"]:before {
	font-size: 2.5em;
	font-weight: normal;
}

.rb-week>div:first-child [class^="icon-"] {
	opacity: 0.1;
}

/* Colors */

/* Grid */
.rb-grid li:nth-child(1) {
	background: #3399CC;
}

.rb-grid li:nth-child(2) {
	background: #33CCCC;
}

.rb-grid li:nth-child(3) {
	background: #996699;
}

.rb-grid li:nth-child(4) {
	background: #C24747;
}

.rb-grid li:nth-child(5) {
	background: #e2674a;
}

.rb-grid li:nth-child(6) {
	background: #FFCC66;
}

.rb-grid li:nth-child(7) {
	background: #99CC99;
}

.rb-grid li:nth-child(8) {
	background: #669999;
}

.rb-grid li:nth-child(9) {
	background: #CC6699;
}

.rb-grid li:nth-child(10) {
	background: #339966;
}

.rb-grid li:nth-child(11) {
	background: #666699;
}

/* Overlay Columns */
.rb-grid li:nth-child(1) .rb-week>div:nth-child(1) {
	background: #3399CC;
}

.rb-grid li:nth-child(1) .rb-week>div:nth-child(2) {
	background: #2D87B4;
}

.rb-grid li:nth-child(1) .rb-week>div:nth-child(3) {
	background: #297AA3;
}

.rb-grid li:nth-child(1) .rb-week>div:nth-child(4) {
	background: #256E93;
}

.rb-grid li:nth-child(1) .rb-week>div:nth-child(5) {
	background: #216283;
}

.rb-grid li:nth-child(1) .rb-week>div:nth-child(6) {
	background: #1D5672;
}

.rb-grid li:nth-child(1) .rb-week>div:nth-child(7) {
	background: #184962;
}

.rb-grid li:nth-child(1) .rb-week>div:nth-child(8) {
	background: #143D52;
}

.rb-grid li:nth-child(2) .rb-week>div:nth-child(1) {
	background: #33CCCC;
}

.rb-grid li:nth-child(2) .rb-week>div:nth-child(2) {
	background: #2DB4B4;
}

.rb-grid li:nth-child(2) .rb-week>div:nth-child(3) {
	background: #29A3A3;
}

.rb-grid li:nth-child(2) .rb-week>div:nth-child(4) {
	background: #259393;
}

.rb-grid li:nth-child(2) .rb-week>div:nth-child(5) {
	background: #218383;
}

.rb-grid li:nth-child(2) .rb-week>div:nth-child(6) {
	background: #1D7272;
}

.rb-grid li:nth-child(2) .rb-week>div:nth-child(7) {
	background: #186262;
}

.rb-grid li:nth-child(2) .rb-week>div:nth-child(8) {
	background: #145252;
}

.rb-grid li:nth-child(3) .rb-week>div:nth-child(1) {
	background: #996699;
}

.rb-grid li:nth-child(3) .rb-week>div:nth-child(2) {
	background: #936293;
}

.rb-grid li:nth-child(3) .rb-week>div:nth-child(3) {
	background: #875A87;
}

.rb-grid li:nth-child(3) .rb-week>div:nth-child(4) {
	background: #7A527A;
}

.rb-grid li:nth-child(3) .rb-week>div:nth-child(5) {
	background: #6E496E;
}

.rb-grid li:nth-child(3) .rb-week>div:nth-child(6) {
	background: #624162;
}

.rb-grid li:nth-child(3) .rb-week>div:nth-child(7) {
	background: #563956;
}

.rb-grid li:nth-child(3) .rb-week>div:nth-child(8) {
	background: #493149;
}

.rb-grid li:nth-child(4) .rb-week>div:nth-child(1) {
	background: #C24747;
}

.rb-grid li:nth-child(4) .rb-week>div:nth-child(2) {
	background: #B83D3D;
}

.rb-grid li:nth-child(4) .rb-week>div:nth-child(3) {
	background: #A83838;
}

.rb-grid li:nth-child(4) .rb-week>div:nth-child(4) {
	background: #993333;
}

.rb-grid li:nth-child(4) .rb-week>div:nth-child(5) {
	background: #8A2E2E;
}

.rb-grid li:nth-child(4) .rb-week>div:nth-child(6) {
	background: #7A2929;
}

.rb-grid li:nth-child(4) .rb-week>div:nth-child(7) {
	background: #6B2424;
}

.rb-grid li:nth-child(4) .rb-week>div:nth-child(8) {
	background: #5C1F1F;
}

.rb-grid li:nth-child(5) .rb-week>div:nth-child(1) {
	background: #e2674a;
}

.rb-grid li:nth-child(5) .rb-week>div:nth-child(2) {
	background: #E05C3E;
}

.rb-grid li:nth-child(5) .rb-week>div:nth-child(3) {
	background: #DD4D2C;
}

.rb-grid li:nth-child(5) .rb-week>div:nth-child(4) {
	background: #D34322;
}

.rb-grid li:nth-child(5) .rb-week>div:nth-child(5) {
	background: #C13D1F;
}

.rb-grid li:nth-child(5) .rb-week>div:nth-child(6) {
	background: #AF371D;
}

.rb-grid li:nth-child(5) .rb-week>div:nth-child(7) {
	background: #9E321A;
}

.rb-grid li:nth-child(5) .rb-week>div:nth-child(8) {
	background: #8C2C17;
}

.rb-grid li:nth-child(6) .rb-week>div:nth-child(1) {
	background: #FFCC66;
}

.rb-grid li:nth-child(6) .rb-week>div:nth-child(2) {
	background: #FFC247;
}

.rb-grid li:nth-child(6) .rb-week>div:nth-child(3) {
	background: #FFBB33;
}

.rb-grid li:nth-child(6) .rb-week>div:nth-child(4) {
	background: #FFB41F;
}

.rb-grid li:nth-child(6) .rb-week>div:nth-child(5) {
	background: #FFAD0A;
}

.rb-grid li:nth-child(6) .rb-week>div:nth-child(6) {
	background: #F5A300;
}

.rb-grid li:nth-child(6) .rb-week>div:nth-child(7) {
	background: #E09600;
}

.rb-grid li:nth-child(6) .rb-week>div:nth-child(8) {
	background: #CC8800;
}

.rb-grid li:nth-child(7) .rb-week>div:nth-child(1) {
	background: #99CC99;
}

.rb-grid li:nth-child(7) .rb-week>div:nth-child(2) {
	background: #85C185;
}

.rb-grid li:nth-child(7) .rb-week>div:nth-child(3) {
	background: #77BB77;
}

.rb-grid li:nth-child(7) .rb-week>div:nth-child(4) {
	background: #6AB46A;
}

.rb-grid li:nth-child(7) .rb-week>div:nth-child(5) {
	background: #5CAD5C;
}

.rb-grid li:nth-child(7) .rb-week>div:nth-child(6) {
	background: #52A352;
}

.rb-grid li:nth-child(7) .rb-week>div:nth-child(7) {
	background: #4B954B;
}

.rb-grid li:nth-child(7) .rb-week>div:nth-child(8) {
	background: #448844;
}

.rb-grid li:nth-child(8) .rb-week>div:nth-child(1) {
	background: #669999;
}

.rb-grid li:nth-child(8) .rb-week>div:nth-child(2) {
	background: #629393;
}

.rb-grid li:nth-child(8) .rb-week>div:nth-child(3) {
	background: #5A8787;
}

.rb-grid li:nth-child(8) .rb-week>div:nth-child(4) {
	background: #527A7A;
}

.rb-grid li:nth-child(8) .rb-week>div:nth-child(5) {
	background: #496E6E;
}

.rb-grid li:nth-child(8) .rb-week>div:nth-child(6) {
	background: #416262;
}

.rb-grid li:nth-child(8) .rb-week>div:nth-child(7) {
	background: #395656;
}

.rb-grid li:nth-child(8) .rb-week>div:nth-child(8) {
	background: #314949;
}

.rb-grid li:nth-child(9) .rb-week>div:nth-child(1) {
	background: #CC6699;
}

.rb-grid li:nth-child(9) .rb-week>div:nth-child(2) {
	background: #C7578F;
}

.rb-grid li:nth-child(9) .rb-week>div:nth-child(3) {
	background: #C24785;
}

.rb-grid li:nth-child(9) .rb-week>div:nth-child(4) {
	background: #B83D7A;
}

.rb-grid li:nth-child(9) .rb-week>div:nth-child(5) {
	background: #A83870;
}

.rb-grid li:nth-child(9) .rb-week>div:nth-child(6) {
	background: #993366;
}

.rb-grid li:nth-child(9) .rb-week>div:nth-child(7) {
	background: #8A2E5C;
}

.rb-grid li:nth-child(9) .rb-week>div:nth-child(8) {
	background: #7A2952;
}

.rb-grid li:nth-child(10) .rb-week>div:nth-child(1) {
	background: #339966;
}

.rb-grid li:nth-child(10) .rb-week>div:nth-child(2) {
	background: #2E8A5C;
}

.rb-grid li:nth-child(10) .rb-week>div:nth-child(3) {
	background: #297A52;
}

.rb-grid li:nth-child(10) .rb-week>div:nth-child(4) {
	background: #246B47;
}

.rb-grid li:nth-child(10) .rb-week>div:nth-child(5) {
	background: #1F5C3D;
}

.rb-grid li:nth-child(10) .rb-week>div:nth-child(6) {
	background: #194D33;
}

.rb-grid li:nth-child(10) .rb-week>div:nth-child(7) {
	background: #143D29;
}

.rb-grid li:nth-child(10) .rb-week>div:nth-child(8) {
	background: #0F2E1F;
}

.rb-grid li:nth-child(11) .rb-week>div:nth-child(1) {
	background: #666699;
}

.rb-grid li:nth-child(11) .rb-week>div:nth-child(2) {
	background: #626293;
}

.rb-grid li:nth-child(11) .rb-week>div:nth-child(3) {
	background: #5A5A87;
}

.rb-grid li:nth-child(11) .rb-week>div:nth-child(4) {
	background: #52527A;
}

.rb-grid li:nth-child(11) .rb-week>div:nth-child(5) {
	background: #49496E;
}

.rb-grid li:nth-child(11) .rb-week>div:nth-child(6) {
	background: #414162;
}

.rb-grid li:nth-child(11) .rb-week>div:nth-child(7) {
	background: #393956;
}

.rb-grid li:nth-child(11) .rb-week>div:nth-child(8) {
	background: #313149;
}

@media screen and (max-width: 63.125em) {
	.rb-grid li,.rb-grid li.rb-span-2,.rb-grid li.rb-span-4 {
		width: 100%;
		height: 10em;
		text-align: left;
	}
	.rb-grid li[class^="icon-"]:before,.rb-grid li[class*=" icon-"]:before {
		font-size: 6em;
		left: auto;
		right: 0;
		line-height: 2.5;
	}
	.rb-grid li>div {
		text-align left:;
	}
}

/*FIN ESTILO PARA PROMOCION */

/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */
.ekko-lightbox-container {
	position: relative;
}

.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	opacity: 0;
	filter: dropshadow(color = #000000, offx = 2, offy = 2);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.ekko-lightbox-nav-overlay a:empty {
	width: 49%;
}

.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}

.ekko-lightbox .modal-footer {
	text-align: left;
}


.producto{ 
	width: 35%; 
	height:510px; 
	margin: auto; 
	position: relative; 
	font-size: 20px;
	font-family: 'Verdana, Arial, Helvetica, sans-serif'; 
	text-align: center; 
	min-width: 380px;  
  }
  
  .producto .productos{
	width: 100%;  
  }
  
  .producto .productos > img{ 
	position: absolute; 
	display: none;
  }
  
  .producto .productos #productos{ 
	position: absolute;
	top: 0;
	width: 100%;
	height: 500px
  }
  
  .producto .productos #productos img{ 
	position: absolute;
  }
  
  .producto .productos #productos .img0_1{ 
	left: -80%; 
	width: 60%; 
	top: 10%; 
  }

  .producto .productos #productos .img0_2{ 
	left: -80%; 
	top: 250px; 
	width: 50%;  
  }
  
  .producto .productos #productos .img1{ 
	left: -20%;
	width: 60%; 
	top: 10%; 
  }
  
  .producto .productos #productos .img2{ 
	left: 40%; 
	top: 10px; 
	width: 50%;  
  }
  
  .producto .productos #productos .img3{ 
	left: 90%; 
	top: 10px; 
	width: 50%;  
  }
  
  .producto .productos #productos{ 
	display: block; ;
	animation: productos .7s 1;
  }
  
  .producto .productos > img#bidonSC20L{
	animation: productosover .7s 1;
	left: 40%;
	top: 10%;
	margin-left: -55%;
	width: 100%;
  }
  .producto .productos > img#bidonCC20L{
	animation: productosover .7s 1;
	left: 40%;
	top: 10%;
	margin-left: -55%;
	width: 80%;
  }
  
  .producto .productos > img#bidonCDisp20L{
	animation: productosover .7s 1;
	left: 40%;
	top: 10%;
	margin-left: -25%;
	width: 70%;
  }
  
  .producto .productos > img#bidon7L{
	animation: productosover .7s 1;
	left: 40%;
	top: 10%;
	margin-left: -25%;
	width: 70%;
  }

  .producto .productos > img#bagInTheBox20L{
	animation: productosover .7s 1;
	left: 40%;
	top: 10%;
	margin-left: -55%;
	width: 100%;
  }
  
  .producto .item{ 
	position: absolute; left:600px; width: 275px; top:270px;
	animation: item 1.5s 1;
	opacity: 1;
	font-family: 'Verdana, Arial, Helvetica, sans-serif';
  }
  .producto .titulo{
   position: absolute; left:500px; width: 275px; top:0; text-align: left;
  }
  .producto .titulo p{
   font-size: 20px;
  }
  .producto h2{ font-size: 30px; font-family: 'Verdana, Arial, Helvetica, sans-serif'; line-height: 30px; text-align: left; }

  .producto .item ul{ margin: 15px 0 }
  .producto .item li a{ 
	background: url(../images/bullet.png) left 2px no-repeat; 
	background-size: 15%; 
	padding: 0 0 10px 30px; 
	display: block; 
	z-index: 999999;  
	transition:background-position .2s ease-in; 
	text-align: left; 
  }
  .producto .item li a:hover{ 
	background: url(../images/bullet.png) 5px 2px no-repeat;
	background-size: 15%;  
  }
  
  .producto .item div{ display: none;position: absolute;}
  .producto .item div.descripcion{ display: block; text-align: left}
  
  .producto .item div.bidonSC20L, 
  .producto .item div.bidonCC20L,
  .producto .item div.bidonCDisp20L,
  .producto .item div.bidon7L,
  .producto .item div.bagInTheBox20L{ color: white}
  
 
  .producto .item div.bidonSC20L li a img, 
  .producto .item div.bidonCC20L li a img,
  .producto .item div.bidonCDisp20L li a img,
  .producto .item div.bidon7L li a img,
  .producto .item div.bagInTheBox20L li a img{ width: 25px;  }
  
  .producto .item div.bidonSC20L li a span, 
  .producto .item div.bidonCC20L li a span, 
  .producto .item div.bidonCDisp20L li a span, 
  .producto .item div.bidon7L li a span,
  .producto .item div.bagInTheBox20L li a span{ display: none; }
  
  .producto .item ul.lOpcion li a { color: white; }

  /* animacion */
  @keyframes productos {  0%   { top: 800px; }  100% { top: 0; } }
  @keyframes item {  0%   { top: 800px; }  100% { top: 300px;opacity: 1 } }
  @keyframes productosover {  0%   { top: -800px; }  100% { top: 80px; } }
  @keyframes boton {  0%  { top: 0px; } 50% { top: 20px; }  100% { top: 0px; } }
  @keyframes fondo {  0%   { background-position: center 0; } 50% {  background-position: center 20px; }  100% {  background-position: center 0; } }
  @keyframes flecha { 0% {  margin-top:5%; transform: scale(1);  } 50% { margin-top:10%;transform: scale(1.1); } 100% { margin-top:5%;transform: scale(1); }  }
  
	
	