:root {
  --crema: #eeeee1;
  --rojo: #d13a2f;
  --durazno: #efc7ab;
  --aqua: #7bbf97;
  --morado: #8e3583;
  --cafe: #a19054;
  --amarillo: #f8ab1d;
  --rosa: #e77173;
  --ch: 1rem;
  --verde: #8cbe23;
  --xg: 4rem;
  --g: 3rem;
  --m: 2rem;
  --xch: .8rem;
  --xxg: 5rem;
  --azul: #368ab0;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
}

.seccion {
  z-index: 900;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.seccion.carrusel {
  z-index: 899;
  background-color: var(--crema);
  background-image: url('../images/Nutrio-Textura-Fondo_durazno.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
}

.seccion.conocenos {
  background-color: var(--rojo);
  background-image: url('../images/Nutrio-Textura-Fondo.svg');
  background-position: 50%;
  background-size: auto;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.seccion.contacto {
  background-color: var(--rojo);
}

.seccion.video-background, .seccion.distribuidores {
  background-color: #0000;
}

.seccion.productos {
  background-color: var(--crema);
  opacity: 1;
  background-image: url('../images/Nutrio-Textura-Fondo.svg');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
}

.seccion.beneficios_pistache {
  background-color: var(--durazno);
}

.seccion.quote_producto {
  background-color: #00000040;
}

.seccion.quote_producto.pistache {
  background-color: #0000;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/background-of-organic-pistachios-natural-pure-pis-2025-03-05-05-20-59-utc.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.seccion.quote_producto.nuez {
  background-color: #0000;
  background-image: linear-gradient(#00000026, #00000026), url('../images/delicious-cashew-nuts-isolated-healthy-organic-s-2025-01-08-03-32-23-utc.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.seccion.quote_producto.almendras {
  background-color: #0000;
  background-image: linear-gradient(#00000026, #00000026), url('../images/prunus-dulcis-nut-almond-rich-in-phosphorus-vit-2024-10-21-17-43-29-utc.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.seccion.quote_producto.arandano {
  background-color: #0000;
  background-image: linear-gradient(#00000026, #00000026), url('../images/lingonberry-vaccinium-vitis-idaea-wild-superfood-2025-01-09-05-34-18-utc.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.seccion.quote_producto.frutamix {
  background-color: #0000;
  background-image: url('../images/ChatGPT-Image-12-dic-2025-03_26_41-p.m..webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.seccion.distribuidores_var {
  background-color: #0000;
}

.seccion.beneficios_almendra {
  background-color: var(--aqua);
}

.seccion.beneficios_frutamix {
  background-color: var(--morado);
  font-style: normal;
}

.seccion.beneficios_arandano {
  background-color: var(--cafe);
  font-style: normal;
}

.seccion.beneficios_nuez_cheddar {
  background-color: var(--amarillo);
}

.seccion.beneficios_nuez_habanero {
  background-color: var(--rosa);
}

.seccion.politica {
  padding-top: 8rem;
}

.contenedor {
  z-index: 990;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1420px;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.contenedor.nav {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.contenedor.contacto {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.contenedor.stretch {
  justify-content: space-between;
  align-items: center;
}

.contenedor.distribuidores {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.contenedor.encuentranos {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  margin-top: 0;
  margin-bottom: 4rem;
}

.contenedor.down {
  flex-flow: column;
}

.contenedor.faqs {
  flex-flow: row;
  justify-content: space-between;
}

.contenedor.productos {
  justify-content: space-between;
  align-items: center;
}

.hero {
  z-index: 990;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.hero.main_product {
  background-image: none;
  overflow: clip;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
  position: fixed;
}

.logo_cliente {
  width: auto;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  font-family: obviously-narrow, sans-serif;
  font-size: var(--ch);
  border: 1px solid #fff;
  border-radius: 500px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.nav-link:hover {
  background-color: #fff;
  border-radius: 10px;
}

.nav-link._01 {
  color: #fff;
}

.nav-link._01:hover {
  color: var(--verde);
}

.nav-link._01.var {
  border-color: var(--verde);
  color: var(--verde);
  background-color: #fffc;
}

.nav-link._01.var:hover {
  background-color: var(--verde);
  color: #fff;
}

.nav-link._02 {
  color: #fff;
}

.nav-link._02:hover {
  color: var(--rojo);
}

.nav-link._02.var {
  border-color: var(--rojo);
  color: var(--rojo);
  background-color: #fffc;
}

.nav-link._02.var:hover {
  background-color: var(--rojo);
  color: #fff;
}

.nav-link._03 {
  color: #fff;
}

.nav-link._03:hover {
  color: var(--morado);
}

.nav-link._03.var {
  border-color: var(--morado);
  color: var(--morado);
  background-color: #fffc;
}

.nav-link._03.var:hover {
  background-color: var(--morado);
  color: #fff;
}

.nav-link._04 {
  color: #fff;
}

.nav-link._04:hover {
  color: var(--amarillo);
}

.nav-link._04.var {
  border-color: var(--amarillo);
  color: var(--amarillo);
  background-color: #fffc;
}

.nav-link._04.var:hover {
  background-color: var(--amarillo);
  color: #fff;
}

.background-video {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.h1_hero {
  color: var(--crema);
  font-family: obviously-narrow, sans-serif;
  font-size: var(--xg);
  letter-spacing: 2px;
  width: 70%;
  margin: 0 15% 0;
  font-weight: 500;
  line-height: 1.2em;
}

.h2_verde {
  color: var(--verde);
  font-family: obviously-wide, sans-serif;
  font-size: var(--m);
  letter-spacing: 1px;
  width: auto;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4em;
}

.txt_quote {
  text-align: center;
  width: 60%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: obviously-narrow, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.txt_quote.var {
  color: var(--verde);
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.h2_rojo {
  color: var(--rojo);
  font-family: obviously-narrow, sans-serif;
  font-size: var(--xg);
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.2em;
}

.carrusel {
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-bottom: .6rem;
  display: flex;
}

.carrusel_elemento {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.circulo {
  aspect-ratio: 1;
  background-color: var(--crema);
  opacity: .25;
  border-radius: 500px;
  width: 80%;
}

.producto {
  object-fit: contain;
  height: 100%;
  position: absolute;
}

.producto._3 {
  width: 90%;
  height: auto;
}

.producto._2 {
  height: 110%;
}

.producto._1 {
  height: 90%;
}

.circulo_fondo {
  aspect-ratio: 1;
  width: 150%;
  position: absolute;
}

.circulo_fondo.pistache, .circulo_fondo.almendras {
  background-color: var(--durazno);
  pointer-events: none;
  border-radius: 500px;
}

.circulo_fondo.nuez_cheddar {
  background-color: var(--amarillo);
  pointer-events: none;
  border-radius: 500px;
}

.circulo_fondo.frutamix {
  background-color: var(--morado);
  pointer-events: none;
  border-radius: 500px;
}

.circulo_fondo.arandano {
  background-color: var(--cafe);
  pointer-events: none;
  border-radius: 500px;
}

.circulo_fondo.nuez_habanero {
  background-color: var(--durazno);
  pointer-events: none;
  border-radius: 500px;
}

.circulo_fondo.nuez {
  background-color: var(--morado);
  border-radius: 500px;
}

.circulo_fondo.jamaica, .circulo_fondo.granel {
  background-color: var(--durazno);
  pointer-events: none;
  border-radius: 500px;
}

.narrow-bold {
  font-family: obviously-narrow, sans-serif;
  font-weight: 700;
}

.h2_var {
  color: #fff;
  font-family: obviously-narrow, sans-serif;
  font-size: var(--xg);
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.col50 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img_banner {
  z-index: 998;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 500px;
  width: 75%;
  height: auto;
  position: relative;
}

.subtitulo {
  color: #fff;
  font-family: obviously, sans-serif;
  font-size: var(--ch);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 700;
}

.txt_encuentranos {
  color: var(--verde);
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 0;
  font-family: obviously-wide, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
}

.logo_02 {
  width: 6rem;
  margin-top: 2rem;
}

.col30 {
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.form-block {
  width: 70%;
  display: flex;
}

.text-field {
  border: 1px solid var(--durazno);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--xch);
  background-color: #0000;
  border-radius: 500px;
  font-weight: 300;
  line-height: 1.4em;
}

.text-field::placeholder {
  color: #fff;
}

.text-field._50 {
  width: 49%;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  display: flex;
}

.logo_contacto {
  width: auto;
  height: 5rem;
  margin-bottom: 2rem;
}

.quote {
  color: var(--crema);
  font-family: obviously-narrow, sans-serif;
  font-size: var(--xg);
  letter-spacing: 2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 1.4em;
}

.quote.no_margen {
  margin-bottom: 0;
}

.submit-button {
  border: 1px solid var(--durazno);
  color: var(--rojo);
  font-family: obviously-narrow, sans-serif;
  font-size: var(--ch);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 500px;
  margin-left: auto;
  margin-right: 0;
  padding: 10px 25px;
  font-weight: 600;
}

.submit-button:hover {
  border-color: var(--verde);
  background-color: var(--verde);
  color: var(--crema);
  border-radius: 10px;
}

.titulo_contacto {
  color: #fff;
  font-family: obviously-narrow, sans-serif;
  font-size: var(--g);
  letter-spacing: 2px;
  margin-right: 3rem;
  font-weight: 600;
}

.link_contacto {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--ch);
  margin-bottom: 1rem;
  line-height: 1.4em;
  text-decoration: none;
}

.link_contacto:hover {
  color: var(--durazno);
}

.img_float {
  width: auto;
  height: auto;
  position: absolute;
  left: auto;
}

.img_float.dist_01 {
  z-index: 991;
  width: 12rem;
  top: 8rem;
  left: -6rem;
  transform: rotate(37deg);
}

.img_float.dist_04 {
  z-index: 991;
  width: 7rem;
  top: 10rem;
  left: auto;
  right: 2rem;
  transform: rotate(-39deg);
}

.img_float.dist_02 {
  z-index: 990;
  filter: blur(6px);
  width: 5rem;
  top: 2rem;
  left: 4rem;
  right: auto;
  transform: rotate(37deg);
}

.img_float._03 {
  z-index: 989;
  filter: blur(5px);
  width: 5rem;
  inset: auto 2rem 5rem auto;
  transform: rotate(110deg);
}

.img_float._02 {
  z-index: 990;
  width: 10rem;
  inset: auto 0 0 auto;
  transform: rotate(-37deg);
}

.img_float._01 {
  z-index: 990;
  filter: blur(5px);
  width: 8rem;
  inset: 2rem auto auto 0;
  transform: rotate(-104deg);
}

.img_float._04 {
  z-index: 990;
  width: 8rem;
  top: auto;
  bottom: -8rem;
  left: 0;
  transform: rotate(37deg);
}

.img_float.dist_03 {
  z-index: 991;
  width: 5rem;
  top: auto;
  bottom: 3rem;
  left: -2rem;
  transform: rotate(37deg);
}

.img_float.dist_05 {
  z-index: 991;
  width: 7rem;
  top: 16rem;
  left: auto;
  right: -1rem;
  transform: rotate(-39deg);
}

.img_float.producto_01 {
  width: auto;
  bottom: 30vh;
  right: -2rem;
}

.img_float.producto_02 {
  width: auto;
  top: 25vh;
  right: 1rem;
}

.img_float.producto3 {
  z-index: 998;
  width: auto;
  inset: -7rem auto auto 30vw;
}

.cont_txt {
  flex-flow: column;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.wave {
  z-index: 990;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1rem;
  display: block;
  position: relative;
}

.nav-menu {
  z-index: 999;
  margin-top: 2rem;
  margin-bottom: auto;
}

.copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--ch);
  margin-top: 0;
  font-weight: 300;
}

.image {
  filter: blur(5px);
}

.navbar_gradient {
  background-image: linear-gradient(#00000075, #0000 91%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.navbar_gradient.hide {
  display: none;
}

.btn_distribuidor {
  border: 1px solid var(--crema);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--crema);
  text-align: center;
  text-transform: uppercase;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-family: obviously-narrow, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.btn_distribuidor:hover {
  color: var(--verde);
  background-color: #fff;
  border-radius: 500px;
}

.btn_distribuidor.verde {
  border-color: var(--verde);
  color: var(--verde);
  font-size: var(--ch);
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn_distribuidor.verde:hover {
  background-color: var(--verde);
  color: #fff;
}

.hero_var {
  z-index: 990;
  justify-content: center;
  align-items: center;
  min-height: 70svh;
  display: flex;
  position: relative;
}

.p_crema {
  color: var(--crema);
}

.recaptcha {
  margin-right: 1rem;
}

.background-video-productos {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.cont_info_producto {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.img_producto {
  border-radius: 1000px;
  width: 80%;
  max-width: 80%;
  position: absolute;
}

.img_producto._35g {
  width: 75%;
  max-width: 75%;
  display: block;
}

.img_producto.caja {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  display: none;
}

.img_producto._200g {
  display: none;
}

.img_producto._500g {
  width: 85%;
  max-width: 85%;
  display: none;
}

.img_producto._1kg, .img_producto.costal, .img_producto.lata {
  display: none;
}

.circulo_producto {
  aspect-ratio: 1;
  opacity: .2;
  background-color: #fff;
  border-radius: 500px;
  width: 80%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.circulo_producto.pistache {
  background-color: var(--durazno);
  width: 100%;
}

.circulo_producto.almendras {
  background-color: #7bbf97;
  width: 100%;
}

.circulo_producto.frutamix {
  background-color: var(--morado);
  width: 100%;
}

.circulo_producto.arandano {
  background-color: var(--cafe);
  width: 100%;
}

.circulo_producto.nuez_cheddar {
  background-color: var(--amarillo);
  width: 100%;
}

.circulo_producto.nuez {
  background-color: var(--morado);
  width: 100%;
}

.circulo_producto.nuez_habanero {
  background-color: var(--rosa);
  width: 100%;
}

.categoria_producto {
  color: #b7b7b7;
  font-family: Montserrat, sans-serif;
  font-size: var(--xch);
  margin-bottom: 1rem;
  font-weight: 500;
}

.titulo_producto {
  color: #b7b7b7;
  font-family: obviously-wide, sans-serif;
  font-size: var(--m);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.titulo_producto.pistache {
  color: var(--durazno);
}

.titulo_producto.almendras {
  color: var(--aqua);
}

.titulo_producto.frutamix {
  color: var(--morado);
}

.titulo_producto.arandano {
  color: var(--rojo);
}

.titulo_producto.nuez_cheddar {
  color: var(--amarillo);
}

.titulo_producto.nuez_habanero {
  color: var(--rosa);
}

.titulo_producto.nuez {
  color: var(--morado);
}

.presentacion_producto {
  color: var(--verde);
  font-family: Montserrat, sans-serif;
  font-size: var(--xch);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 700;
}

.presentacion_producto._500g, .presentacion_producto._1kg, .presentacion_producto.caja, .presentacion_producto.costal {
  display: block;
}

.cont_img_producto {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.linea {
  background-color: var(--verde);
  width: 50%;
  height: 2px;
  margin-bottom: 1rem;
}

.tamano_producto_txt {
  color: #b7b7b7;
  font-family: Montserrat, sans-serif;
  font-size: var(--xch);
  margin-bottom: 1rem;
  font-weight: 500;
}

.cont_iconos_tamano {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-bottom: 1rem;
  display: flex;
}

.img_icono {
  aspect-ratio: 1;
  width: 100%;
}

.img_icono._35g {
  width: 70%;
}

.img_icono._500g {
  width: 85%;
}

.img_icono._1kg {
  width: 95%;
}

.icono {
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icono:hover {
  transform: scale(.9);
}

.icono.caja.hide, .icono._500g.hide, .icono.costal.hide, .icono._1kg.hide, .icono.lata.hide {
  display: none;
}

.txt_bold_producto {
  color: #2e2e2e;
  font-family: obviously, sans-serif;
  font-size: var(--ch);
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.parrafo_producto {
  color: #2e2e2e;
  font-size: var(--xch);
  margin-bottom: 2rem;
  line-height: 1.8em;
}

.pistache_01 {
  width: 15rem;
  transform: rotate(-110deg);
}

.pistache_02 {
  filter: blur(5px);
  width: 8rem;
  transform: rotate(-23deg);
}

.quote_beneficio {
  color: #fff;
  font-family: obviously-narrow, sans-serif;
  font-size: var(--xxg);
  text-align: center;
  width: 100%;
  line-height: 1.2em;
}

.pistache_03 {
  width: 10rem;
  transform: rotate(-110deg);
}

.peso-producto {
  color: #96bd43;
  text-align: center;
  width: 100%;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
}

.circulo-2 {
  aspect-ratio: 1;
  opacity: .2;
  pointer-events: none;
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.cont-ficha-producto {
  flex-flow: wrap;
  justify-content: space-between;
  width: 31%;
  height: auto;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
}

.carrusel-2 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: .6rem;
  display: flex;
}

.categoria-txt-producto {
  color: #b7b7b7;
  font-family: Montserrat, sans-serif;
  font-size: var(--xch);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1em;
}

.categoria-txt-producto.left {
  text-align: left;
  margin-bottom: 1.5rem;
}

.nombre-producto {
  color: #2e2e2e;
  font-family: obviously, sans-serif;
  font-size: var(--ch);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: flex-start;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
}

.carrusel_elemento-2 {
  aspect-ratio: auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.cont_productos {
  flex-flow: wrap;
  justify-content: space-between;
  width: 75%;
  height: auto;
  max-height: none;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.box-info-producto {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
}

.text-span-3 {
  font-weight: 500;
}

.producto-2 {
  pointer-events: none;
  height: 100%;
  position: absolute;
}

.producto-2.caja {
  object-fit: contain;
  width: 80%;
}

.filter-clear {
  color: #96bd43;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #96bd43;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 10px 15px;
  font-family: obviously-narrow, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.filter-clear:hover {
  color: #fff;
  background-color: #96bd43;
}

.filter-btn {
  color: #2e2e2e;
  background-color: #0000;
  border: 1px #0000;
  border-radius: 500px;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.filtros {
  background-color: #fff;
  border-radius: 10px;
  align-self: flex-start;
  width: 22%;
  height: auto;
  padding: 1.5rem;
}

.cont_filtros {
  width: auto;
  height: auto;
}

.data-group {
  color: #d13a2f;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  font-family: obviously-narrow, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.data-group._2 {
  margin-top: 1rem;
}

.txt_coleccion {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-family: obviously-narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

.txt_rojo {
  color: var(--rojo);
}

.almendra_01 {
  width: 10rem;
  transform: rotate(-26deg);
}

.almendra_02 {
  filter: blur(5px);
  width: 3rem;
  transform: rotate(-23deg);
}

.frutamix_02 {
  filter: blur(5px);
  width: 10rem;
  transform: rotate(-23deg);
}

.frutamix_01 {
  width: 14rem;
  transform: rotate(-26deg);
}

.arandano_01 {
  width: 12rem;
  transform: rotate(-26deg);
}

.arandano_02 {
  filter: blur(5px);
  width: 7rem;
  transform: rotate(-23deg);
}

.nuez_01 {
  width: 8rem;
  transform: rotate(-23deg);
}

.nuez_02 {
  filter: blur(5px);
  width: 5rem;
  transform: rotate(61deg);
}

.nuez_03 {
  width: 6rem;
  transform: rotate(-110deg);
}

.arandano_03, .frutamix_03 {
  width: 10rem;
  transform: rotate(-110deg);
}

.cheddar_02 {
  width: 12rem;
  transform: rotate(-110deg);
}

.cheddar_01 {
  width: 12rem;
  transform: rotate(-23deg);
}

.habanero_01 {
  width: 14rem;
  transform: rotate(-99deg);
}

.almendra_03 {
  width: 6rem;
  transform: rotate(-110deg);
}

.cont_presentaciones {
  justify-content: space-between;
  align-items: center;
  width: 40%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icono_presentacion {
  aspect-ratio: 1;
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 15%;
  height: 7rem;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icono_presentacion:hover {
  opacity: .5;
  padding-top: .25rem;
  padding-left: .25rem;
  padding-right: .25rem;
}

.img_presentacion {
  aspect-ratio: 1;
  width: 90%;
  margin-bottom: 1rem;
}

.img_presentacion._1 {
  padding: 10%;
}

.img_presentacion._3 {
  width: 90%;
  padding: 10%;
}

.presentacion_contenido {
  font-family: obviously-narrow, sans-serif;
  font-size: var(--ch);
  text-align: center;
  font-weight: 500;
  line-height: 1.3em;
  position: absolute;
  bottom: 0;
}

.tipo {
  z-index: 992;
  color: var(--verde);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: obviously-narrow, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  position: static;
  top: -3rem;
}

.cont_carrusel_elemento {
  width: 30%;
}

.franja {
  background-image: url('../images/Nutrio-Franja-Semillas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  width: 9rem;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.whats-card {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #0000;
  border: 2px #ffd20a;
  border-radius: 100px;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: flex-end;
  width: 3rem;
  height: 3rem;
  margin-left: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 3vw;
}

.whats-card:hover {
  padding: .2rem;
}

.img_whats {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: auto;
  padding: 0;
}

.text-field_mesage {
  border: 1px solid var(--durazno);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--xch);
  background-color: #0000;
  border-radius: 20px;
  min-height: 6rem;
  font-weight: 300;
  line-height: 1.4em;
}

.text-field_mesage::placeholder {
  color: #fff;
}

.titulo_politica {
  color: var(--rojo);
  font-family: obviously-narrow, sans-serif;
  font-size: var(--g);
  letter-spacing: 2px;
  width: 20%;
  margin-bottom: auto;
  margin-right: 3rem;
  font-weight: 600;
  line-height: 1em;
}

.txt_politica {
  color: #333;
  text-align: left;
  width: 75%;
  line-height: 1.8em;
}

.txt_contacto {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--ch);
  margin-bottom: 2rem;
  line-height: 1.4em;
  text-decoration: none;
}

.txt_contacto:hover {
  color: var(--durazno);
}

.links_contacto {
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.txt_faqs {
  color: #333;
  text-align: left;
  width: 75%;
  line-height: 1.8em;
}

.cont_botones {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn_tienda {
  border: 1px solid var(--crema);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--crema);
  text-align: center;
  text-transform: uppercase;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 15px 30px;
  font-family: obviously-narrow, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
}

.btn_tienda:hover {
  color: var(--verde);
  background-color: #fff;
  border-radius: 500px;
}

.btn_tienda.verde {
  border-color: var(--verde);
  color: var(--verde);
  font-size: var(--ch);
  width: auto;
  margin-bottom: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn_tienda.verde:hover {
  background-color: var(--verde);
  color: #fff;
}

.cont-ficha-granel {
  flex-flow: wrap;
  justify-content: space-between;
  width: 31%;
  height: auto;
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
}

.aviso {
  font-family: obviously, sans-serif;
  font-size: var(--ch);
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.5em;
  display: flex;
}

.text-span-4 {
  color: #333;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  font-family: obviously-narrow, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  font-family: obviously, sans-serif;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 500px;
}

.tab-link-tab-2 {
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 500px;
}

.text-span-5 {
  margin-left: auto;
  margin-right: 0;
}

.text-span-6 {
  margin-left: 2rem;
  margin-right: 0;
}

.main {
  overflow: clip;
}

@media screen and (max-width: 991px) {
  .seccion {
    overflow: clip;
  }

  .seccion.conocenos {
    height: auto;
  }

  .seccion.politica {
    padding-top: 6rem;
  }

  .contenedor {
    flex-flow: wrap;
    width: 95%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .contenedor.nav {
    z-index: 999;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .contenedor.contacto {
    flex-flow: wrap-reverse;
  }

  .contenedor.stretch {
    flex-flow: column;
    justify-content: center;
  }

  .contenedor.distribuidores {
    width: 90%;
    min-height: 65vh;
  }

  .contenedor.productos {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .hero {
    overflow: clip;
  }

  .navbar {
    z-index: 998;
  }

  .logo_cliente {
    width: 8rem;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    display: flex;
  }

  .nav-link._01 {
    color: var(--verde);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav-link._01:hover {
    border-color: var(--verde);
    background-color: var(--verde);
    color: #fff;
  }

  .nav-link._02 {
    color: var(--rojo);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav-link._02:hover {
    border-color: var(--rojo);
    background-color: var(--rojo);
    color: #fff;
  }

  .nav-link._03 {
    color: var(--morado);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav-link._03:hover {
    border-color: var(--morado);
    background-color: var(--morado);
    color: #fff;
  }

  .nav-link._04 {
    color: var(--amarillo);
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .nav-link._04:hover {
    border-color: var(--amarillo);
    background-color: var(--amarillo);
    color: #fff;
  }

  .h1_hero {
    font-size: var(--g);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2_verde {
    font-size: var(--m);
    width: 80%;
  }

  .h2_rojo {
    font-size: var(--m);
  }

  .carrusel_elemento {
    width: 100%;
    margin-bottom: 1rem;
  }

  .h2_var {
    font-size: var(--g);
  }

  .col50 {
    width: 100%;
    margin-bottom: 4rem;
  }

  .img_banner {
    width: 60%;
  }

  .txt_encuentranos {
    font-size: 1rem;
  }

  .logo_02 {
    width: 10rem;
  }

  .col30 {
    flex-flow: wrap;
    width: 100%;
    margin-top: 2rem;
  }

  .col30.contacto {
    justify-content: space-between;
  }

  .form-block {
    flex-flow: wrap;
    width: 100%;
  }

  .logo_contacto {
    height: 4rem;
    margin-bottom: 2rem;
    margin-right: auto;
  }

  .quote {
    font-size: var(--g);
  }

  .titulo_contacto {
    font-size: var(--m);
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 2rem;
    line-height: 1em;
  }

  .link_contacto {
    margin: auto auto auto 0;
  }

  .img_float.dist_01 {
    width: 10rem;
  }

  .img_float.dist_04 {
    right: -2rem;
  }

  .img_float.dist_02 {
    width: 4rem;
    left: 2rem;
  }

  .img_float._03 {
    width: 4rem;
    bottom: 10rem;
    right: 0;
  }

  .img_float._02 {
    width: 7rem;
    bottom: 2rem;
    right: -1rem;
  }

  .img_float._01 {
    width: 6rem;
    left: -2rem;
  }

  .img_float._04 {
    width: 5rem;
    bottom: 0;
  }

  .img_float.dist_05 {
    width: 5rem;
    top: 24rem;
  }

  .img_float.producto_02.var {
    right: -1.8rem;
  }

  .img_float.producto3 {
    top: -5.1rem;
  }

  .nav-menu {
    background-color: var(--rojo);
    border-radius: 30px;
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
    width: 100%;
    height: 80vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    position: absolute;
  }

  .copyright {
    text-align: center;
    width: 100%;
    margin-top: 4rem;
  }

  .btn_distribuidor {
    margin-left: auto;
    margin-right: auto;
  }

  .cont_info_producto {
    width: 80%;
  }

  .cont_img_producto {
    width: 60%;
    margin-bottom: 2rem;
  }

  .pistache_01 {
    width: 10rem;
  }

  .pistache_02 {
    width: 6rem;
  }

  .quote_beneficio {
    font-size: var(--g);
  }

  .pistache_03 {
    width: 10rem;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: var(--rojo);
    font-size: var(--m);
  }

  .peso-producto {
    font-size: 1em;
  }

  .nombre-producto {
    font-size: 1rem;
  }

  .cont_productos {
    width: 75%;
  }

  .filter-clear {
    text-align: center;
  }

  .filter-btn {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: .8rem;
  }

  .filtros {
    border-radius: 20px;
    padding: 1rem;
  }

  .data-group {
    margin-bottom: .5rem;
  }

  .almendra_01 {
    width: 8rem;
  }

  .almendra_02 {
    width: 4rem;
  }

  .frutamix_02 {
    transform: rotate(-118deg);
  }

  .frutamix_01, .arandano_01 {
    width: 10rem;
  }

  .nuez_01 {
    width: 6rem;
  }

  .nuez_03 {
    width: 5rem;
  }

  .arandano_03 {
    width: 8rem;
  }

  .cheddar_02, .cheddar_01, .habanero_01 {
    width: 10rem;
  }

  .almendra_03 {
    width: 5rem;
  }

  .cont_presentaciones {
    width: 60%;
  }

  .logo {
    width: 7rem;
  }

  .whats-card {
    width: 3rem;
    height: 3rem;
    left: auto;
    right: 3vw;
  }

  .img_whats {
    height: auto;
  }

  .titulo_politica {
    font-size: var(--m);
    width: 25%;
    margin-bottom: auto;
    margin-right: 2rem;
    line-height: 1em;
  }

  .txt_contacto {
    width: 35%;
    margin: auto;
  }

  .links_contacto {
    flex-flow: column;
    align-items: flex-start;
    width: 35%;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .cont-ficha-granel {
    width: 48%;
  }

  .aviso {
    flex-flow: column;
  }

  .text-span-4 {
    width: 100%;
  }

  .text-span-5 {
    margin-right: auto;
  }

  .text-span-6 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .contenedor {
    flex-flow: wrap;
  }

  .contenedor.distribuidores {
    min-height: 60vh;
  }

  .contenedor.encuentranos {
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

  .contenedor.faqs {
    flex-flow: column;
  }

  .logo_cliente {
    width: 28%;
    margin-left: auto;
    margin-right: auto;
  }

  .h1_hero {
    font-size: var(--m);
    width: 80%;
  }

  .txt_quote {
    font-size: var(--xch);
    width: 100%;
  }

  .h2_var {
    margin-bottom: 1rem;
  }

  .col50 {
    margin-bottom: 2rem;
  }

  .img_banner {
    width: 60%;
  }

  .txt_encuentranos {
    font-size: var(--xch);
    text-align: center;
    width: 70%;
    line-height: 1.5em;
  }

  .logo_02 {
    width: 8rem;
  }

  .col30.contacto {
    flex-flow: wrap;
  }

  .logo_contacto {
    object-fit: contain;
    object-position: 0% 50%;
    width: 100%;
  }

  .quote {
    font-size: var(--m);
  }

  .link_contacto {
    font-size: var(--xch);
    margin-bottom: .5rem;
  }

  .img_float.dist_01 {
    width: 8rem;
    left: -4rem;
  }

  .img_float.dist_04 {
    width: 5rem;
  }

  .img_float.dist_02 {
    width: 3rem;
    left: 0;
  }

  .img_float._03 {
    width: 3rem;
    bottom: 9rem;
    right: -1rem;
  }

  .img_float._02 {
    width: 8rem;
    right: -5rem;
  }

  .img_float._01, .img_float._04 {
    width: 5rem;
    left: -2rem;
  }

  .img_float.dist_03 {
    width: 4rem;
  }

  .img_float.dist_05 {
    width: 5rem;
    right: -3rem;
  }

  .img_float.producto_01 {
    right: -3rem;
  }

  .img_float.producto_02 {
    top: 40vh;
    right: -2rem;
  }

  .img_float.producto_02.var {
    right: -2rem;
  }

  .img_float.producto3 {
    top: -3rem;
  }

  .cont_txt {
    margin-bottom: 4rem;
  }

  .nav-menu {
    width: 100%;
  }

  .copyright {
    margin-top: 3rem;
  }

  .btn_distribuidor {
    font-size: var(--ch);
  }

  .btn_distribuidor.verde {
    margin-top: auto;
    margin-bottom: auto;
  }

  .icono {
    width: 20%;
  }

  .pistache_01, .pistache_03 {
    width: 8rem;
  }

  .cont-ficha-producto {
    width: 45%;
  }

  .carrusel-2 {
    justify-content: space-around;
  }

  .categoria-txt-producto.left {
    text-align: center;
    margin-bottom: 1rem;
  }

  .cont_productos {
    width: 100%;
  }

  .filter-clear {
    width: 48%;
    margin-top: 1rem;
    padding: 5px 20px;
    font-size: 1rem;
  }

  .filter-btn {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .filter-btn.var {
    margin-top: auto;
    margin-bottom: auto;
  }

  .filtros {
    border-radius: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2rem;
    padding: .5rem 1rem;
    display: flex;
  }

  .cont_filtros {
    width: 48%;
    margin-bottom: auto;
  }

  .cont_filtros._1 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: .5rem;
    display: flex;
  }

  .cont_filtros._2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .data-group {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 1rem;
    margin-bottom: .5rem;
    display: flex;
  }

  .data-group._2 {
    width: auto;
    margin-top: 0;
  }

  .txt_coleccion {
    width: 90%;
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }

  .almendra_01 {
    width: 6rem;
  }

  .nuez_01 {
    transform: rotate(4deg);
  }

  .nuez_02 {
    transform: rotate(115deg);
  }

  .arandano_03 {
    width: 6rem;
  }

  .frutamix_03, .cheddar_02, .cheddar_01 {
    width: 8rem;
  }

  .habanero_01 {
    width: 11rem;
    transform: rotate(-74deg);
  }

  .almendra_03 {
    width: 4rem;
  }

  .cont_presentaciones {
    width: 70%;
  }

  .logo {
    margin-right: auto;
  }

  .whats-card {
    width: 3rem;
    height: 3rem;
  }

  .titulo_politica {
    width: 100%;
    margin-bottom: 2rem;
    margin-right: auto;
  }

  .txt_contacto {
    font-size: var(--xch);
    width: 45%;
    margin-left: 0;
  }

  .links_contacto {
    width: 45%;
    margin-left: 0;
  }

  .body {
    overflow: hidden;
  }

  .txt_faqs {
    width: 100%;
  }

  .cont_botones {
    flex-flow: row;
  }

  .btn_tienda {
    font-size: var(--ch);
  }

  .btn_tienda.verde {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 479px) {
  .seccion, .seccion.distribuidores {
    overflow: clip;
  }

  .contenedor.nav {
    place-content: stretch space-between;
    align-items: center;
  }

  .contenedor.contacto {
    width: 90%;
  }

  .contenedor.stretch {
    margin-top: 8rem;
  }

  .contenedor.distribuidores {
    width: 85%;
  }

  .contenedor.encuentranos {
    flex-flow: column;
  }

  .contenedor.productos {
    margin-top: 2rem;
  }

  .hero {
    overflow: clip;
  }

  .logo_cliente {
    width: 50%;
    margin-bottom: 1rem;
  }

  .h1_hero {
    width: 95%;
    height: auto;
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.1em;
  }

  .h2_verde {
    font-size: var(--ch);
  }

  .txt_quote {
    width: 85%;
    font-size: .9rem;
  }

  .narrow-bold.main {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.1em;
    display: flex;
  }

  .h2_var {
    font-size: var(--m);
  }

  .col50 {
    width: 95%;
  }

  .img_banner {
    width: 85%;
  }

  .subtitulo {
    text-align: center;
  }

  .text-field._50 {
    width: 100%;
  }

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

  .quote.no_margen {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    font-size: 1.8rem;
  }

  .submit-button {
    width: 100%;
    margin-right: auto;
  }

  .link_contacto {
    font-size: var(--xch);
    margin-bottom: .5rem;
  }

  .img_float.dist_01 {
    width: 6rem;
    left: -5rem;
  }

  .img_float.dist_02 {
    left: -2rem;
  }

  .img_float._03 {
    bottom: 15rem;
    right: -3.5rem;
  }

  .img_float._02 {
    width: 6rem;
    display: none;
    bottom: -6rem;
    right: -4rem;
  }

  .img_float._04 {
    width: 4rem;
    display: none;
    left: -1.4rem;
  }

  .img_float.dist_03 {
    bottom: 6rem;
  }

  .img_float.producto_01 {
    bottom: 40.2vh;
    right: -2.2rem;
  }

  .img_float.producto_02 {
    right: -2.9rem;
  }

  .img_float.producto_02.var {
    top: 45.5vh;
    right: -3rem;
  }

  .img_float.producto3 {
    display: none;
    top: -3.5rem;
  }

  .cont_txt {
    margin-bottom: 4rem;
  }

  .nav-menu {
    width: 95%;
    height: 75vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copyright {
    font-size: var(--xch);
  }

  .hero_var {
    min-height: 50svh;
  }

  .recaptcha {
    margin-left: auto;
    margin-right: auto;
  }

  .cont_img_producto {
    width: 90%;
  }

  .cont_iconos_tamano {
    width: 80%;
  }

  .pistache_01 {
    width: 6rem;
  }

  .quote_beneficio {
    font-size: var(--m);
  }

  .pistache_03 {
    width: 6rem;
  }

  .cont-ficha-producto {
    width: 100%;
  }

  .nombre-producto {
    font-size: var(--ch);
    width: 100%;
  }

  .cont_productos {
    padding-right: 0;
  }

  .filter-clear {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .filter-btn {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    padding-right: 0;
    font-size: .7rem;
  }

  .filtros {
    justify-content: space-between;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cont_filtros._1 {
    flex-flow: column;
    justify-content: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cont_filtros._2 {
    flex-flow: column;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .data-group {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: .9rem;
  }

  .data-group._2 {
    width: 100%;
  }

  .txt_coleccion {
    font-size: var(--ch);
    width: 100%;
  }

  .almendra_01 {
    width: 5rem;
  }

  .frutamix_02 {
    width: 8rem;
  }

  .frutamix_01, .arandano_01 {
    width: 6.5rem;
  }

  .nuez_01, .nuez_03 {
    width: 4rem;
  }

  .frutamix_03, .cheddar_02, .cheddar_01 {
    width: 6rem;
  }

  .habanero_01 {
    width: 7rem;
  }

  .cont_presentaciones {
    width: 90%;
  }

  .icono_presentacion {
    justify-content: flex-start;
    width: 20%;
  }

  .presentacion_contenido {
    font-size: var(--xch);
  }

  .cont_carrusel_elemento {
    width: 100%;
  }

  .franja {
    width: 80%;
  }

  .logo {
    width: 6rem;
  }

  .whats-card {
    justify-content: center;
    align-items: flex-end;
    width: 3rem;
    height: 3rem;
    margin-right: 6px;
    display: flex;
    left: auto;
    right: 1vw;
  }

  .img_whats {
    align-self: auto;
    height: auto;
  }

  .titulo_politica {
    font-size: 1.4rem;
  }

  .txt_politica {
    font-size: .9rem;
  }

  .txt_contacto {
    font-size: var(--xch);
    width: 100%;
    margin-bottom: 2rem;
  }

  .links_contacto {
    width: 100%;
  }

  .body {
    overflow: visible;
  }

  .txt_faqs {
    font-size: .9rem;
  }

  .cont_botones {
    flex-flow: column;
  }

  .btn_tienda.verde {
    width: 100%;
    margin-bottom: .5rem;
  }

  .cont-ficha-granel {
    width: 100%;
  }

  .main {
    overflow: visible;
  }
}


