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

/*
 * Primary #fbd03f
 * Dark #ddb017
 * Ligth #fedf78
 * Gray #282828
 */

@import url("https://fonts.googleapis.com/css?family=Heebo:400,700|Montserrat::300,400,500|Open+Sans|Playfair+Display:400,700");

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Open Sans", Sans-Serif;
  font-weight: 300;
  line-height: 24px;
  background-color: #fff;
}

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

#top {
  font-family: "Playfair Display", Sans-Serif;
  font-style: italic;
  padding: 10px 0px;
  background-color: #fbd03f;
  color: #fff;
}

#header {
  color: #777777;
  padding: 0px;
  padding-top: 10px;
  position: fixed;
  /*z-index: 9999;*/
  z-index: 9;
  background-color: transparent;
  transition: background-color 0.5s;

  .bioaroma-link a {
    color: #fff;
    font-family: "Montserrat", Sans-Serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    transition: color 0.5s ease;

    span {
      overflow: hidden;
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 10px;
      transform: rotate(-45deg);

      .pe-7s-right-arrow {
        font-size: 40px;
      }
    }

    &:hover {
      color: #fbd03f !important;
    }
  }

  .dropdown-menu {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05),
      0 6px 20px 0 rgba(0, 0, 0, 0.05);
  }

  .btn {
    color: #fff;
  }

  .image-container {
    min-width: 220px;
  }
}

#header.scrolled {
  background-color: #fff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05),
    0 6px 20px 0 rgba(0, 0, 0, 0.05);

  ul.nav li a,
  .btn,
  .dropdown-item,
  .bioaroma-link a {
    color: #000;
  }
}

#header .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .logo {
  transform: translateY(-100px);
  transition: transform 1.5s ease;
}

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

#header ul.nav {
  display: flex;
  margin: 0;
  padding: 0;
}

#header ul.nav li {
  margin: 0;
  padding: 0;
  padding: 10px;

  .dropdown-menu {
    width: 1200px;
    margin-left: -300px;
    top: 3.5dvh;
    padding: 25px;
  }
}

#header ul.nav li.nav-li {
  transform: translateY(-100px);
  transition: transform 1.5s ease;
}

#header ul.nav li.menu-item-animation,
#header .logo.menu-item-animation {
  transform: translateY(0);
}

#header ul.nav li a {
  font-family: "Montserrat", Sans-Serif;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin: 0;
  /*font-size: 18px;*/
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  position: relative;

  &::after {
    content: "";
    /*height: 2px;*/
    height: 4px;
    display: block;
    background-color: #fbd03f;
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    bottom: -16px;
    right: 0;
    opacity: 0;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}

#header ul.nav li a.a-unidades_de_negocio::after {
  background-color: rgba(245, 58, 85, 1);
}

#header ul.nav li a:hover,
#header ul.nav li a:focus,
#header ul.nav li a:active,
#header ul.nav li.active a {
  background-color: transparent;
  position: relative;
  /*border-bottom: 1px solid #777777;*/

  &::after {
    opacity: 1;
  }
}

#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 250, 250, 0.8);
  color: rgb(13, 13, 13);
  text-align: center;
  padding: 20px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.cookie-logo {
  max-width: 100px;
  margin-right: 20px;
}

.cookie-text {
  text-align: left;
}

.cookie-text h1 {
  font-size: 18px;
  margin: 0;
}

.cookie-text p {
  margin: 5px 0 0 0;
}

.cookie-buttons {
  margin-top: 15px;
  text-align: center;
}

.cookie-buttons button {
  background-color: #060606;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.cookie-buttons button#allow-cookies {
  background-color: #FFC300;
  color: black;
}

.cookie-buttons button:hover {
  background-color: #0d0d0d;
}

.cookie-buttons button#allow-cookies:hover {
  background-color: #FFC300;
}

#language {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 99999;
  font-family: "Montserrat", Sans-Serif;
  font-weight: 500;
  color: #fff;
}

#language a {
  color: #fff;
}

div.dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.dropdown-menu ul li {
  padding: 5px 5px 5px 5px !important;
  border-left: 2px solid #0f4c81 !important;
  margin: 0 !important;
  width: 100%;
}

div.dropdown-menu ul li.dropdown-menu-li {
  padding: 5px 5px 5px 5px !important;
  border-left-color: #fbd03f !important;
}

div.dropdown-menu h5 {
  font-family: "Montserrat", Sans-Serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.5px;
  /*color: #fbd03f;*/
}

div.dropdown-menu ul {
  padding: 0;
  margin: 0;
}

div.dropdown-menu ul li {
  padding: 0 !important;
  margin: 0 !important;
}

div.dropdown-menu ul li a {
  text-transform: none !important;
  letter-spacing: 0 !important;
  padding: 5px 0px 5px 7px !important;
}

div.dropdown-menu ul li a:hover,
div.dropdown-menu ul li a:focus,
div.dropdown-menu ul li a:active {
  border-bottom: 0 !important;
  color: #fbd03f !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
  border-top: 5px solid #fbd03f;
  border-radius: 0;
}

#header ul.dropdown-menu li a {
  padding: 5px 10px 5px 10px !important;
}

#header ul.dropdown-menu li a:hover,
#header ul.dropdown-menu li a:focus,
#header ul.dropdown-menu li a:active {
  color: #fbd03f;
  border-bottom: 1px solid #fff;
}

.navigation {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 1440px;
  /*padding-left: 7%;*/
  /*background-color: #fbd03f;*/
  background-color: #fff;
  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);
}
.nav-open .navigation {
  -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);
}

.navigation .language {
  position: absolute;
  /*color: #fff;*/
  color: #000;
  right: 30px;
  top: 23px;
  font-family: "Montserrat", Sans-Serif;
  font-weight: 500;
  font-size: 16px;
}

.navigation .language a {
  /*color: #fff;*/
  color: #000;
}

.navigation a.links {
  position: absolute;
  /*color: #fff;*/
  color: #000;
  font-weight: bold;
  font-size: 40px;
  left: 15px;
  top: 15px;
}

.navigation a.links:hover {
  text-decoration: none;
}

.navigation .icons {
  position: absolute;
  right: 15px;
  top: -20px;
}

.navigation .icons i[class*="icofont-"] {
  color: #fff !important;
}

.mmenu {
  position: relative;
  /*top: 50%;*/
  top: 42%;
  width: 100%;
  margin: 0;
  padding: 50px 15px 50px 0;
  padding-left: 7%;
  list-style: none;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mmenu > li > a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  /*color: #000;*/
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mmenu > li > a:hover {
  text-decoration: none;
}

.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;*/
  border-left: 2px solid #000 !important;
}

.mmenu .sub-menu a {
  /*color: #fff;*/
  color: #000;
  font-size: 14px;
  padding: 4px 0;
  font-weight: 400;
  font-family: "Montserrat", 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;
}

.mmenu .sub-menu-wrapper {
  /*top: 100px;*/
  top: 0;
  height: calc(100vh - 6.25rem);
  overflow: hidden;
  transition: all .6s ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  background-color: #000000;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  /*padding-top: 5%;*/
  max-width: 1000% !important;
  width: 100vw !important;
}

.mmenu .menu-item.sub-menu-opened > .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
  /*min-height: 21.875rem;*/
  /*height: auto;*/
}

.mmenu .sub-menu-wrapper li {
  color: #ffffff;
  padding-left: 7%;
}

.mmenu .sub-menu-wrapper li a {
  color: #ffffff;
}

.mmenu .sub-menu-wrapper .menu-item-back {
  font-size: 35px;
}

.mmenu-scroll-in-y {
  height: 80vh !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

#header .icons a.links {
  float: left;
  color: #fbd03f;
  display: block;
  padding: 22px;
  width: 75px;
  height: 75px;
  font-size: 30px;
  font-weight: bold;
}

#inicio {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

#inicio .bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 280px;
  height: 800px;
}

#inicio h1 {
  text-transform: uppercase;
  font-size: 45px;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#inicio h3 {
  color: #fff;
  text-transform: none;
}

#inicio .btn-primary {
  margin-top: 30px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

#nosotros,
#practicas,
#experiencia,
#compromiso {
  padding: 60px 0px;
}

#experiencia {
  background-color: #000;
  color: #fff;
}

#ventajas h3 {
  margin-bottom: 30px;
}

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

#ventajas ul li {
  padding-left: 0px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 28px;
}

#ventajas ul li:before {
  position: relative;
  content: "\e66c";
  font-family: "Pe-icon-7-stroke";
  top: 5px;
  font-size: 22px;
  margin-right: 10px;
  color: #fbd03f;
  font-weight: bold;
}

.bg-home-video {
  background-image: url("img/bg/home-video.jpg");
  background-position: center;
  background-size: cover;
  min-height: 850px;
}

.bg-sustainability {
  background-image: url("img/bg/sustainability.jpg");
  background-position: center;
  background-size: cover;
  /*min-height: 850px;*/
}

.bg-informe {
  background-image: url("img/bg/informe.jpg");
  background-position: center;
  background-size: cover;
  /*min-height: 850px;*/
}

.bg-nuestra-compania {
  background-image: url("img/bg/nuestra-compania.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-nuestra-historia {
  background-image: url("img/bg/nuestra-historia.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-nuestros-propositos {
  background-image: url("img/bg/nuestros-propositos.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-actividades-comerciales {
  background-image: url("img/bg/actividades-comerciales.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-modelo-de-negocio {
  background-image: url("img/bg/modelo-de-negocio.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-presencia-nacional-e-internacional {
  background-image: url("img/bg/presencia-nacional-e-internacional.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-innovacion {
  background-image: url("img/bg/innovacion.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-nuestra-estrategia {
  background-image: url("img/bg/nuestra-estrategia.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-responsabilidad-social {
  background-image: url("img/bg/responsabilidad-social.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-politicas-y-reglas {
  background-image: url("img/bg/politicas-y-reglas.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-certificaciones {
  background-image: url("img/bg/certificaciones.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-afiliaciones {
  background-image: url("img/bg/afiliaciones.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-sostenibilidad {
  background-image: url("img/bg/sostenibilidad.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-accion-climatica {
  background-image: url("img/bg/accion-climatica.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-plasticos {
  background-image: url("img/bg/plasticos.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-desechos {
  background-image: url("img/bg/desechos.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-agua {
  background-image: url("img/bg/agua.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-crecimiento {
  background-image: url("img/bg/crecimiento.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-inclusion {
  background-image: url("img/bg/inclusion.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-gobernanza-sustentable {
  background-image: url("img/bg/gobernanza-sustentable.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-encapsulacion {
  background-image: url("img/bg/encapsulacion.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-salud-y-bienestar {
  background-image: url("img/bg/salud-y-bienestar.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-arte-creatividad {
  background-image: url("img/bg/arte-creatividad.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-perfumeria-fina {
  background-image: url("img/bg/perfumeria-fina.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-cromatografia {
  background-image: url("img/bg/cromatografia.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-cuidado-personal {
  background-image: url("img/bg/cuidado-personal.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-comerciales {
  background-image: url("img/bg/comerciales.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-calidad {
  background-image: url("img/bg/calidad.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-marketing-olfativo {
  background-image: url("img/bg/marketing-olfativo.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-inspiracion {
  background-image: url("img/bg/inspiracion.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

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

.bg-cuidado-de-telas {
  background-image: url("img/bg/cuidado-de-telas.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-cuidado-del-hogar {
  background-image: url("img/bg/cuidado-del-hogar.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-investigacion-creatividad {
  background-image: url("img/bg/investigacion-creatividad.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-moleculas {
  background-image: url("img/bg/moleculas.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-tecnologias {
  background-image: url("img/bg/tecnologias.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-olfaccion {
  background-image: url("img/bg/olfaccion.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-ingredientes {
  background-image: url("img/bg/ingredientes.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-control-y-pruebas {
  background-image: url("img/bg/control-y-pruebas.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-excelencia {
  background-image: url("img/bg/excelencia.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-aplicaciones {
  background-image: url("img/bg/aplicaciones.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-quimicos_aromaticos-caracteristicas {
  background-image: url("img/bg/quimicos_aromaticos-caracteristicas.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-quimicos_aromaticos-categorias {
  background-image: url("img/bg/quimicos_aromaticos-categorias.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-unete-al-equipo {
  background-image: url("img/bg/unete-al-equipo.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-tienda-en-linea {
  background-image: url("img/bg/tienda-en-linea.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-medios {
  background-image: url("img/bg/medios.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-marcas {
  background-image: url("img/bg/marcas.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-clasificacion {
  background-image: url("img/bg/clasificacion.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-componentes {
  background-image: url("img/bg/componentes.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-unidad-de-negocio-aceites-esenciales {
  background-image: url("img/bg/unidad-de-negocio-aceites-esenciales.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-unidad-de-negocio-quimicos-aromaticos {
  background-image: url("img/bg/unidad-de-negocio-quimicos-aromaticos.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-unidad-de-negocio-materias-primas {
  background-image: url("img/bg/unidad-de-negocio-materias-primas.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-inicio{
	background-image: url("img/bg-inicio.jpg");
	background-position: center;
	background-size: cover;
	min-height: 650px;
}

.bg-inicio {
  background-image: url("img/bg-inicio.jpg");
  background-position: center;
  background-size: cover;
  min-height: 650px;
}

.bg-asesoria {
  background-image: url("img/bg-asesoria.jpg");
  background-position: center;
  background-size: cover;
  min-height: 650px;
}

.bg-sustentable {
  background-image: url("img/bg-sustentable.jpg");
  background-position: center;
  background-size: cover;
  min-height: 660px;
}

.bg-negociacion {
  background-image: url("img/bg-negociacion.jpg");
  background-position: center;
  background-size: cover;
  min-height: 650px;
}

.bg-equipo {
  background-image: url("img/bg-equipo.jpg");
  background-position: center;
  background-size: cover;
  min-height: 650px;
}

.mision-icon:before {
  position: absolute;
  font-family: "Pe-icon-7-stroke";
  font-size: 64px;
  color: rgba(255, 255, 255, 0.3);
  content: "\e60d";
  left: -30px;
}

.vision-icon:before {
  position: absolute;
  font-family: "Pe-icon-7-stroke";
  font-size: 64px;
  left: -30px;
  color: rgba(255, 255, 255, 0.3);
  content: "\e63e";
}

.mt60 {
  margin-top: 60px;
}

.bg-home-video .container-fluid {
  color: #fff;
}

#divisiones .cuadro {
  margin: 40px 40px;
  height: 570px;
  padding: 20px 40px;
  border: 1px solid #fff;
  color: #fff;
}

#divisiones .cuadro h3 {
  margin-bottom: 30px;
}

#divisiones .cuadro h4 {
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

#divisiones .cuadro .negocio {
  background-color: #fff;
  color: #fbd03f;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05),
    0 6px 20px 0 rgba(0, 0, 0, 0.05);
  padding: 5px 20px;
  margin-bottom: 30px;
  height: auto;
}

#competencia {
  min-height: 600px;
}

#compromiso img,
#ventajas img {
  max-width: 100%;
}

#compromiso img {
  width: 90%;
}

#compromiso {
  background-color: #000;
  color: #fff;
}

#sustentabilidad {
  background-image: url("img/bg-sustentabilidad.jpg");
  background-attachment: fixed;
  background-size: cover;
}

#competencia {
  background-image: url("img/bg-competencia.jpg");
  background-attachment: fixed;
  background-size: cover;
}

#competencia .bg-overlay,
#sustentabilidad .bg-overlay {
  padding: 60px 0px;
  min-height: 500px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#competencia .bg-overlay ul,
#sustentabilidad .bg-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#competencia .bg-overlay ul li,
#sustentabilidad .bg-overlay ul li {
  margin-bottom: 10px;
}

#mision {
  background-color: #fbd03f;
  color: #fff;
  padding: 60px 0px;
}

#main h2,
#nosotros h2,
#asesoria h2,
#valores h2,
#divisiones h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#main .main-header {
  position: relative;
}

#main .main-title {
  font-size: 2.5rem;
}

#main .main-title:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fbd03f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#valores {
  padding: 60px 0px;
  background-color: #e2e2e2;
}

#contacto .formulario {
  background-color: #fbd03f;
  padding: 85px 95px;
  height: 660px;
}

#contacto .formulario h3 {
  text-align: center;
  margin-bottom: 30px;
}

#contacto .formulario .btn-primary {
  font-family: "Montserrat", Sans-Serif;
  padding: 15px 60px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background-color: #282828;
  border-color: #282828;
  font-weight: 500;
  border-radius: 0px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
}

#contacto .formulario .btn-primary:hover {
  background-color: #121212;
  border-color: #121212;
}

#main .divisionLbl {
  border-radius: 0px;
  width: 100%;
  font-size: 15px;
  padding: 12px 0 10px 0;
  color: #999999;
  background-color: #f2f2f2;
  border: 1px solid #e2e2e2;
  height: 50px;
  text-align: center;
}

#main .divisionLbl.active {
  border: 2px solid #fbcc2e;
  background-color: #fbd03f;
  color: #fff;
}

.pr5 {
  padding-right: 5px;
}

.pl5 {
  padding-left: 5px;
}

.bg-light {
  background-color: #efefef;
  min-height: 660px;
}

.blue {
  color: #0f4c81 !important;
}

#divisiones {
  padding: 60px 0px 120px 0px;
  background-color: #efefef;
}

#call-to-action {
  padding: 60px 0px;
  background-color: #000;
}

.valores-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 30px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05),
    0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.valores-item .icon {
  margin-bottom: 18px;
  background-color: #fff;
  border-radius: 5px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  color: #fbd03f;
}

.valores-item .icon i::before {
  font-size: 48px;
  font-weight: bold;
  line-height: 75px !important;
}

.valores-item h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fbd03f;
}

.valores-item p {
  margin-top: 12px;
  margin-bottom: 0;
}

.valores-item::before {
  content: "";
  height: 4px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fbd03f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.valores-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.valores-item:hover .icon {
  background-color: #fbd03f;
  color: #ffffff;
}

.valores-item:hover::before {
  width: 100%;
  height: 5px;
}

/* BACKGROUND CLASSES */

.bg-olive-green {
  background-color: #6a7553;
}

.bg-olive-green-1 {
  background-color: rgba(85, 101, 2, 1);
}

.bg-olive-green-2 {
  background-color: rgba(30, 30, 16, 1);
}

.bg-green-light-1 {
  background-color: #2d5d02;
}

.bg-lemon-green {
  background-color: rgba(104, 142, 38, 1);
}

.bg-gray {
  background-color: rgba(230, 230, 230, 1);
}

.bg-gray-light {
  background-color: rgba(248, 248, 248, 1);
}

.bg-beige {
  background-color: rgba(225, 206, 180, 1);
}

.bg-beige-1 {
  background-color: rgba(167, 137, 100, 1);
}

.bg-beige-light {
  background-color: rgba(245, 240, 237, 1);
}

.bg-yellow {
  background-color: rgba(251, 208, 63, 1);
}

.bg-brown {
  background-color: rgba(99, 82, 35, 1);
}

.bg-dark-brown {
  background-color: rgba(50, 32, 32, 1);
}

.bg-coral-pink {
  background-color: rgba(255, 131, 143, 1);
}

.bg-ochre {
  background-color: rgba(170, 90, 0, 1);
}

.bg-blue-steel {
  background-color: rgba(62, 104, 132, 1);
}

.bg-black {
  background-color: rgba(0, 0, 0, 1);
}

.bg-ash-green {
  background-color: rgba(152, 170, 158, 1);
}

/* ANIMATIONS CLASSES */

.animate-hover-bounce:hover {
  animation: bounce;
  animation-duration: 1s;
}

.animate-hover-pulse:hover {
  animation: pulse;
  animation-duration: 1s;
}

/* Begin:: OUR HISTORY CLASSES */
.navbar-our-history {
  width: fit-content;
  white-space: nowrap;
}

.container-info {
  position: relative;
}

.container-info img.container-info-img-left {
  width: 50%;
  float: left;
  position: absolute;
  left: 50px;
}

.container-info img.container-info-img-right {
  float: right;
  width: 50%;
  position: absolute;
  right: 50px;
}

.container-info .container-info-description-left {
  width: 50%;
  float: left;
  margin-top: 3rem;
  padding: 3rem 7rem 3rem 3rem;
}

.container-info .container-info-description-right {
  width: 50%;
  float: right;
  margin-top: 3rem;
  padding: 3rem 3rem 3rem 7rem;
}
/* End:: OUR HISTORY CLASSES */

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.justify-self-center {
  justify-self: center;
}

.img-absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.circle-text-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  animation: rotateText 10s linear infinite;
  z-index: 1;
}

.circle-text-svg text {
  /*font-size: 16px;*/
  font-weight: bold;
  fill: #333;
}

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.circulo {
  position: relative;
  /*width: 96px;
  height: 96px;*/
  width: 85px;
  height: 85px;
  background-color: #fbd03f;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 48px;
  /*padding: 25px;*/
  padding: 20px;
  left: 50%;
  margin-left: -48px;
  margin-bottom: 20px;
}

.industrias h4 {
  font-size: 16px;
  letter-spacing: 1px;
}

.industrias div[class*="col-md-2"] {
  height: 200px;
  margin-bottom: 20px;
}

#productos .producto {
  height: 440px;
  background-color: #fedf78;
  padding: 10% 10%;
  margin-bottom: 30px;
}

#productos .producto .cuadro {
  height: 100%;
  color: #fff;
  text-align: center;
  border: 5px solid #fff;
  padding-top: 16%;
  background-color: rgba(251, 208, 63, 0.8);
}

#productos .producto .cuadro h4.subtitulo {
  font-family: "Playfair Display", Sans-Serif;
  text-transform: none;
  letter-spacing: normal;
  font-style: italic;
  color: #fff;
}

#productos .producto .cuadro h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 15px;
}

#productos .producto .cuadro a {
  font-family: "Montserrat", Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

#interior {
  width: 100%;
  height: 500px;
  text-align: center;
}

#interior .bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding-top: 130px;
  height: 500px;
}

#interior h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 45px;
  margin-bottom: 20px;
}

#interior h4.subtitulo {
  font-family: "Playfair Display", Sans-Serif;
  text-transform: none;
  letter-spacing: normal;
  font-style: italic;
  color: #fff;
}

#interior p {
  color: #fff;
}

.bg-nosotros {
  background-image: url("img/bg-nosotros.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-asistencia {
  background-image: url("img/bg-asistencia.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-industrias {
  background-image: url("img/bg-industrias.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-contacto {
  background-image: url("img/bg-contacto.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-renovable {
  background-image: url("img/bg-renovable.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-cobertura {
  background-image: url("img/bg-cobertura.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-fragancias {
  background-image: url("img/bg-fragancias.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-aceites {
  background-image: url("img/bg-aceites.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-colorantes {
  background-image: url("img/bg-colorantes.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-quimicos {
  background-image: url("img/bg-quimicos.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-materias {
  background-image: url("img/bg-materias.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-privacidad {
  background-image: url("img/bg-privacidad.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.bg-ventajas {
  background-image: url("img/bg-ventajas.png");
  background-size: auto 100%;
  background-position: left;
  background-color: #e2e2e2;
  min-height: 550px;
  background-repeat: no-repeat;
  padding: 60px 0px;
}

.division .overlay {
  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;
}

.division: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;
}

.division .overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

#divisiones .bg-esencias {
  background-image: url("img/bg-esencias.jpg");
  background-size: cover;
  background-position: bottom;
  min-height: 650px;
}

#divisiones .bg-difusores {
  background-image: url("img/bg-difusores.jpg");
  background-size: cover;
  background-position: bottom;
  min-height: 650px;
}

.p60 {
  padding: 60px 0px;
}

#main {
  padding: 60px 0px;
}

#divisiones .medium,
#experiencia p.medium,
#main p.medium {
  font-size: 16px;
  line-height: 28px;
}

.mb60 {
  margin-bottom: 60px;
}

.breadcrumb {
  background-color: #fff;
}

.fotografia {
  background-color: #f2f2f2;
  height: 480px;
}

.detalle {
  padding-left: 30px;
}

.productos-item h4.subtitulo,
.detalle h4.subtitulo {
  font-family: "Playfair Display", Sans-Serif;
  text-transform: none;
  letter-spacing: normal;
  font-style: italic;
}

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

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

ul.list li.active,
ul.list li.active:last-child {
  border: 3px solid #fbd03f;
  font-weight: bold;
}

ul.list li {
  padding: 10px 15px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 32px;
}

ul.list li:last-child {
  border-bottom: 0px;
}

.productos .productos-item .imagen {
  background-color: #f2f2f2;
  height: 330px;
}

.productos .productos-item .titulo {
  min-height: 130px;
  padding: 20px 0px;
  text-align: center;
}

.productos .productos-item .titulo h4 {
  font-size: 16px;
}

#footer {
  background-color: #282828;
  color: #fff;
  padding: 40px 0px 0px 0px;
}

#footer i[class*="pe-7s"] {
  margin-right: 7px;
  color: #fbd03f;
  font-weight: bold;
}

#main a {
  color: #282828;
}

#footer .footer-logo {
  width: 175px;
  margin-bottom: 20px;
}

#footer .copyright {
  border-top: 1px solid #555555;
  margin-top: 40px;
  padding: 20px 0px;
  font-size: 13px;
}

.text-yellow {
  color: #fbd03f;
}

.text-over-img-bottom-10 {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.text-over-img-bottom-20 {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.text-over-img-bottom-30 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.text-over-img-bottom-50 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.text-over-img-bottom-70 {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

.text-over-img-left-10 {
  position: absolute;
  left: 10px;
  right: auto;
}

.text-over-img-left-20 {
  position: absolute;
  left: 20px;
  right: auto;
}

.text-over-img-left-30 {
  position: absolute;
  left: 30px;
  right: auto;
}

.text-over-img-left-50 {
  position: absolute;
  left: 50px;
  right: auto;
}

.text-over-img-left-70 {
  position: absolute;
  left: 70px;
  right: auto;
}

.item-center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cursor-pointer {
  cursor: pointer;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.btn-transparent {
  font-family: "Montserrat", Sans-Serif;
  padding: 15px 60px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #ffffff;
  font-weight: 500;
  border-radius: 0px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btn-transparent:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary {
  font-family: "Montserrat", Sans-Serif;
  padding: 15px 60px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background-color: #fbd03f;
  border-color: #fbd03f;
  font-weight: 500;
  border-radius: 0px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btn-primary:hover {
  background-color: #ddb017;
  border-color: #ddb017;
}

.btn-yellow {
  background-color: #fbd03f;
  border-color: #fbd03f;
}

.btn-yellow:hover {
  background-color: #ddb017;
  border-color: #ddb017;
}

.container-shadow {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.alert-info {
  background-color: #f2f2f2;
  border-radius: 0px;
  border-color: #e2e2e2;
  color: #7c7c7c;
}

#mapa {
  height: 660px;
}

.form-alert,
.form-error {
  display: none;
}

.form-control {
  /*padding: 15px 20px;*/
  height: auto;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #7c7c7c;
  outline: none;

  &:focus {
    border: none;
    border-bottom: 1px solid #fbd03f;
    box-shadow: none;
  }
}

b, strong {
  font-weight: bold;
}

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

ul.estados li {
  font-family: "Montserrat", Sans-Serif;
  font-size: 16px;
  margin-bottom: 5px;
}

ul.square-dark {
  list-style-type: square;
}

ul.square-dark li {
  margin-bottom: 10px;
  font-size: large;
}

ul.square-dark li::marker {
  color: rgba(0, 0, 0, 1);
}

ul.square-white {
  list-style-type: square;
}

ul.square-white li {
  margin-bottom: 10px;
  font-size: large;
}

ul.square-white li::marker {
  color: rgba(255, 255, 255, 1);
}

ul.square-yellow {
  list-style-type: square;
}

ul.square-yellow li {
  margin-bottom: 10px;
  font-size: large;
}

ul.square-yellow li::marker {
  color: rgba(251, 208, 63, 1);
}

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

.status,
.status-mes {
  background-image: url(img/loader.gif);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  left: 50%;
  margin: -90px 0 0 -90px;
  position: absolute;
  top: 50%;
  width: 180px;
  z-index: 999999;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", Sans-Serif;
}

h3,
h4 {
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 2px;
}

h4.subtitle {
  text-transform: none;
  line-height: 28px;
}

a {
  outline: none;
  color: #fbd03f;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:hover,
a:focus,
a:active {
  color: #ddb017;
  text-decoration: none;
  outline: none;
}

.line {
  display: block;
  width: 50px;
  height: 3px;
  background: #fbd03f;
  margin-bottom: 20px;
}

.line-center {
  display: block;
  width: 50px;
  height: 3px;
  background: #fbd03f;
  position: absolute;
  left: 50%;
  margin-bottom: 40px !important;
  margin-left: -25px;
}

.mt30 {
  margin-top: 30px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #6a6a6a;
  background-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
}

.owl-carousel .owl-nav .owl-next {
  right: 0%;
  top: 50%;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0%;
  top: 50%;
}

.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  font-size: 100px;
  color: #fcfcfc;
}

.owl-nav-disabled .owl-nav {
  display: none;
}

.owl-nav.disabled {
  display: none;
}

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

.industrias i[class*="pe-7s"] {
  font-size: 64px;
  color: #fbd03f;
  margin: 10px;
}

#fragancias div[class*="col-"] {
  padding: 0;
}

#fragancias img {
  width: 100%;
}

.fragancias-item {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.fragancias-item .fragancias-image {
  overflow: hidden;
  display: block;
  position: relative;
}
.fragancias-item .fragancias-image img {
  width: 100%;
  height: auto;
}

.fragancias-item:hover .fragancias-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;
}

.fragancias-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(251, 203, 42, 0.8);
  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;
}

.fragancias-info {
  position: absolute;
  height: 100px;
  width: 100%;
  top: 5%;
  margin-top: -40px;
  padding: 40px;
}

.fragancias-info p {
  color: #2a2a2a;
}

.fragancias-name {
  color: #fff;
  text-transform: uppercase;
  margin-top: 50px;
  opacity: 0;
  font-family: "Gotham Light", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 24px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.fragancias-item:hover .fragancias-name {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.5s;
  -moz-transition: opacity 0.4s 0.5s;
  -ms-transition: opacity 0.4s 0.5s;
  -o-transition: opacity 0.4s 0.5s;
  transition: opacity 0.3s 0.5s;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pt60 {
  padding-top: 60px;
}

.fs-lg-1x {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

.fs-lg-2x {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.fs-lg-3x {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.fs-lg-4x {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

#minimal-bootstrap-carousel {
  position: relative;
  z-index: 999;
  height: 100dvh;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  z-index: 9999;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel
  .carousel-caption
  .thm-container
  .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel
  .carousel-caption
  .thm-container
  .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  width: 120px;
  height: 120px;
  font-size: 120px;
  line-height: 120px;
  color: #fff;
  background: transparent;
  visibility: visible !important;
  opacity: 1;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
  text-shadow: none;
}

@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }

  #main .main-title {
    font-size: 1.5rem;
  }

  .fs-lg-1x {
    font-size: 2.5rem;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
}

.carousel-inner {
  height: 100%;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 787px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #282828;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
  min-height: 627px;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
  min-height: 654px;
}

#minimal-bootstrap-carousel.slider-home-four .carousel-inner .item {
  min-height: 678px;
}

#minimal-bootstrap-carousel.slider-home-five .carousel-inner .item {
  min-height: 623px;
}

.slider-home-one .content {
  padding-bottom: 380px;
}
.slider-home-one .content h2,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content h2 {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 300;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 49.5px;
  letter-spacing: 5px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  margin-bottom: 25px;
  text-align: center;
}
.slider-home-one .content p {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 18px;
  line-height: 28px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-bottom: 50px;
}
.slider-home-one .content a.thm-button {
  display: inline-block;
  background: #29a2db;
  font-family: "Poppins";
  font-size: 17px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  color: #fff;
  padding: 7px 33px;
  border-radius: 30px;
  border: 1px solid #29a2db;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider-home-one .content a.thm-button:hover {
  background: #fff;
  color: #29a2db;
}

.slider-home-two .content {
  padding-bottom: 110px;
}

.slider-home-three .content {
  padding-bottom: 90px;
}

.slider-home-four .content {
  padding-bottom: 0px;
}

.slider-home-five .content {
  padding-bottom: 0px;
}

/*
 * Slides
*/
.slider-home-one .slide-1 {
  background-image: url(img/slider-1.jpg);
  background-position: left bottom;
}

.slider-home-one .slide-2 {
  background-image: url("img/slider-2.jpg");
  background-position: left bottom;
}

.slider-home-one .slide-3 {
  background-image: url("img/slider-3.jpg");
  background-position: left top;
}

.slider-home-one .slide-4 {
  background-image: url("img/slider-4.jpg");
  background-position: left bottom;
}

.slider-home-one .slide-5 {
  background-image: url("img/slider-5.jpg");
  background-position: left top;
}

/* Estilos Personalizados de Elementos */
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus {
  background-color: #f7cb3e;
  border-color: #f7cb3e;
  box-shadow: 0 0 0 .25rem rgba(255, 200, 50, 0.5);
}

#aplicaciones-carousel .filtro .circulo {
  width: 64px;
  height: 64px;
  padding: 16px;
  margin-left: -32px;
}

.col.active,
.filtro.active {
  border: 3px solid #fbd03f;
  font-weight: bold;
}

.page-item.active .page-link {
  background-color: #fbd03f;
  border-color: #fbd03f;
}

.page-link:focus {
  box-shadow: 0 0 0 .25rem rgba(254, 160, 15, 0.25);
}

#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,

#descripcion-producto .nav-tabs .nav-item .nav-link.active,
#descripcion-producto .nav-tabs .nav-item .nav-link.active:hover,
#descripcion-producto .nav-tabs .nav-item .nav-link.active:focus,
#descripcion-producto .nav-tabs .nav-item .nav-link.active:active{
  /*background-color: rgba(223, 223, 223, 0.6);*/
  box-shadow: none !important;
  /*border-bottom: 7px solid #445ea3 !important;*/
  border-bottom: 7px solid #fbd03f !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;
}

.descubre-item {
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

.descubre-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1); /* inicio con ligero zoom */
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 0;
}

.descubre-item:hover div {
  background-color: rgba(0, 0, 0, 0.4);
}

.descubre-item:hover div h5 {
  color: #ffffff;
}

.descubre-item:hover::before {
  opacity: 1;
  transform: scale(1); /* hace zoom out suave */
}

.descubre-item.descubre-item_cultura-y-valores::before {
  background-image: url('/img/_partials/descubre/cultura-y-valores.jpg');
}

.descubre-item.descubre-item_accion-climatica::before {
  background-image: url('/img/_partials/descubre/accion-climatica.jpg');
}

.descubre-item.descubre-item_fragancias::before {
  background-image: url('/img/_partials/descubre/fragancias.jpg');
}

.descubre-item.descubre-item_aceites-esenciales::before {
  background-image: url('/img/_partials/descubre/aceites-esenciales.jpg');
}

.descubre-item.descubre-item_quimicos-aromaticos::before {
  background-image: url('/img/_partials/descubre/quimicos-aromaticos.jpg');
}

.descubre-item * {
  position: relative;
  z-index: 1;
}

/* 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 */

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.h-100px {
  height: 100px;
}

.h-150px {
  height: 150px;
}

.h-200px {
  height: 200px;
}

.h-250px {
  height: 250px;
}

.h-300px {
  height: 300px;
}

.border-top-left-radius-10 {
  border-top-left-radius: 10px;
}

.border-top-left-radius-20 {
  border-top-left-radius: 20px;
}

.border-top-left-radius-30 {
  border-top-left-radius: 30px;
}

.border-top-left-radius-40 {
  border-top-left-radius: 40px;
}

.border-top-left-radius-50 {
  border-top-left-radius: 50px;
}

.border-top-right-radius-10 {
  border-top-right-radius: 10px;
}

.border-top-right-radius-20 {
  border-top-right-radius: 20px;
}

.border-top-right-radius-30 {
  border-top-right-radius: 30px;
}

.border-top-right-radius-40 {
  border-top-right-radius: 40px;
}

.border-top-right-radius-50 {
  border-top-right-radius: 50px;
}

.border-bottom-left-radius-10 {
  border-bottom-left-radius: 10px;
}

.border-bottom-left-radius-20 {
  border-bottom-left-radius: 20px;
}

.border-bottom-left-radius-30 {
  border-bottom-left-radius: 30px;
}

.border-bottom-left-radius-40 {
  border-bottom-left-radius: 40px;
}

.border-bottom-left-radius-50 {
  border-bottom-left-radius: 50px;
}

.border-bottom-right-radius-10 {
  border-bottom-right-radius: 10px;
}

.border-bottom-right-radius-20 {
  border-bottom-right-radius: 20px;
}

.border-bottom-right-radius-30 {
  border-bottom-right-radius: 30px;
}

.border-bottom-right-radius-40 {
  border-bottom-right-radius: 40px;
}

.border-bottom-right-radius-50 {
  border-bottom-right-radius: 50px;
}

.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);
  z-index: 10000;
}

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

.blockui .blockui-overlay .spinner-border {
  height: 1.35rem;
  width: 1.35rem;
}

@media only screen and (max-width: 1200px) {
  #header ul.nav li {
    .dropdown-menu {
      width: 700px;
    }
  }

  .fragancias-info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 0%;
    margin-top: -25px;
    padding: 25px;
  }

  .container-info {
    img.img-fluid {
      position: static;
      float: none;
      width: 100%;
    }

    .container-info-description-right,
    .container-info-description-left {
      position: static;
      float: none;
      width: 100%;
      margin-top: 0;
      padding: 20px;
    }
  }
}

@media only screen and (max-width: 700px) {
  #language,
  #top {
    display: none;
  }

  #inicio {
    width: 100%;
    height: 600px;
    background-image: url("img/bg-inicio.jpg");
    background-size: cover;
    background-attachment: scroll;
    text-align: center;
  }

  #inicio .bg-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-top: 100px;
    height: 600px;
  }

  #inicio h1 {
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 45px;
  }

  #inicio {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }

  #productos {
    padding: 50px 0px 60px 0px;
  }

  #productos .producto {
    height: 350px;
    background-color: #fedf78;
    padding: 7% 7%;
    margin-bottom: 30px;
  }

  #productos .producto .cuadro {
    height: 100%;
    color: #fff;
    text-align: center;
    border: 5px solid #fff;
    padding-top: 18%;
    background-color: #fbd03f;
  }

  #productos .producto .cuadro h4.subtitulo {
    font-family: "Playfair Display", Sans-Serif;
    text-transform: none;
    letter-spacing: normal;
    font-style: italic;
    color: #fff;
  }

  #productos .producto .cuadro h2 {
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 40px;
    margin-top: 15px;
  }

  #productos .producto .cuadro a {
    font-family: "Montserrat", Sans-Serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
  }

  #minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 600px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #282828;
  }

  .slider-home-one .content {
    padding-bottom: 180px;
  }

  .slider-home-one .slide-1 {
    background-image: url(img/slider-1.jpg);
    background-position: center bottom;
  }

  .slider-home-one .slide-2 {
    background-image: url(img/slider-2.jpg);
    background-position: center bottom;
  }

  .slider-home-one .slide-3 {
    background-image: url(img/slider-3.jpg);
    background-position: center top;
  }

  .slider-home-one .slide-4 {
    background-image: url(img/slider-4.jpg);
    background-position: center bottom;
  }

  .slider-home-one .slide-5 {
    background-image: url(img/slider-5.jpg);
    background-position: center top;
  }

  .slider-home-one .content h2 {
    color: #fff;
    font-family: "Montserrat";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 2.5px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    margin-bottom: 25px;
    text-align: center;
  }

  .bg-nosotros {
    background-image: url("img/bg-nosotros.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }

  .bg-industrias {
    background-image: url("img/bg-industrias.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }

  .bg-cobertura {
    background-image: url("img/bg-cobertura.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }

  .bg-fragancias {
    background-image: url("img/bg-fragancias.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
  }

  .bg-aceites {
    background-image: url("img/bg-aceites.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
  }

  .bg-colorantes {
    background-image: url("img/bg-colorantes.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
  }

  .bg-quimicos {
    background-image: url("img/bg-quimicos.jpg");
    background-size: cover;
    background-position: bottom;
    background-attachment: scroll;
  }

  .productos .productos-item .imagen {
    background-color: #f2f2f2;
    height: 330px;
    text-align: center;
  }

  .line-center {
    top: -20px;
  }

  #sustentabilidad {
    background-attachment: scroll;
    background-position: center;
  }

  section[class*="bg-"],
  div[class*="bg-"] {
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .buttons {
    gap: 10px;
  }
}

.video-fullscreen {
  padding: 56.25% 0 0 0;
  position: relative;
  background-image: url('img/bg/home-video.jpg');
  background-size: cover;
  background-position: center;
}

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

@media (max-width: 768px) {
  #interior {
    height: auto;
  }

  #interior .bg-overlay {
    padding-bottom: 100px;
    height: auto;
  }

  .video-fullscreen {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

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

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