.header {
  z-index: 9;
  float: left;
  background-color: #f9ffed;
  width: 100%;
  padding: 10px 20px;
  position: fixed;
}

.contenedor {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.contenedor.var {
  width: 100%;
}

.navbar {
  background-color: #0000;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 40px;
  display: flex;
}

.nav_menu {
  float: left;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  height: 40px;
  display: inline-flex;
}

.item_nav {
  color: #0c4e16;
  margin-left: 10px;
  margin-right: 0;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-flex;
}

.item_nav.var {
  padding: 0;
}

.main {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.none {
  display: none;
}

.slider {
  float: left;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.mask {
  height: auto;
}

.slide {
  height: 600px;
}

.slide._1 {
  background-image: url('../images/slide_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contenido__slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contenido__slider._1 {
  background-image: url('../images/slide_3.png');
  background-position: 50%;
  background-size: cover;
}

.contenido__slider._2 {
  background-image: url('../images/slide_2.png');
  background-position: 50%;
  background-size: cover;
}

.contenido__slider._3 {
  text-align: center;
  background-image: url('../images/slide_1.png');
  background-position: 50%;
  background-size: cover;
}

.left_slider {
  float: left;
  width: 50%;
  padding-top: 50px;
  padding-right: 40px;
}

.left_slider.var {
  padding-top: 0;
}

.right__slider {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 400px;
  padding-bottom: 20px;
  display: flex;
}

.right__slider.var {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
}

.titulo__slider {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IvyoraDisplay, Georgia, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.titulo__slider.var {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.arrow {
  color: #009a3e;
  background-color: #e9eae8;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.enlace_slider {
  color: #fff;
  text-transform: uppercase;
  background-color: #3e8b36;
  margin-top: 20px;
  padding: 12px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.enlace_slider:hover {
  color: #3e8b36;
  background-color: #fff;
}

.enlace_slider.var {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.enlace_slider.var:hover {
  color: #fff;
  background-color: #333;
}

.enlace_slider.var.new {
  width: auto;
}

.img_slider {
  max-width: 150%;
}

.second {
  float: left;
  width: 100%;
}

.left_second {
  float: left;
  background-image: url('../images/second.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.right_second {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 500px;
  padding: 40px 50px;
  display: flex;
}

.right_second.var {
  height: 800px;
}

.mid_content {
  width: 100%;
  max-width: 510px;
}

.mid_content.var {
  text-align: left;
}

.mid_content.new {
  padding-right: 60px;
}

.titulo_second {
  color: #005c2d;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: IvyoraDisplay, Georgia, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.titulo_second.var {
  font-size: 35px;
  line-height: 40px;
}

.titulo_second.var.white {
  color: #fff;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 45px;
}

.texto_second {
  color: #00270f;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.texto_second.var {
  color: #005c2d;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

.third {
  float: left;
  background-color: #effcee;
  width: 100%;
}

.left_third {
  float: left;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 800px;
  padding: 40px 50px 40px 40px;
  display: flex;
}

.titulo_presentaciones {
  color: #3e8b36;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.content__slider {
  display: block;
}

.content__slider.var {
  display: block;
}

.logo__slider {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 60px;
  display: flex;
}

.logo_slide {
  height: auto;
  max-height: 55px;
}

.body__slider {
  position: relative;
}

.imagen__slider {
  text-align: center;
  margin-top: 40px;
}

.controls_slider {
  text-align: right;
  width: 50%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow_slider {
  background-color: #3e8b36;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 55px;
  margin-left: 5px;
  display: inline-flex;
}

.content__info {
  display: block;
}

.content__info.var {
  display: block;
}

.titulo__info {
  color: #005c2d;
  margin-bottom: 10px;
  font-family: IvyoraDisplay, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.subtitulo__info {
  color: #005c2d;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.contenido__info {
  margin-bottom: 25px;
}

.fila__info {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}

.texto__info {
  color: #005c2d;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.texto_fila {
  color: #005c2d;
  background-color: #effcee;
  padding-right: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: absolute;
  inset: auto auto 0% 0%;
}

.texto_fila.var {
  padding-left: 7px;
  padding-right: 0;
  inset: 0% 0% auto auto;
}

.fourth {
  float: left;
  background-color: #00270f;
  width: 100%;
  padding: 60px 20px;
}

.titulo_componentes {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: IvyoraDisplay, Georgia, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.columna {
  float: left;
  text-align: center;
  width: 100;
  margin-left: 10px;
  margin-right: 10px;
}

.imagen__columna {
  width: 100%;
  height: 275px;
  margin-bottom: 15px;
}

.imagen__columna._1 {
  background-image: url('../images/i1.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._2 {
  background-image: url('../images/i2.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._3 {
  background-image: url('../images/i3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen__columna._4 {
  background-image: url('../images/i4.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._5 {
  background-image: url('../images/i5.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._6 {
  background-image: url('../images/i6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen__columna._7 {
  background-image: url('../images/i7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagen__columna._8 {
  background-image: url('../images/i8.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._9 {
  background-image: url('../images/i9.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._10 {
  background-image: url('../images/i10.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._11 {
  background-image: url('../images/i11.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._12 {
  background-image: url('../images/i12.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._13 {
  background-image: url('../images/i13.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._14 {
  background-image: url('../images/i14.png');
  background-position: 50%;
  background-size: cover;
}

.imagen__columna._15 {
  background-image: url('../images/i15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo_columna {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.subtitulo_columna {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.controles_componentes {
  text-align: center;
  margin-top: 40px;
}

.arrow_component {
  background-color: #043311;
  border: 2px solid #3e8b36;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-flex;
}

.fifth {
  float: left;
  width: 100%;
}

.left_fifth {
  float: left;
  background-image: url('../images/fondo.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 800px;
  padding: 40px 60px 100px 40px;
  display: flex;
}

.img_caja {
  max-width: 80%;
}

.right_fifth {
  float: left;
  width: 50%;
  height: auto;
  padding: 40px 40px 40px 50px;
}

.content__puntos {
  width: 104%;
  margin-left: -2%;
}

.columna_punto {
  float: left;
  color: #00270f;
  border: 1px solid #bbb;
  width: 46%;
  margin-bottom: 15px;
  margin-left: 2%;
  margin-right: 2%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.imagen_punto {
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 20px;
  display: flex;
}

.info__abajo {
  background-image: url('../images/whatsapp.png'), url('../images/arrow.png');
  background-position: 20px, 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 20px, auto;
  border-top: 1px solid #b1b1b1;
  padding: 10px 30px 10px 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.sixth {
  float: left;
  background-color: #00270f;
  width: 100%;
  padding: 0;
  position: relative;
}

.sombra {
  z-index: 1;
  float: left;
  background-image: linear-gradient(90deg, #00270f 34%, #0000);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 600px;
  padding-left: 0;
  display: block;
  position: relative;
}

.imagen {
  background-image: url('../images/imagenAbajo.png');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left_contacto {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 40px 40px 40px 20px;
  display: flex;
}

.input_form {
  color: #fff;
  background-color: #0000;
  border: 1px solid #3e8b36;
  height: auto;
  padding: 10px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.input_form::placeholder {
  color: #fff;
}

.enviar {
  text-transform: uppercase;
  background-color: #3e8b36;
  padding: 12px 45px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer {
  float: left;
  background-color: #0c4e17;
  width: 100%;
  padding: 20px 40px;
}

.left_footer {
  float: left;
  width: 50%;
}

.right_footer {
  float: left;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 50px;
  display: flex;
}

.red {
  margin-left: 10px;
}

.fixed {
  z-index: 9;
  position: fixed;
  inset: auto 20px 10px auto;
}

.banner_typ {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #0c4e17;
  width: 100%;
  padding: 121px 20px;
  font-family: IvyoraDisplay, Georgia, sans-serif;
}

.texto_typ {
  float: left;
  text-align: center;
  width: 100%;
  min-height: 350px;
  padding: 65px 25px 40px;
}

.text-block {
  color: #000;
  text-align: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

#primer-slider, #segundo-slider, #ingredientes{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

#primer-slider li, #segundo-slider li, #ingredientes li{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.w-nav-link.w--current {
    color: #000;
    font-weight: 600;
}

.loading{
  background:url('../images/loading.gif') rgba(255,255,255,0.95);
  background-size: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

body{
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .header {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .brand {
    width: 40%;
    padding-left: 20px;
  }

  .nav_menu {
    background-color: #0000;
    width: 100%;
    height: auto;
    padding-top: 10px;
  }

  .item_nav {
    text-align: center;
    background-color: #f9ffed;
    border-top: 1px solid #0c4e161a;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .item_nav.var {
    display: none;
  }

  .main {
    margin-top: 0;
  }

  .slide {
    height: 400px;
  }

  .left_slider.var {
    padding-top: 65px;
    padding-left: 90px;
    padding-right: 0;
  }

  .right__slider {
    height: auto;
    padding-top: 75px;
    padding-bottom: 0;
  }

  .titulo__slider {
    font-size: 30px;
    line-height: 35px;
  }

  .right_second.var {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .mid_content.new {
    padding-right: 0;
  }

  .left_third {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .columna {
    width: 100%;
  }

  .imagen__columna {
    height: 200px;
  }

  .right_fifth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .toggle {
    color: #000;
    background-color: #0000;
    margin-right: 20px;
    padding: 8px 10px;
  }

  .toggle.w--open {
    color: #000;
    background-color: #0000;
  }

  .fixed {
    right: 10px;
  }

  .img_fixed {
    height: 75px;
  }

  .banner_typ {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .texto_typ {
    min-height: 100px;
    padding-top: 40px;
  }

  .title_typ {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 50%;
  }

  .slide {
    height: 350px;
  }

  .contenido__slider._1 {
    display: inline-block;
  }

  .left_slider {
    text-align: center;
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left_slider.var {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right__slider {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    display: block;
  }

  .right__slider.var {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .titulo__slider {
    font-size: 25px;
    line-height: 30px;
  }

  .img_slider {
    max-width: 100%;
    max-height: 200px;
  }

  .left_second {
    width: 100%;
    height: 200px;
  }

  .right_second {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .mid_content.var.new {
    text-align: center;
    padding-top: 40px;
  }

  .titulo_second {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
  }

  .left_third {
    padding: 25px;
  }

  .texto__info {
    overflow: hidden;
  }

  .columna {
    width: 100;
  }

  .arrow_component {
    width: 50px;
    height: 50px;
    padding: 15px;
  }

  .left_fifth {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 400px;
    padding: 24px;
    display: block;
  }

  .img_caja {
    max-height: 200px;
  }

  .right_fifth {
    width: 100%;
    padding: 25px;
  }

  .sombra {
    height: auto;
    position: relative;
  }

  .imagen {
    float: left;
    height: 300px;
    position: relative;
  }

  .left_contacto {
    width: 100%;
    height: auto;
  }

  .right_footer {
    height: 30px;
  }

  .img_caja_new {
    max-height: 200px;
  }

  .texto_typ {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 75%;
  }

  .arrow {
    width: 40px;
    height: 40px;
  }

  .enlace_slider {
    margin-top: 10px;
  }

  .img_slider {
    max-height: 150px;
  }

  .titulo_second {
    font-size: 25px;
    line-height: 25px;
  }

  .titulo_second.var, .titulo_second.var.white {
    font-size: 25px;
    line-height: 30px;
  }

  .arrow_slider {
    width: 50px;
    height: 50px;
    padding: 20px;
  }

  .texto__info {
    overflow: hidden;
  }

  .fourth {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .titulo_componentes {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }

  .columna {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .arrow_component {
    padding: 17px;
  }

  .right_fifth {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content__puntos {
    width: 100%;
    margin-left: 0%;
  }

  .columna_punto {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .left_contacto {
    padding-left: 25px;
    padding-right: 25px;
  }

  .left_footer {
    text-align: center;
    width: 100%;
  }

  .right_footer {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: inline-block;
  }

  .img_caja_new.var {
    position: relative;
    top: 32px;
  }

  .texto_typ {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}


@font-face {
  font-family: 'IvyoraDisplay';
  src: url('../fonts/IvyOraDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}