#bioaroma-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#conciencia{
	position: relative;
	margin-top: 120px;
	padding: 232px 0px;
	margin-top: 0px;
}

#conciencia::before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image: url("../../landing/images/bg/minimalists/bg-light-gray-2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.6;
}

#conciencia .conciencia-icono{
	width: 75% !important;
}

#frases-y-conocenos{
	/*background-image: url("../../landing/images/home/bioaroma-img-fondo-frase.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-position-y: center;
	background-size: 20%;*/
	position: relative;
}

#divisiones{
	/*background-image: url("../../landing/images/home/bioaroma-fondo-productos.png");
	background-repeat: no-repeat;
	background-position: left;
	background-position-y: center;
	background-size: 16%;*/
	position: relative;
}

#divisiones::before {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #DCD0C0;
	z-index: -10;
}

#divisiones .divisiones-productos{
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	height: 650px;
}

#divisiones .divisiones-productos:hover{
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

#divisiones .divisiones-productos.producto-aceites-esenciales{
	background-image: url("../../landing/images/home/producto-aceites-esenciales.png");
}

#divisiones .divisiones-productos.producto-fragancias{
	background-image: url("../../landing/images/home/producto-fragancias.png");
}

#divisiones .divisiones-productos.producto-aromatizacion{
	background-image: url("../../landing/images/home/producto-aromatizacion.png");
}

#divisiones .divisiones-productos .divisiones-texto{
	position: inherit;
	top: 60%;
}

#scroll-story{
	/*background-image:url("../../landing/images/home/bioaroma-img-fondo-texto-interactivo.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-position-y: top;
	background-size: 20%;*/
	position: relative;
	z-index: -10000;
}

#scroll-story .scroll-story-container{
	margin: /*220px*/160px 0px 160px 0px;
}

#scroll-story .sentence p {
	/*color: #394f8a;*/
	font-size: 60px;
	line-height: 50px;
	font-family: "Bell MT";
	width: 900px;
}
#scroll-story .scroll-story-images {
	position: relative;
	height: 118%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#scroll-story .scroll-story-images .scroll-story-img.odd .sentence {
	/*right: 100%;*/
	left: 100%;
	position: absolute;
}
#scroll-story .scroll-story-images.visible .scroll-story-img.first .sentence p {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}
#scroll-story .scroll-story-images.visible .scroll-story-img:not(.last) .sentence p {
	-webkit-animation-name: sentencefadein;
	animation-name: sentencefadein;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
}
#scroll-story .scroll-story-images .scroll-story-img.odd.last .sentence p,
#scroll-story .scroll-story-images .scroll-story-img.even.last .sentence p,
#scroll-story .scroll-story-images .scroll-story-img.last .sentence p {
	width: 100%;
}
#scroll-story .scroll-story-images .scroll-story-img.odd.last .sentence,
#scroll-story .scroll-story-images .scroll-story-img.even.last .sentence,
#scroll-story .scroll-story-images .scroll-story-img.last .sentence {
	left: 0;
	right: 0;
	top: 110%;
	margin: auto;
	line-height: 36px !important;
}
#scroll-story .scroll-story-images .scroll-story-img.odd.last,
#scroll-story .scroll-story-images .scroll-story-img.even.last,
#scroll-story .scroll-story-images .scroll-story-img.last {
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	width: 750px;
	top: -180px !important;
}
#scroll-story .scroll-story-images .scroll-story-img.odd {
	/*left: 50%;*/
	left: 12%;
}
#scroll-story .scroll-story-images .scroll-story-img.even .sentence {
	/*left: 100%;*/
	right: 100%;
	position: absolute;
}
#scroll-story .scroll-story-images .scroll-story-img.even {
	/*right: 50%;*/
	right: 12%;
}
#scroll-story .scroll-story-images.visible .scroll-story-img {
	-webkit-animation-name: fadeinOut;
	animation-name: fadeinOut;
	-moz-animation-name: fadeinOut;
	-ms-animation-name: fadeinOut;
	-o-animation-name: fadeinOut;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}
body #scroll-story .scroll-story-images.visible .scroll-story-img.last {
	-webkit-animation-name: fadeinOutin !important;
	animation-name: fadeinOutin !important;
	-moz-animation-name: fadeinOutin !important;
	-ms-animation-name: fadeinOutin !important;
	-o-animation-name: fadeinOutin !important;
	-webkit-animation-duration: 4s !important;
	animation-duration: 4s !important;
	-moz-animation-duration: 4s !important;
	-ms-animation-duration: 4s !important;
	-o-animation-duration: 4s !important;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}
#scroll-story .scroll-story-images.visible .scroll-story-img[data-index="2"] {
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
	transition-delay: 2s;
	-moz-transition-delay: 2s;
	-ms-transition-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-moz-animation-delay: 2s;
}
#scroll-story .scroll-story-images.visible .scroll-story-img[data-index="3"] {
	-webkit-transition-delay: 3s;
	-o-transition-delay: 3s;
	transition-delay: 3s;
	-ms-transition-delay: 3s;
	-moz-transition-delay: 3s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
}
#scroll-story .scroll-story-images.visible .scroll-story-img.last[data-index="3"] {
	-webkit-transition-delay: 4.5s;
	-o-transition-delay: 4.5s;
	transition-delay: 4.5s;
	-ms-transition-delay: 4.5s;
	-moz-transition-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
}
#scroll-story .scroll-story-images.visible .scroll-story-img[data-index="4"] {
	-webkit-transition-delay: 4.5s;
	-o-transition-delay: 4.5s;
	transition-delay: 4.5s;
	-ms-transition-delay: 4.5s;
	-moz-transition-delay: 4.5s;
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
}
#scroll-story .scroll-story-images.visible .scroll-story-img[data-index="5"] {
	-webkit-transition-delay: 6.5s;
	-o-transition-delay: 6.5s;
	transition-delay: 6.5s;
	-ms-transition-delay: 6.5s;
	-moz-transition-delay: 6.5s;
	-webkit-animation-delay: 6.5s;
	animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	-ms-animation-delay: 6.5s;
	-o-animation-delay: 6.5s;
}
#scroll-story .scroll-story-images .scroll-story-img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 0;
	width: 30vh;
	height: 30vh;
	transition: all 4s ease-in-out, opacity 2s ease-in-out;
	-webkit-transition: all 4s ease-in-out, opacity 2s ease-in-out;
	-moz-transition: all 4s ease-in-out, opacity 2s ease-in-out;
	-o-transition: all 4s ease-in-out, opacity 2s ease-in-out;
	opacity: 0;
}
#scroll-story .scroll-story-images .scroll-story-g-container {
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: relative;
	width: 50vh;
	height: 50vh;
	padding: 25vh 0;
}
#scroll-story .scroll-story-images .scroll-story-g-container .scroll-story-g.g-hidden {
	opacity: 0;
	-webkit-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}
#scroll-story .scroll-story-images .scroll-story-g-container .scroll-story-g:not(.g-hidden) {
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	-webkit-mask: url(../../landing/svg/icono.svg) no-repeat 50% 50%;
	mask: url(../../landing/svg/icono.svg) no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-size: cover;
	transition: opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2 ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	background-position: center center;
	height: 45vh;
	width: 35vh;
	opacity: 1;
}
#scroll-story .scroll-story-images .scroll-story-g-container .scroll-story-g-background:not(.g-hidden):after {
	content: "";
	position: absolute;
	width: 102%;
	height: 102%;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	top: -1%;
	left: -1%;
}
#scroll-story .scroll-story-images .scroll-story-g-container .scroll-story-g-background.g-hidden {
	opacity: 0;
	-webkit-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}
#scroll-story .scroll-story-images .scroll-story-g-container .scroll-story-g-background:not(.g-hidden) {
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	max-height: calc(100vh - 90px);
	max-width: calc(100vh - 90px);
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: -1%;
	position: absolute;
	opacity: 1;
	-webkit-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}
#scroll-story .scroll-story-images .scroll-story-g-container #g-hero-0.scroll-story-g.g-hero.animation-completed:after {
	content: " ";
	display: block;
	background-color: #000000;
	height: 100vh;
	width: 100vw;
	position: relative;
	top: 0;
	left: 0;
	opacity: 0.3;
	z-index: 53;
	display: none;
}
#scroll-story .scroll-story-images .scroll-story-g-container #g-hero-0.scroll-story-g.g-hero.animation-completed {
	opacity: 1;
}
#scroll-story .scroll-story-images .scroll-story-g-container .hidden-g-0,
#scroll-story .scroll-story-images .scroll-story-g-container #g-hero-0.scroll-story-g.g-hero.scrolling.hidden-g-0 {
	opacity: 0;
	-webkit-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
}
#scroll-story .scroll-story-images .scroll-story-g-container #g-hero-0.scroll-story-g.g-hero.scrolling.hidden-g-0 {
	opacity: 0;
}
#scroll-story .scroll-story-images .scroll-story-g-container #g-hero-0.scroll-story-g.g-hero.scrolling {
	top: 32.5%;
	-webkit-transition: top 1.5s ease-in-out, opacity 1.5s ease-in-out;
	-o-transition: top 1.5s ease-in-out, opacity 1.5s ease-in-out;
	transition: top 1.5s ease-in-out, opacity 1.5s ease-in-out;
}
#scroll-story .scroll-story-images .scroll-story-g-container #g-hero-0.scroll-story-g.g-hero.scrolling {
	opacity: 1;
}
#scroll-story .scroll-story-images .scroll-story-g-container #g-hero-0.scroll-story-g.g-hero {
	position: absolute;
	top: -67.5vh;
	bottom: auto;
	-webkit-transition: top 1.5s ease-in-out;
	-o-transition: top 1.5s ease-in-out;
	transition: top 1.5s ease-in-out;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 0;
}
@media screen and (max-width: 1119px) {
	#scroll-story .sentence p {
		width: 45vw;
		max-width: 36vw;
	}
	#scroll-story .last .sentence p {
		/*margin: auto;*/
		max-width: 100vw;
	}
	#scroll-story .even .sentence p {
		text-align: right;
	}
	#scroll-story .scroll-story-images .scroll-story-img.last {
		width: 100% !important;
	}
	#scroll-story .scroll-story-images .scroll-story-g-container {
		max-width: 768px;
		max-height: 768px;
	}
}
@media screen and (max-width: 768px) {
	#bioaroma-video {
		top: 48px;
	}

	#scroll-story {
		background-image: none;
	}

	#conciencia{
		padding: 45px 0px;
	}

	#conciencia .conciencia-icono{
		width: 60% !important;
	}

	#scroll-story .scroll-story-container{
		margin: 60px 0px 60px 0px;
	}

	#scroll-story .scroll-story-images .scroll-story-g-container {
		max-width: 320px;
		width: 320px;
		max-height: 320px;
		height: 320px;
	}
	#scroll-story .scroll-story-images .scroll-story-g-container .scroll-story-g-background:not(.g-hidden) {
		width: 320px;
		height: 320px;
	}
	#scroll-story .scroll-story-images .scroll-story-g-container .scroll-story-g:not(.g-hidden) {
		top: 7px;
		height: 250px;
		width: 250px;
	}
	#scroll-story .scroll-story-images .scroll-story-img.last {
		width: 420px !important;
		left: 0 !important;
	}
	#scroll-story .scroll-story-images .scroll-story-img.even {
		/*right: 60%;
		width: 22vh;
		height: 22vh;*/
		left: 60%;
		width: 20vh;
		height: 20vh;
	}
	#scroll-story .scroll-story-images .scroll-story-img.odd {
		/*left: 60%;
		width: 22vh;
		height: 22vh;*/
		left: 0%;
		width: 18vh;
		height: 18vh;
	}
	#scroll-story .scroll-story-images .scroll-story-img.odd .sentence {
		right: 100%;
	}
	#scroll-story .scroll-story-images .scroll-story-img.even .sentence {
		/*left: 100%;*/
		right: 100%;
	}
	#scroll-story .sentence p {
		font-size: 40px;
		width: 50vw;
		max-width: 50vw;
	}
	#scroll-story .scroll-story-images.visible .scroll-story-img.last {
	}
}
@-webkit-keyframes scrolling {
	0% {
		top: -67.5vh;
		bottom: auto;
	}
	50% {
		top: auto;
		bottom: 0;
	}
	100% {
		top: 0;
		bottom: 0;
	}
}
@-webkit-keyframes fadeinOut {
	0% {
		-webkit-transform: translatey(80vh);
		-ms-transform: translatey(80vh);
		transform: translatey(80vh);
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translatey(10vh);
		-ms-transform: translatey(10vh);
		transform: translatey(10vh);
	}
}
@keyframes fadeinOut {
	0% {
		-webkit-transform: translatey(80vh);
		-ms-transform: translatey(80vh);
		transform: translatey(80vh);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translatey(10vh);
		-ms-transform: translatey(10vh);
		transform: translatey(10vh);
	}
}
@-webkit-keyframes sentencefadein {
	from {
		opacity: 0;
		line-height: 72px;
	}
	to {
		opacity: 1;
		line-height: 36px;
	}
}
@keyframes sentencefadein {
	0% {
		opacity: 0;
		line-height: 36px;
	}
	50% {
		opacity: 1;
		line-height: 42px;
	}
	100% {
		opacity: 1;
		line-height: 48px;
	}
}
@-webkit-keyframes fadeinOutin {
	0% {
		-webkit-transform: translatey(50vh);
		-ms-transform: translatey(50vh);
		transform: translatey(50vh);
		opacity: 0;
	}
	100% {
		-webkit-transform: translatey(10vh);
		-ms-transform: translatey(10vh);
		transform: translatey(10vh);
		opacity: 1;
	}
}
@keyframes fadeinOutin {
	0% {
		-webkit-transform: translatey(50vh);
		-ms-transform: translatey(50vh);
		transform: translatey(50vh);
		opacity: 0;
	}
	100% {
		-webkit-transform: translatey(10vh);
		-ms-transform: translatey(10vh);
		transform: translatey(10vh);
		opacity: 1;
	}
}