@charset "UTF-8";
/* CSS Document */

/*
 * Azul #394f8a
 * Rey #003399
 * Gris #dfdfdf
 * Light #ececec
 * Oscuro #393d42
 *
 * Alivio #f6d258
 * Purificar #97d5e0
 * Energia #88b14b
 * Relajar #0c4c8a
 * Cuidado #efcec5
 * Ánimo #ef562d
 * Digerir #d1af94
 * Respirar #d13076
 */

 :root {
 	--b-beige: #C0B283;
 	--b-light-beige: #DCD0C0;
 	--b-green: #6A7553;
 	--b-gray: #373737;
 };

@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');


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

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

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

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

@font-face {
	font-family: 'Avenir LT Std 55 Roman';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 55 Roman'), url('../../landing/fonts/avenir/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
	font-family: 'Avenir LT Std 35 Light';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 35 Light'), url('../../landing/fonts/avenir/AvenirLTStd-Light.woff') format('woff');
}

@font-face {
	font-family: 'Avenir LT Std 65 Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 65 Medium'), url('../../landing/fonts/avenir/AvenirLTStd-Medium.woff') format('woff');
}

/* begin::Font Bell MT */

@font-face {
  font-family: 'Bell MT';
  font-style: normal;
  font-weight: normal;
  src: local('Bell MT'), url('../../landing/fonts/bell_mt/BellMT.ttf') format('truetype');
}

@font-face {
  font-family: 'Bell MT Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Bell MT Bold'), url('../../landing/fonts/bell_mt/BellMTBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Bell MT Fett';
  font-style: normal;
  font-weight: normal;
  src: local('Bell MT Fett'), url('../../landing/fonts/bell_mt/BellMTFett.ttf') format('truetype');
}

@font-face {
  font-family: 'Bell MT Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Bell MT Italic'), url('../../landing/fonts/bell_mt/BellMTItalic.ttf') format('truetype');
}

/* end::Font Bell MT */

/* begin::Font Montserrat */

@font-face {
  font-family: 'Montserrat Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat Bold'), url('../../landing/fonts/montserrat/Montserrat-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat Medium'), url('../../landing/fonts/montserrat/Montserrat-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat Regular'), url('../../landing/fonts/montserrat/Montserrat-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Montserrat Semi Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat Semi Bold'), url('../../landing/fonts/montserrat/Montserrat-SemiBold.otf') format('opentype');
}

/* end::Font Montserrat */

body{
	margin: 0;
	padding: 0;
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	/*font-family: "Avenir Next LT Pro Regular", Sans-Serif;*/
	font-family: "Montserrat Regular", Sans-Serif;
	color: #6a6a6a;
	overflow-x: hidden;
}

section{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--b-green);
}*/

#header{
	position: absolute;
	/*background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px -1px;*/
	z-index: 9999;
}

#header .logo{
	text-align: center;
	padding: 20px;
}

#header .logo img{
	width: 300px;
}

#footer .logo-footer img{
	width: 250px;
	margin-bottom: 20px;
	margin-left: -10px;
}

#header .menu{
	padding: 15px 0px 5px 0px;
}

#header ul.nav li{
	float: left;
}

#header ul.nav li a{
	display: block;
	font-family: "Avenir Next LT Pro Bold", Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	/* color: #394f89; */
	/*color: #fff;*/
	color: #000000;
	padding: 20px 12px;
}

#header ul.nav li .icofont-user{
	font-size: 30px;
}
#header ul.nav li .icofont-search{
	font-size: 30px;
}
#header ul.nav li .icofont-cart-alt{
	font-size: 30px;
}
#header ul.nav li .icofont-group{
	font-size: 30px;
}
#header ul.nav li .far.fa-user-circle{
	font-size: 30px;
}
#header ul.nav li .fa-solid.fa-magnifying-glass{
	font-size: 25px;
}
#header ul.nav li .fa.fa-bars{
	font-size: 30px;
}


#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav li a:focus{
	/*color: #394f89;*/
	color: #6A7553;
}

#header ul.nav li a.active{
	color: #6A7553;
	border-bottom: 1px solid #6A7553;
}

#header ul.nav li.dropdown ul.dropdown-menu li{
	min-width: 250px;
}

#header ul.nav li.dropdown ul.dropdown-menu li a{
	font-size: 13px;
	padding: 5px 20px;
	/*color: #394f89;*/
	color: #6A7553;
	text-transform: none;
	letter-spacing: normal;
}

#header #menu-opciones-derecha{
	display: block;
}

#header .menu ul #btn-mas{
	display: none;
}

#header .navbar{
	position: fixed;
}

#header .navbar .collapse.navbar-collapse ul.navbar-nav li.nav-item{
	margin: 0 0.7rem 0 0.7rem;
}

#header .navbar .collapse.navbar-collapse .logo{
	padding: 10px;
}

#header .navbar .collapse.navbar-collapse .logo img{
	width: 250px;
}

#header .navbar .collapse.navbar-collapse .navbar-nav .nav-link{
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.experiencia-bioaroma{
	/*z-index: 10 !important;*/
	z-index: 9999999 !important;
}

svg path.loading {
	stroke: #dfdfdf;;
	stroke-width: 0.5;
	stroke-dasharray: 300;
	stroke-dashoffset: 300;
	animation: draw 1s ease infinite alternate;
}

@keyframes draw {
	0% {
		stroke-dashoffset: 0;
	}
}

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

#loading{
    width: 300px;
    height: 360px;
    left: 50%;
    margin: -200px 0 0 -150px;
    position: absolute;
    top: 50%;
	z-index: 999999;
}

#content-menu h3,
#content-menu h6{
	color: #FFF;
}

#content-menu {
	z-index: 999999 !important;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	max-width: 100%;
	padding-left: 3%;
	/*background-color: #394f89 !important;*/
	text-align: left;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
}

#content-menu.menu-lateral {
	background-color: #000;
	padding: 0px;
}

#content-menu.menu-lateral .menu-item-container {
	position: relative;
	padding: 0px;
	height: 100vh;
}

#content-menu.menu-lateral .menu-item-container:hover .menu-header {
	opacity: 0;
	transition: opacity 0.25s;
}

#content-menu.menu-lateral .menu-item-container:hover .menu-list-overlay {
	opacity: 1;
	transition: opacity 0.25s;
}

#content-menu.menu-lateral .menu-item-container:hover .menu-list-overlay > * {
	transform: translateY(-20px);
	transition: transform 0.25s;
}

#content-menu.menu-lateral .menu-item-container img.bg-image {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

#content-menu.menu-lateral .menu-item-container .menu-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#content-menu.menu-lateral .menu-item-container .menu-header h3 {
	font-size: 3em;
}

#content-menu.menu-lateral .menu-item-container .menu-header h4 {
	color: #fff;
	font-size: 1.5em;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}

#content-menu.menu-lateral .menu-item-container .menu-list-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/*background-color: rgba(24, 22, 16, 0.4);*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

#content-menu.menu-lateral .menu-item-container .menu-list-overlay h3 {
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}

#content-menu.menu-lateral .menu-item-container .menu-list-overlay h4 {
	color: #fff;
}

#content-menu.menu-lateral .menu-item-container .menu-list-overlay a {
	display: flex;
	align-items: center;
}

#content-menu.menu-lateral .menu-item-container .menu-list-overlay ul a h5 {
	margin: 0.5rem;
}

#content-menu.menu-lateral .menu-item-container .menu-list-overlay ul a:hover h5 {
	color: #C0B283;
}

#content-menu.menu-lateral .menu-item-container .menu-list-overlay ul a:hover img {
	filter: invert(40%) sepia(43%) saturate(254%) hue-rotate(7deg) brightness(98%) contrast(87%);
}



.nav-open #content-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.mmenu {
	position: relative;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 50px 0px 50px 0;
	list-style: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mmenu > li > a {
	display: inline-block;
	padding: 5px 0;
	font-family: "Poppins", Sans-Serif;
	font-size: 30px;
	transition: all 0.5s ease-in-out;
	color: #FFF;
	font-weight: 800;
}

.mmenu > li > a:hover{
	text-decoration: none;
	color: #FFF;
	font-weight: 800;
	font-size: 40px;
	padding: 10px 0;
}

.mmenu > li > a.current:before {
	width: 100%;
}

.mmenu .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmenu .sub-menu li{
	padding: 5px 10px 5px 10px !important;
	border-left: 2px solid #FFF !important;
}

.mmenu .sub-menu a {
	color: #fff;
	font-size: 14px;
	padding: 4px 0;
	font-weight: 400;
	font-family: "Poppins", Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.mmenu .sub-menu .sub-menu a {
	font-weight: 400;
	opacity: 0.7;
}
.mmenu > li > .current + ul {
	display: block;
}

#banner {
	min-height: 100vh;
	color: #FFF;
}

#banner-1 {
	min-height: 700px;
	color: #FFF;
}

#banner h1{
	position: absolute;
	top: 55vh;
	margin-top: -170px;
	/*font-family: "Merriweather", Sans-Serif;*/
	/*font-family: "Avenir Next LT Pro Demi", Sans-Serif;*/
	font-family: "Bell MT Bold", Sans-Serif;
	font-size: 60px;
	color: #FFF;
	text-align: center !important;
	width: 100%;
}

#banner h2{
	position: absolute;
	top: 55vh;
	margin-top: 60px;
	color: #FFF;
}

#banner h5{
	position: absolute;
	top: 55vh;
	margin-top: -85px;
	color: #FFF;
}

.imagen.bg-aromatizacion-1:after,
.imagen.bg-fragancias-1:after,
.imagen.bg-1:after{
	content: '1';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 50px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-2:after,
.imagen.bg-fragancias-2:after,
.imagen.bg-2:after{
	content: '2';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 90px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-3:after,
.imagen.bg-fragancias-3:after,
.imagen.bg-3:after{
	content: '3';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 90px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-4:after,
.imagen.bg-fragancias-4:after,
.imagen.bg-4:after{
	content: '4';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	/* color: rgba(246, 210, 88, 0.2); */
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 90px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-5:after,
.imagen.bg-fragancias-5:after,
.imagen.bg-5:after{
	content: '5';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 110px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-6:after,
.imagen.bg-fragancias-6:after,
.imagen.bg-6:after{
	content: '6';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 90px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-7:after,
.imagen.bg-fragancias-7:after,
.imagen.bg-7:after{
	content: '7';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 130px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-8:after,
.imagen.bg-fragancias-8:after,
.imagen.bg-8:after{
	content: '8';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 110px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-9:after,
.imagen.bg-fragancias-9:after,
.imagen.bg-9:after{
	content: '9';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 110px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-10:after,
.imagen.bg-fragancias-10:after,
.imagen.bg-10:after{
	content: '10';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	letter-spacing: -120px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 180px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-11:after,
.imagen.bg-fragancias-11:after,
.imagen.bg-11:after{
	content: '11';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	letter-spacing: -130px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 155px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-12:after,
.imagen.bg-fragancias-12:after,
.imagen.bg-12:after{
	content: '12';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	letter-spacing: -130px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 190px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-13:after,
.imagen.bg-fragancias-13:after,
.imagen.bg-13:after{
	content: '13';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	letter-spacing: -130px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 190px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-14:after,
.imagen.bg-fragancias-14:after,
.imagen.bg-14:after{
	content: '14';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	letter-spacing: -130px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 190px;
	top: 320px;
	z-index: -9999;
}

.imagen.bg-aromatizacion-15:after,
.imagen.bg-fragancias-15:after,
.imagen.bg-15:after{
	content: '15';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 550px;
	letter-spacing: -130px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 200px;
	top: 320px;
	z-index: -9999;
}

/*
 * Aplicaciones Fragancias
 */

#bg-video{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -9999;
}

#bg-video video {
  min-width: 100%;
  min-height: 100vh;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.video-fine-perfumery-fullscreen {
	background-image: url('../../landing/images/home/2026/enero/bg-video.jpg');
	background-size: cover;
  background-position: center;
  padding: 56.25% 0 0 0;
  position: relative;
  margin-bottom: 15%;
}

.video-winter-fullscreen {
	background-image: url('../../landing/images/home/winter/bg-video.jpg');
	background-size: cover;
  background-position: center;
  padding: 56.25% 0 0 0;
  position: relative;
  margin-bottom: 15%;
}

.video-winter-fullscreen iframe,
.video-fine-perfumery-fullscreen iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.base-bg-cover {
	background-size: cover;
  background-position: center;
  padding: 56.25% 0 0 0;
  position: relative;
  margin-bottom: 15%;
}

.z-index-1 {
	z-index: 1;
}

@media (max-width: 768px) {
	/*.video-winter-fullscreen {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .video-winter-fullscreen iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 177.77vh;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }*/

  .video-fine-perfumery-fullscreen::before {
    content: "";
    background: url('../../landing/images/home/2026/enero/bg-video.jpg') center center / cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
  }

  .video-winter-fullscreen::before {
    content: "";
    background: url('../../landing/images/home/winter/bg-video.jpg') center center / cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: -1;
  }
}

.m_single.border-svg-lg, .m_single.border-svg-sm {
	z-index: 99999;
    background: transparent;
}

.m_single.border-svg-lg {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#carrito,
#checkout{
	padding: 60px 0px;
}

#interior{
	min-height: 360px;
	padding-top: 170px;
	background-color: rgba(223, 223, 223, 0.6);
	text-align: center;
}

#interior h1{
	font-family: "Bell MT Bold", Sans-Serif;
	font-size: 3.5rem;
}

.text-white,
.text-white h2{
	color: #FFF;
}

#animacion{
	padding: 100px 0px;
	background-color: #FFF;
}

#beneficios{
	background-color: rgba(223, 223, 223, 0.6);
	text-align: center;
}

#categorias a h5{
	font-family: "Bell MT Bold", Sans-serif;
	font-size: 1.60rem;
}

#categorias .categoria:hover{
	animation: pulse;
	animation-duration: 1s;
}

#categorias .categoria .aceites-esenciales-img-contenedor{
	display: block;
	width: 200px;
	height: 264px;
	margin: auto;
	transition: .3s ease;
}

#categorias .categoria:nth-child(1) .aceites-esenciales-img-contenedor{
	background-color: rgba(217, 215, 220, 1);
	border-radius: 0px 0px 0px 100px;
}

#categorias .categoria:nth-child(2) .aceites-esenciales-img-contenedor{
	background-color: rgba(207, 204, 197, 1);
	border-radius: 100px 100px 0px 0px;
}

#categorias .categoria:nth-child(3) .aceites-esenciales-img-contenedor{
	background-color: rgba(160, 168, 171, 1);
	border-radius: 0px 100px 0px 0px;
}

#categorias .categoria:nth-child(4) .aceites-esenciales-img-contenedor{
	background-color: rgba(240, 240, 240, 1);
	border-radius: 0px 0px 100px 100px;
}

#categorias .categoria:nth-child(1):hover .aceites-esenciales-img-contenedor{
	background-color: rgba(194, 194, 222, 1);
	border-radius: 0px 0px 0px 100px;
}

#categorias .categoria:nth-child(2):hover .aceites-esenciales-img-contenedor{
	background-color: rgba(212, 226, 190, 1);
	border-radius: 100px 100px 0px 0px;
}

#categorias .categoria:nth-child(3):hover .aceites-esenciales-img-contenedor{
	background-color: rgba(166, 191, 213, 1);
	border-radius: 0px 100px 0px 0px;
}

#categorias .categoria:nth-child(4):hover .aceites-esenciales-img-contenedor{
	background-color: rgba(255, 240, 245, 1);
	border-radius: 0px 0px 100px 100px;
}

#categorias .categoria .fragancia-img-contenedor{
	display: block;
	width: 200px;
	height: 264px;
	margin: auto;
	transition: .3s ease;
}

#categorias .categoria:nth-child(1) .fragancia-img-contenedor{
	background-color: rgba(217, 215, 220, 1);
	border-radius: 0px 0px 0px 100px;
}

#categorias .categoria:nth-child(2) .fragancia-img-contenedor{
	background-color: rgba(207, 204, 197, 1);
	border-radius: 100px 100px 0px 0px;
}

#categorias .categoria:nth-child(3) .fragancia-img-contenedor{
	background-color: rgba(160, 168, 170, 1);
	border-radius: 0px 100px 0px 0px;
}

#categorias .categoria:nth-child(4) .fragancia-img-contenedor{
	background-color: rgba(227, 228, 222, 1);
	border-radius: 0px 0px 100px 100px;
}

#categorias .categoria:nth-child(1):hover .fragancia-img-contenedor{
	background-color: rgba(250, 185, 158, 1);
}

#categorias .categoria:nth-child(2):hover .fragancia-img-contenedor{
	background-color: rgba(66, 64, 67, 1);
}

#categorias .categoria:nth-child(3):hover .fragancia-img-contenedor{
	background-color: rgba(192, 178, 131, 1);
}

#categorias .categoria:nth-child(4):hover .fragancia-img-contenedor{
	background-color: rgba(220, 208, 192, 1);
}

#categorias .categoria .aromatizacion-img-contenedor{
	display: block;
	width: 200px;
	height: 264px;
	margin: auto;
	transition: .3s ease;
}

#categorias .categoria:nth-child(1) .aromatizacion-img-contenedor{
	background-color: rgba(160, 168, 170, 1);
	border-radius: 0px 100px 0px 0px;
}

#categorias .categoria:nth-child(2) .aromatizacion-img-contenedor{
	background-color: rgba(227, 228, 222, 1);
	border-radius: 0px 0px 100px 100px;
}

#categorias .categoria:nth-child(3) .aromatizacion-img-contenedor{
	background-color: rgba(207, 204, 197, 1);
	border-radius: 0px 0px 100px 0px;
}

#categorias .categoria:nth-child(4) .aromatizacion-img-contenedor{
	background-color: rgba(217, 215, 220, 1);
	border-radius: 100px 100px 0px 0px;
}

#categorias .categoria:nth-child(1):hover .aromatizacion-img-contenedor{
	background-color: rgba(152, 211, 230, 1);
}

#categorias .categoria:nth-child(2):hover .aromatizacion-img-contenedor{
	background-color: rgba(243, 208, 228, 1);
}

#categorias .categoria:nth-child(3):hover .aromatizacion-img-contenedor{
	background-color: rgba(250, 230, 160, 1);
}

#categorias .categoria:nth-child(4):hover .aromatizacion-img-contenedor{
	background-color: rgba(207, 185, 224, 1);
}

#categorias .categoria .business-img-contenedor{
	display: block;
	width: 200px;
	margin: auto;
	transition: .3s ease;
}

#categorias .categoria:nth-child(1) .business-img-contenedor{
	background-color: rgba(215, 199, 186, 1);
	border-radius: 0px 0px 100px 0px;
}

#categorias .categoria:nth-child(2) .business-img-contenedor{
	background-color: rgba(236, 232, 229, 1);
	border-radius: 100px 100px 0px 0px;
}

#categorias .categoria:nth-child(3) .business-img-contenedor{
	background-color: rgba(239, 230, 221, 1);
	border-radius: 100px 0px 0px 0px;
}

#categorias .categoria:nth-child(1):hover .business-img-contenedor{
	background-color: rgba(182, 195, 141, 1);
}

#categorias .categoria:nth-child(2):hover .business-img-contenedor{
	background-color: rgba(225, 244, 238, 1);
}

#categorias .categoria:nth-child(3):hover .business-img-contenedor{
	background-color: rgba(160, 64, 48, 1);
}

#categorias .categoria .home-img-contenedor{
	display: block;
	width: 240px;
	margin: auto;
	transition: .3s ease;
}

#categorias .categoria:nth-child(1) .home-img-contenedor{
	background-color: rgba(207, 204, 197, 1);
	border-radius: 100px 0px 0px 0px;
}

#categorias .categoria:nth-child(2) .home-img-contenedor{
	background-color: rgba(217, 215, 220, 1);
	border-radius: 0px 0px 100px 0px;
}

#categorias .categoria:nth-child(1):hover .home-img-contenedor{
	background-color: rgba(160, 64, 48, 1);
}

#categorias .categoria:nth-child(2):hover .home-img-contenedor{
	background-color: rgba(182, 195, 141, 1);
}

#frase{
	position: relative;
}

#frase .container,
#frase .container-fluid{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#frase .container h2,
#frase .container-fluid h2,
#frase .container h3,
#frase .container-fluid h3{
	color: #FFFFFF;
}

#frase .container p,
#frase .container-fluid p{
	color: #FFFFFF;
}

#frases.bg-girasol{
	background-image: url("../../landing/images/aromatization/main/girasol.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

#frases.bg-girasol .row{
	height: 70vh;
	align-items: center;
}

#frases.bg-frase-bioaroma-home{
	background-image: url("../../landing/images/aromatization/bioaroma-home/portada-video.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#frases.bg-frase-bioaroma-home .bg-light-mauve{
	border-radius: 150px 0px 0px 0px;
}

#conciencia{
	/*background-color: rgba(223, 223, 223, 0.6);*/

}

#beneficios-usos{
	background-color: rgba(223, 223, 223, 0.6);
	/*height: 370px;
	max-height: 370px;*/
	position: relative;
}

#beneficios-usos .beneficios-usos{
	/*height: 188px;*/
}

#planta{
	position: relative;
	top: -338px;
}

#planta img{
	max-height: 440px;
}

#beneficios-usos #planta{
	position: absolute;
	top: -30px;
}

#beneficios-usos #planta img{
	max-height: 400px;
}

.caracteristica{
	background-color: #dfdfdf;
	padding: 30px;
	min-height: 300px;
	margin-bottom: 30px;
}

#arrendamiento,
#como-utilizar,
#sentimientos,
#secciones,
#informacion-tecnica,
#iconos,
#frases,
#porque-bioaroma,
#testimoniales,
#noticias,
#conocenos,
#conciencia,
#mezclas-producto,
#descripcion-producto,
#beneficios-usos,
#beneficios,
#categorias,
#productos,
#divisiones,
#recetas,
#experiencias{
	padding: 80px 0px;
}

#noticias{
	padding: 40px 0px;
}

#secciones{
	padding: 120px 0px 0px 0px;
}

#secciones{
	background-color: #dfdfdf;
}

#secciones.bg-universo-aceites-esenciales{
	background-image: url("../../landing/images/bg/minimalists/bg-light-gray-1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f4f4f4;
	position: relative;
	z-index: 0;
}

#secciones.bg-fragancias-secciones{
	background-image: url("../../landing/images/bg/minimalists/bg-light-gray-1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f4f4f4;
	position: relative;
	z-index: 0;
}

#secciones.bg-bioaroma-business-secciones{
	background-image: url("../../landing/images/bg/minimalists/bg-light-gray-1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f4f4f4;
	position: relative;
	z-index: 0;
}


/***** BEGIN SECTION_NAV *****/

/*#secciones.bg-universo-aceites-esenciales {
	background-image: url("img/bg/lines/beige-vertical-transparent-1.png");
	background-repeat: no-repeat;
	background-size: 5%;
}*/

/*#secciones.bg-universo-aceites-esenciales .section_nav-container {
	background-image: url("img/bg/lines/beige-vertical-transparent-2.png");
	background-repeat: no-repeat;
	background-position: right;
}*/

#secciones .section_nav-menu {
	position: fixed;
    z-index: 0;
    top: 220px;
    padding-top: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#secciones .section_nav-menu.visible {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

#secciones .section_nav-menu ul li {
	line-height: 50px;
}

#secciones .section_nav-menu ul li a {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	margin-left: 5px;
}

#secciones .section_nav-menu ul li a.active {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #6A7553;
	margin-left: 5px;
}

#secciones .section_nav-menu ul li img {
	/*width: 6%;*/
	width: 40px;
	height: 40px;
}

#secciones .section_nav-col {
	opacity: 0;
}

#secciones .section_nav-item-container {
	/*opacity: 0;*/
}

#secciones .section_nav-item-container.item-left .section_nav-img {
	width: 55%;
	margin-left: 100px;
}

#secciones .section_nav-item-container.item-left .section_nav-description-container {
	background-color: #c5b8a7;
	color: #fff;
	position: relative;
	padding: 40px;
	margin-bottom: 30px;
	width: 80%;
	float: left;
	margin-top: -50px;
	margin-left: -80px;
	z-index: 9999 !important;
}

#secciones .section_nav-item-container.item-right .section_nav-img {
	width: 55%;
	margin-left: 100px;
}

#secciones .section_nav-item-container.item-right .section_nav-description-container {
	background-color: #c5b8a7;
	color: #fff;
	position: relative;
	padding: 40px;
	margin-bottom: 30px;
	width: 80%;
	float: right;
	margin-top: -50px;
	margin-right: -80px;
	z-index: 9999 !important;
}

#secciones .section_nav-item-left img.section_nav-item-image {
	width: 55%;
	position: absolute;
	top: -270px;
	/*left: 30px;*/
	right: 0px;
}

#secciones .section_nav-item-right img.section_nav-item-image {
	width: 55%;
	position: absolute;
	top: -270px;
	/*right: 30px;*/
	left: 0px;
}

#secciones .section_nav-item-left,
#secciones .section_nav-item-right {
	position: relative;
	height: 60vh;
	margin-top: 200px;
}

#secciones .section_nav-item-left .section_nav-description-container,
#secciones .section_nav-item-right .section_nav-description-container {
	background-color: #c5b8a7;
	padding-top: 6rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 80%;
}

#secciones .section_nav-col .section_nav-item-container .section_nav-description-container h4 {
	color: #ffffff;
	font-family: "Montserrat Semi Bold", Sans-Serif;
}

#secciones .section_nav-item-left .section_nav-description-container h4,
#secciones .section_nav-item-right .section_nav-description-container h4 {
	color: #ffffff;
	font-family: "Montserrat Regular", Sans-Serif;
}

#secciones .section_nav-item-left .section_nav-description-container p,
#secciones .section_nav-item-right .section_nav-description-container p,
#secciones .section_nav-item-left .section_nav-description-container ul li,
#secciones .section_nav-item-right .section_nav-description-container ul li {
	color: #ffffff;
	font-size: 18px;
}

#secciones .section_nav-col .section_nav-item-container.item-left .section_nav-description-container::after,
#secciones .section_nav-col .section_nav-item-container.item-right .section_nav-description-container::after {
	font-family: 'Bell MT Bold';
	font-size: 400px;
	color: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 0px;
	bottom: 50%;
}

#secciones .section_nav-col:nth-child(1) .section_nav-item-container.item-right .section_nav-description-container::after {
	content: '1';
}

#secciones .section_nav-col:nth-child(2) .section_nav-item-container.item-left .section_nav-description-container::after {
	content: '2';
}

#secciones .section_nav-col:nth-child(3) .section_nav-item-container.item-right .section_nav-description-container::after {
	content: '3';
}

#secciones .section_nav-col:nth-child(4) .section_nav-item-container.item-left .section_nav-description-container::after {
	content: '4';
}

#secciones .section_nav-col:nth-child(5) .section_nav-item-container.item-right .section_nav-description-container::after {
	content: '5';
}

#secciones .section_nav-col:nth-child(6) .section_nav-item-container.item-left .section_nav-description-container::after {
	content: '6';
}

#secciones .section_nav-col:nth-child(7) .section_nav-item-container.item-right .section_nav-description-container::after {
	content: '7';
}

/***** END SECTION_NAV *****/


#secciones .seccion{
	width: 100%;
	height: 550px;
}

#secciones .seccion.bg-que-son{
	background-image: url("img/bg-que-son.jpg");
	background-size: cover;
}

#secciones .seccion.bg-como-usar{
	background-image: url("img/bg-como-usar.jpg");
	background-size: cover;
}

#secciones .seccion.bg-especificaciones-tecnicas{
	background-image: url("img/bg-especificaciones-tecnicas.jpg");
	background-size: cover;
}

#secciones .seccion.bg-garantia-seguridad{
	background-image: url("img/bg-garantia-seguridad.jpg");
	background-size: cover;
}

#secciones .seccion.bg-capilares{
	background-image: url("img/bg-capilares.jpg");
	background-size: cover;
}

#secciones .seccion.bg-cuidado-personal{
	background-image: url("img/bg-cuidado-personal.jpg");
	background-size: cover;
}

#secciones .seccion.bg-cuidado-hogar{
	background-image: url("img/bg-cuidado-hogar.jpg");
	background-size: cover;
}

#secciones .seccion.bg-lavanderia{
	background-image: url("img/bg-lavanderia.jpg");
	background-size: cover;
}

#secciones .seccion.bg-ambientales{
	background-image: url("img/bg-ambientales.jpg");
	background-size: cover;
}

#secciones .seccion.bg-perfumeria{
	background-image: url("img/bg-perfumeria.jpg");
	background-size: cover;
}

#secciones .seccion.bg-industriales{
	background-image: url("img/bg-industriales.jpg");
	background-size: cover;
}

#secciones .seccion.bg-beneficios-comerciales{
	background-image: url("img/bg-beneficios-comerciales.jpg");
	background-size: cover;
}

#secciones .seccion.bg-casos-exito{
	background-image: url("img/bg-casos-exito.jpg");
	background-size: cover;
}

#secciones .seccion.bg-investigaciones-resultados{
	background-image: url("img/bg-investigaciones-resultados.jpg");
	background-size: cover;
}

#secciones .seccion.bg-ciencia-aroma{
	background-image: url("img/bg-ciencia-aroma.jpg");
	background-size: cover;
}

#secciones .rectangulo-left{
	background-color: #fff;
	padding: 40px;
	margin-bottom: 150px;
	width: 80%;
	float: left;
	margin-top: -80px;
	margin-left: -80px;
	z-index: 9999 !important;
}

#secciones .rectangulo-right{
	background-color: #fff;
	padding: 40px;
	margin-bottom: 150px;
	width: 80%;
	float: right;
	margin-top: -80px;
	margin-right: -80px;
	z-index: 9999 !important;
}

#estudios{
	background-image: url("../../landing/images/bg/bg-estudios.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFF;
}

#estudios h3{
	color: #FFF;
}

#conocenos img{
	max-width: 100%;
}

.servicios .servicio{
	box-shadow: 0px 0px 7px 2px #d6d6d6;
	border-radius: 5%;
	padding: 10px;
}

.atributo h6{
	border-bottom: 1px solid #dfdfdf;
	/*color: #003399;*/
	color: #373737;
}

.bg-como-mezclar{
	background-image: url("../../landing/images/bg/bg-como-mezclar.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-como-empezar{
	background-image: url("../../landing/images/bg/bg-como-empezar.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-como-usar-1{
	background-image: url("../../landing/images/bg/bg-como-usar-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-escoja-su-experiencia-1{
	background-image: url("../../landing/images/bg/bg-escoja-su-experiencia-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-especificaciones-tecnicas-1{
	background-image: url("../../landing/images/bg/bg-especificaciones-tecnicas-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-cuidado-personal-1{
	background-image: url("img/bg-cuidado-personal-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-corporales-1{
	background-image: url("../../landing/images/bg/bg-corporales-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-capilares-1{
	background-image: url("../../landing/images/bg/bg-capilares-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-limpieza-1{
	background-image: url("../../landing/images/bg/bg-limpieza-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-lavanderia-1{
	background-image: url("../../landing/images/bg/bg-lavanderia-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-industriales-1{
	background-image: url("../../landing/images/bg/bg-industriales-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-perfumeria-1{
	background-image: url("../../landing/images/bg/bg-perfumeria-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-ambientales-1{
	background-image: url("../../landing/images/bg/bg-ambientales-1.jpg");
	background-position: top;
	background-size: cover;
	color: #FFF;
}

.bg-guia-de-dilucion{
	background-image: url("../../landing/images/bg/bg-guia-de-dilucion.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-limpieza-natural{
	background-image: url("../../landing/images/bg/bg-limpieza-natural.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-guia-principiantes{
	background-image: url("../../landing/images/bg/bg-guia-principiantes.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-guia-interactiva{
	background-image: url("../../landing/images/bg/bg-guia-interactiva.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-acerca-bioaroma{
	background-image: url("../../landing/images/bg/bg-acerca-bioaroma.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-nuestras-capacidades{
	background-image: url("../../landing/images/bg/bg-nuestras-capacidades.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-garantia-seguridad-1{
	background-image: url("../../landing/images/bg/bg-garantia-seguridad-1.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-innovacion{
	background-image: url("../../landing/images/bg/bg-innovacion.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-cree-su-fragancia{
	background-image: url("../../landing/images/bg/bg-cree-su-fragancia.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-descubre-familias-olfativas-1{
	background-image: url("../../landing/images/bg/bg-descubre-familias-olfativas.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-tecnologia{
	background-image: url("../../landing/images/bg/bg-tecnologia.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-ingredientes{
	background-image: url("../../landing/images/bg/bg-ingredientes.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-procesos-sustentables{
	background-image: url("../../landing/images/bg/bg-procesos-sustentables.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-lineas-productos{
	background-image: url("../../landing/images/bg/bg-lineas-productos.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-lineas-productos-2{
	background-image: url("../../landing/images/bg/bg-lineas-productos-2.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-lineas-productos-3{
	background-image: url("../../landing/images/bg/bg-lineas-productos-3.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-nosotros{
	background-image: url("../../landing/images/bg/bg-nosotros.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-porque-bioaroma{
	background-image: url("../../landing/images/bg/bg-porque-bioaroma.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-nuestros-valores{
	background-image: url("../../landing/images/bg/bg-nuestros-valores.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-pureza-calidad-1{
	background-image: url("../../landing/images/bg/bg-pureza-calidad-1.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-sustentabilidad-1{
	background-image: url("../../landing/images/bg/bg-sustentabilidad-1.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-bioaroma-home{
	background-image: url("../../landing/images/bg/bg-bioaroma-home.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-blog{
	background-image: url("../../landing/images/bg/bg-blog.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-responsabilidad-social{
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../landing/images/bg/bg-responsabilidad-social.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-50-medidas-para-cuidar-el-medio-ambiente{
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../landing/images/bg/bg-50-medidas-para-cuidar-el-medio-ambiente.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-practicas-medio-ambientales{
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../landing/images/bg/bg-practicas-medio-ambientales.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-programas-de-reciclaje-y-gestion-de-residuos{
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../landing/images/bg/bg-programas-de-reciclaje-y-gestion-de-residuos.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-reduccion-de-carbono{
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../landing/images/bg/bg-reduccion-de-carbono.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.informacion.bg-pureza-calidad{
	background-image: url("img/bg-pureza-calidad.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.informacion.bg-calidad-terapeutica{
	background-image: url("img/bg-calidad-terapeutica.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.informacion.bg-pureza-probada{
	background-image: url("img/bg-pureza-probada.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.informacion.bg-libre-pesticidas{
	background-image: url("img/bg-libre-pesticidas.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.informacion.bg-embotellado{
	background-image: url("img/bg-embotellado.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-casos-exito-1{
	background-image: url("../../landing/images/bg/bg-casos-exito-1.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-odotipo{
	background-image: url("../../landing/images/bg/bg-odotipo.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-beneficios-comerciales-1{
	background-image: url("../../landing/images/bg/bg-beneficios-comerciales-1.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-asistencia{
	background-image: url("../../landing/images/bg/bg-asistencia.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-bioaroma-business{
	background-image: url("../../landing/images/bg/bg-bioaroma-business.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-suscripcion{
	background-image: url("../../landing/images/bg/bg-suscripcion.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-investigaciones-resultados-1{
	background-image: url("../../landing/images/bg/bg-investigaciones-resultados-1.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-ciencia-aroma-1{
	background-image: url("../../landing/images/bg/bg-ciencia-aroma-1.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-industrias{
	background-image: url("../../landing/images/bg/bg-industrias.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-tiendas{
	background-image: url("../../landing/images/bg/industries/bg-tiendas.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-oficinas{
	background-image: url("../../landing/images/bg/industries/bg-oficinas.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-hoteles{
	background-image: url("../../landing/images/bg/industries/bg-hoteles.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-casinos{
	background-image: url("../../landing/images/bg/industries/bg-casinos.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-hogares{
	background-image: url("../../landing/images/bg/industries/bg-hogares.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-hospitales{
	background-image: url("../../landing/images/bg/industries/bg-hospitales.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-preguntas-frecuentes{
	background-image: url("../../landing/images/bg/bg-preguntas-frecuentes.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-marketing-olfativo{
	background-image: url("../../landing/images/bg/bg-marketing-olfativo.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-servicios{
	background-image: url("../../landing/images/bg/bg-servicios.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-business{
	background-image: url("img/bg-business.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-home{
	background-image: url("img/bg-home.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-personalice-su-fragancia-1{
	background-image: url("../../landing/images/bg/bg-personalice-su-fragancia-1.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-remedios-recetas{
	background-image: url("../../landing/images/bg/bg-remedios-recetas.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-aromas-en-las-industrias{
	background-image: url("../../landing/images/bg/bg-aromas-en-las-industrias.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-beneficios-en-la-salud{
	background-image: url("../../landing/images/bg/bg-beneficios-en-la-salud.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-como-crear-cremas-corporales{
	background-image: url("../../landing/images/bg/bg-como-crear-cremas-corporales.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-como-elaborar-velas-aromaticas{
	background-image: url("../../landing/images/bg/bg-como-elaborar-velas-aromaticas.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-el-olfato-y-la-memoria{
	background-image: url("../../landing/images/bg/bg-el-olfato-y-la-memoria.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-formulacion-de-jabones{
	background-image: url("../../landing/images/bg/bg-formulacion-de-jabones.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-que-fragancia-elegir-para-su-hogar{
	background-image: url("../../landing/images/bg/bg-que-fragancia-elegir-para-su-hogar.jpg");
	background-position: center;
	background-size: cover;
	color: #FFF;
}

.bg-como-crear-cremas-corporales h2,
.bg-como-elaborar-velas-aromaticas h2,
.bg-el-olfato-y-la-memoria h2,
.bg-formulacion-de-jabones h2,
.bg-que-fragancia-elegir-para-su-hogar h2,
.bg-beneficios-en-la-salud h2,
.bg-aromas-en-las-industrias h2,
.bg-hospitales h2,
.bg-hogares h2,
.bg-casinos h2,
.bg-hoteles h2,
.bg-oficinas h2,
.bg-tiendas h2,
.bg-escoja-su-experiencia-1 h2,
.bg-remedios-recetas h2,
.bg-personalice-su-fragancia-1 h2,
.bg-servicios h2,
.bg-marketing-olfativo h2,
.bg-industrias h2,
.bg-bioaroma-business h2,
.bg-ciencia-aroma-1 h2,
.bg-investigaciones-resultados-1 h2,
.bg-suscripcion h2,
.bg-asistencia h2,
.bg-beneficios-comerciales-1 h2,
.bg-odotipo h2,
.bg-casos-exito-1 h2,
.bg-bioaroma-home h2,
.bg-sustentabilidad-1 h2,
.bg-pureza-calidad-1 h2,
.bg-nuestros-valores h2,
.bg-porque-bioaroma h2,
.bg-nosotros h2,
.bg-garantia-seguridad-1 h2,
.bg-lineas-productos h2,
.bg-lineas-productos-3 h2,
.bg-lineas-productos-2 h2,
.bg-procesos-sustentables h2,
.bg-ingredientes h2,
.bg-tecnologia h2,
.bg-descubre-familias-olfativas-1 h2,
.bg-cree-su-fragancia h2,
.bg-innovacion h2,
.bg-nuestras-capacidades h2,
.bg-capilares-1 h2,
.bg-corporales-1 h2,
.bg-limpieza-1 h2,
.bg-lavanderia-1 h2,
.bg-ambientales-1 h2,
.bg-perfumeria-1 h2,
.bg-industriales-1 h2,
.bg-como-empezar h2,
.bg-cuidado-personal-1 h2,
.bg-acerca-bioaroma h2,
.bg-guia-interactiva h2,
.bg-guia-principiantes h2,
.bg-limpieza-natural h2,
.bg-guia-de-dilucion h2,
.bg-especificaciones-tecnicas-1 h2,
.bg-como-usar-1 h2,
.bg-como-mezclar h2{
	color: #FFF !important;
}

#faq .card-header{
	padding: 0.3rem 0.3rem 0.25rem 0.3rem;
	background-color: #FFF;
}

#faq .card-body{
	padding: 1.5rem;
}

.btn-link,
#faq .btn-link{
	color: #003399 !important;
}

#cookies {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: -20px;
    z-index: 999999 !important;
}

#cookies .icofont-close-line {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
	font-weight: normal;
    float: right;
}

#cookies .bg-white {
    background-color: #FFF;
    padding: 40px;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.05),0 6px 20px 0 rgba(0,0,0,0.05) !important;
}

#rotating-button {
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    z-index: 2;
}

#rotating-button {
    left: 80px;
    bottom: -10px;
}

#rotating-button:hover svg {
    fill: #003399;
}

#rotating-button svg {
    width: 180px;
    height: auto;
    font-size: 40px;
    letter-spacing: 32px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    fill: #2e3236;
    animation: rotaing_button_text 10s linear infinite reverse;
}

#rotating-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 3rem;
    height: 3rem;
    background-color: #2e3236;
    -webkit-mask: url(../../landing/images/side-menu/logo-rotating-button.svg) no-repeat center center;
    mask: url(../../landing/images/side-menu/logo-rotating-button.svg) no-repeat center center;
        mask-size: auto;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all .5s ease-in-out;
}

#rotating-button:hover::before{
	background-color: #003399;
}

@-webkit-keyframes rotaing_button_text{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes rotaing_button_text{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#content-menu{
	min-height: 100vh;
	padding-top: 10vh;
	background-color: #000;
	z-index: 99999;
	color: #FFF;
}

#content-menu a,
#content-menu h2{
	color: #FFF;
}

#content-menu .text-energia{
	display: block;
	transition: all .5s ease-in-out;
}

#content-menu .text-energia:hover{
	padding: 30px 0px;
}

#content-menu .text-energia:hover:after{
	content: '1';
	font-family: 'Avenir Next LT Pro Bold';
	font-size: 70px;
	font-style: italic;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	margin-top: -35px;
	margin-left: -25px;
}

#content-menu .text-energia:hover a h2{
	color: #88b14b !important;
}

svg {
    overflow: hidden;
}

img, svg {
    vertical-align: middle;
}

ul.categories-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.capacidad{
	margin: 120px 0px 320px 0px;
}

#aromatizacion-menu,
#fragancias-menu,
#aceites-esenciales-menu{
	/*background-color: #ececec !important;*/
	background-color: #ffffff !important;
	z-index: 999;
	padding: 30px;
	position: absolute;
	top: 90px;
	display: none;
}

#aromatizacion-menu a h6,
#fragancias-menu a h6,
#aceites-esenciales-menu a h6{
	color: #393d42;
}

#aromatizacion-menu a:hover h6,
#fragancias-menu a:hover h6,
#aceites-esenciales-menu a:hover h6{
	/*color: #003399;*/
	color: #6A7553;
}

#aromatizacion-menu a:hover p small,
#fragancias-menu a:hover p small,
#aceites-esenciales-menu a:hover p small{
	/*color: #003399;*/
	color: #6A7553;
}

#aromatizacion-menu ul,
#fragancias-menu ul,
#aceites-esenciales-menu ul{
	/*list-style: none;*/
	margin: 0;
	padding: 0;
}

#aromatizacion-menu .cerrar,
#fragancias-menu .cerrar,
#aceites-esenciales-menu .cerrar{
	position: absolute;
	right: 15px;
	top: 20px;
	font-size: 24px;
}

/*.navbar .linea,*/
#aromatizacion-menu .linea,
#fragancias-menu .linea,
#aceites-esenciales-menu .linea{
	margin: 25px 0px;
}

/*.navbar .linea,*/
#aromatizacion-menu .linea .col-md-3,
#fragancias-menu .linea .col-md-3,
#aceites-esenciales-menu .linea .col-md-3{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar .linea a:hover .bg-linea-item,
.navbar .linea a.nav-link.active .bg-linea-item,
#aromatizacion-menu .linea a:hover .bg-linea-item,
#fragancias-menu .linea a:hover .bg-linea-item,
#aceites-esenciales-menu .linea a:hover .bg-linea-item{
	opacity: 1;
	transform: scaleX(1);
}

/*.navbar .linea,*/
#aromatizacion-menu .linea p,
#fragancias-menu .linea p,
#aceites-esenciales-menu .linea p{
	line-height: 20px !important;
}

/*.navbar .linea,*/
#aceites-esenciales-menu .linea .col-md-9 img,
#fragancias-menu .linea .col-md-9 img,
#aromatizacion-menu .linea .col-md-9 img{
	width: 30px !important;
}

#aceites-esenciales-menu .col-3 img, #aceites-esenciales-menu .col-2 img,
#fragancias-menu .col-3 img, #aceites-esenciales-menu .col-2 img{
	width: 10%;
	margin-right: 10px;
}

.linea img{
	/*max-width: 100%;*/
	max-width: 100%;
}

.bg-linea-item{
	z-index: -1;
	transition: .3s ease;
	transform: scaleX(0);
	transform-origin: left;
	background-color: rgb(248, 241, 218);
	width: calc(100% - 35px);
	right: 0;
}

#funcionalidades,
#resenas{
	padding: 60px 0px;
}

#resenas .resena{
	padding: 15px 0px;
	margin: 5px 0px 15px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#main{
	padding: 60px 0px;
}

#sustentabilidad{
	background-image: url("img/bg-sustentabilidad.jpg");
	background-position: center;
	background-size: cover;
	height: 500px;
}

#sustentabilidad .bg-overlay{
	background: rgba(0, 0, 0, 0.7);
	min-height: 500px;
	color: #FFF;
}

#sustentabilidad h3{
	margin-top: 40px;
	margin-left: 20px;
	color: #FFF;
}

#sustentabilidad .datos-duros{
	background-color: rgba(0, 0, 0, 0.8);
	padding: 20px 0px;
	color: #FFF;
}

#divisiones{
	background-color: #DCD0C0;
}

#experiencias .bg-beige-1 {
	background-image: url("../../landing/images/bg/minimalists/bg-beige-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 78vh;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

#experiencias .experiencias-descripcion {
	padding-left: 15px;
	padding-right: 15px;
}

#experiencias.experiencias-aceites-esenciales .bg-beige-1 p {
	color: #FFF;
}

#experiencias .experiencia img,
#divisiones .division img{
	max-width: 100%;
}

#experiencias .experiencia::before,
#divisiones .division::before {
	position: absolute;
	content: "";
	top: 100%;
	left:0;
	height: 100%;
	width: 90%;
	background-color: rgba(0,0,0,.7);
	-webkit-transition: all .4s ease .2s;
	transition: all .4s ease .2s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	visibility: hidden
}

#experiencias .experiencia .overlay h4,
#experiencias .experiencia .overaly p,
#divisiones .division .overlay h3,
#divisiones .division .overlay p{
	color: #FFF !important;
}

#experiencias .experiencia .overlay,
#divisiones .division .overlay {
	padding-left: 50px;
	padding-right: 50px
}

#experiencias .experiencia .overlay .info,
#divisiones .division .overlay .info{
	padding: 40px 55px 40px 40px;
}

#experiencias .experiencia .overlay,
#divisiones .division .overlay{
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	z-index: 2;
	width: 90%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#experiencias .experiencia:hover .overlay,
#divisiones .division:hover .overlay{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease .1s;
	transition: all .3s ease .1s
}

#experiencias .experiencia:hover::before,
#divisiones .division:hover::before {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

#divisiones .division::before {
	background-color: #003399;
	top: 20px !important;
	left: 35px !important;
	right: 35px !important;
	bottom: 20px !important;
	width: auto;
	height: auto;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	opacity:0
}

#experiencias .experiencia.experiencia-imagenes::before{
	background-color: transparent;
}

#experiencias .experiencia.experiencia-imagenes .overlay{
	padding-left: 10px;
	padding-right: 10px;
}

#experiencias .experiencia.experiencia-imagenes .overlay p{
	font-size: 14px;
}

#experiencias .experiencia-imagenes{
	position: relative;
	display: inline-block;
}

#experiencias .experiencia-imagenes .img-above{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

#experiencias .experiencia-imagenes:hover .img-above{
	opacity: 1;
}

#experiencias .experiencia.bg-estado-animo::before{
	background-color: rgba(239, 86, 45, 0.85) !important;
	color: #FFF !important;
}

#experiencias .experiencia.bg-relajar::before{
	background-color: rgba(12, 76, 138, 0.85) !important;
	color: #FFF;
}

#experiencias .experiencia.bg-alivio::before{
	background-color: rgba(246, 210, 88, 0.85) !important;
}

#experiencias .experiencia.bg-respirar::before{
	background-color: rgba(87, 84, 163, 0.85) !important;
	color: #FFF !important;
}

#experiencias .experiencia.bg-digerir::before{
	background-color: rgba(209, 175, 148, 0.85) !important;
	color: #FFF !important;
}

#experiencias .experiencia.bg-cuidado-piel::before{
	background-color: rgba(239, 206, 197, 0.85) !important;
}

#experiencias .experiencia.bg-energia::before{
	background-color: rgba(136, 177, 75, 0.85) !important;
	color: #FFF !important;
}

#experiencias .experiencia.bg-purificar::before{
	background-color: rgba(151, 213, 224, 0.85) !important;
}


#experiencias .experiencia::before{
	background-color: #003399;
	top: 20px !important;
	left: 20px !important;
	right: 20px !important;
	bottom: 20px !important;
	width: auto;
	height: auto;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	opacity:0
}

#experiencias .experiencia:hover::before,
#divisiones .division:hover::before {
	opacity: .93;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.informacion .bg-overlay{
	background-color: rgba(0, 51, 153, 0.8) !important;
	color: #FFF !important;
}
.informacion .bg-overlay h4{
	color: #FFF;
}

#informacion-tecnica .bg-que-son{
	background-image: url("img/bg-que-son.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-como-usar{
	background-image: url("img/bg-como-usar.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-especificaciones-tecnicas{
	background-image: url("img/bg-especificaciones-tecnicas.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-garantia-seguridad{
	background-image: url("img/bg-garantia-seguridad.jpg");
	background-position: center;
	background-size: cover;
}

.steps{
	text-align: center;
    position: relative;
    margin-top: 20px;
	width: 100%;
}

#progressbar {
	padding: 0;
	margin: 0;
    margin-bottom: 10px;
    overflow: hidden;
    color: #e2e2e2
}

#progressbar .active {
    color: #003399
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
	text-transform: uppercase;
    width: 20%;
    float: left;
    position: relative;
	z-index: 999;
}

#progressbar #opciones-tab:before {
    font-family: Icofont;
    content: "\ed12"
}

#progressbar #viajero-tab:before {
    font-family: Icofont;
    content: "\ed05"
}

#progressbar #confirmacion-tab:before {
    font-family: Icofont;
    content: "\eef4"
}

#progressbar #anticipo-tab:before {
    font-family: Icofont;
    content: "\f021"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #e2e2e2;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
	z-index: 999;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px !important;
    background: #e2e2e2;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #003399;
}

.aroma{
	padding: 60px 10px;
}

#reservar .dash{
	padding: 10px 30px 30px 30px;
	border-radius: 40px;
	background-color: #FFF;
	color: #000;
}

/*
 * Alivio #f6d258
 * Purificar #97d5e0
 * Energia #88b14b
 * Relajar #0c4c8a
 * Cuidado #efcec5
 * Ánimo #ef562d
 * Digerir #d1af94
 * Respirar #5754a3
*/

#productos{
	padding: 40px 0px 80px;
	background-image: url("../../landing/images/bg/minimalists/bg-light-gray-2.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#productos .bg-alivio{
	background-color: #f6d258 !important;
}

#productos .bg-purificar{
	background-color: #97d5e0 !important;
}

#productos .bg-energia{
	background-color: #88b14b !important;
}

#productos .bg-relajar{
	background-color: #0c4c8a !important;
}

#productos .bg-cuidado,
#productos .bg-cuidado-de-la-piel{
	background-color: #efcec5 !important;
}

#productos .bg-animo{
	background-color: #ef562d !important;
}

#productos .bg-respirar{
	background-color: #5754a3 !important;
}

#productos .bg-dilucion{
	background-color: #ffd6e3 !important;
}

#productos .bg-digerir{
	background-color: #d1af94 !important;
}

/*
 *
 */

.filtro-respirar{
	filter: invert(30%) sepia(78%) saturate(450%) hue-rotate(203deg) brightness(97%) contrast(88%);
}

#productos .bg-soft-perfumes{
	background: linear-gradient(to bottom, rgba(217, 179, 182, 0.6), rgba(255, 244, 244, 0.6), rgba(217, 179, 182, 0.6));
}

#productos .bg-soft-lociones{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(250, 250, 242, 0.6), rgba(0, 0, 0, 0.6));
}

.imagen.bg-fragancias-1,
#productos .bg-soft-capilares{
	background-color: rgba(217, 194, 219, 0.6) !important;
}

.imagen.bg-fragancias-2,
#productos .bg-soft-corporales{
	background-color: rgba(247, 198, 178, 0.6) !important;
}

.imagen.bg-fragancias-3,
#productos .bg-soft-lavanderia{
	background-color: rgba(38, 120, 204, 0.6) !important;
}

.imagen.bg-fragancias-4,
#productos .bg-soft-limpieza{
	background-color: rgba(255, 224, 27, 0.6) !important;
}

.imagen.bg-fragancias-5,
#productos .bg-soft-ambientales{
	background-color: rgba(175, 212, 255, 0.6) !important;
}

.imagen.bg-fragancias-6,
#productos .bg-soft-perfumeria-fina{
	background: linear-gradient(to bottom, rgba(191, 149, 63, 0.6), rgba(252, 246, 186, 0.6), rgba(179, 135, 40, 0.6));
}

.imagen.bg-fragancias-7,
#productos .bg-soft-industriales{
	background-color: rgba(0, 0, 0, 0.6) !important;
}


.imagen.bg-aromatizacion-6,
#productos .bg-soft-citrico{
	background-color: rgba(147, 202, 48, 0.6) !important;
}

.imagen.bg-aromatizacion-7,
#productos .bg-soft-dulce{
	background-color: rgba(247, 149, 50, 0.6) !important;
}

.imagen.bg-aromatizacion-14,
#productos .bg-soft-especiada{
	/*background-color: rgba(237, 123, 60, 0.6) !important;*/
	background-color: rgba(226, 197, 144, 0.6) !important;
}

.imagen.bg-aromatizacion-3,
#productos .bg-soft-floral{
	/*background-color: rgba(255, 30, 31, 0.6) !important;*/
	background-color: rgba(226, 140, 186, 0.6) !important;
}

.imagen.bg-aromatizacion-11,
#productos .bg-soft-fougere{
	/*background-color: rgba(1, 89, 51, 0.6) !important;*/
	background-color: rgba(244, 244, 244, 0.6) !important;
}

.imagen.bg-aromatizacion-12,
#productos .bg-soft-fresca{
	background-color: rgba(60, 182, 245, 0.6) !important;
}

.imagen.bg-aromatizacion-1,
#productos .bg-soft-frutal{
	/*background-color: rgba(188, 22, 22, 0.6) !important;*/
	background-color: rgba(252, 225, 44, 0.6) !important;
}

.imagen.bg-aromatizacion-13,
#productos .bg-soft-gourmet{
	background-color: rgba(116, 76, 41, 0.6) !important;
}

.imagen.bg-aromatizacion-8,
#productos .bg-soft-herbal{
	/*background-color: rgba(56, 154, 107, 0.6) !important;*/
	background-color: rgba(81, 108, 54, 0.6) !important;
}

.imagen.bg-aromatizacion-2,
#productos .bg-soft-maderosa{
	background-color: rgba(134, 69, 1, 0.6) !important;
}

.imagen.bg-aromatizacion-10,
#productos .bg-soft-oriental{
	background-color: rgba(179, 19, 47, 0.6) !important;
}

.imagen.bg-aromatizacion-4,
#productos .bg-soft-aromatica{
	background-color: rgba(108, 54, 103, 0.6) !important;
}

.imagen.bg-aromatizacion-9,
#productos .bg-soft-chypre{
	background-color: rgba(137, 134, 119, 0.6) !important;
}

.imagen.bg-aromatizacion-15,
#productos .bg-soft-cuero{
	background-color: rgba(80, 20, 20, 0.6) !important;
}


.imagen.bg-9,
#productos .bg-soft-dilucion{
	background-color: rgba(255, 214, 227, 0.6) !important;
}

.imagen.bg-4,
#productos .bg-soft-alivio{
	background-color: rgba(246, 210, 88, 0.6) !important;
}

.imagen.bg-8,
#productos .bg-soft-purificar{
	background-color: rgba(151, 213, 224, 0.6)!important;
}

#productos .bg-img-soft {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
}

#productos .bg-img-soft-alivio{
	background-image: url("../../landing/svg/experiencias/alivio.svg");
}

#productos .bg-img-soft-digerir{
	background-image: url("../../landing/svg/experiencias/digerir.svg");
}

#productos .bg-img-soft-cuidado-de-la-piel{
	background-image: url("../../landing/svg/experiencias/cuidado-de-la-piel.svg");
}

#productos .bg-img-soft-purificar{
	background-image: url("../../landing/svg/experiencias/purificar.svg");
}

#productos .bg-img-soft-energia{
	background-image: url("../../landing/svg/experiencias/energia.svg");
}

#productos .bg-img-soft-respirar{
	background-image: url("../../landing/svg/experiencias/respirar.svg");
}

#productos .bg-img-soft-estado-de-animo{
	background-image: url("../../landing/svg/experiencias/estado-de-animo.svg");
}

#productos .bg-img-soft-relajar{
	background-image: url("../../landing/svg/experiencias/relajar.svg");
}

#productos .bg-img-soft-aromatizacion {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-aromatica{
	background-image: url("../../landing/svg/descubra-familias-olfativas/aromatica.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-chypre{
	background-image: url("../../landing/svg/descubra-familias-olfativas/chypre.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-citrico{
	background-image: url("../../landing/svg/descubra-familias-olfativas/citrico.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-cuero{
	background-image: url("../../landing/svg/descubra-familias-olfativas/cuero.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-dulce{
	background-image: url("../../landing/svg/descubra-familias-olfativas/dulce.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-especiada{
	background-image: url("../../landing/svg/descubra-familias-olfativas/especiada.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-floral{
	background-image: url("../../landing/svg/descubra-familias-olfativas/floral.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-fougere{
	background-image: url("../../landing/svg/descubra-familias-olfativas/fougere.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-frutal{
	background-image: url("../../landing/svg/descubra-familias-olfativas/frutal.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-gourmet{
	background-image: url("../../landing/svg/descubra-familias-olfativas/gourmet.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-herbal{
	background-image: url("../../landing/svg/descubra-familias-olfativas/herbal.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-maderosa{
	background-image: url("../../landing/svg/descubra-familias-olfativas/maderosa.svg");
}

#productos .bg-img-soft-aromatizacion.bg-img-soft-aromatizacion-oriental{
	background-image: url("../../landing/svg/descubra-familias-olfativas/oriental.svg");
}

/* Aceites Esenciales */
#productos .producto .imagen div.bg-soft-alivio,
#productos .producto .imagen div.bg-soft-digerir,
#productos .producto .imagen div.bg-soft-cuidado-de-la-piel,
#productos .producto .imagen div.bg-soft-purificar,
#productos .producto .imagen div.bg-soft-energia,
#productos .producto .imagen div.bg-soft-respirar,
#productos .producto .imagen div.bg-soft-estado-de-animo,
#productos .producto .imagen div.bg-soft-relajar,
/* Fragancias */
#productos .producto .imagen div.bg-soft-ambientales,
#productos .producto .imagen div.bg-soft-capilares,
#productos .producto .imagen div.bg-soft-corporales,
#productos .producto .imagen div.bg-soft-industriales,
#productos .producto .imagen div.bg-soft-lavanderia,
#productos .producto .imagen div.bg-soft-limpieza,
#productos .producto .imagen div.bg-soft-perfumeria-fina,
#productos .producto .imagen div.bg-soft-perfumes,
#productos .producto .imagen div.bg-soft-lociones,
#productos .producto .imagen div.bg-soft-dilucion,
/* Aromatización */
#productos .producto .imagen div.bg-soft-aromatica,
#productos .producto .imagen div.bg-soft-chypre,
#productos .producto .imagen div.bg-soft-citrico,
#productos .producto .imagen div.bg-soft-cuero,
#productos .producto .imagen div.bg-soft-dulce,
#productos .producto .imagen div.bg-soft-especiada,
#productos .producto .imagen div.bg-soft-floral,
#productos .producto .imagen div.bg-soft-fougere,
#productos .producto .imagen div.bg-soft-fresca,
#productos .producto .imagen div.bg-soft-frutal,
#productos .producto .imagen div.bg-soft-gourmet,
#productos .producto .imagen div.bg-soft-herbal,
#productos .producto .imagen div.bg-soft-maderosa,
#productos .producto .imagen div.bg-soft-oriental{
	z-index: -1;
	/*width: 250px;
	height: 250px;*/
	/*width: 65%;
	height: 60%;*/
	width: 30vw;
	height: 30vw;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

/* Aceites Esenciales */
#productos .grid-product .producto .imagen div.bg-soft-alivio,
#productos .grid-product .producto .imagen div.bg-soft-digerir,
#productos .grid-product .producto .imagen div.bg-soft-cuidado-de-la-piel,
#productos .grid-product .producto .imagen div.bg-soft-purificar,
#productos .grid-product .producto .imagen div.bg-soft-energia,
#productos .grid-product .producto .imagen div.bg-soft-respirar,
#productos .grid-product .producto .imagen div.bg-soft-estado-de-animo,
#productos .grid-product .producto .imagen div.bg-soft-relajar,
/* Fragancias */
#productos .grid-product .producto .imagen div.bg-soft-ambientales,
#productos .grid-product .producto .imagen div.bg-soft-capilares,
#productos .grid-product .producto .imagen div.bg-soft-corporales,
#productos .grid-product .producto .imagen div.bg-soft-industriales,
#productos .grid-product .producto .imagen div.bg-soft-lavanderia,
#productos .grid-product .producto .imagen div.bg-soft-limpieza,
#productos .grid-product .producto .imagen div.bg-soft-perfumeria-fina,
#productos .grid-product .producto .imagen div.bg-soft-perfumes,
#productos .grid-product .producto .imagen div.bg-soft-lociones,
#productos .grid-product .producto .imagen div.bg-soft-dilucion,
/* Aromatización */
#productos .grid-product .producto .imagen div.bg-soft-aromatica,
#productos .grid-product .producto .imagen div.bg-soft-chypre,
#productos .grid-product .producto .imagen div.bg-soft-citrico,
#productos .grid-product .producto .imagen div.bg-soft-cuero,
#productos .grid-product .producto .imagen div.bg-soft-dulce,
#productos .grid-product .producto .imagen div.bg-soft-especiada,
#productos .grid-product .producto .imagen div.bg-soft-floral,
#productos .grid-product .producto .imagen div.bg-soft-fougere,
#productos .grid-product .producto .imagen div.bg-soft-fresca,
#productos .grid-product .producto .imagen div.bg-soft-frutal,
#productos .grid-product .producto .imagen div.bg-soft-gourmet,
#productos .grid-product .producto .imagen div.bg-soft-herbal,
#productos .grid-product .producto .imagen div.bg-soft-maderosa,
#productos .grid-product .producto .imagen div.bg-soft-oriental{
	width: 30vh;
	height: 30vh;
}

#productos .producto .imagen.bg-aromatizacion-numero-frutal:after,
#productos .producto .imagen.bg-fragancias-numero-capilares:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-energia:after,

#productos .producto .imagen.bg-aromatizacion-numero-maderosa:after,
#productos .producto .imagen.bg-fragancias-numero-corporales:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-estado-de-animo:after,

#productos .producto .imagen.bg-aromatizacion-numero-floral:after,
#productos .producto .imagen.bg-fragancias-numero-lavanderia:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-relajar:after,

#productos .producto .imagen.bg-aromatizacion-numero-aromatica:after,
#productos .producto .imagen.bg-fragancias-numero-limpieza:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-alivio:after,

#productos .producto .imagen.bg-aromatizacion-numero-aromatica:after,
#productos .producto .imagen.bg-fragancias-numero-limpieza:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-alivio:after,

#productos .producto .imagen.bg-aromatizacion-numero-5:after,
#productos .producto .imagen.bg-fragancias-numero-ambientales:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-respirar:after,

#productos .producto .imagen.bg-aromatizacion-numero-dulce:after,
#productos .producto .imagen.bg-fragancias-numero-industriales:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-cuidado-de-la-piel:after,

#productos .producto .imagen.bg-aromatizacion-numero-herbal:after,
#productos .producto .imagen.bg-fragancias-numero-8:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-purificar:after,

#productos .producto .imagen.bg-aromatizacion-numero-chypre:after,
#productos .producto .imagen.bg-fragancias-numero-9:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-dilucion:after,

#productos .producto .imagen.bg-aromatizacion-numero-oriental:after,
#productos .producto .imagen.bg-fragancias-numero-10:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-bienestar:after,

#productos .producto .imagen.bg-aromatizacion-numero-fougere:after,
#productos .producto .imagen.bg-fragancias-numero-11:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-set:after,

#productos .producto .imagen.bg-aromatizacion-numero-fresca:after,
#productos .producto .imagen.bg-fragancias-numero-12:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-odocontrol:after,

#productos .producto .imagen.bg-aromatizacion-numero-gourmet:after,
#productos .producto .imagen.bg-fragancias-numero-13:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-elegante:after,

#productos .producto .imagen.bg-aromatizacion-numero-especiada:after,
#productos .producto .imagen.bg-fragancias-numero-14:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-estimulante:after,

#productos .producto .imagen.bg-aromatizacion-numero-15:after,
#productos .producto .imagen.bg-fragancias-numero-15:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-difusion:after{
	font-family: 'Bell MT Bold';
	font-size: 500px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	/*right: 110px;
	top: 340px;*/
	top: 50%;
	left: 56%;
	transform: translate(0%, -50%);
	z-index: -1;
}

#productos .producto .imagen.bg-aromatizacion-numero-frutal:after,
#productos .producto .imagen.bg-fragancias-numero-capilares:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-energia:after{
	content: '1';
}

#productos .producto .imagen.bg-aromatizacion-numero-maderosa:after,
#productos .producto .imagen.bg-fragancias-numero-corporales:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-estado-de-animo:after{
	content: '2';
}

#productos .producto .imagen.bg-aromatizacion-numero-floral:after,
#productos .producto .imagen.bg-fragancias-numero-lavanderia:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-relajar:after{
	content: '3';
}

#productos .producto .imagen.bg-aromatizacion-numero-aromatica:after,
#productos .producto .imagen.bg-fragancias-numero-limpieza:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-alivio:after{
	content: '4';
}

#productos .producto .imagen.bg-aromatizacion-numero-5:after,
#productos .producto .imagen.bg-fragancias-numero-ambientales:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-respirar:after{
	content: '5';
}

#productos .producto .imagen.bg-aromatizacion-numero-citrico:after,
#productos .producto .imagen.bg-fragancias-numero-6:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-digerir:after{
	content: '6';
}

#productos .producto .imagen.bg-aromatizacion-numero-dulce:after,
#productos .producto .imagen.bg-fragancias-numero-industriales:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-cuidado-de-la-piel:after{
	content: '7';
}

#productos .producto .imagen.bg-aromatizacion-numero-herbal:after,
#productos .producto .imagen.bg-fragancias-numero-8:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-purificar:after{
	content: '8';
}

#productos .producto .imagen.bg-aromatizacion-numero-chypre:after,
#productos .producto .imagen.bg-fragancias-numero-9:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-dilucion:after{
	content: '9';
}

#productos .producto .imagen.bg-aromatizacion-numero-oriental:after,
#productos .producto .imagen.bg-fragancias-numero-10:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-bienestar:after{
	content: '10';
}

#productos .producto .imagen.bg-aromatizacion-numero-fougere:after,
#productos .producto .imagen.bg-fragancias-numero-11:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-set:after{
	content: '11';
}

#productos .producto .imagen.bg-aromatizacion-numero-fresca:after,
#productos .producto .imagen.bg-fragancias-numero-12:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-odocontrol:after{
	content: '12';
}

#productos .producto .imagen.bg-aromatizacion-numero-gourmet:after,
#productos .producto .imagen.bg-fragancias-numero-13:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-elegante:after{
	content: '13';
}

#productos .producto .imagen.bg-aromatizacion-numero-especiada:after,
#productos .producto .imagen.bg-fragancias-numero-14:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-estimulante:after{
	content: '14';
}

#productos .producto .imagen.bg-aromatizacion-numero-15:after,
#productos .producto .imagen.bg-fragancias-numero-15:after,
#productos .producto .imagen.bg-aceites-esenciales-numero-difusion:after{
	content: '15';
}

#productos .producto .imagen.bg-aromatizacion-difusor-de-carro:after{
	content: '';
}

@-webkit-keyframes heart-anim {
  55% {
    stroke-dashoffset: 308.522;
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  87% {
    stroke-dashoffset: 0;
    fill: #E21737;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #E21737;
  }
}

@keyframes heart-anim {
	55% {
	stroke-dashoffset: 308.522;
	fill: transparent;
	}
	70% {
	stroke-dashoffset: 0;
	fill: transparent;
	}
	87% {
	stroke-dashoffset: 0;
	fill: #E21737;
	}
	100% {
	stroke-dashoffset: 0;
	fill: #E21737;
	}
}

[data-overlay]:hover::before{
	opacity: 1;
}

/*
 * Aceites Esenciales
 */

#eucalipto-1 img{
	position: absolute;
	max-width: 600px;
	left: -130px;
}

#hierbabuena-1 img{
	position: absolute;
	max-width: 480px;
	left: -200px;
	top: 3500px;
}

#cedro-texas-1 img{
	position: absolute;
	max-width: 600px;
	right: -200px;
	top: 2550px;
}

#lavanda-1 img{
	position: absolute;
	max-width: 550px;
	right: -140px;
	top: 4300px;
}

.bg-albahaca-2::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/albahaca-2.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-digerir-47:before,
.bg-anis-3::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/anis-3.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-arbol-de-te-4::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/arbol-de-te-4.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-bayas-de-enebro-5::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/bayas-de-enebro-5.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-bergamota-6::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/bergamota-6.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-canela-hojas-8::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/canela-hojas-8.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-cardamomo-7::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/cardamomo-7.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-cedro-texas-9::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/cedro-texas-9.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-cipres-10::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/cipres-10.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-purificar-46:before,
.bg-citronela-java-11::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/citronela-java-11.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-clavo-12::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/clavo-12.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-comino-13::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/comino-13.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-respirar-43:before,
.bg-eucalipto-14::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/eucalipto-14.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-cuidado-de-la-piel-48:before,
.bg-geranio-15::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/geranio-15.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-hierbabuena-17::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/hierbabuena-17.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-incienso-30::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/incienso-30.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-jengibre-16::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/jengibre-16.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-relajar-42:before,
.bg-lavanda-18::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/lavanda-18.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-energia-44:before,
.bg-limon-20::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/limon-20.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-limoncillo-19::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/limoncillo-19.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-litsea-cubeba-21::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/litsea-cubeba-21.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-mandarina-22::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/mandarina-22.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-melisa-23::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/melisa-23.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-recuperacion-muscular-45:before,
.bg-menta-24::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/menta-24.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-mirra-25::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/mirra-25.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-naranja-26::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/naranja-26.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-niaoulli-27::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/niaoulli-27.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-nuez-moscada-28::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/nuez-moscada-28.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-oregano-29::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/oregano-29.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-pachuli-31::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/pachuli-31.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-petitgrain-32::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/petitgrain-32.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-pimienta-negra-33::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/pimienta-negra-33.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-pino-1::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/pino-1.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-romero-34::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/romero-34.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-rosa-35::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/rosa-35.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-salvia-sclarea-36::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/salvia-sclarea-36.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-sandalo-37::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/sandalo-37.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-tomillo-38::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/tomillo-38.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-toronja-39::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/toronja-39.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-vetiver-40::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/vetiver-40.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-ylang-ylang-41::before {
    content: url("../../landing/svg/essential-oils/plants/essential-oils/ylang-ylang-41.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*
 * Aromatizantes
 */

.bg-bergamota-62::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/bergamota-62.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-arbol-de-te-58::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/arbol-de-te-58.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-canela-hojas-66::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/canela-hojas-66.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-eucalipto-59::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/eucalipto-59.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-incienso-64::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/incienso-64.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-lavanda-61::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/lavanda-61.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-limon-65::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/limon-65.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-menta-57::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/menta-57.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-naranja-60::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/naranja-60.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-ylang-ylang-63::before {
    content: url("../../landing/svg/essential-oils/plants/aromatizers/ylang-ylang-63.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*
 * Aceites Portadores Plantas
 */

.bg-coco-51::before {
    content: url("../../landing/svg/essential-oils/plants/carrier-oils/coco-51.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-almendras-dulces-50::before {
    content: url("../../landing/svg/essential-oils/plants/carrier-oils/almendras-dulces-50.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-argan-52::before {
    content: url("../../landing/svg/essential-oils/plants/carrier-oils/argan-52.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-jojoba-49::before {
    content: url("../../landing/svg/essential-oils/plants/carrier-oils/jojoba-49.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-karite-55::before {
    content: url("../../landing/svg/essential-oils/plants/carrier-oils/karite-55.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-neem-56::before {
    content: url("../../landing/svg/essential-oils/plants/carrier-oils/neem-56.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-ricino-53::before {
    content: url("../../landing/svg/essential-oils/plants/carrier-oils/ricino-53.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-rosa-mosqueta-54::before {
    content: url("../../landing/svg/essential-oils/plants/carrier-oils/rosa-mosqueta-54.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

/*
 * Familias Olfativas
 */
.bg-floral::before {
    content: url("../../landing/svg/fragrances/olfactory_families/floral.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-oriental::before {
    content: url("../../landing/svg/fragrances/olfactory_families/oriental.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-maderosa::before {
    content: url("../../landing/svg/fragrances/olfactory_families/maderosa.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-frutal::before {
    content: url("../../landing/svg/fragrances/olfactory_families/frutal.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-herbal::before {
    content: url("../../landing/svg/fragrances/olfactory_families/herbal.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-gourmet::before {
    content: url("../../landing/svg/fragrances/olfactory_families/gourmet.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-fresca::before {
    content: url("../../landing/svg/fragrances/olfactory_families/fresca.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-fougere::before {
    content: url("../../landing/svg/fragrances/olfactory_families/fougere.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-cuero::before {
    content: url("../../landing/svg/fragrances/olfactory_families/cuero.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-dulce::before {
    content: url("../../landing/svg/fragrances/olfactory_families/dulce.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-especiada::before {
    content: url("../../landing/svg/fragrances/olfactory_families/especiada.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-citrico::before {
    content: url("../../landing/svg/fragrances/olfactory_families/citrico.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-chypre::before {
    content: url("../../landing/svg/fragrances/olfactory_families/chypre.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bg-aromatica::before {
    content: url("../../landing/svg/fragrances/olfactory_families/aromatica.svg");
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.imagen.bg-1,
#productos .bg-soft-energia{
	background-color: rgba(136, 177, 75, 0.6) !important;
}

.imagen.bg-3,
#productos .bg-soft-relajar{
	background-color: rgba(12, 76, 138, 0.6) !important;
}

.imagen.bg-7,
#productos .bg-soft-cuidado,
#productos .bg-soft-cuidado-de-la-piel{
	background-color: rgba(239, 206, 197, 0.6) !important;
}

.imagen.bg-2,
#productos .bg-soft-estado-de-animo{
	background-color: rgba(239, 86, 45, 0.6) !important;
}

.imagen.bg-5,
#productos .bg-soft-respirar{
	background-color: rgba(87, 84, 163, 0.6) !important;
}

.imagen.bg-6,
#productos .bg-soft-digerir{
	background-color: rgba(209, 175, 148, 0.6) !important;
}

#productos .producto{
	margin-bottom: 40px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}


#productos .producto:hover h6{
	/*color: #394f89;*/
	color: #6A7553;
}

#productos .producto h6{
	color: #393d42;
	font-family: "Bell MT Bold", Sans-Serif;
	font-size: 18px;
}

#productos .producto h5{
	letter-spacing: 0;
}

#productos .producto .info p{
	font-size: 18px;
}

#productos .producto .imagen{
	background-color: #eee;
}

#productos .producto .imagen img{
	width: 100%;
	padding: 30px;
}

#productos .producto .imagen img.img-producto:hover{
	opacity: 0.85;
}

/*#productos .producto .imagen img.img-fragancias-fragancias,*/
/*#productos .producto .imagen img.img-fragancias-perfumeria-fina,*/
#productos .producto .imagen img.img-aromatizacion-fragancias{
	width: 45%;
}

#productos .producto .imagen img.img-aromatizacion-aromatizantes{
	width: 50%;
}

#productos .producto .imagen img.img-aromatizacion-mikados{
	width: 50%;
	padding: 0px;
}

#productos .producto .imagen img.img-aromatizacion-sanitizantes{
	width: 35%;
}

#productos .detalle-producto .descripcion{
	max-height: 180px;
	overflow-y: scroll;
	margin-bottom: 30px;
}

#productos .producto .info{
	text-align: center;
	padding: 30px 0px;
}

#productos .detalle-producto .imagen{
	border: 1px solid #e2e8f0;
}

#productos .detalle-producto .imagen img{
	width: 100%;
	padding: 50px;
}

#productos .detalle-producto .previo img{
	width: 100%;
}

#experiencias .bg-energia{
	background-image: url("img/bg-energia.jpg");
	background-position: center;
	background-size: cover;
}

#experiencias .bg-estado-animo{
	background-image: url("img/bg-estado-animo.jpg");
	background-position: center;
	background-size: cover;
}

#experiencias .bg-estado-animo{
	background-image: url("img/bg-estado-animo.jpg");
	background-position: center;
	background-size: cover;
}

#experiencias .bg-relajar{
	background-image: url("img/bg-relajar.jpg");
	background-position: center;
	background-size: cover;
}

#experiencias .bg-alivio{
	background-image: url("img/bg-alivio.jpg");
	background-position: center;
	background-size: cover;
}

#experiencias .bg-respirar{
	background-image: url("img/bg-respirar.jpg");
	background-position: center;
	background-size: cover;
}

#experiencias .bg-digerir{
	background-image: url("img/bg-digerir.jpg");
	background-position: center;
	background-size: cover;
}

#experiencias .bg-cuidado-piel{
	background-image: url("img/bg-cuidado-piel.jpg");
	background-position: center;
	background-size: cover;
}

#experiencias .bg-purificar{
	background-image: url("img/bg-purificar.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-corporales,
#informacion-tecnica .bg-cuidado-personal{
	background-image: url("img/bg-cuidado-personal.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-capilares{
	background-image: url("img/bg-capilares.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-lavanderia{
	background-image: url("img/bg-lavanderia.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-cuidado-hogar{
	background-image: url("img/bg-cuidado-hogar.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-industriales{
	background-image: url("img/bg-industriales.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-perfumeria{
	background-image: url("img/bg-perfumeria.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-ambientales{
	background-image: url("img/bg-ambientales.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-beneficios-comerciales{
	background-image: url("img/bg-beneficios-comerciales.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-casos-exito{
	background-image: url("img/bg-casos-exito.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-investigaciones-resultados{
	background-image: url("img/bg-investigaciones-resultados.jpg");
	background-position: center;
	background-size: cover;
}

#informacion-tecnica .bg-ciencia-aroma{
	background-image: url("img/bg-ciencia-aroma.jpg");
	background-position: center;
	background-size: cover;
}

#filtros{
	/*margin-top: 130px;*/
	padding: 30px;
	background-image: url("../../landing/images/bg/minimalists/bg-light-gray-top-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -5rem;
	/*height: 16rem;*/
}

#interior{
	max-height: 360px !important;
}

#interior .intro{
	position: relative;
	bottom: -50px;
	background-color: #FFF;
	background-color: #394f8a;
}

#banner-1 .carousel-indicators li {
	border-top: 0px;
	border-bottom: 0px;
	width: 15px;
	height: 15px;
	border-radius: 20px;
}

#banner-1 .carousel-caption {
    position: absolute;
    right: 15%;
    top: 260px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

#banner-1 h3,
#banner h3{
	color: #FFF;
	/*font-size: 2.8em;*/
	font-size: 3.8em;
}

#footer{
	padding: 50px 0px 10px 0px;
	/*background-color: #394f8a;*/
	background-color: #6A7553;
	background-image: url("../../landing/images/footer/bioaroma-img-footer.png");
	background-size: cover;
	background-repeat: no-repeat;
	/*background-position-y: 15rem;*/
	background-position: bottom;
	color: #FFF;
}

#footer h1{
	font-family: "Bell MT", Sans-Serif;
}

#whatsapp {
	position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  padding: 10px 10px;
  width: 85px;
}

#testimoniales .icofont-star{
	font-size: 1.3em;
	color: #003399;
}

#interior h6,
.text-white h6{
	color: #FFF !important;
}

#footer h6{
	color: #DCD0C0;
}

#footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li{
	padding-top: 5px;
}

#copyright a,
#footer a{
	color: #FFF;
}

#copyright a:hover,
#footer a:hover{
	color: #dfdfdf;
}

#footer ul.social li{
	float: left;
	margin-right: 15px;
	font-size: 18px;
}

#copyright{
	/*background-color: #394f8a;*/
	padding: 10px 20px;
	font-size: 13px;
	color: #FFF;
}

#informacion-tecnica .informacion .bg-overlay{
	background-color: #eee;
	padding: 30px;
	min-height: 360px;
	margin-bottom: 30px;
}

/*
#experiencias .experiencia {
	padding: 0;
	position: relative;
	overflow: hidden;
}

#experiencias .experiencia .imagen {
	overflow: hidden;
	display: block;
	position: relative;
}

#experiencias .experiencia .imagen img {
	width: 100%;
	height: auto;
}

#experiencias .experiencia{
	background-color: #eee;
	margin-bottom: 30px;
	min-height: 270px;
	line-height: 20px;
}

#experiencias .experiencia:hover .overlay {
	opacity:1;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
}

#experiencias .experiencia .overlay{
	padding: 30px;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color: rgba(253, 196, 18, 0.85);
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	cursor:pointer;
}

#experiencias .experiencia .bg-estado-animo .overlay h4,
#experiencias .experiencia .bg-relajar .overlay h4,
#experiencias .experiencia .bg-respirar .overlay h4,
#experiencias .experiencia .bg-digerir .overlay h4,
#experiencias .experiencia .bg-energia .overlay h4{
	color: #FFF !important;
}
*/

/*#calendarice{
	padding: 100px 0px;
	background-image: url("img/calendarice-sus-sesiones.jpg");
	background-size: cover;
	color: #FFF;
}

#calendarice h3{
	color: #FFF;
}*/

#guia{
	padding: 100px 0px;
	/*background-color: #eee;*/
}

#guia.guia-aceites-esenciales{
	background-image: url("../../landing/images/essential-oils/main/guias.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	padding: 130px 0px;
}

#guia.guia-bioaroma-business{
	background-image: url("../../landing/images/aromatization/business/aroma-negocio.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#bioaroma-app{
	padding: 40px 0px;
	background-color: rgba(244, 244, 244, 1);
}

#porque-nosotros{
	padding: 100px 0px;
	background-image: url("../../landing/images/aromatization/services/porque-nosotros.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#propuesta{
	padding: 80px 0px;
}

#propuesta.propuesta-aceites-esenciales .col-md-3.animate__animated:hover{
	animation: pulse;
	animation-duration: 1s;
}

#propuesta-1{
	background-image: url("img/bg-propuesta-1.jpg");
	background-position: center;
	color: #FFF;
}

#estudios .bg-overlay,
#propuesta-1 .bg-overlay,
#propuesta .bg-overlay{
	padding: 90px 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

#propuesta-1 .propuesta,
#propuesta .propuesta{
	padding: 20px;
}

#propuesta-1 h3{
	color: #FFF;
}

#kit{
	padding: 100px 0px;
	/*background-color: #dfdfdf;*/
}

#descripcion-producto .nav-tabs{
	background-color: rgba(223, 223, 223, 0.6);
}

#descripcion-producto .nav-tabs .nav-item{
	padding: 15px 40px 8px 40px !important;
	font-family: "Avenir Next LT Pro Demi", Sans-Serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	border-bottom: 7px solid transparent;
}

#descripcion-producto .nav-tabs .nav-item:hover,
#descripcion-producto .nav-tabs .nav-item:focus,
#descripcion-producto .nav-tabs .nav-item:active{
	box-shadow: none !important;
	/*border: 1px solid transparent !important;*/
	/*border-bottom: 7px solid transparent !important;*/
}

#descripcion-producto .nav-tabs .nav-item.active,
#descripcion-producto .nav-tabs .nav-item.active:hover,
#descripcion-producto .nav-tabs .nav-item.active:focus,
#descripcion-producto .nav-tabs .nav-item.active:active{
	/*background-color: rgba(223, 223, 223, 0.6);*/
	box-shadow: none !important;
	/*border-bottom: 7px solid #445ea3 !important;*/
	border-bottom: 7px solid #6A7553 !important;
	color: #6A7553;
	border: none;
}

#descripcion-producto .tab-pane{
	padding: 20px 15px;
}

#descripcion-producto .tab-pane ul{
	list-style: none;
	margin: 0;
	padding: 15px;
}

#descripcion-producto .tab-pane h6.mt-4{
	color: #6A7553;
}

#main ul:not(.list-group){
	list-style: none;
	margin: 0;
	padding: 0px;
	margin-bottom: 15px;
}

#main ul:not(.list-group) li:before,
#descripcion-producto .tab-pane ul li:before{
	/*font-family: "IcoFont", Sans-Serif;
	content: '\eab8';
	margin-right: 2px;
	color: #003399;*/
}

#main.aceites-esenciales-como-empezar,
#main.aceites-esenciales-guias-interactivas,
#main.fragancias-innovacion{
	background-image: url("../../landing/images/bg/bg-beige-bottom-1.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 25rem;
}

#main.aceites-esenciales-como-usar{
	position: relative;
	/*background-image: url("img/bg/lines/beige-corner-transparent-1.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position-y: top;
	background-position-x: right;*/
}

#main.aceites-esenciales-especificaciones-tecnicas{
	background-image: url("../../landing/images/bg/lines/beige-vertical-transparent-4.png");
	background-repeat: no-repeat;
	background-size: 12%;
	background-position-y: bottom;
	background-position-x: right;
}

#main.aceites-esenciales-garantia-de-seguridad{
	background-image: url("../../landing/images/bg/lines/beige-corner-transparent-1.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position-y: top;
	background-position-x: right;
}

#main.aceites-esenciales-guia-para-principiantes{
	background-image: url("../../landing/images/bg/lines/beige-vertical-transparent-3.png"), url("../../landing/images/bg/lines/beige-vertical-transparent-5.png"), url("../../landing/images/bg/lines/beige-vertical-transparent-4.png");
	background-repeat: no-repeat;
	background-position: top right, left, bottom right;
	background-size: 12%;
}

#main.aceites-esenciales-como-mezclar{
	background-image: url("../../landing/images/bg/lines/beige-vertical-transparent-4.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 18%;
}

#main.aceites-esenciales-guia-de-limpieza-natural{
	position: relative;
	/*background-image: url("img/bg/lines/beige-vertical-transparent-6.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 14%;*/
}

#main.aceites-esenciales-escoja-su-experiencia{
	background-image: url("../../landing/images/bg/lines/beige-corner-transparent-1.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 20%;
}

#main.aceites-esenciales-remedios-y-recetas{
	/*background-image: url("img/bg/lines/beige-corner-transparent-1.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 20%;*/
	position: relative;
}

#main.fragancias-nuestras-capacidades{
	background-image: url("../../landing/images/bg/minimalists/bg-beige-1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
}


#main.linea-de-productos{
	/*background-image: url("img/bg/lines/beige-vertical-transparent-3.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 10%;*/
}

#main.linea-de-productos .producto:hover{
	animation: pulse;
	animation-duration: 1s;
}

#main.linea-de-productos .descripcion p{
	font-size: 1rem;
}

#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-left div:nth-child(1),
#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-right div:nth-child(2){
	position: relative;
}

#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-left img{
	position: absolute;
	bottom: 0;
	right: -30px;
	z-index: 1;
}

#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-right img{
	position: absolute;
	bottom: 0;
	left: -30px;
	z-index: 1;
}

#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-left .bg-gray h5,
#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-right .bg-gray h5{
	color: #343a40!important;
	font-weight: bold;
}

#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-left .bg-gray p,
#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-right .bg-gray p{
	color: #373737!important;
}

.noticia-img{
	/*height: 200px;*/
	margin-bottom: 12px;
}

.noticia-img img{
	max-width: 100%;
}

.mezcla{
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	padding: 20px;
}

.mezcla p{
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
}

.mezcla ul,
.mezcla ol{
	margin: 0;
	padding: 0 0px 0 15px;
}

.mezcla ul{
	list-style: none;
}

.mezcla ul li:before{
	content: '\f027';
	font-family: "Icofont";
	position: absolute;
	left: 35px;
	color: #394f8a;

}

.mezcla a{
	color: #003399;
}

.receta{
	margin-bottom: 30px;
	box-shadow: 0px 0px 7px 2px #d6d6d6;
}

.receta .image img{
	width: 100%;
}

.receta .info{
	/*background-color: #dfdfdf;*/
	/*text-align: center;*/
	text-align: left;
	padding: 15px;
	min-height: 60px;
}

/* Begin::Rating */
.small-ratings i{
  color: #cecece;
}

.ratings{
    margin-right:10px;
}

.ratings i{

    color:#cecece;
    font-size:32px;
}

.rating-color{
    color: #6A7553 !important;
}

.rating-bar-product{
	height: 15px !important;
	width: 130px !important;
	display: inline-block;
	background-color: #f0f0f0;
	border: none;
	text-align: center;
	cursor: pointer;
}

.rating-bar-product-content{
	font-size: 0 !important;
	height: 15px;
	line-height: 0;
	padding: 0;
	background-color: #6A7553 !important;
	color: #ddd !important;
}
/* End::Rating; */

.dropdown-item.active, .dropdown-item:active{
	background-color: #DCD0C0;
}

a:not([href]):hover.dropdown-item.active{
	color: #FFF;
}

.select-filter .dropdown-item{
	font-size: 13px;
}

.text-secondary{
	color: #003399 !important;
}

.btn{
	padding: 10px 30px;
}

.btn-primary{
	position: relative;
	background-color: #394f8a;
	padding: 10px 30px;
	border: none;
	z-index: 1;
	height: auto;
}

.btn-primary::before {
    position: absolute;
    content: '';
    background-color: #003399;
    border-radius: 4px;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-primary:hover{
	background-color: #394f8a;
}

.btn-primary:hover:before{
	width: 100%;
}

.btn-secondary{
	padding-top: 7px;
	height: auto;
	padding-bottom: 5px;
}

.btn-secondary{
	background: transparent;
	border: 2px solid #394f8a;
	color: #394f8a;
	border-radius: 0;
	position: relative;
	z-index: 1;
	height: auto;
}

.btn-secondary:hover{
	background: transparent;
	border: 2px solid #003399;
}

.btn-secondary::before {
    position: absolute;
    content: '';
    background-color: #003399;
    border-radius: 0px;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-secondary:hover:before{
	width: 100%;
}

.btn-gray {
	color: #ffffff;
	position: relative;
	background-color: #b1b8c0;
	padding: 10px 30px;
	border: none;
	z-index: 1;
	height: auto;
}

.btn-beige{
	color: #ffffff;
	position: relative;
	background-color: #C4C8BA;
	padding: 10px 30px;
	border: none;
	z-index: 1;
	height: auto;
}

.btn-beige::before {
    position: absolute;
    content: '';
    background-color: #C0B283;
    border-radius: 4px;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-beige:hover{
	color: #ffffff;
	background-color: #C4C8BA;
}

.btn-beige:hover:before{
	width: 100%;
}

.btn-yellow{
	color: #000000;
	position: relative;
	background-color: rgba(255, 224, 1, 1);
	padding: 10px 30px;
	border: none;
	z-index: 1;
	height: auto;
}

.btn-yellow::before {
    position: absolute;
    content: '';
    background-color: rgba(196, 172, 0, 1);
    border-radius: 4px;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-yellow:hover{
	color: #000000;
	background-color: rgba(255, 224, 1, 1);
}

.btn-yellow:hover:before{
	width: 100%;
}

.btn-yellow-outline{
	color: #000000;
	position: relative;
	border: 4px solid rgba(255, 224, 1, 1);
	/*padding: 10px 30px;*/
	z-index: 1;
	height: auto;
	transition: 0.5s ease-in-out
}

/*.btn-yellow-outline::before {
    position: absolute;
    content: '';
    background-color: rgba(196, 172, 0, 1);
    border-radius: 4px;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-yellow-outline:hover{
	color: #000000;
	background-color: rgba(255, 224, 1, 1);
}*/

.btn-yellow-outline:hover:before{
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-beige-outline{
	padding-top: 7px;
	height: auto;
	padding-bottom: 5px;
}

.btn-beige-outline{
	background: transparent;
	border: 2px solid #8a7e57;
	color: #8a7e57;
	border-radius: 0;
	position: relative;
	z-index: 1;
	height: auto;
}

.btn-beige-outline:focus{
	box-shadow: 0 0 0 0.2rem rgba(220, 208, 192, 1);
}

.btn-beige-outline:hover{
	background: transparent;
	border: 2px solid #C0B283;
}

.btn-beige-outline::before {
    position: absolute;
    content: '';
    background-color: #C0B283;
    border-radius: 0px;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-beige-outline:hover:before{
	width: 100%;
}

.btn-green{
	position: relative;
	background-color: #6A7553;
	color: #FFFFFF;
	padding: 10px 30px;
	border: none;
	z-index: 1;
	height: auto;
}

.btn-green::before {
    position: absolute;
    content: '';
    background-color: #4c553a;
    color: #FFFFFF;
    border-radius: 4px;
    width: 0%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-green:hover{
	background-color: #6A7553;
	color: #FFFFFF;
}

.btn-green:hover:before{
	width: 100%;
}

.btn-green:focus{
	box-shadow: 0 0 0 0.2rem rgba(106, 117, 83, 0.25);
}


.btn-sm{
	font-size: .8rem !important;
}

.btn-primary.btn-sm{
	padding: 10px 20px 8px 20px;
}

.bg-primary{
	background-color: #445ea3 !important;
	color: #FFF;
}

.bg-primary h5{
	color: #FFF;
}

.bg-gray{
	background-color: rgba(223, 223, 223, 0.6);
}

.bg-green{
	background-color: #6A7553;
	color: #FFF;
}

.bg-green h2{
	color: #FFF;
}

.bg-light-green{
	background-color: rgba(106, 117, 83, 0.8);
}

.bg-light-green h2{
	color: #FFF;
}

.bg-beige{
	background-color: #C0B283;
	color: #FFF;
}

.bg-mauve{
	background-color: rgba(170, 75, 108, 1);
	color: #FFF;
}

.bg-light-beige{
	background-color: #fefbf4;
}

.bg-light-brown{
	background-color: #DCD0C0;
}

.bg-white-rounded-bottom-right{
	background-color: #FFF;
	border-bottom-right-radius: 180px;
}

.bg-light-brown-transparent{
	background-color: rgba(193, 181, 141, 0.8);
}

.bg-light-mauve{
	background-color: rgba(144, 100, 120, 0.8);
}

.bg-blue-transparent{
	background-color: rgba(29, 96, 139, 0.8);
}

.bg-full-dark{
	background-color: rgba(0, 0, 0, 1) !important;
}

.bg-hoteles_logrando{
	background-image: url("../../landing/images/aromatization/industries/hotels/bg-hoteles_logrando.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 60px 0;
}

.bg-hoteles_logrando .bg-light-brown-transparent{
	border-radius: 90px 0px 0px 0px;
}

.bg-hospitales-exito_comprobado{
	background-image: url("../../landing/images/aromatization/industries/hospitals/bg-hospital-espacio.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0 60px 0;
}

.bg-hospitales-exito_comprobado .bg-blue-transparent{
	border-radius: 90px 0px 0px 0px;
}

.bg-nosotros-nuestros-clientes{
	padding: 140px 0px;
	background-image: url("../../landing/images/bg/bg-nuestros-clientes.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-biodiversidad-ecologica{
	padding: 100px 0px;
	background-image: url("../../landing/images/bg/bg-biodiversidad-ecologica.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-cree-una-suscripcion{
	padding: 216px 0px;
	background-image: url("../../landing/images/aromatization/subscription/cree-una-suscripcion.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-ambientes-acogedores {
	background-image: url('../../landing/images/home/winter/ambientes-acogedores.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-beige-2{
	/*padding: 140px 0px;*/
	background-image: url("../../landing/images/bg/bg-beige-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-lines-1{
	background-image: url("../../landing/images/bg/bg-lines-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* begin::Nuestros Valores */
.nuestros-valores .bienestar-natural{
	position: absolute;
	left: 140%;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 100% !important;
	background-color: #fff;
	padding: 30px;
}
/* end::Nuestros Valores */

/* begin::Pureza y Calidad */
#pureza-y-calidad .descripcion{
	position: relative;
}

#pureza-y-calidad .descripcion h4{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	transition: all .3s ease;
}

#pureza-y-calidad .descripcion::before{
	content: '';
	position: absolute;
	background-color: #DCD0C0;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    transition: all .4s ease .2s;
    backface-visibility: hidden;
    visibility: visible;;
    opacity: 0;
}

#pureza-y-calidad .descripcion:hover h4{
	opacity: 0;
	visibility: hidden;
}

#pureza-y-calidad .descripcion:hover::before{
	opacity: 0.8;
	transform: scale(1);
}

#pureza-y-calidad .descripcion .overlay{
	position: absolute;
	padding: 4px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    place-items: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#pureza-y-calidad .descripcion:hover .overlay{
	opacity: 1;
	visibility: visible;
	transition: all .3s ease .1s;
}

#pureza-y-calidad .descripcion .overlay p{
	font-size: 12px;
	margin-bottom: 0;
}
/* end::Pureza y Calidad */

.p60{
	padding: 60px !important;
}

.pt-60{
	padding-top: 60px !important;
}

.pt80{
	padding-top: 80px !important;
}

.pb80{
	padding-bottom: 80px !important;
}

.mt30{
	margin-top: 30px;
}

.mb30{
	margin-bottom: 30px;
}

h1.titulo{
	font-family: "Avenir Next LT Pro Bold", Sans-Serif;
	font-size: 50px;
}

h2{
	/*font-family: "Avenir Next LT Pro Demi", Sans-Serif;*/
	font-family: "Bell MT", Sans-Serif;
	font-size: 35px;
	/*color: #394f8a;*/
	color: #303030;
	margin-bottom: 10px;
}

h3{
	/*font-family: "Avenir Next LT Pro Demi", Sans-Serif;*/
	font-family: "Bell MT", Sans-Serif;
	margin-bottom: 20px;
	/*color: #394f8a;*/
	color: #303030;
}

h4{
	font-family: "Bell MT", Sans-Serif;
	margin-top: 10px;
	margin-bottom: 15px;
	/*color: #394f8a;*/
	color: #303030;
	letter-spacing: 2px;
	font-size: 22px;
	text-transform: uppercase;
}

h5{
	/*font-family: "Avenir LT Std 65 Medium", Sans-Serif;*/
	font-family: "Montserrat Medium", Sans-Serif;
	/*color: #394f8a;*/
}

h5.subtitulo{
	font-family: "Avenir LT Std 65 Medium", Sans-Serif;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

h6{
	/*font-family: "Avenir Next LT Pro Bold", Sans-Serif;*/
	font-family: "Montserrat Bold", Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	/*color: #003399;*/
}

a{
	color: #6a6a6a;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

a:hover,
a:focus,
a:active{
	/*color: #003399;*/
	color: #C0B283;
	outline: none !important;
	text-decoration: none;
}

div.oil-drop-style ul,
ul.oil-drop-style{
	padding-left: 0;
	list-style: none;
}

div.oil-drop-style ul li,
ul.oil-drop-style li,
table.table-oil-drop-style tr td{
	margin-bottom: 10px;
	padding: 0px 0px 0px 30px;
	background-image: url("../../landing/svg/icono-gota-aceite.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 25px;
}

table.table-oil-drop-style th{
	color: #6A7553;
	padding: 0px 10px 0px 10px;
}

table.table-oil-drop-style th img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.table-oil-drop-style th p:nth-child(2){
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.4rem;
}

table.table-oil-drop-style td.without-icon{
	background-image: none;
}

div.icon-search-style-list ul,
ul.icon-search-style-list{
	padding-left: 0;
	list-style: none;
}

nav.navbar div.icon-search-style-list li.nav-item:not(.subtheme),
div.icon-search-style-list ul li,
ul.icon-search-style-list li,
table.table-icon-search-style-list tr td{
	margin-bottom: 10px;
	padding: 0px 0px 0px 30px;
	background-image: url("../../landing/svg/essential-oils/how-to-begin/icono-lupa.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 25px;
}

table.table-icon-search-style-list th{
	color: #6A7553;
	padding: 0px 10px 0px 10px;
}

table.table-icon-search-style-list th img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.table-icon-search-style-list th p:nth-child(2){
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.4rem;
}

table.table-icon-search-style-list td.without-icon{
	background-image: none;
}



ol.number-style{
	padding-left: 0;
	list-style: none;
}

ol.number-style li{
	padding: 15px 0px 15px 70px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50px;
}

ol.number-style li:nth-child(1){
	background-image: url("../../landing/svg/numeros-beige/numero-1.svg");
}

ol.number-style li:nth-child(2){
	background-image: url("../../landing/svg/numeros-beige/numero-2.svg");
}

ol.number-style li:nth-child(3){
	background-image: url("../../landing/svg/numeros-beige/numero-3.svg");
}

ol.number-style li:nth-child(4){
	background-image: url("../../landing/svg/numeros-beige/numero-4.svg");
}

ol.number-style li:nth-child(5){
	background-image: url("../../landing/svg/numeros-beige/numero-5.svg");
}

ol.number-style li:nth-child(6){
	background-image: url("../../landing/svg/numeros-beige/numero-6.svg");
}

ol.number-style li:nth-child(7){
	background-image: url("../../landing/svg/numeros-beige/numero-7.svg");
}

ol.number-style li:nth-child(8){
	background-image: url("../../landing/svg/numeros-beige/numero-8.svg");
}

ol.number-style li:nth-child(9){
	background-image: url("../../landing/svg/numeros-beige/numero-9.svg");
}

ol.number-style li:nth-child(10){
	background-image: url("../../landing/svg/numeros-beige/numero-10.svg");
}

ol.number-style li:nth-child(even){
	margin-left: 4%;
}

ul.eye-style{
	padding-left: 0;
	list-style: none;
}

ul.eye-style li{
	margin-bottom: 10px;
	padding: 0px 0px 0px 50px;
	background-image: url("../../landing/svg/others/icono-ojo.svg");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 35px;
}

section .bg-video{
	pointer-events: none;
}

section .bg-video div{
	padding: 56.25% 0 0 0;
	position: relative;
}

section .bg-video div iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container-hover-image-description{
	position: relative;
}

.container-hover-image-description:before,
.container-hover-image-description .info{
	transition: 0.5s ease-in-out;
}

.container-hover-image-description:before{
	content: "";
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.container-hover-image-description:hover::before{
	background-color: #000000;
	opacity: 0.5;
}

.container-hover-image-description .info{
	position: absolute;
	opacity: 0;
	margin: 20px;
	bottom: 0;
	/*top: 50%;*/
	/*right: 50%;*/
	/*transform: translate(50%, -50%);*/
}

.container-hover-image-description:hover .info{
	opacity: 1;
}

.container-hover-image-description .info h3,
.container-hover-image-description .info p{
	color: #ffffff;
}

/* Begin::SVG SIZES */
.svg-icon.svg-icon-sm svg{
	width: 1.25rem !important;
	height: 1.25rem !important;
}

.svg-icon.svg-icon-md svg{
	width: 1.5rem !important;
	height: 1.5rem !important;
}

.svg-icon.svg-icon-lg svg{
	width: 1.75rem !important;
	height: 1.75rem !important;
}

.svg-icon.svg-icon-xl svg{
	width: 2rem !important;
	height: 2rem !important;
}

.svg-icon.svg-icon-1x svg{
	width: 1rem !important;
	height: 1rem !important;
}

.svg-icon.svg-icon-2x svg{
	width: 2rem !important;
	height: 2rem !important;
}

.svg-icon.svg-icon-3x svg{
	width: 3rem !important;
	height: 3rem !important;
}

.svg-icon.svg-icon-4x svg{
	width: 4rem !important;
	height: 4rem !important;
}

.svg-icon.svg-icon-5x svg{
	width: 5rem !important;
	height: 5rem !important;
}

.svg-icon.svg-icon-6x svg{
	width: 6rem !important;
	height: 6rem !important;
}

.svg-icon.svg-icon-7x svg{
	width: 7rem !important;
	height: 7rem !important;
}

.svg-icon.svg-icon-8x svg{
	width: 8rem !important;
	height: 8rem !important;
}

.svg-icon.svg-icon-9x svg{
	width: 9rem !important;
	height: 9rem !important;
}

.svg-icon.svg-icon-10x svg{
	width: 10rem !important;
	height: 10rem !important;
}
/* End::SVG SIZES */

@media only screen and (min-width: 1280px) and (max-width:1300px) {
	#header ul.nav li a{
		display: block;
		font-family: "Avenir Next LT Pro Bold", Sans-Serif;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 0.01em;
		/* color: #394f89; */
		/*color: #fff;*/
		color: #000000;
		padding: 20px 8px;
	}

	#pureza-y-calidad .descripcion::before {
		left: 50% !important;
		transform: translate(-50%, 0) !important;
		width: 264px;
		z-index: 1;
	}

	#pureza-y-calidad .descripcion .overlay {
		width: 264px;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

@media screen and (min-width:1600px) {
	/***** BEGIN SECTION_NAV *****/

	#secciones .section_nav-item-left img.section_nav-item-image {
		width: 45%;
		position: absolute;
		top: -270px;
		/*left: 30px;*/
		right: 0px;
	}

	#secciones .section_nav-item-right img.section_nav-item-image {
		width: 45%;
		position: absolute;
		top: -270px;
		/*right: 30px;*/
		left: 0px;
	}

	/***** END SECTION_NAV *****/
}

@media screen and (max-width: 767px) {
	#header #col-bioaroma-logo{
		display: none;
	}

	#header .menu ul #btn-mas{
		display: block;
	}

	#header .menu ul.nav{
		text-align: center;
	}

	#header ul.nav li{
		width: 25%;
	}

	#header #menu-opciones-derecha{
		display: none;
	}

	#header .navbar.navbar-expand-md.fixed-top{
		background-color: #6A7553;
	}

	#interior{
		padding-top: 100px;
	}

	#interior h1{
		font-size: 3rem;
	}

	#content-menu.menu-lateral .menu-item-container .menu-header{
		opacity: 0;
	}

	#content-menu.menu-lateral .menu-item-container .menu-list-overlay{
		opacity: 1;
	}

	#banner {
		min-height: 28vh;
	}

	#banner h1{
		top: 22vh;
		font-size: 38px;
		position: relative;
		color: #C0B283;
	}

	#banner h1.season-winter{
		top: 22vh;
		font-size: 38px;
		position: relative;
		color: #FFFFFF;
	}

	#banner h2{
		top: 33vh;
		font-size: 26px;
		position: relative;
		color: #6a6a6a;
		margin-top: 0px;
		text-align: center;
	}

	#banner h5{
		top: 32vh;
		font-size: 16px;
		position: relative;
		color: #6a6a6a;
	}

	#banner-1 .carousel-caption {
		top: 80px;
	}

	#banner-1 h3, #banner h3 {
		font-size: 2.5em;
	}

	#filtros{
		height: auto;
	}

	#aromatizacion-menu ul, #fragancias-menu ul, #aceites-esenciales-menu ul{
		list-style: none;
	}

	#aceites-esenciales-menu .col-3 img, #aceites-esenciales-menu .col-2 img{
		display: none;
	}

	#aceites-esenciales-menu h5 {
		font-size: 10px;
	}

	#aceites-esenciales-menu h6 {
		font-size: 10px;
	}

	#aceites-esenciales-menu ul {
		font-size: 10px;
	}

	#bg-video {
		position: relative;
		height: auto;
		/*overflow: initial;
		z-index: initial;*/
	}

	#frase .container,
	#frase .container-fluid {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0%, 0%);
	}

	#frase .container h3,
	#frase .container-fluid h3 {
		color: #000000;
	}

	#frase .container p,
	#frase .container-fluid p {
		color: #373737;
	}

	.bg-linea-item{
		display: none;
	}

	#secciones .section_nav-menu {
		display: none;
	}

	#secciones .section_nav-item-left,
	#secciones .section_nav-item-right {
		height: 50vh;
		margin-top: 120px;
		text-align: -webkit-center;
	}

	#secciones .section_nav-item-left .section_nav-description-container,
	#secciones .section_nav-item-right .section_nav-description-container {
		padding-top: 2rem;
	}

	#secciones .section_nav-item-container.item-left .section_nav-img,
	#secciones .section_nav-item-container.item-right .section_nav-img {
		width: 100%;
		margin: 0;
	}

	#secciones .section_nav-item-container.item-left .section_nav-description-container,
	#secciones .section_nav-item-container.item-right .section_nav-description-container {
		width: 100%;
		padding: 20px;
		float: none;
		margin: 0;
	}

	#secciones .section_nav-item-left img.section_nav-item-image,
	#secciones .section_nav-item-right img.section_nav-item-image {
		top: -160px;
	}

	#kit .kit-description {
		padding-left: 15px;
		padding-right: 15px;
	}

	#experiencias.experiencias-aceites-esenciales .bg-beige-1 {
		height: auto;
		align-items: inherit;
		margin-bottom: 40px;
	}

	#experiencias.experiencias-aceites-esenciales .bg-beige-1 h3 {
		/*font-size: 1.8rem;
		text-align: center;*/
	}

	#experiencias.experiencias-aceites-esenciales .bg-beige-1 p {
		font-size: 18px;
		color: #373737;
	}

	#guia.guia-aceites-esenciales {
		background-size: 50%;
	}

	#propuesta.propuesta-aceites-esenciales img {
		/*max-width: 50%;*/
	}

	#main.linea-de-productos,
	#main.aceites-esenciales-como-empezar,
	#main.aceites-esenciales-guias-interactivas,
	#main.aceites-esenciales-como-usar,
	#main.aceites-esenciales-especificaciones-tecnicas,
	#main.aceites-esenciales-garantia-de-seguridad,
	#main.aceites-esenciales-guia-para-principiantes,
	#main.aceites-esenciales-como-mezclar,
	#main.aceites-esenciales-guia-de-limpieza-natural,
	#main.aceites-esenciales-escoja-su-experiencia,
	#main.aceites-esenciales-remedios-y-recetas,
	#main.fragancias-nuestras-capacidades,
	#main.fragancias-innovacion {
		background-image: none;
	}

	#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-left div:nth-child(1),
	#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-right div:nth-child(2) {
		text-align: center;
	}

	#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-left img,
	#main.aceites-esenciales-guia-para-principiantes .aceite-esencial-right img {
		position: static;
	}

	#productos .producto .imagen img {
		padding: 0px;
	}

	/* Aceites Esenciales */
	#productos .producto .imagen div.bg-soft-alivio,
	#productos .producto .imagen div.bg-soft-digerir,
	#productos .producto .imagen div.bg-soft-cuidado-de-la-piel,
	#productos .producto .imagen div.bg-soft-purificar,
	#productos .producto .imagen div.bg-soft-energia,
	#productos .producto .imagen div.bg-soft-respirar,
	#productos .producto .imagen div.bg-soft-estado-de-animo,
	#productos .producto .imagen div.bg-soft-relajar,
	/* Fragancias */
	#productos .producto .imagen div.bg-soft-ambientales,
	#productos .producto .imagen div.bg-soft-capilares,
	#productos .producto .imagen div.bg-soft-corporales,
	#productos .producto .imagen div.bg-soft-industriales,
	#productos .producto .imagen div.bg-soft-lavanderia,
	#productos .producto .imagen div.bg-soft-limpieza,
	#productos .producto .imagen div.bg-soft-perfumeria-fina,
	#productos .producto .imagen div.bg-soft-perfumes,
	#productos .producto .imagen div.bg-soft-lociones,
	#productos .producto .imagen div.bg-soft-dilucion,
	/* Aromatización */
	#productos .producto .imagen div.bg-soft-aromatica,
	#productos .producto .imagen div.bg-soft-chypre,
	#productos .producto .imagen div.bg-soft-citrico,
	#productos .producto .imagen div.bg-soft-cuero,
	#productos .producto .imagen div.bg-soft-dulce,
	#productos .producto .imagen div.bg-soft-especiada,
	#productos .producto .imagen div.bg-soft-floral,
	#productos .producto .imagen div.bg-soft-fougere,
	#productos .producto .imagen div.bg-soft-fresca,
	#productos .producto .imagen div.bg-soft-frutal,
	#productos .producto .imagen div.bg-soft-gourmet,
	#productos .producto .imagen div.bg-soft-herbal,
	#productos .producto .imagen div.bg-soft-maderosa,
	#productos .producto .imagen div.bg-soft-oriental{
		width: 30vh;
		height: 30vh;
	}

	/* Aceites Esenciales */
	#productos .grid-product .producto .imagen div.bg-soft-alivio,
	#productos .grid-product .producto .imagen div.bg-soft-digerir,
	#productos .grid-product .producto .imagen div.bg-soft-cuidado-de-la-piel,
	#productos .grid-product .producto .imagen div.bg-soft-purificar,
	#productos .grid-product .producto .imagen div.bg-soft-energia,
	#productos .grid-product .producto .imagen div.bg-soft-respirar,
	#productos .grid-product .producto .imagen div.bg-soft-estado-de-animo,
	#productos .grid-product .producto .imagen div.bg-soft-relajar,
	/* Fragancias */
	#productos .grid-product .producto .imagen div.bg-soft-ambientales,
	#productos .grid-product .producto .imagen div.bg-soft-capilares,
	#productos .grid-product .producto .imagen div.bg-soft-corporales,
	#productos .grid-product .producto .imagen div.bg-soft-industriales,
	#productos .grid-product .producto .imagen div.bg-soft-lavanderia,
	#productos .grid-product .producto .imagen div.bg-soft-limpieza,
	#productos .grid-product .producto .imagen div.bg-soft-perfumeria-fina,
	#productos .grid-product .producto .imagen div.bg-soft-perfumes,
	#productos .grid-product .producto .imagen div.bg-soft-lociones,
	#productos .grid-product .producto .imagen div.bg-soft-dilucion,
	/* Aromatización */
	#productos .grid-product .producto .imagen div.bg-soft-aromatica,
	#productos .grid-product .producto .imagen div.bg-soft-chypre,
	#productos .grid-product .producto .imagen div.bg-soft-citrico,
	#productos .grid-product .producto .imagen div.bg-soft-cuero,
	#productos .grid-product .producto .imagen div.bg-soft-dulce,
	#productos .grid-product .producto .imagen div.bg-soft-especiada,
	#productos .grid-product .producto .imagen div.bg-soft-floral,
	#productos .grid-product .producto .imagen div.bg-soft-fougere,
	#productos .grid-product .producto .imagen div.bg-soft-fresca,
	#productos .grid-product .producto .imagen div.bg-soft-frutal,
	#productos .grid-product .producto .imagen div.bg-soft-gourmet,
	#productos .grid-product .producto .imagen div.bg-soft-herbal,
	#productos .grid-product .producto .imagen div.bg-soft-maderosa,
	#productos .grid-product .producto .imagen div.bg-soft-oriental{
		width: 30vw;
		height: 30vw;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-frutal:after,
	#productos .producto .imagen.bg-fragancias-numero-capilares:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-energia:after,

	#productos .producto .imagen.bg-aromatizacion-numero-maderosa:after,
	#productos .producto .imagen.bg-fragancias-numero-corporales:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-estado-de-animo:after,

	#productos .producto .imagen.bg-aromatizacion-numero-floral:after,
	#productos .producto .imagen.bg-fragancias-numero-lavanderia:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-relajar:after,

	#productos .producto .imagen.bg-aromatizacion-numero-aromatica:after,
	#productos .producto .imagen.bg-fragancias-numero-limpieza:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-alivio:after,

	#productos .producto .imagen.bg-aromatizacion-numero-aromatica:after,
	#productos .producto .imagen.bg-fragancias-numero-limpieza:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-alivio:after,

	#productos .producto .imagen.bg-aromatizacion-numero-5:after,
	#productos .producto .imagen.bg-fragancias-numero-ambientales:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-respirar:after,

	#productos .producto .imagen.bg-aromatizacion-numero-dulce:after,
	#productos .producto .imagen.bg-fragancias-numero-industriales:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-cuidado-de-la-piel:after,

	#productos .producto .imagen.bg-aromatizacion-numero-herbal:after,
	#productos .producto .imagen.bg-fragancias-numero-8:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-purificar:after,

	#productos .producto .imagen.bg-aromatizacion-numero-chypre:after,
	#productos .producto .imagen.bg-fragancias-numero-9:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-dilucion:after,

	#productos .producto .imagen.bg-aromatizacion-numero-oriental:after,
	#productos .producto .imagen.bg-fragancias-numero-10:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-bienestar:after,

	#productos .producto .imagen.bg-aromatizacion-numero-fougere:after,
	#productos .producto .imagen.bg-fragancias-numero-11:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-set:after,

	#productos .producto .imagen.bg-aromatizacion-numero-fresca:after,
	#productos .producto .imagen.bg-fragancias-numero-12:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-odocontrol:after,

	#productos .producto .imagen.bg-aromatizacion-numero-gourmet:after,
	#productos .producto .imagen.bg-fragancias-numero-13:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-elegante:after,

	#productos .producto .imagen.bg-aromatizacion-numero-especiada:after,
	#productos .producto .imagen.bg-fragancias-numero-14:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-estimulante:after,

	#productos .producto .imagen.bg-aromatizacion-numero-15:after,
	#productos .producto .imagen.bg-fragancias-numero-15:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-difusion:after{
		font-size: 200px;
		top: 50%;
		left: 50%;
		transform: translate(50%, -50%);
	}


	#productos .producto .imagen.bg-aromatizacion-numero-1:after,
	#productos .producto .imagen.bg-fragancias-numero-1:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-1:after {
		content: '1';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-2:after,
	#productos .producto .imagen.bg-fragancias-numero-2:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-2:after {
		content: '2';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-3:after,
	#productos .producto .imagen.bg-fragancias-numero-3:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-3:after {
		content: '3';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-4:after,
	#productos .producto .imagen.bg-fragancias-numero-4:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-4:after {
		content: '4';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-5:after,
	#productos .producto .imagen.bg-fragancias-numero-5:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-5:after {
		content: '5';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-6:after,
	#productos .producto .imagen.bg-fragancias-numero-6:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-6:after {
		content: '6';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-7:after,
	#productos .producto .imagen.bg-fragancias-numero-7:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-7:after {
		content: '7';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-8:after,
	#productos .producto .imagen.bg-fragancias-numero-8:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-8:after {
		content: '8';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-9:after,
	#productos .producto .imagen.bg-fragancias-numero-9:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-9:after {
		content: '1';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-10:after,
	#productos .producto .imagen.bg-fragancias-numero-10:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-10:after {
		content: '10';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-11:after,
	#productos .producto .imagen.bg-fragancias-numero-11:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-11:after {
		content: '11';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-12:after,
	#productos .producto .imagen.bg-fragancias-numero-12:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-12:after {
		content: '12';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-13:after,
	#productos .producto .imagen.bg-fragancias-numero-13:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-13:after {
		content: '13';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-14:after,
	#productos .producto .imagen.bg-fragancias-numero-14:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-14:after {
		content: '14';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#productos .producto .imagen.bg-aromatizacion-numero-15:after,
	#productos .producto .imagen.bg-fragancias-numero-15:after,
	#productos .producto .imagen.bg-aceites-esenciales-numero-15:after {
		content: '15';
		font-family: 'Bell MT Bold';
		font-size: 240px;
		color: rgba(255, 255, 255, 1);
		position: absolute;
		/*right: 60px;
		top: 170px;*/
		right: 30px;
		top: 45%;
		z-index: -1;
	}

	#beneficios-usos #planta {
		position: absolute;
		top: -10px;
		right: 0px;
		transform: scaleX(-1);
		z-index: -1;
	}

	#beneficios-usos #planta img {
		max-height: 200px;
	}

	/* begin::Nuestros Valores */
	.nuestros-valores .bienestar-natural{
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0%, 0%);
	}
	/* end::Nuestros Valores */

	/* begin::Pureza y Calidad */
	#pureza-y-calidad .descripcion h4{
		font-size: 24px;
	}

	#pureza-y-calidad .descripcion .overlay p{
		font-size: 22px;
		line-height: 30px;
	}
	/* end::Pureza y Calidad */

	.container-hover-image-description .info{
		margin: 10px;
		opacity: 1;
	}

	.container-hover-image-description::before{
		background-color: #000000;
		opacity: 0.5;
	}

	.container-hover-image-description .info h3{
		font-size: 16px;
		margin-bottom: 5px;
	}

	.container-hover-image-description .info p{
		font-size: 12px;
		line-height: 1.05;
		margin: 0;
	}

	.bg-beige-2{
		padding: 200px 15px;
	}

	nav.navbar div.icon-search-style-list li.nav-item:not(.subtheme),
	div.icon-search-style-list ul li,
	ul.icon-search-style-list li,
	table.table-icon-search-style-list tr td{
		margin: 0px 0px 10px 10px;
		padding: 0px 0px 0px 16px;
	}

	#kit_list .container-item_product_kit {
		width: 20% !important;
	}

	.item-product_kit {
		font-size: 0.5em !important;
	}

	.pt-sm-60{
		padding-top: 60px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#propuesta.propuesta-aceites-esenciales img {
		width: 100%;
	}

	#main.aceites-esenciales-como-empezar,
	#main.aceites-esenciales-guias-interactivas {
		background-position-y: 28rem;
	}

	#beneficios-usos #planta {
		top: 70px;
	}

	#beneficios-usos #planta img {
		max-height: 280px;
	}

	#frase .container-fluid h3 {
		font-size: 2rem;
	}

	#frase .container-fluid p {
		font-size: 1.15rem;
	}

	/* begin::Nuestros Valores */
	.nuestros-valores .bienestar-natural h2 {
		font-size: 20px;
	}

	.nuestros-valores .bienestar-natural p {
		font-size: 12px;
		line-height: 20px;
	}
	/* end::Nuestros Valores */

	/* begin::Pureza y Calidad */
	#pureza-y-calidad .descripcion::before {
		left: 50% !important;
		transform: translate(-50%, 0) !important;
		width: 220px;
		z-index: 1;
	}

	#pureza-y-calidad .descripcion:hover::before {
		opacity: 1;
	}

	#pureza-y-calidad .descripcion .overlay {
		width: 220px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	#pureza-y-calidad .descripcion .overlay p {
		font-size: 10px;
		line-height: 18px;
		background-color: #DCD0C0;
	}

	#pureza-y-calidad .descripcion h4 {
		font-size: 10px;
	}
	/* end::Pureza y Calidad */

	nav.nav-menu__mobile img.img-logo-mobile {
		width: 70%;
	}

	#kit_list .container-item_product_kit {
		width: 14% !important;
	}

	.item-product_kit {
		font-size: 0.45em !important;
	}

	#productos .producto .imagen img.img-aromatizacion-fragancias,
	#productos .producto .imagen img.img-aromatizacion-aromatizantes {
		width: 65%;
	}

	#productos .producto .imagen img.img-aromatizacion-sanitizantes {
		width: 60%
	}

	/* Aceites Esenciales */
	#productos .grid-product .producto .imagen div.bg-soft-alivio,
	#productos .grid-product .producto .imagen div.bg-soft-digerir,
	#productos .grid-product .producto .imagen div.bg-soft-cuidado-de-la-piel,
	#productos .grid-product .producto .imagen div.bg-soft-purificar,
	#productos .grid-product .producto .imagen div.bg-soft-energia,
	#productos .grid-product .producto .imagen div.bg-soft-respirar,
	#productos .grid-product .producto .imagen div.bg-soft-estado-de-animo,
	#productos .grid-product .producto .imagen div.bg-soft-relajar,
	#productos .grid-product .producto .imagen div.bg-soft-dilucion {
		width: 100%;
		height: 100%;
	}

	/* Aromatización */
	#productos .grid-product .producto .imagen div.bg-soft-aromatica,
	#productos .grid-product .producto .imagen div.bg-soft-chypre,
	#productos .grid-product .producto .imagen div.bg-soft-citrico,
	#productos .grid-product .producto .imagen div.bg-soft-cuero,
	#productos .grid-product .producto .imagen div.bg-soft-dulce,
	#productos .grid-product .producto .imagen div.bg-soft-especiada,
	#productos .grid-product .producto .imagen div.bg-soft-floral,
	#productos .grid-product .producto .imagen div.bg-soft-fougere,
	#productos .grid-product .producto .imagen div.bg-soft-fresca,
	#productos .grid-product .producto .imagen div.bg-soft-frutal,
	#productos .grid-product .producto .imagen div.bg-soft-gourmet,
	#productos .grid-product .producto .imagen div.bg-soft-herbal,
	#productos .grid-product .producto .imagen div.bg-soft-maderosa,
	#productos .grid-product .producto .imagen div.bg-soft-oriental {
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	#header ul.nav li a {
		display: block;
	    font-family: "Avenir Next LT Pro Bold", Sans-Serif;
	    font-size: 12px;
	    text-transform: uppercase;
	    letter-spacing: 0.01em;
	    color: #000000;
	    padding: 20px 8px;
	}
}

.text-black {
	color: #000000;
}

.text-gray {
	color: #373737;
}

.text-beige {
	color: #C0B283;
}

.text-light-brown {
	color: #DCD0C0;
}

.text-green {
	color: #6A7553;
}

.text-dark-chocolate-brown {
	color: rgba(74, 34, 8, 1);
}

span.text-experiencia{
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left;
	padding: 10px 10px 10px 40px;
	font-size: 18px;
}

span.text-experiencia.energia{
	background-image: url("../../landing/svg/experiencias/energia.svg");
}

span.text-experiencia.estado-de-animo{
	background-image: url("../../landing/svg/experiencias/estado-de-animo.svg");
}

span.text-experiencia.relajar{
	background-image: url("../../landing/svg/experiencias/relajar.svg");
}

span.text-experiencia.alivio{
	background-image: url("../../landing/svg/experiencias/alivio.svg");
}

span.text-experiencia.respirar{
	background-image: url("../../landing/svg/experiencias/respirar.svg");
}

span.text-experiencia.digerir{
	background-image: url("../../landing/svg/experiencias/digerir.svg");
}

span.text-experiencia.cuidado-de-la-piel{
	background-image: url("../../landing/svg/experiencias/cuidado-de-la-piel.svg");
}

span.text-experiencia.purificar{
	background-image: url("../../landing/svg/experiencias/purificar.svg");
}

/* RATING STARS */

.rating{
	border: none;
	float: left;
}

.rating > input{
	display: none;
}

.rating > label:before{
	content: '\f005';
	font-family: FontAwesome;
	margin: 5px;
	font-size: 1.5rem;
	display: inline-block;
	cursor: pointer;
}

.rating > .half:before{
	content: '\f089';
	position: absolute;
	cursor: pointer;
}


.rating > label{
	color: #ddd;
	float: right;
	cursor: pointer;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover, 
.rating:not(:checked) > label:hover ~ label{
	color: #909d76;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label{
	color: #6A7553;
}

/* OTHERS */

#toastr-container.toastr-top-center-nav-margin > div,
#toastr-container.toastr-top-center > div,
#toastr-container.toastr-bottom-center > div {
	opacity: 1;
}

hr.white {
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}

hr.beige {
	border-top: 1px solid rgba(192, 178, 131, 0.8);
}

hr.green {
	border-top: 1px solid rgba(106, 117, 83, 0.8);
}

.cursor-pointer {
	cursor: pointer;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	color: #6A6A6A;
	background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-]:focus {
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
}

.owl-theme.owl-navs-dots-dark-chocolate-brown .owl-dots .owl-dot.active span,
.owl-theme.owl-navs-dots-dark-chocolate-brown .owl-dots .owl-dot:hover span {
	background: rgba(74, 34, 8, 1);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0%;
	top: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
	left: 0%;
	top: 50%;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
	font-size: 100px;
	color: #fcfcfc;
}

.owl-carousel .owl-dots .owl-dot:not(.active) span {
	border: 2px solid #818181;
}

.owl-carousel.owl-navs-dots-dark-chocolate-brown .owl-nav button.owl-next span,
.owl-carousel.owl-navs-dots-dark-chocolate-brown .owl-nav button.owl-prev span {
	color: rgba(74, 34, 8, 1);
}

.hover-border-bottom::after {
    content: '';
    display: block;
    border-bottom: 2px solid #6A7553;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.hover-border-bottom:hover::after {
    transform: scaleX(1);
    /*border-bottom: 2px solid #6A7553;*/
}

.card.bg-green .card-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

/*div.btn-form-search {
	background-color: red;
}*/

.align-self-flex-start {
	align-self: flex-start;
}

.align-self-center {
	align-self: center;
}

.align-self-flex-end {
	align-self: flex-end;
}

.transform-rotate-0 {
	transform: rotate(0deg);
}

.transform-rotate-45 {
	transform: rotate(45deg);
}

.transform-rotate-90 {
	transform: rotate(90deg);
}

.transform-rotate-135 {
	transform: rotate(135deg);
}

.transform-rotate-180 {
	transform: rotate(180deg);
}

.transform-rotate-225 {
	transform: rotate(225deg);
}

.transform-rotate-270 {
	transform: rotate(270deg);
}

.transform-rotate-315 {
	transform: rotate(315deg);
}

.transform-rotate-360 {
	transform: rotate(360deg);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #6A7553;
    background-color: #6A7553;
}

form.form-search {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%);
	transition: all 1s;
	width: 50px;
	height: 50px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 25px;
	border: 4px solid #fff;
	padding: 5px;

	/*width: 280px;*/
	/*cursor: pointer;*/
}

form.form-search input {
	position: absolute;
	top: 0;
	left: 0;
	width: 88%;
	height: 42.5px;
	line-height: 30px;
	outline: 0;
	border: 0;
	/*display: none;*/
	font-size: 1em;
	border-radius: 20px;
	padding: 0 20px;
}

form.form-search i {
	box-sizing: border-box;
	padding: 8px;
	width: 42.5px;
	height: 42.5px;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	color: #6A7553;
	text-align: center;
	font-size: 1.2em;
	transition: all 1s;

	/*background: #6A7553;*/
	/*color: #fff;*/
}

form.form-search:hover {
	width: 250px;
	cursor: pointer;
}

form.form-search:hover input {
	display: block;
}

form.form-search:hover i {
	background: #6A7553;
	color: #fff;
}

#searchbox {
	position: relative;
	background: #f2f2f2;
	width: calc(100% - 120px);
	margin: 20px auto;
	overflow: hidden;
	height: 0px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	top: 10vh;
}

#searchbox.show {
	animation: reveal_search ease .75s forwards;
    height: 60px;
}

#searchbox.hide {
	animation: hide-search ease .25s forwards;
	display: none;
}

#searchbox button {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
}

#searchbox svg {
	margin: auto 0;
    position: absolute;
    height: 50px;
    fill: #B2AFAF;
    top: 0;
    bottom: 0;
}

#searchbox svg.magnify {
	left: 20px;
	right: 0;
	fill: #B2AFAF;
	border-radius: 50%;
	padding: 2px;
	transition: all 0.5s ease-in-out;
}

#searchbox svg.magnify:hover {
	background-color: #6A7553;
}

#searchbox svg.close {
	right: 20px;
}

#searchbox svg.close:hover {
	cursor: pointer;
}

#searchbox input {
	width: calc(100% - 160px);
    line-height: 80px;
    font-size: 30px;
    max-height: 60px;
    border: 0;
    padding: 0 2vw;
    font-weight: 300;
    color: #B2AFAF;
    padding-left: 80px;
    background: transparent;
}

#searchbox input:focus {
	outline: 0;
}

section#section-shopping_cart {
	position: relative;
	z-index: 99999;
}

/* Begin::NAVBAR MENU MOBILE */
nav.nav-menu__mobile {
	background-color: var(--b-green);
	height: 50px;
	padding: 0 16px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	/* fade in checked menu */
}

nav.nav-menu__mobile .m-menu__checkbox,
.m-shopping-cart__checkbox {
	display: none;
}

nav.nav-menu__mobile label.m-menu__toggle,
label.m-shopping-cart__toggle {
	cursor: pointer;
}

nav.nav-menu__mobile .m-menu {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 450px;
	width: calc(100vw - 30px);
	height: 100%;
	-moz-transform: translate3d(-450px, 0, 0);
	-o-transform: translate3d(-450px, 0, 0);
	-ms-transform: translate3d(-450px, 0, 0);
	-webkit-transform: translate3d(-450px, 0, 0);
	transform: translate3d(-450px, 0, 0);
	-moz-transition: transform 0.35s;
	-o-transition: transform 0.35s;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
}

.m-shopping-cart {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 450px;
	width: calc(100vw - 30px);
	height: 100%;
	-moz-transform: translate3d(450px, 0, 0);
	-o-transform: translate3d(450px, 0, 0);
	-ms-transform: translate3d(450px, 0, 0);
	-webkit-transform: translate3d(450px, 0, 0);
	transform: translate3d(450px, 0, 0);
	-moz-transition: transform 0.35s;
	-o-transition: transform 0.35s;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
}

nav.nav-menu__mobile .m-menu__overlay {
	background-color: rgba(103, 103, 103, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	display: none;
}

.m-shopping-cart__overlay {
	background-color: rgba(103, 103, 103, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	display: none;
}

nav.nav-menu__mobile .m-menu__header {
	margin-top: 10px;
	padding: 0 16px;
	height: 50px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: space-around;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
}

.shopping-cart__container .m-shopping-cart__header {
	margin-top: 5px;
	padding: 0 60px 0 30px;
	height: 50px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
}

nav.nav-menu__mobile .m-menu__header span,
.shopping-cart__container .m-shopping-cart__header {
	color: var(--b-green);
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

nav.nav-menu__mobile .m-menu .m-menu,
.m-shopping-cart .m-shopping-cart {
	-moz-transform: translate3d(480px, 0, 0);
	-o-transform: translate3d(480px, 0, 0);
	-ms-transform: translate3d(480px, 0, 0);
	-webkit-transform: translate3d(480px, 0, 0);
	transform: translate3d(480px, 0, 0);
}

nav.nav-menu__mobile .m-menu ul,
.m-shopping-cart div.shopping-cart__product-list {
	/*height: 100%;*/
	height: 70%;
	overflow-y: auto;
}

/*nav.nav-menu__mobile .m-menu ul li a,*/
nav.nav-menu__mobile .m-menu ul li label,
.m-shopping-cart ul li label {
	display: block;
	text-align: left;
	padding: 1rem 0px 1rem 15px;
	margin: 0px;
	line-height: 38px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	font-size: 1rem;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

nav.nav-menu__mobile .m-menu ul li label.a-label__chevron::after,
.m-shopping-cart ul li label.a-label__chevron::after {
	content: "";
	position: absolute;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-color: #333;
	border-style: solid;
	border-width: 1px 1px 0 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -5px;
	right: 16px;
}

nav.nav-menu__mobile .m-menu ul li .-invisible,
.m-shopping-cart ul li .-invisible {
	border-bottom: 0;
}

nav.nav-menu__mobile .m-menu .m-menu label.m-menu__toggle,
.m-shopping-cart .m-shopping-cart label.m-shopping-cart__toggle {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border-bottom: 0;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu__overlay,
.m-shopping-cart__checkbox:checked ~ .m-shopping-cart__overlay {
	display: block;
}

nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu,
.m-shopping-cart__checkbox:checked ~ .m-shopping-cart {
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu ul.item-experiencia-list,
nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu ul.item-descubra-familias-olfativas-list {
	list-style: none;
	padding-left: 14px;
}

nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu ul.item-experiencia-list li,
nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu ul.item-descubra-familias-olfativas-list li {
	margin: 10px 0;
}

nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu ul.item-categorias-list li img {
	width: 10% !important;
	margin-right: 10px;
}

nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu ul.item-experiencia-list li img,
nav.nav-menu__mobile .m-menu__checkbox:checked ~ .m-menu ul.item-descubra-familias-olfativas-list li img {
	width: 15% !important;
	margin-right: 10px;
}

.wrapper,
.shopping-cart-wrapper {
  width: 100vw;
  /*height: 100vh;*/
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
}
/* End::NAVBAR MENU MOBILE */

.backdrop {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

.backdrop.fade {
	opacity: 0;
}

.backdrop.show {
	opacity: 0.2;
}

.fade {
	transition: opacity 0.15s linear;
}

@keyframes reveal_search {
	0% {
		height: 0;
		transform: scaleX(0);
	}
	50% {
		height: 80px;
		transform: scaleX(0);
		border-radius: 50%;
	}
	100% {
		transform: scaleX(1);
		border-radius: 0;
	}
}

@keyframes hide_search {
	0% {
		height: 80px;
		transform: scaleY(0);
	}
	100% {
		height: 0;
		transform: scaleY(0);
	}
}

.nav-pagination .pagination li.page-item {
	margin-left: 5px;
	margin-right: 5px;
}

.nav-pagination .pagination li.page-item.disabled a {
	background-color: rgba(237, 237, 237, 1);
	opacity: 0.8;
}

.nav-pagination .pagination li.page-item.active a {
	background-color: #C0B283;
	border-color: #C0B283;
	color: #fff;
}

.nav-pagination .pagination li.page-item a {
	border-radius: 50%;
	color: #6A7553;
}

.nav-pagination .pagination li.page-item a:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 177, 0, 0.25);
}

input[type=radio]:checked~label.border.rounded {
	border-color: #fff;
	color: #3c3c3c;
	background-color: #dcdcdc
}

.input_radio-box input[type=radio]:checked~label {
	color: #6A7553;
	font-weight: bold;
}

.input_radio-box input[type=radio]~label .box {
	border: 1px solid #ced4da;
	/*border-radius: 10px;*/
	padding: 15px;
	cursor: pointer;
	position: relative;
}

.input_radio-box input[type=radio]:checked~label .box {
	border: 1px solid #C0B283;
	background-color: rgba(192, 178, 131, 0.4);
}

select.selectpicker~button {
	background-color: #ffffff;
	border: 1px solid #ced4da;
}

.bootstrap-select .btn.dropdown-toggle.btn-light {
	background-color: #ffffff;
	border: 1px solid #ced4da;;
}

.bootstrap-select .btn.dropdown-toggle.btn-light:active {
	box-shadow: 0 0 0 0.1rem rgba(106, 117, 83, 0.5);
}

.bootstrap-select .btn.dropdown-toggle.btn-light:focus {
	box-shadow: 0 0 0 0.1rem rgba(106, 117, 83, 0.5);
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.filter-brightness-0 {
	filter: brightness(0);
}

.filter-brightness-0-5 {
	filter: brightness(0.5);
}

.blockUI.blockOverlay {
	z-index: 1100;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: green;
	opacity: 0.15;
	display: none;
	cursor: wait;
	position: fixed;
}

.blockui {
  position: relative;
}

.blockui .blockui-overlay {
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(130, 130, 130, 0.5);
  /*background-color: rgba(255, 255, 255, 0.05);*/
}

.blockui .blockui-overlay .spinner-border {
  height: 1.35rem;
  width: 1.35rem;
}

.blockui .blockui-message {
  display: flex;
  align-items: center;
  border-radius: 0.475rem;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  background-color: #ffffff;
  color: #92929F;
  font-weight: 600;
  margin: 0 !important;
  width: auto;
  padding: 0.85rem 1.75rem !important;
}

.blockui .blockui-message .spinner-border {
  margin-right: 0.65rem;
}

.accordion-icons .card {
	background-color: #c5b8a7;
}

.accordion-icons .card img {
	position: absolute;
	left: -6%;
	top: -14%;
	width: 80px;
}

.accordion-icons .card .card-header {
	padding-left: 70px;
}

.accordion-icons .card .card-container {
	padding-left: 60px;
}

.accordion-icons .card .card-body {
	color: #fff;
}

.accordion-icons .card-header .btn.btn-link {
	text-decoration: none;
}

.accordion-icons .card-header h5 {
	color: #fff;
}

.accordion-icons .img-item-collapsible {
	opacity: 1;
	transition: opacity 0.5s linear;
}

.hidden {
	opacity: 0;
}

.border-shadow-1 {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border-radius: 3%;
	padding: 10px;
}

.border-shadow-2 {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	border-radius: 10px;
	padding: 10px;
}

.bottom-beige-stripe::after {
	content: '';
	background-color: rgba(192, 178, 131, 0.8);
	width: 100%;
	height: 12px;
	border-radius: 0 0 10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.shopping_cart-badge {
	display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #dec2a6;
    color: #ffffff;
    border-radius: 50%;
    position: absolute;
    /*top: -3px;
    right: -10px;*/
    /*top: -18px;
    right: -20px;*/
    top: -10px;
    right: -24px;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    pointer-events: none;
}

.shopping_cart-dropdown {
	width: 280px;
}

.shopping_cart-content {
	padding: 26px 20px 23px;
}

.shopping_cart-cart_list .cart_list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	/*justify-content: flex-start;*/
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.shopping_cart-cart_list .cart_list-item a.data-item {
	display: flex;
	width: 100%;
	cursor: default;
	transition: color 0.2s linear;
}

.shopping_cart-cart_list .cart_list-item .cart_list-item-img {
	margin-top: 4px;
}

.shopping_cart-cart_list .cart_list-item .cart_list-item-img img {
	width: 67px;
	height: auto;
}

.shopping_cart-cart_list .cart_list-item .cart_list-item-img + .cart_list-item-description {
	margin-left: 20px;
}

.shopping_cart-cart_list .cart_list-item .cart_list-item-description {
	flex: 2 1 auto;
}

.shopping_cart-cart_list .cart_list-item .cart_list-item-description .item-title {
	color: #191919;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
	transition: color 0.2s linear;
}

.shopping_cart-cart_list .cart_list-item .cart_list-item-description .add-info {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0 0 5px 0;
}


.shopping_cart-cart_list .cart_list-item .cart_list-item-description .add-info li {
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	text-transform: capitalize;
}

.shopping_cart-cart_list .cart_list-item .cart_list-item-description .title-quantity {
	display: inline-flex;
	font-size: 14px;
	color: #777777;
}

.shopping_cart-cart_list .cart_list-item .cart_list-item-description .title-price {
	display: inline-flex;
	font-size: 15px;
	color: #191919;
	font-weight: bold;
}

.shopping_cart-cart_list .cart_list-item .item-close a.btn-item-close {
	margin-right: -6px;
	position: relative;
	top: -1px;
	background: none;
	border: none;
}

.shopping_cart-subtotal {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #e9e7e7;
    margin-top: 20px;
    padding-top: 14px;
}

.shopping_cart-total-title {
	font-weight: bold;
	color: #191919;
	font-size: 14px;
}

.shopping_cart-total-price {
	flex: 2 1 auto;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #191919;
}

.shopping_cart-btn-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	text-align: center;
}

.shopping_cart-item {
	margin-top: 11px;
	width: 100%;
}

.shopping_cart-btn {
	padding-left: 13px;
	padding-right: 13px;
	width: 100%;
	height: 40%;
	/*background-color: #663935 !important;*/
}

/* Begin::FREQUENT QUESTIONS */

.nav-beige .nav-tabs{
	background-color: rgba(223, 223, 223, 0.6);
}

.nav-beige .nav-tabs .nav-item{
	padding: 15px 40px 8px 40px !important;
	font-family: "Avenir Next LT Pro Demi", Sans-Serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	border-bottom: 7px solid transparent;
}

.nav-beige .nav-tabs .nav-item:hover,
.nav-beige .nav-tabs .nav-item:focus,
.nav-beige .nav-tabs .nav-item:active{
	box-shadow: none !important;
	/*border: 1px solid transparent !important;*/
	/*border-bottom: 7px solid transparent !important;*/
}

.nav-beige .nav-tabs .nav-item.active,
.nav-beige .nav-tabs .nav-item.active:hover,
.nav-beige .nav-tabs .nav-item.active:focus,
.nav-beige .nav-tabs .nav-item.active:active{
	background-color: #DCD0C0;
	box-shadow: none !important;
	/*border-bottom: 7px solid #445ea3 !important;*/
	/*border-bottom: 7px solid #6A7553 !important;*/
	color: #FFF;
	border: none;
}

.nav-beige .tab-pane{
	padding: 20px 15px;
}

.nav-beige .tab-pane ul{
	list-style: none;
	margin: 0;
	padding: 15px;
}

.nav-beige .tab-pane h6.mt-4{
	color: #6A7553;
}

.nav-beige .card .card-header {
	background-color: #fff;
}

.nav-beige ul.menu {
	
}

.nav-beige ul.menu li {
	color: #FFF;
	/*padding: 14px;
	margin: 20px 0px;*/
}

.nav-beige ul.menu li img {
	position: relative;
	z-index: 1
}

.nav-beige ul.menu li span {
	background-color: #DCD0C0;
	padding: 12px 12px 12px 20px;
	margin-left: -24px;
}

.nav-beige ul.menu li.active span {
	background-color: #6A7553;
}

.nav-pills .nav-link {
	background-color: #DCD0C0;
	margin: 10px 0px;
	text-transform: uppercase;
	color: #fff;
}

.nav-pills .nav-link img {
	/*padding: 5px;*/
    border: 1px solid #575757;
    border-radius: 50%;
    padding: 10px;
}

.tab-content>.tab-pane-menus .tab-pane {
	display: none;
}

.tab-content> .tab-pane-menus .active {
	display: block;
}

.nav-beige .menu.nav-pills .nav-link.active,
.nav-beige .menu.nav-pills .show>.nav-link {
	background-color: #6A7553;
}

.nav-beige .menu.nav-pills .nav-link.active img,
.nav-beige .menu.nav-pills .show>.nav-link img {
	filter: brightness(0) invert(1);
	border: 1px solid #FFF;
	border-radius: 50%;
	padding: 10px;
}

/* End::FREQUENT QUESTIONS */

.semi-circle-bottom-gray {
	position: absolute;
	background-color: rgba(244, 244, 244, 1);
	width: 100vw;
	height: 50vw;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 100vw 100vw 0 0;
	z-index: -10;
}

.circle-bottom-gray {
	position: absolute;
	background-color: rgba(244, 244, 244, 1);
	width: 80vw;
	height: 80vw;
	margin: auto;
	bottom: -30vw;
	left: 0;
	right: 0;
	border-radius: 46% 46%;
	border: 2px solid #ddd;
	z-index: -10;
	/*animation: spin 21s infinite linear;*/
}

.xzoom-img-product {
	background-color: #f8f8f8;
}

.xzoom-img-product-loading {
	background: url("../../landing/plugins/xzoom/xloading.gif");
}

.xzoom-preview {
	background: #dddddd;
}

.xzoom-thumbs {
	margin-top: 20px;
}

.xzoom-thumbs img {
	border: 1px solid #ddd;
}

.xactive {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(106, 117, 83, 1);
	box-shadow: 0px 0px 3px 0px rgba(106, 117, 83, 1);
	border: 1px solid #6A7553;
}

.bg-fragancias-procesos-sustentables {
	background-image: url("../../landing/images/fragrances/innovation/sustainable-processes/bg-procesos-sustentables.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100vw;
	height: 80vh;
}

.bg-dark-gray {
	position: absolute;
	background-color: #373737;
	width: 100%;
	height: 50%;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
}

.btn-loader .spinner-border,
.btn-loader .spinner-grow {
	display: none;
}

.border-bottom-beige {
	border-bottom: 1px solid rgba(192, 178, 131, 0.8);
}

.img-brightness-0 {
	filter: brightness(0);
}

/* Begin::Kits */
#kit_list .container-item_product_kit {
	border: 1px solid #dddddd;
	width: 10%;
}

#kit_list .container-item_product_kit label {
	cursor: pointer;
	padding: 20px 5px 5px 5px;
	margin: 0;
	transition: 0.3s;
}

#kit_list input[type=checkbox]~label:hover {
	box-shadow: inset 0 0 0 20em rgba(231, 231, 231, 1);
}

#kit_list input[type=checkbox]:checked~label {
	background-color: rgba(208, 200, 174, 1) !important;
}

#kit_list input[type=checkbox]:checked~label:hover {
	box-shadow: inset 0 0 0 20em rgba(192, 178, 131, 1) !important;
}

.item-product_kit {
	font-size: 0.6em;
}
/* End::Kits */

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
    
}

.container-active-inactive-img {
	position: relative;
	display: inline-block;
}

.container-active-inactive-img .img-active {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.container-active-inactive-img:hover .img-active,
.container-active-inactive-img.active .img-active {
	opacity: 1;
}

.row-video-aromatizacion-difusor {
	position: relative;
}

.row-video-aromatizacion-difusor h2 {
	position: absolute;
	top: 80px;
}

.row-video-aromatizacion-difusor .col-md-5 {
	position: absolute;
}

.row-video-aromatizacion-difusor .cobertura-uniforme img,
.row-video-aromatizacion-difusor .aroma-perdurable img,
.row-video-aromatizacion-difusor .consistente img {
	width: 85px;
}

.row-video-aromatizacion-difusor .cobertura-uniforme h5,
.row-video-aromatizacion-difusor .aroma-perdurable h5,
.row-video-aromatizacion-difusor .consistente h5 {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.row-video-aromatizacion-difusor .cobertura-uniforme p,
.row-video-aromatizacion-difusor .aroma-perdurable p,
.row-video-aromatizacion-difusor .consistente p {
	text-align: left;
	font-size: 20px;
}

.row-video-aromatizacion-difusor .cobertura-uniforme {
	left: -8%;
	top: 25%;
}

.row-video-aromatizacion-difusor .aroma-perdurable {
	right: -8%;
	top: 42%;
}

.row-video-aromatizacion-difusor .consistente {
	left: -8%;
	top: 60%;
}

.video-aromatizacion-difusor {
	width: 100vw;
	z-index: -1;
}

.video-bioaroma-home-porque-aromatizar {
	width: 100%;
	height: 100%;
}

.row-video-aromatizacion-campo {
	position: relative;
}

.row-video-aromatizacion-campo .col-md-10 {
	background-color: rgba(106, 117, 83, 0.8);
	padding: 30px;
	position: absolute;
	top: 30%;
}

.row-video-aromatizacion-campo h2 {
	text-transform: uppercase;
	color: #FFF;
}

.row-video-aromatizacion-campo p {
	color: #FFF;
	font-size: 22px;
}

.video-aromatizacion-campo {
	width: 100vw;
	z-index: -1;
}

/* Begin::SETTINGS FORM */
.indicator-progress {
	display: none;
}
[data-kt-indicator=on] > .indicator-progress {
	display: inline-block;
}

[data-kt-indicator=on] > .indicator-label {
	display: none;
}

.fv-plugins-message-container.valid-feedback,
.fv-plugins-message-container.invalid-feedback {
	display: block;
	font-weight: 400;
}
/* End::SETTINGS FORM */

#contact-form input,
#contact-form input[type="radio"] + label,
#contact-form input[type="checkbox"] + label:before,
#contact-form select option,
#contact-form select,
#contact-form textarea {
	background-color: #f9f9f9;
	/*border: 1px solid #ffffff;*/
}

#contact-form input,
#contact-form select {
	height: calc(2.5em + .75rem + 2px);
}

#contact-form input:focus,
#contact-form select:focus,
#contact-form textarea:focus {
	border-color: #bd8200;
	box-shadow: none;
	/*box-shadow: 0 0 0 0.2rem rgba(175, 115, 1, 0.25);*/
}

input.input-error,
textarea.input-error {
	border: 1px solid #eb0000;
}

form label.input-error {
	color: #eb0000;
}


.disable-div {
	pointer-events: none;
}

.disabled {
	cursor: default;
	pointer-events: none;
}

.opacity-0 {
	opacity: 0;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-90 {
	opacity: 0.9;
}

.opacity-100 {
	opacity: 1;
}

/* FONTS CLASSES */

.bell-mt {
	font-family: "Bell MT", Sans-Serif;
}

.bell-mt-bold {
	font-family: "Bell MT Bold", Sans-Serif;
}

.montserrat-bold {
	font-family: "Montserrat Bold", Sans-Serif;
}

.montserrat-medium {
	font-family: "Montserrat Medium", Sans-Serif;
}

.montserrat-regular {
	font-family: "Montserrat Regular", Sans-Serif;
}

.montserrat-semi-bold {
	font-family: "Montserrat Semi Bold", Sans-Serif;
}

/* ANIMATIONS CLASSES */

.animate-hover-bounce:hover {
	animation: bounce;
	animation-duration: 1s;
}

.animate-hover-pulse:hover {
	animation: pulse;
	animation-duration: 1s;
}

.animate-hover-head-shake:hover {
	animation: headShake;
	animation-duration: 1s;
}

.animate-hover-heart-beat:hover {
	animation: heartBeat;
	animation-duration: 1s;
}

.animate__delay-100ms {
	animation-delay: 100ms;
}

.animate__delay-200ms {
	animation-delay: 200ms;
}

.animate__delay-300ms {
	animation-delay: 300ms;
}

.animate__delay-400ms {
	animation-delay: 400ms;
}

.animate__delay-500ms {
	animation-delay: 500ms;
}

.animate__delay-600ms {
	animation-delay: 600ms;
}

.animate__delay-700ms {
	animation-delay: 700ms;
}

.animate__delay-800ms {
	animation-delay: 800ms;
}

.animate__delay-900ms {
	animation-delay: 900ms;
}

.animate__delay-1000ms {
	animation-delay: 1s;
}

.fill-effect {
	overflow: hidden;
	transition: .3s;
}

.fill-effect:hover,
.fill-effect:focus {
	box-shadow: inset 0 0 0 2em rgb(231, 231, 231);
}

/* WAVY LINES ANIMATION */

.wavy-lines-1 {
	animation: spin 19s infinite linear;
}

.wavy-lines-1,
.wavy-lines-1::before,
.wavy-lines-1::after {
	content: '';
	position: absolute;
	/*top: 50%;*/
	/*right: 0%;*/
	/*right: -74%;*/
	margin-right: 32vw;
	transform-origin: 50% 50%;
	background-color: transparent;
	border-radius: 38% 42%;
	/*box-shadow: inset 0 0 10vw rgba(192, 178, 131, 0.8);*/
	border: 2px solid rgba(192, 178, 131, 0.8);
	animation: spin 19s infinite linear;
	/*mix-blend-mode: multiply;*/
}

.wavy-lines-1::before {
	width: 105%;
	height: 95%;
	/*margin-top: -25vw;*/
	transform-origin: 49% 51%;
	border-radius: 40% 38%;
	/*box-shadow: inset 0 0 10vw rgba(192, 178, 131, 0.8);*/
	animation: spin 16s infinite linear;
}

.wavy-lines-1::after {
	width: 102%;
	height: 98%;
	/*margin-top: -25vw;*/
	transform-origin: 51% 49%;
	border-radius: 48% 42%;
	/*box-shadow: inset 0 0 10vw rgba(192, 178, 131, 0.8);*/
	animation: spin 13s infinite linear;
}

.wavy-lines-2,
.wavy-lines-2::before,
.wavy-lines-2::after {
	content: '';
	position: absolute;
	/*right: -76%;*/
	margin-right: 32vw;
	transform-origin: 52% 48%;
	background-color: transparent;
	border-radius: 46% 36%;
	border: 2px solid rgba(192, 178, 131, 0.8);
	animation: spin 21s infinite linear;
}

.wavy-lines-2::before {
	width: 100%;
	height: 96%;
	transform-origin: 44% 50%;
	border-radius: 44% 36%;
	animation: spin 18s infinite linear;
}

.wavy-lines-2::after {
	width: 102%;
	height: 98%;
	transform-origin: 51% 49%;
	border-radius: 42% 48%;
	animation: spin 15s infinite linear;
}

.wavy-lines-white,
.wavy-lines-white::before,
.wavy-lines-white::after {
	border: 2px solid rgba(255, 255, 255, 1);
}

@keyframes spin {
	100% { transform: rotate(360deg); }
}

.wavy-lines-top {
	margin-top: auto;
	top: 0;
	width: 50vw;
	height: 50vw;
	z-index: -10;
}

.wavy-lines-top-corner {
	margin-top: auto;
	/*top: -20%;*/
	top: -50vh;
	width: 50vw;
	height: 50vw;
	z-index: -10;
}

.wavy-lines-middle {
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	width: 50vw;
	height: 50vw;
	z-index: -10;
}

.wavy-lines-bottom {
	margin-top: auto;
	bottom: 0;
	width: 50vw;
	height: 50vw;
	z-index: -10;
}

.wavy-lines-top.wavy-lines-left.wavy-lines-1,
.wavy-lines-top-corner.wavy-lines-left.wavy-lines-1,
.wavy-lines-middle.wavy-lines-left.wavy-lines-1,
.wavy-lines-bottom.wavy-lines-left.wavy-lines-1 {
	left: -42%;
}

.wavy-lines-top.wavy-lines-left.wavy-lines-2,
.wavy-lines-top-corner.wavy-lines-left.wavy-lines-2,
.wavy-lines-middle.wavy-lines-left.wavy-lines-2,
.wavy-lines-bottom.wavy-lines-left.wavy-lines-2 {
	left: -44%;
}

.wavy-lines-top.wavy-lines-right.wavy-lines-1,
.wavy-lines-top-corner.wavy-lines-right.wavy-lines-1,
.wavy-lines-middle.wavy-lines-right.wavy-lines-1,
.wavy-lines-bottom.wavy-lines-right.wavy-lines-1 {
	right: -74%;
}

.wavy-lines-top.wavy-lines-right.wavy-lines-2,
.wavy-lines-top-corner.wavy-lines-right.wavy-lines-2,
.wavy-lines-middle.wavy-lines-right.wavy-lines-2,
.wavy-lines-bottom.wavy-lines-right.wavy-lines-2 {
	right: -76%;
}

/* FALLING ICONS ANIMATION */

.container-icons-left,
.container-icons-right {
	position: absolute;
	width: 15vw;
	height: 85vh;
	z-index: -1;
}

.container-icons-left.icons-top,
.container-icons-right.icons-top {
	margin-top: auto;
	top: 0;
}

.container-icons-left.icons-middle,
.container-icons-right.icons-middle {
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
}

.container-icons-left.icons-bottom,
.container-icons-right.icons-bottom {
	margin-bottom: auto;
	bottom: 0;
}

.container-icons-left div,
.container-icons-right div {
	position: absolute;
	display: block;
}

.container-icons-left {
	left: 0%;
}

.container-icons-right {
	right: 0%;
}

.container-icons-left.falling-icons div:nth-child(1),
.container-icons-right.falling-icons div:nth-child(1) {
	animation: falling_icons 14s linear infinite;
	animation-delay: -7s;
}

.container-icons-left.falling-icons div:nth-child(2),
.container-icons-right.falling-icons div:nth-child(2) {
	animation: falling_icons 18s linear infinite;
	animation-delay: -5s;
}

.container-icons-left.falling-icons div:nth-child(3),
.container-icons-right.falling-icons div:nth-child(3) {
	animation: falling_icons 22s linear infinite;
}

.container-icons-left.falling-icons div:nth-child(4),
.container-icons-right.falling-icons div:nth-child(4) {
	animation: falling_icons 12s linear infinite;
	animation-delay: -5s;
}

.container-icons-left.falling-icons div:nth-child(5),
.container-icons-right.falling-icons div:nth-child(5) {
	animation: falling_icons 16s linear infinite;
	animation-delay: -10s;
}

.container-icons-left.falling-icons div:nth-child(6),
.container-icons-right.falling-icons div:nth-child(6) {
	animation: falling_icons 13s linear infinite;
}

.container-icons-left.falling-icons div:nth-child(7),
.container-icons-right.falling-icons div:nth-child(7) {
	animation: falling_icons 11s linear infinite;
	animation-delay: -1s;
}

.container-icons-left.falling-icons div:nth-child(1) {
	left: 0%;
}

.container-icons-left.falling-icons div:nth-child(2) {
	left: 15%;
}

.container-icons-left.falling-icons div:nth-child(3) {
	left: 25%;
}

.container-icons-left.falling-icons div:nth-child(4) {
	left: 35%;
}

.container-icons-left.falling-icons div:nth-child(5) {
	left: 45%;
}

.container-icons-left.falling-icons div:nth-child(6) {
	left: 55%;
}

.container-icons-left.falling-icons div:nth-child(7) {
	left: 65%;
}

.container-icons-right.falling-icons div:nth-child(1) {
	right: 0%;
}

.container-icons-right.falling-icons div:nth-child(2) {
	right: 15%;
}

.container-icons-right.falling-icons div:nth-child(3) {
	right: 25%;
}

.container-icons-right.falling-icons div:nth-child(4) {
	right: 35%;
}

.container-icons-right.falling-icons div:nth-child(5) {
	right: 45%;
}

.container-icons-right.falling-icons div:nth-child(6) {
	right: 55%;
}

.container-icons-right.falling-icons div:nth-child(7) {
	right: 65%;
}

.icons-2 {
	transform: scale(1.2);
}

@keyframes falling_icons {
	0% {
		opacity: 0;
		top: 0%;
		transform: translateX(10px) rotate(0deg);
	}
	10% {
		opacity: 1;
	}
	20% {
		transform: translateX(-10px) rotate(45deg);
	}
	40% {
		transform: translateX(10px) rotate(90deg);
	}
	60% {
		transform: translateX(-10px) rotate(135deg);
	}
	80% {
		transform: translateX(10px) rotate(180deg);
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		top: 100%;
		transform: translateX(-10px) rotate(225deg);
	}
}

/* FADE IN INGREDIENTS ANIMATION */

.container-ingredients-right.fade_in-ingredients div {
	opacity: 0;
}

.container-ingredients-right.fade_in-ingredients div:nth-child(1) {
	right: 0%;
	animation: fade_in_ingredients 4s ease-in alternate infinite;
}

.container-ingredients-right.fade_in-ingredients div:nth-child(2) {
	right: 26%;
	top: 14%;
	animation: fade_in_ingredients 6s ease-in alternate infinite;
}

.container-ingredients-right.fade_in-ingredients div:nth-child(3) {
	right: 10%;
	top: 34%;
	animation: fade_in_ingredients 4s ease-in alternate infinite;
	animation-delay: 4s;
}

.container-ingredients-right.fade_in-ingredients div:nth-child(4) {
	right: 40%;
	top: 45%;
	animation: fade_in_ingredients 5s ease-in alternate infinite;
}

.container-ingredients-right.fade_in-ingredients div:nth-child(5) {
	right: 60%;
	top: 26%;
	animation: fade_in_ingredients 6s ease-in alternate infinite;
}

.container-ingredients-right.fade_in-ingredients div:nth-child(6) {
	top: 8%;
	animation: fade_in_ingredients 4s ease-in alternate infinite;
	animation-delay: 2s;
}

.container-ingredients-right.fade_in-ingredients div:nth-child(7) {
	right: 60%;
	top: 60%;
	animation: fade_in_ingredients 3s ease-in alternate infinite;
	animation-delay: 6s;
}

@keyframes fade_in_ingredients {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* CIRCULAR PATH ANIMATION */

.container-ingredients-right.circular_path-ingredients div:nth-child(1) {
	animation: circular_path_ingredients 10s linear infinite;
	animation-delay: -9.568s;
}

.container-ingredients-right.circular_path-ingredients div:nth-child(2) {
	animation: circular_path_ingredients 10s linear infinite;
	animation-delay: -8.14s;
}

.container-ingredients-right.circular_path-ingredients div:nth-child(3) {
	animation: circular_path_ingredients 10s linear infinite;
	animation-delay: -6.712s;
}

.container-ingredients-right.circular_path-ingredients div:nth-child(4) {
	animation: circular_path_ingredients 10s linear infinite;
	animation-delay: -5.284s;
}

.container-ingredients-right.circular_path-ingredients div:nth-child(5) {
	animation: circular_path_ingredients 10s linear infinite;
	animation-delay: -3.856s;
}

.container-ingredients-right.circular_path-ingredients div:nth-child(6) {
	animation: circular_path_ingredients 10s linear infinite;
	animation-delay: -2.428s;
}

.container-ingredients-right.circular_path-ingredients div:nth-child(7) {
	animation: circular_path_ingredients 10s linear infinite;
	animation-delay: -1s;
}

@keyframes circular_path_ingredients {
	from { transform: rotate(0deg) translateX(150px) rotate(0deg);  }
	to { transform: rotate(360deg) translateX(150px) rotate(-360deg); }
}


/* Lozmar Styles  */
#footer-lozmar {
	background-color: #282828;
  color: #fff;
  padding: 40px 0px 0px 0px;
}

#footer-lozmar .footer-logo {
	width: 175px;
	margin-bottom: 20px;
}

#footer-lozmar .copyright {
	color: #fff;
	border-top: 1px solid #555555;
  margin-top: 40px;
  padding: 20px 0px;
  font-size: 13px;
}

.btn-mercado-pago {
	background-color: #ffe600 !important;
	border: 1px solid #ab9300;
}

.btn-mercado-pago:hover {
	background-color: #edd600 !important;
}

/* Custom */
.mask-image-top-bottom {
	mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
	-webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.justify-items-start {
	justify-items: start;
}

.justify-items-center {
	justify-items: center;
}

.justify-items-end {
	justify-items: end;
}

/* Para estilos md */
@media (min-width: 768px) {
	.justify-items-md-start {
		justify-items: start;
	}

	.justify-items-md-center {
		justify-items: center;
	}

	.justify-items-md-end {
		justify-items: end;
	}

	.animate__delay-md-100ms {
		animation-delay: 100ms;
	}

	.animate__delay-md-200ms {
		animation-delay: 200ms;
	}

	.animate__delay-md-300ms {
		animation-delay: 300ms;
	}

	.animate__delay-md-400ms {
		animation-delay: 400ms;
	}

	.animate__delay-md-500ms {
		animation-delay: 500ms;
	}

	.animate__delay-md-600ms {
		animation-delay: 600ms;
	}

	.animate__delay-md-700ms {
		animation-delay: 700ms;
	}

	.animate__delay-md-800ms {
		animation-delay: 800ms;
	}

	.animate__delay-md-900ms {
		animation-delay: 900ms;
	}

	.animate__delay-md-1000ms {
		animation-delay: 1000ms;
	}

	.display-md-1 {
		font-size: 6rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-md-2 {
		font-size: 5.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-md-3 {
		font-size: 4.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-md-4 {
		font-size: 3.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	#banner {
		min-height: 60dvh;
	}
}

/* Para estilos lg */
@media (min-width: 992px) {
	.justify-items-lg-start {
		justify-items: start;
	}

	.justify-items-lg-center {
		justify-items: center;
	}

	.justify-items-lg-end {
		justify-items: end;
	}

	.animate__delay-lg-100ms {
		animation-delay: 100ms;
	}

	.animate__delay-lg-200ms {
		animation-delay: 200ms;
	}

	.animate__delay-lg-300ms {
		animation-delay: 300ms;
	}

	.animate__delay-lg-400ms {
		animation-delay: 400ms;
	}

	.animate__delay-lg-500ms {
		animation-delay: 500ms;
	}

	.animate__delay-lg-600ms {
		animation-delay: 600ms;
	}

	.animate__delay-lg-700ms {
		animation-delay: 700ms;
	}

	.animate__delay-lg-800ms {
		animation-delay: 800ms;
	}

	.animate__delay-lg-900ms {
		animation-delay: 900ms;
	}

	.animate__delay-lg-1000ms {
		animation-delay: 1000ms;
	}

	.display-lg-1 {
		font-size: 6rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-lg-2 {
		font-size: 5.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-lg-3 {
		font-size: 4.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-lg-4 {
		font-size: 3.5rem;
		font-weight: 300;
		line-height: 1.2;
	}
}

/* Para estilos xl */
@media (min-width: 1200px) {
	.justify-items-xl-start {
		justify-items: start;
	}

	.justify-items-xl-center {
		justify-items: center;
	}

	.justify-items-xl-end {
		justify-items: end;
	}

	.animate__delay-xl-100ms {
		animation-delay: 100ms;
	}

	.animate__delay-xl-200ms {
		animation-delay: 200ms;
	}

	.animate__delay-xl-300ms {
		animation-delay: 300ms;
	}

	.animate__delay-xl-400ms {
		animation-delay: 400ms;
	}

	.animate__delay-xl-500ms {
		animation-delay: 500ms;
	}

	.animate__delay-xl-600ms {
		animation-delay: 600ms;
	}

	.animate__delay-xl-700ms {
		animation-delay: 700ms;
	}

	.animate__delay-xl-800ms {
		animation-delay: 800ms;
	}

	.animate__delay-xl-900ms {
		animation-delay: 900ms;
	}

	.animate__delay-xl-1000ms {
		animation-delay: 1000ms;
	}

	.display-xl-1 {
		font-size: 6rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-xl-2 {
		font-size: 5.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-xl-3 {
		font-size: 4.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-xl-4 {
		font-size: 3.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	#banner {
		min-height: 100dvh;
	}
}