.elementor-kit-6{--e-global-color-text:#6B7D83;--e-global-color-primary:#88CE3E;--e-global-color-secondary:#EBEBEB;--e-global-color-accent:#F4F4F4;--e-global-typography-primary-font-family:"Recoleta";--e-global-typography-primary-font-size:3.3rem;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Recoleta";--e-global-typography-secondary-font-size:3rem;--e-global-typography-secondary-font-weight:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-accent-font-family:"Recoleta";--e-global-typography-accent-font-size:2rem;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.2em;--e-global-typography-text-font-family:"Silka";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.4em;--e-global-typography-73a3a1a-font-family:"Silka";--e-global-typography-73a3a1a-font-size:1.1rem;--e-global-typography-73a3a1a-font-weight:bold;--e-global-typography-73a3a1a-text-decoration:none;--e-global-typography-73a3a1a-line-height:1.3em;--e-global-typography-3b75488-font-family:"Recoleta";--e-global-typography-3b75488-font-size:1.6rem;--e-global-typography-3b75488-font-weight:normal;--e-global-typography-3b75488-text-decoration:none;--e-global-typography-3b75488-line-height:1.3em;--e-global-typography-e3abc8f-font-family:"Silka";--e-global-typography-e3abc8f-font-size:0.9rem;--e-global-typography-e3abc8f-font-weight:normal;--e-global-typography-e3abc8f-text-decoration:none;--e-global-typography-e3abc8f-line-height:1.3em;--e-global-typography-1c84b89-font-family:"Silka";--e-global-typography-1c84b89-font-size:1rem;--e-global-typography-1c84b89-font-weight:normal;--e-global-typography-1c84b89-text-decoration:none;--e-global-typography-1c84b89-line-height:1em;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:500ms;}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.elementor-kit-6 a{color:var( --e-global-color-text );text-decoration:underline;}.elementor-kit-6 a:hover{text-decoration:none;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:3rem;--e-global-typography-secondary-font-size:2.5rem;--e-global-typography-3b75488-font-size:1.4rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:2.2rem;--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-accent-font-size:1.5rem;--e-global-typography-73a3a1a-font-size:1rem;--e-global-typography-3b75488-font-size:1.3rem;--e-global-typography-e3abc8f-font-size:0.9rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* DESPLEGABLE FAQ */
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}
.faq-trigger {
  padding: 16px 40px 16px 16px;
  margin: 0 !important;
  position: relative;
  user-select: none;
}
.faq-trigger::after {
  content: '+';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.3s;
}
.faq-item.active .faq-trigger::after {
  content: '−';
}
.faq-content {
  display: none;
  padding: 0 16px 16px;
}
.faq-item.active .faq-content {
  display: block;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/uploads/2026/05/Recoleta-Regular.eot');
	src: url('/wp-content/uploads/2026/05/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2026/05/Recoleta-Regular.woff2') format('woff2'),
		url('/wp-content/uploads/2026/05/Recoleta-Regular.woff') format('woff'),
		url('/wp-content/uploads/2026/05/Recoleta-Regular.ttf') format('truetype'),
		url('/wp-content/uploads/2026/05/Recoleta-Regular.svg#Recoleta') format('svg');
}
@font-face {
	font-family: 'Recoleta';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://originiafoods.com/wp-content/uploads/2026/05/Recoleta-Bold.eot');
	src: url('https://originiafoods.com/wp-content/uploads/2026/05/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Recoleta-Bold.woff2') format('woff2'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Recoleta-Bold.woff') format('woff'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Recoleta-Bold.ttf') format('truetype'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Recoleta-Bold.svg#Recoleta') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Silka';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-Regular.eot');
	src: url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-Regular.woff2') format('woff2'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-Regular.woff') format('woff'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-Regular.ttf') format('truetype'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-Regular.svg#Silka') format('svg');
}
@font-face {
	font-family: 'Silka';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-SemiBold.eot');
	src: url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-SemiBold.woff2') format('woff2'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-SemiBold.woff') format('woff'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-SemiBold.ttf') format('truetype'),
		url('https://originiafoods.com/wp-content/uploads/2026/05/Silka-SemiBold.svg#Silka') format('svg');
}
/* End Custom Fonts CSS */