:root {
  --b: #000;
  --t: rgba(221, 221, 221, 0);
  --w: #fff;
  --y: #f7d854;
  --g: #24773b;
  --r: #042e10;
  --white: white;
  --y2: #e9e2c5;
  --cvb: #869b8c;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: var(--b);
  background-image: url('../images/fondo01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.menu_sup {
  background-color: var(--t);
}

.container {
  max-width: 100%;
  padding-top: 21px;
  padding-left: 10%;
  padding-right: 10%;
}

.link_sup {
  color: var(--w);
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.link_sup:hover {
  color: var(--y);
}

.link_sup.w--current {
  color: var(--g);
}

.seccion_portada {
  margin-top: 44px;
  position: relative;
}

.contenedor_portada {
  height: 500px;
  background-image: url('../images/fondo03.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  margin-left: 15%;
  margin-right: 15%;
  padding: 17px;
  position: relative;
  box-shadow: 6px 3px 13px 5px #000;
}

.quick-stack {
  height: 100%;
  grid-column-gap: 0px;
}

.cell {
  text-align: right;
  background-image: url('../images/fondo06.jpg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 21px;
}

.cell-2 {
  background-image: url('../images/fondo05b.jpg');
  background-position: 74% 96%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div_text_portada {
  width: 100%;
  text-align: right;
  padding-top: 85px;
  padding-right: 32px;
  display: block;
}

.t01 {
  color: var(--w);
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-family: Great Vibes, cursive;
  font-size: 66px;
}

.t02 {
  width: 100%;
  color: var(--y);
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 15px;
  line-height: 25px;
  display: none;
}

.t03 {
  width: 100%;
  color: var(--w);
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.image {
  margin-top: 6px;
}

.seccion_destacados {
  height: auto;
  padding-top: 89px;
  padding-bottom: 14px;
}

.linea_sup {
  height: 10px;
  background-color: var(--g);
  background-image: linear-gradient(to right, #205522, var(--b) 47%, #205522);
}

.contenedor_destacados {
  text-align: right;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.t04 {
  background-color: var(--t);
  color: var(--w);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.t07 {
  width: 100%;
  color: var(--y);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 12px;
  line-height: 25px;
}

.div_global_descados {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 0;
}

.div_caja_destacado {
  width: 200px;
  height: auto;
  margin-bottom: 56px;
  margin-left: 4%;
  margin-right: 4%;
  display: inline-block;
}

.t05 {
  color: var(--w);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.t06 {
  color: var(--g);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.boton_01 {
  border: 2px solid var(--y);
  background-color: rgba(56, 152, 236, 0);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.boton_01:hover {
  background-color: var(--y);
  color: var(--b);
}

.seccion_somos_portada {
  height: auto;
  background-color: #1c6e33;
  background-image: url('../images/6.svg');
  background-position: 50%;
  background-size: auto;
  padding-bottom: 74px;
}

.i1 {
  z-index: 0;
  opacity: .58;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.i2 {
  z-index: 0;
  opacity: .58;
  position: absolute;
  top: -9%;
  bottom: auto;
  left: 11%;
  right: auto;
}

.i3 {
  z-index: 0;
  opacity: .33;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 9%;
  right: auto;
}

.i4 {
  z-index: 0;
  opacity: .19;
  position: absolute;
  top: 106%;
  bottom: auto;
  left: auto;
  right: -13%;
}

.i5 {
  z-index: 0;
  opacity: .19;
  position: absolute;
  top: 173%;
  bottom: auto;
  left: -9%;
  right: auto;
}

.contenedor_valores {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 57px;
}

.div_caja_titulo_01 {
  width: 300px;
  height: auto;
  background-color: var(--y);
  border: 3px solid #29302b;
  margin-left: auto;
  margin-right: auto;
}

.t08 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 900;
}

.rejilla_valor {
  margin-top: -23px;
  margin-bottom: -23px;
}

.div_caja_valores {
  margin-top: 31px;
  padding-left: 18%;
  padding-right: 18%;
}

.cell-3 {
  align-items: center;
}

.t09 {
  color: #042e10;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 35px;
}

.p01 {
  color: var(--y);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 25px;
}

.link_productos_all {
  background-color: var(--g);
  text-align: left;
  border-radius: 13px;
  padding: 6px 13px;
}

.link_productos_all:hover {
  background-color: var(--r);
}

.t10 {
  color: var(--y);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4 {
  font-style: normal;
}

.a {
  border-right: 1px solid var(--y);
  text-align: center;
}

.t2 {
  color: var(--y);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}

.t22 {
  color: var(--y);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
}

.img_logo_pie {
  margin-left: 37px;
  margin-right: 37px;
}

.liena_cierre {
  height: auto;
  background-color: #000;
}

.t1 {
  color: var(--w);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.texto_cierre {
  color: #e1e3f1;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.rejilla_pie {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.b {
  border-right: 1px solid var(--y);
  padding-right: 22px;
}

.caja_logos_pie {
  text-align: right;
  margin-bottom: 34px;
}

.seccion_pie {
  height: auto;
  border-top: 1px solid var(--y);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/fondo08.png');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 36px;
  padding-left: 0%;
  padding-right: 0%;
}

.contenedor_pie {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 135px;
  padding-left: 10%;
  padding-right: 10%;
}

.contenedor_kit {
  max-width: 100%;
  text-align: right;
}

.texto_kit {
  color: #cbcee2;
  text-align: right;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.image-7 {
  margin-bottom: 20px;
}

.link {
  color: var(--y);
}

.seccion_productos {
  height: auto;
  padding-top: 63px;
  padding-bottom: 72px;
}

.div_caja_producto {
  width: 220px;
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, .23);
  border: 1px solid #000;
  border-radius: 7px;
  margin-bottom: 6px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 13px 20px;
  display: inline-block;
}

.div_caja_producto:hover {
  background-color: #000;
}

.boton_02 {
  border: 2px solid var(--y);
  background-color: rgba(56, 152, 236, 0);
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.boton_02:hover {
  background-color: var(--y);
  color: var(--b);
}

.div_global_productos {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 0;
}

.nombre_producto_01 {
  height: 50px;
  color: var(--w);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 18px;
}

.t05-copy {
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  color: var(--w);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.nom {
  color: var(--w);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.contenedor_somos {
  margin-left: 10%;
  margin-right: 10%;
}

.image-8 {
  border-radius: 20px;
}

.seccion_portada_somos {
  margin-top: 44px;
  position: relative;
}

.contenedor_portada_somos {
  height: 500px;
  background-image: url('../images/fondo03.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  margin-left: 15%;
  margin-right: 15%;
  padding: 17px;
  position: relative;
  box-shadow: 6px 3px 13px 5px #000;
}

.div_para_somos {
  height: 100%;
  background-image: url('../images/conjunto-copia.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
}

.seccion_somos-2 {
  background-color: var(--t);
  padding-top: 12px;
  padding-bottom: 64px;
}

.bold-text-2 {
  font-size: 20px;
}

.text_nombre_cv {
  color: #f7f7f7;
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
}

.div_foto_cv_02 {
  width: 180px;
  height: 180px;
  background-image: url('../images/foto_maria.jpg');
  background-position: 55% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.div_foto_somos {
  height: 250px;
  background-image: url('../images/foto_001-copia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 14px;
}

.titulo_somos {
  color: var(--w);
  letter-spacing: 0;
  padding-left: 89px;
  font-family: Great Vibes, cursive;
  font-size: 66px;
  font-weight: 500;
}

.parrafo_somos {
  color: #f7f7f7;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.div-block {
  width: 250px;
  height: 2px;
  background-color: var(--w);
  margin-left: 84px;
  padding-left: 0;
  display: inline-block;
}

.div_contenedor_somos {
  background-color: var(--t);
  padding-top: 21px;
  padding-left: 10%;
  padding-right: 10%;
}

.div_foto_cv {
  width: 180px;
  height: 180px;
  background-image: url('../images/foto_ignacio.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.quick-stack-6 {
  grid-column-gap: 62px;
  padding-left: 85px;
}

.text-span {
  color: var(--y);
}

.seccion_servicios {
  text-align: center;
  padding-bottom: 119px;
}

.contenedor_servicios {
  margin-left: 10%;
  margin-right: 10%;
}

.titulo_somos_02 {
  color: var(--w);
  text-align: center;
  letter-spacing: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 500;
}

.div-block-_02 {
  width: 250px;
  height: 2px;
  background-color: var(--w);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

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

.contenedor_portada_servicios {
  height: 250px;
  background-image: url('../images/fondo03.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  margin-left: 15%;
  margin-right: 15%;
  padding: 17px;
  position: relative;
  box-shadow: 6px 3px 13px 5px #000;
}

.div_para_somos_servicios {
  height: 100%;
  background-image: url('../images/fondo04.jpg');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 14px;
}

.titulo_servicios_02 {
  color: var(--g);
  font-size: 22px;
  line-height: 33px;
}

.p_servicios {
  color: var(--g);
  padding-left: 42px;
  padding-right: 42px;
  font-family: Montserrat, sans-serif;
}

.quick-stack-7 {
  grid-column-gap: 15px;
  padding-left: 158px;
  padding-right: 158px;
}

.bold-text-3, .bold-text-4 {
  color: var(--y);
}

.p_presentacion_productos {
  color: var(--w);
  text-align: center;
  padding-left: 173px;
  padding-right: 173px;
  font-family: Montserrat, sans-serif;
}

.link_footer {
  display: block;
}

.boton_envio {
  background-color: var(--g);
  margin-top: 26px;
  padding: 12px 53px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.quick-stack-4 {
  grid-column-gap: 57px;
  padding-left: 8%;
  padding-right: 8%;
}

.parrafo_somos-2 {
  color: #f7f7f7;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.campo_01 {
  width: 100%;
  height: 32px;
  background-color: var(--w);
  border-radius: 5px;
}

.titulo_somos-2 {
  color: #f7f7f7;
  text-align: center;
  letter-spacing: -2px;
  -webkit-text-stroke-color: #f7f7f7;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.div-block-2 {
  width: 250px;
  height: 2px;
  text-align: center;
  background-color: #f7f7f7;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.selector_form {
  width: 100%;
  height: 40px;
  max-width: 100%;
  background-color: #a0c79f;
  border-radius: 5px;
}

.quick-stack-5 {
  text-align: center;
}

.text_campo_form {
  color: #f7f7f7;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 30px;
}

.text-span-2 {
  font-weight: 900;
}

.div_foto_contacto {
  height: 250px;
  background-image: url('../images/foto_003-copia.jpg');
  background-position: 18% 45%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 14px;
}

.parrafo_contacto {
  color: #f7f7f7;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.seccion_somos-3 {
  background-color: var(--t);
  padding-bottom: 64px;
}

.campo_02 {
  width: 100%;
  height: 100px;
  background-color: var(--w);
  border-radius: 5px;
}

.t_10 {
  color: #f7f7f7;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div_contenedor_somos-2 {
  background-color: var(--t);
  padding-top: 21px;
  padding-left: 10%;
  padding-right: 10%;
}

.dropdown-toggle {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-2 {
  margin-top: 15px;
}

.cell02 {
  border: 2px solid rgba(36, 119, 59, .31);
  border-radius: 13px;
  padding: 29px;
}

.seccion_producto {
  background-color: var(--t);
  padding-bottom: 64px;
}

.contenedor_producto_seccion {
  background-color: var(--t);
  padding-top: 37px;
  padding-left: 10%;
  padding-right: 10%;
}

.lineasup_producto {
  width: 100%;
  height: 1px;
  text-align: center;
  background-color: rgba(247, 247, 247, .26);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rejilla_producto {
  grid-column-gap: 57px;
  padding-left: 8%;
  padding-right: 8%;
}

.cell04 {
  border: 2px rgba(36, 119, 59, .31);
  border-radius: 0;
  padding: 0;
}

.cell03 {
  background-color: var(--t);
  text-align: center;
  border: 2px rgba(36, 119, 59, .35);
  padding-top: 21px;
  padding-bottom: 21px;
}

.div_foto_producto_01 {
  width: 300px;
  height: 300px;
  background-image: url('../images/verdes2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.titulo_producto {
  color: var(--y);
  text-decoration: none;
}

.boton_producto {
  background-color: var(--g);
  margin-top: 26px;
  padding: 12px 53px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.linea_separador {
  width: 300px;
  height: 2px;
  background-color: var(--g);
}

.titulo_descripcion {
  color: var(--g);
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.p_producto {
  color: var(--w);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 23px;
}

.linea_separacion_relacionados {
  height: 2px;
  background-color: var(--g);
  margin-top: 33px;
}

.div_global_pro_relacionados {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 0;
}

.titulo_relacionados {
  color: var(--g);
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.caja_producto {
  text-align: center;
  background-color: rgba(0, 0, 0, .17);
  border: 2px solid rgba(36, 119, 59, .35);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.secccion_aviso_legal {
  margin-top: 23px;
  padding-top: 60px;
  padding-left: 15%;
  padding-right: 15%;
  line-height: 23px;
}

.contenedor_aviso_legal {
  max-width: 1300px;
  background-color: var(--t);
  margin-top: 34px;
  padding-bottom: 68px;
}

.texto_aviso_legal {
  color: #f5f5f5;
  text-align: center;
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.div_linea_blanca {
  height: 1px;
  background-color: #f5f5f5;
  margin-left: 165px;
  margin-right: 165px;
}

.parrafo_aviso_legal {
  color: #f5f5f5;
  text-align: left;
  margin-top: 58px;
  font-family: Montserrat, sans-serif;
  line-height: 33px;
}

.div_foto_producto_02 {
  width: 300px;
  height: 300px;
  background-image: url('../images/negras.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  color: var(--y);
}

.div_foto_producto_03 {
  width: 300px;
  height: 300px;
  background-image: url('../images/pepinillos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_04 {
  width: 300px;
  height: 300px;
  background-image: url('../images/banderillas_enteras.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.seccion_destacados_b {
  height: auto;
  background-color: var(--white);
  background-image: url('../images/fondo11.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 89px;
  padding-bottom: 14px;
}

.contenedor_destacados_b {
  text-align: right;
  margin-top: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0%;
  padding-right: 0%;
}

.t04_b {
  background-color: var(--t);
  color: var(--r);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.t07_b {
  width: 100%;
  color: var(--y);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  font-size: 12px;
  line-height: 25px;
}

.div_global_d_b {
  text-align: center;
  padding-top: 17px;
  padding-bottom: 0;
}

.div_caja_destacado_b {
  width: 200px;
  height: auto;
  margin-bottom: 56px;
  margin-left: 4%;
  margin-right: 4%;
  display: inline-block;
}

.t05_b {
  color: var(--r);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 23px;
}

.t06_b {
  color: var(--g);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.boton_01_b {
  border: 2px solid var(--y);
  background-color: var(--r);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.boton_01_b:hover {
  background-color: var(--y);
  color: var(--b);
}

.seccion_producto_b {
  background-color: var(--t);
  padding-bottom: 0;
}

.contenedor_producto_seccion-_b {
  background-color: var(--t);
  padding: 37px 10% 94px;
}

.lineasup_producto_b {
  width: 100%;
  height: 1px;
  text-align: center;
  background-color: rgba(247, 247, 247, .26);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rejilla_producto_b {
  grid-column-gap: 57px;
  padding-left: 8%;
  padding-right: 8%;
}

.cell03_b {
  background-color: var(--t);
  text-align: center;
  border: 2px rgba(36, 119, 59, .35);
  padding-top: 21px;
  padding-bottom: 21px;
}

.cell04_b {
  border: 2px rgba(36, 119, 59, .31);
  border-radius: 0;
  padding: 0;
}

.caja_producto_b {
  background-color: var(--t);
  text-align: center;
  border: 2px solid rgba(36, 119, 59, .35);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.div_foto_producto_01_b {
  width: 300px;
  height: 300px;
  background-image: url('../images/verdes2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.titulo_producto_b {
  color: var(--y);
}

.linea_separador_b {
  width: 300px;
  height: 2px;
  background-color: var(--g);
}

.titulo_descripcion_b {
  color: var(--g);
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.p_producto_b {
  color: var(--w);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 23px;
}

.linea_separacion_relacionados_b {
  height: 2px;
  background-color: var(--g);
  margin-top: 33px;
}

.titulo_relacionados_b {
  color: var(--g);
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.div_global_pro_relacionados-_b {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 0;
}

.div_caja_producto_b {
  width: 220px;
  height: auto;
  background-color: var(--t);
  text-align: center;
  border: 1px solid rgba(107, 177, 126, .63);
  border-radius: 7px;
  margin-bottom: 6px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 13px 20px;
  display: inline-block;
}

.div_caja_producto_b:hover {
  background-color: rgba(249, 255, 248, .33);
}

.nombre_producto_01_b {
  height: 50px;
  color: var(--w);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 18px;
}

.boton_02_b {
  border: 2px solid var(--y);
  background-color: var(--g);
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.boton_02_b:hover {
  background-color: var(--y);
  color: var(--b);
}

.div_foto_producto_02_b {
  width: 300px;
  height: 300px;
  background-image: url('../images/negras.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_pepinillos {
  width: 300px;
  height: 300px;
  background-image: url('../images/pepinillos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_banderillas_p {
  width: 300px;
  height: 300px;
  background-image: url('../images/banderillas_enteras.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_banderillas_-d {
  width: 300px;
  height: 300px;
  background-image: url('../images/banderillas_rodajas.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_kimbos {
  width: 300px;
  height: 300px;
  background-image: url('../images/kimbo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_cebollitas {
  width: 300px;
  height: 300px;
  background-image: url('../images/cebolletas.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_guindillas {
  width: 300px;
  height: 300px;
  background-image: url('../images/guindilla.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_alcaparras {
  width: 300px;
  height: 300px;
  background-image: url('../images/alcaparras2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_altramuces {
  width: 300px;
  height: 300px;
  background-image: url('../images/alcaparras.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_soja {
  width: 300px;
  height: 300px;
  background-image: url('../images/soja.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_ensalada {
  width: 300px;
  height: 300px;
  background-image: url('../images/ensalada_mediterranea.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_picadillo {
  width: 300px;
  height: 300px;
  background-image: url('../images/picadillo_pepino.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_remolacha {
  width: 300px;
  height: 300px;
  background-image: url('../images/remolacha.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.div_foto_producto_zanahoria {
  width: 300px;
  height: 300px;
  background-image: url('../images/zanahoria.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .link_sup {
    border-bottom: 1px solid var(--g);
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 6%;
  }

  .quick-stack {
    grid-row-gap: 0px;
  }

  .cell {
    padding-bottom: 0;
  }

  .div_text_portada {
    text-align: center;
    padding-top: 25px;
    padding-right: 0;
  }

  .contenedor_destacados {
    text-align: center;
  }

  .div_caja_valores {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .a {
    border-right-style: none;
  }

  .rejilla_pie {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .b {
    border-right-style: none;
    padding-right: 0;
  }

  .seccion_pie {
    padding-top: 48px;
  }

  .contenedor_pie {
    margin-bottom: 55px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contenedor_kit, .texto_kit {
    text-align: center;
  }

  .icon {
    color: var(--y);
    font-size: 40px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--t);
  }

  .nav-menu {
    background-color: var(--r);
    text-align: right;
    padding-right: 0%;
  }

  .div_contenedor_somos {
    padding-top: 0;
  }

  .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .p_presentacion_productos {
    padding-left: 96px;
    padding-right: 96px;
  }

  .div_contenedor_somos-2, .contenedor_producto_seccion {
    padding-top: 0;
  }

  .div_linea_blanca {
    margin-left: 28px;
    margin-right: 28px;
  }

  .contenedor_destacados_b {
    text-align: center;
  }

  .contenedor_producto_seccion-_b {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .contenedor_portada {
    height: 400px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .div_text_portada {
    padding-top: 10px;
  }

  .t01 {
    margin-top: 0;
    font-size: 44px;
    line-height: 55px;
  }

  .t02 {
    margin-bottom: 0;
    font-size: 13px;
  }

  .t03 {
    font-size: 11px;
    line-height: 15px;
  }

  .image {
    margin-top: -5px;
  }

  .seccion_destacados {
    padding-top: 26px;
  }

  .i1 {
    top: 10%;
    right: -17%;
  }

  .i2 {
    top: -20%;
    left: -3%;
  }

  .i3 {
    top: 26%;
    left: -12%;
  }

  .i4 {
    right: -44%;
  }

  .i5 {
    left: -35%;
  }

  .b {
    padding-right: 0;
  }

  .seccion_productos {
    padding-top: 26px;
  }

  .contenedor_portada_somos {
    height: 400px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .bold-text-2, .text_nombre_cv {
    font-size: 15px;
  }

  .parrafo_somos {
    text-align: justify;
  }

  .contenedor_portada_servicios {
    height: 400px;
    margin-left: 7%;
    margin-right: 7%;
  }

  .p_servicios {
    font-size: 11px;
    line-height: 18px;
  }

  .p_presentacion_productos {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .parrafo_contacto {
    text-align: center;
  }

  .t_10 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cell01, .cell03 {
    text-align: center;
  }

  .div_foto_producto_01 {
    width: 200px;
    height: 200px;
  }

  .titulo_producto {
    font-size: 29px;
    line-height: 35px;
  }

  .caja_producto {
    text-align: center;
  }

  .secccion_aviso_legal {
    padding-top: 1px;
  }

  .texto_aviso_legal {
    font-size: 20px;
    line-height: 30px;
  }

  .div_linea_blanca {
    margin-left: 10px;
    margin-right: 10px;
  }

  .parrafo_aviso_legal {
    font-size: 11px;
    line-height: 21px;
  }

  .div_foto_producto_02, .div_foto_producto_03, .div_foto_producto_04 {
    width: 200px;
    height: 200px;
  }

  .seccion_destacados_b {
    padding-top: 26px;
  }

  .cell03_b, .caja_producto_b {
    text-align: center;
  }

  .div_foto_producto_01_b {
    width: 200px;
    height: 200px;
  }

  .titulo_producto_b {
    font-size: 29px;
    line-height: 35px;
  }

  .div_foto_producto_02_b, .div_foto_producto_pepinillos, .div_foto_producto_banderillas_p, .div_foto_producto_banderillas_-d, .div_foto_producto_kimbos, .div_foto_producto_cebollitas, .div_foto_producto_guindillas, .div_foto_producto_alcaparras, .div_foto_producto_altramuces, .div_foto_producto_soja, .div_foto_producto_ensalada, .div_foto_producto_picadillo, .div_foto_producto_remolacha, .div_foto_producto_zanahoria {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .seccion_portada {
    margin-top: 3px;
  }

  .div_text_portada {
    font-size: 9px;
  }

  .t01 {
    font-size: 33px;
    line-height: 32px;
  }

  .t02 {
    font-size: 11px;
  }

  .t03 {
    font-size: 9px;
    line-height: 12px;
  }

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

  .div_caja_destacado {
    margin-bottom: 20px;
  }

  .i2 {
    top: -13%;
  }

  .i4 {
    right: -73%;
  }

  .i5 {
    top: 213%;
    left: -62%;
  }

  .liena_cierre {
    padding-left: 18px;
    padding-right: 18px;
  }

  .texto_cierre {
    font-size: 9px;
    line-height: 13px;
  }

  .icon {
    font-size: 30px;
  }

  .brand {
    max-width: 60%;
  }

  .div_caja_producto {
    margin-bottom: 20px;
  }

  .seccion_portada_somos {
    margin-top: 3px;
  }

  .contenedor_portada_somos {
    height: 200px;
  }

  .seccion_somos-2 {
    padding-top: 74px;
  }

  .bold-text-2, .text_nombre_cv {
    line-height: 23px;
  }

  .div_foto_somos {
    height: 150px;
  }

  .parrafo_somos {
    text-align: left;
    font-size: 12px;
    line-height: 23px;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .seccion_servicios {
    padding-bottom: 62px;
  }

  .contenedor_portada_servicios {
    height: 200px;
  }

  .p_servicios {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .p_presentacion_productos {
    font-size: 10px;
    line-height: 15px;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .parrafo_somos-2 {
    font-size: 12px;
    line-height: 25px;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div_foto_contacto {
    height: 150px;
  }

  .parrafo_contacto {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
  }

  .t_10 {
    text-align: center;
  }

  .rejilla_producto {
    padding-left: 0;
    padding-right: 0;
  }

  .linea_separador {
    width: 200px;
  }

  .texto_aviso_legal {
    font-size: 22px;
  }

  .div_linea_blanca {
    margin-left: 21px;
    margin-right: 21px;
  }

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

  .div_caja_destacado_b {
    margin-bottom: 20px;
  }

  .rejilla_producto_b {
    padding-left: 0;
    padding-right: 0;
  }

  .linea_separador_b {
    width: 200px;
  }

  .div_caja_producto_b {
    margin-bottom: 20px;
  }
}

#w-node-b6751009-22f5-4523-459b-da75bf2c52e7-bc761959 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_47ffcbf6-4c62-c4f0-d608-e63483e4f497-bc761959, #w-node-_3106c376-1ab2-de71-1248-0c411a21e9b3-bc761959, #w-node-_667315d7-912e-6d02-7369-f7f8f7af49f0-bc761959, #w-node-_374bcb66-f914-08b8-8fd4-38842ba1248f-bc761959 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.5fr;
}

#w-node-_5eb24cbf-8571-ed53-938b-2709f48e3c3e-f48e3c37, #w-node-_5eb24cbf-8571-ed53-938b-2709f48e3c40-f48e3c37, #w-node-_5eb24cbf-8571-ed53-938b-2709f48e3c49-f48e3c37, #w-node-_5eb24cbf-8571-ed53-938b-2709f48e3c52-f48e3c37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf8d6d13-cf33-947c-bc72-70a7ad4793a7-91917f30, #w-node-_491ab2d5-37cf-b03b-ed15-91fc584444ec-ffd5345c, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-61c2ed41, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-7b3e7619, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-95c9a93e, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-7acd626c, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-b7198c61, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-45515966, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-7bb7386c, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-27e82ddc, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-c1cd9bae, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-88d583f0, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-6fb7105e, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-02841f63, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-2d88bae1, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-94205df2, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-4507ea89, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-bd380c1f, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-4d60652d, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-f2f405fd, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-7bd263a4, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-6edcfff0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b6751009-22f5-4523-459b-da75bf2c52e7-bc761959, #w-node-_491ab2d5-37cf-b03b-ed15-91fc584444ec-ffd5345c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cf8d6d13-cf33-947c-bc72-70a7ad4793a7-91917f30, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-61c2ed41, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-7b3e7619, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-95c9a93e, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-7acd626c, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-b7198c61, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-45515966, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-7bb7386c, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-27e82ddc, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-c1cd9bae, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-88d583f0, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-6fb7105e, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-02841f63, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-2d88bae1, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-94205df2, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-4507ea89, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-bd380c1f, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-4d60652d, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-f2f405fd, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-7bd263a4, #w-node-b7f5afdb-2c86-1deb-9a67-d0f39e102ed2-6edcfff0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_47ffcbf6-4c62-c4f0-d608-e63483e4f497-bc761959, #w-node-_3106c376-1ab2-de71-1248-0c411a21e9b3-bc761959, #w-node-_667315d7-912e-6d02-7369-f7f8f7af49f0-bc761959, #w-node-_374bcb66-f914-08b8-8fd4-38842ba1248f-bc761959 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
