Quienes Somos

Visión y Misión body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #fff; color: #333; } .intro { text-align: center; max-width: 1000px; margin: 40px auto 50px; font-size: 15px; line-height: 1.5; font-weight: bold; } .contenedor { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; max-width: 1200px; margin: auto; } .card { flex: 1; min-width: 320px; max-width: 500px; background: #f9f9f9; border-radius: 12px; padding: 40px 30px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.08); border: 4px solid transparent; transition: all 0.4s ease; cursor: pointer; position: relative; } .card:hover { border-color: #1d44e2; box-shadow: 0 6px 18px rgba(29,68,226,0.25); transform: translateY(-5px); } .icon { width: 80px; height: 80px; margin-bottom: 10px; object-fit: contain; display: inline-block; } .card h3 { font-size: 18px; font-weight: bold; margin: 10px 0 20px; } .card p { font-size: 15px; line-height: 1.7; margin-bottom: 30px; text-align: justify; } /* === IMAGEN EN FORMA CÁPSULA === */ .card img.foto { width: 100%; max-width: 350px; height: 220px; border-radius: 60px; /* bordes muy redondeados tipo cápsula */ object-fit: cover; /* recorta sin deformar */ display: block; margin: auto; transition: transform 0.4s ease; } .card:hover img.foto { transform: scale(1.05); }
Lo que realmente nos diferencia no es solo la calidad excepcional de nuestros productos, sino nuestra conexión auténtica con el origen. Aunque operamos desde Europa, nuestra historia nace en el corazón del Perú, manteniendo una relación directa con agricultores, comunidades y el campo que hacen posible cada cosecha.
Icono Visión

VISIÓN

Al 2030, aspiramos a consolidarnos como líderes en la importación y distribución de productos frescos en Europa, reconocidos no solo por la calidad y frescura, sino también por nuestro compromiso con la sostenibilidad, el comercio justo y la innovación agrícola.

Visión Imagen
Icono Misión

MISIÓN

Nos dedicamos a llevar del campo a tus manos productos frescos, seguros y responsables, cumpliendo con los más altos estándares internacionales de inocuidad alimentaria. Nuestra misión es satisfacer a los consumidores europeos mientras impulsamos un modelo de agricultura sostenible.

Misión Imagen
/* ======= ÁREA SOLO PARA ESTE BLOQUE (prefijo apf-) ======= */ #apf-history-section{ /* Posición dentro de la página */ –section-mt: 0px; /* margen superior externo (ajústalo si quieres) */ –section-mb: 0px; /* margen inferior externo */ display:block; margin: var(–section-mt) auto var(–section-mb) auto; width:100%; color:#fff !important; /* Forzar nuestro color blanco de texto */ } /* Variables del diseño */ #apf-history-section{ –hero-h: 610px; /* altura total de la sección */ –container: 1200px; /* ancho máximo centrado */ –bubble: 150px; /* tamaño del círculo */ –year-w: 128px; /* pastilla año */ –year-h: 38px; –year-mt: 14px; /* separación burbuja→pastilla */ –gap: 44px; /* espacio entre columnas */ –title-gap: 14px; /* distancia título → fila */ –row-shift: 180px; /* bajar la fila completa respecto al título */ –line-h: 6px; /* grosor de la línea */ –connector-w: 26px; /* largo del conector de la pastilla */ /* Colores */ –green:#89e100; –btn-green:#b7f22b; –btn-green-hover:#9fe012; –purple:#8b23d0; –text:#ffffff; } /* Contenedor de fondo */ #apf-history-section .apf-hero{ height:var(–hero-h); background:url(‘https://omleurope.com/wp-content/uploads/2025/08/IMG_3272-scaled.jpeg’) center/cover no-repeat; position:relative; overflow:hidden; color:var(–text) !important; } #apf-history-section .apf-hero::after{ content:””; position:absolute; inset:0; background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.55) 40%,rgba(0,0,0,.35)); } /* Contenido centrado */ #apf-history-section .apf-inner{ position:relative; z-index:1; max-width:var(–container); height:100%; margin:0 auto; padding:26px 18px; display:flex; flex-direction:column; align-items:center; color:#fff !important; } /* Título (48 px, blanco) */ #apf-history-section .apf-title{ text-align:center; text-transform:uppercase; font-weight:900; font-size:48px; line-height:1.06; letter-spacing:.5px; text-shadow:0 3px 12px rgba(0,0,0,.6); margin-top:6px; color:#fff !important; } #apf-history-section .apf-title span{ color:var(–green) } /* Botones superiores (se quedan en su lugar) */ #apf-history-section .apf-nav{ position:absolute; top:158px; /* posición vertical fija */ width:44px; height:44px; border-radius:50%; background:var(–btn-green); color:#fff !important; font-weight:900; display:grid; place-items:center; cursor:pointer; user-select:none; border:none; box-shadow:0 10px 22px rgba(0,0,0,.35); z-index:3; } #apf-history-section .apf-nav:hover{ background:var(–btn-green-hover) } #apf-history-section .apf-left { left:320px } #apf-history-section .apf-right{ right:340px } /* Fila de hitos (bajada + centrada) */ #apf-history-section .apf-timeline{ margin-top: calc(var(–title-gap) + var(–row-shift)); width:100%; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); column-gap:var(–gap); align-items:start; position:relative; color:#fff !important; } /* Línea morada única centrada con las pastillas */ #apf-history-section .apf-timeline::after{ content:””; position:absolute; left:0; right:0; top: calc(var(–bubble) + var(–year-mt) + (var(–year-h)/2) – (var(–line-h)/2)); height:var(–line-h); background:var(–purple); border-radius:4px; opacity:.95; z-index:0; } #apf-history-section .apf-item{ display:flex; flex-direction:column; align-items:center; text-align:center; position:relative; color:#fff !important; } /* Círculo + número */ #apf-history-section .apf-bubble{ position:relative; width:var(–bubble); height:var(–bubble); border-radius:50%; box-shadow:0 0 0 5px var(–green), inset 0 0 0 5px #fff; } #apf-history-section .apf-bubble-inner{width:100%; height:100%; border-radius:50%; overflow:hidden} #apf-history-section .apf-bubble-inner img{width:100%; height:100%; object-fit:cover; transform:scale(1.03)} #apf-history-section .apf-badge{ position:absolute; right:-8px; top:-8px; width:34px; height:34px; border-radius:12px; z-index:2; display:grid; place-items:center; font-weight:800; font-size:16px; background:var(–green); color:#123; box-shadow:0 6px 16px rgba(0,0,0,.35); pointer-events:none; } /* Pastilla 128×38 + conector */ #apf-history-section .apf-year{ position:relative; width:var(–year-w); height:var(–year-h); display:flex; align-items:center; justify-content:space-between; padding:0 12px; border-radius:9px; background:var(–purple); color:#fff !important; font-weight:800; font-size:24px; letter-spacing:.4px; box-shadow:0 10px 22px rgba(0,0,0,.35); margin-top:var(–year-mt); z-index:1; /* sobre la línea */ } #apf-history-section .apf-year::before{ /* conector */ content:””; position:absolute; left: calc(-1 * var(–connector-w)); top: 50%; width: var(–connector-w); height: var(–line-h); transform: translateY(-50%); background: var(–purple); border-radius:3px; } #apf-history-section .apf-arrow{ display:grid; place-items:center; width:26px; height:26px; border-radius:8px; background:#b866ff; font-weight:900; line-height:1; font-size:18px; color:#fff !important; } /* Descripción */ #apf-history-section .apf-desc{ margin-top:10px; max-width:340px; font-size:16px; line-height:1.38; text-shadow:0 2px 8px rgba(0,0,0,.55); color:#fff !important; } /* Responsive básico */ @media (max-width:900px){ #apf-history-section .apf-timeline{grid-template-columns:repeat(2,1fr)} #apf-history-section .apf-timeline::after{display:none} #apf-history-section .apf-left{ left:18px } #apf-history-section .apf-right{ right:18px } #apf-history-section .apf-nav{ top:120px } } @media (max-width:560px){ #apf-history-section .apf-timeline{grid-template-columns:1fr} }

NUESTRA HISTORIA

2003
1
2003

Se fundó en 2003 con la adquisición estratégica del Esparrago.

2005
2
2005

Cultivo de sembríos propios.

2010
3
2010

Inicio de las exportaciones Jengibre y Curcuma.

2016
4
2016

Jengibre,curcuma,palta, granda y Arandono.

Nuestros Valores * { box-sizing: border-box; } body { margin: 0; font-family: Arial, sans-serif; background: #f8f8f8; text-align: center; } .valores { padding: 50px 20px; } .valores h2 { font-size: 35px; font-weight: 900; margin-bottom: 40px; } .valores h2 span { color: #FF6700; text-shadow: 2px 2px 3px rgba(0,0,0,0.4); } .contenedor { display: flex; justify-content: center; align-items: stretch; flex-wrap: nowrap; /* ✅ mantiene en una sola fila */ overflow-x: auto; /* ✅ permite scroll horizontal si no caben */ gap: 20px; max-width: 100%; padding: 0 10px; } .card { background: #fff; padding: 30px 20px; border-radius: 12px; min-width: 250px; /* ✅ mínimo tamaño para que quepan en pantallas más pequeñas */ flex: 1 0 250px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.15); } .card i { font-size: 45px; color: #FF6700; margin-bottom: 15px; } .card h3 { font-size: 17px; margin-bottom: 10px; font-weight: bold; } .card p { font-size: 14px; color: #555; line-height: 1.5; } /* ✅ Opcional: en móviles muuuy estrechos, mostrar en una columna */ @media (max-width: 480px) { .contenedor { flex-wrap: wrap; justify-content: center; } .card { flex: 1 1 100%; max-width: 100%; } .valores h2 { font-size: 28px; } }

NUESTROS VALORES

COMPROMISO

Cumplir con clientes, proveedores y colaboradores de manera responsable.

CALIDAD

Garantizar cumplimiento de estándares internacionales de exportación.

TRABAJO EN EQUIPO

Fomentar la colaboración entre todas las áreas de la empresa.

RESPETO

Valorar a los trabajadores involucrados en la cadena de suministro.

0+

Hectares Organicas

Wie twijfelt tussen veel casino-aanbiedingen, zou blazing wildz casino serieus moeten overwegen. De gebruikersinterface past zich automatisch aan de schermgrootte van het apparaat aan. Spelers kunnen hun account indien gewenst altijd tijdelijk of permanent sluiten. Met questsystemen worden bepaalde speeldoelen beloond, wat de speelroutine extra structuur geeft. Geavanceerde analyse-tools helpen spelers hun eigen gewoonten beter te begrijpen. Side-statistieken tonen hot en cold nummers direct aan de speltafel. De indeling in themacategorieën maakt het makkelijker om snel het juiste spel te vinden. Antwoorden in de live chat zijn doorgaans persoonlijk en niet geautomatiseerd geformuleerd. Wisselkoersen bij stortingen in vreemde valuta worden transparant tegen de actuele marktkoers verrekend. Sorteermogelijkheden omvatten populariteit, nieuwigheden en hoogste uitkering. Wie kiest voor een serieuze aanbieder, vindt hier een aanbevelenswaardige optie.

Tym, co od razu rzuca się w oczy w https://casinovoxonline.pl/, jest staranność w podejściu do własnych graczy. Codzienne akcje utrzymują różnorodność rozgrywki i regularnie oferują nowe korzyści. Platforma wspiera szeroki wachlarz metod płatności, od klasycznych kart kredytowych po nowoczesne e-portfele. Gracze mają w każdej chwili prawo do wglądu w dane i ich korekty zgodnie z RODO. Statystyki poboczne pokazują gorące i zimne liczby bezpośrednio przy stole gry. Gracze mogą szczegółowo analizować osobiste statystyki dotyczące czasów gry i zakładów. Miłośnicy jackpotów znajdą szeroki wybór progresywnych automatów z pulami sięgającymi czasem siedmiu cyfr. Tryb ciemny redukuje obciążenie oczu podczas dłuższych sesji gry. Godny polecenia adres dla wszystkich, którzy poważnie uprawiają hazard online.

0+

Pequeños Agricultores

0+

Empleados

0+

Certificados

Follow Blue Origin – Barra :root{ –bo-blue:#0033ff; –white:#ffffff; –icon-box:36px; /* tamaño del cuadro del ícono */ –icon-size:18px; /* tamaño del pictograma */ –gap:22px; /* separación entre texto e íconos */ –bar-height:90px; /* ALTURA solicitada */ –stroke:2px; /* grosor del borde blanco */ –text-spacing:3px; /* espaciado de letras del texto */ } /* Reset básico */ *{box-sizing:border-box} html,body{margin:0;padding:0;background:#000} /* Barra principal */ .follow-bar{ height:var(–bar-height); width:100%; background:var(–bo-blue); display:flex; align-items:center; justify-content:center; } /* Contenido centrado en fila */ .follow-inner{ display:flex; align-items:center; gap:var(–gap); line-height:1; user-select:none; transform: translateZ(0); /* mejora antialias */ } /* Texto */ .follow-text{ color:var(–white); font:700 14px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif; letter-spacing:var(–text-spacing); text-transform:uppercase; white-space:nowrap; } /* Lista de íconos */ .social{ display:flex; align-items:center; gap:18px; padding:0; margin:0; list-style:none; } /* Caja “contorno” de cada ícono */ .social a{ width:var(–icon-box); height:var(–icon-box); display:inline-flex; align-items:center; justify-content:center; color:var(–white); text-decoration:none; border:var(–stroke) solid var(–white); border-radius:10px; transition:transform .18s ease, opacity .18s ease; outline:none; } .social a i{ font-size:var(–icon-size); line-height:1; } /* Hover / foco */ .social a:hover{ transform:scale(1.08); opacity:.9; } .social a:focus-visible{ box-shadow:0 0 0 3px rgba(255,255,255,.35); } /* Responsivo: cuando hay muy poco ancho, reducimos separaciones */ @media (max-width:540px){ :root{ –gap:14px; –icon-box:34px; –icon-size:17px; –text-spacing:2px; } .follow-text{ font-weight:600; } } @media (max-width:420px){ .follow-text{ display:none; } /* Solo íconos en pantallas muy pequeñas */ } // JS opcional: ejemplo para registrar clics o abrir en nueva pestaña (ya lo hace con target=”_blank”) // Aquí solo mostramos el nombre de la red en consola para que puedas ver interacción. document.querySelectorAll(‘.btn-social’).forEach(a=>{ a.addEventListener(‘click’, ()=> { console.log(‘Abriendo: ‘ + a.dataset.name); }); }); // Si quisieras fijar la barra arriba/abajo, descomenta una de estas líneas: // document.querySelector(‘.follow-bar’).style.position = ‘fixed’; // document.querySelector(‘.follow-bar’).style.bottom = ‘0’; // o .top = ‘0’