@charset "UTF-8";
/*!
Theme Name: Carbonell
Author: SIDN
Author URI: http://sidn.es
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carbonell
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Grid
	- Normalize
	- Typography
# Generic

# Components
# Templates
# Single


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* ======================================================================= *\
    Colors Variables
\* ======================================================================= */
:root {
	--color__primary: #ac162c;
	--color__primary--hover: #880b1e;
	--color__secondary: #d18a00;
	--color__secondary--hover: #A5710D;
	--color__secondary-light: #fff4e0;
	--color__text: #1e1e1e99;
	--color__white: #FFF;
	--color__black: #1e1e1e;
	--color__grey: #f7f7f7;
	--color__overlay: rgba(30, 30, 30, 0.65);
}

/* ======================================================================= *\
    Grid Variables 
\* ======================================================================= */
/* ======================================================================= *\
    Fonts Variables
\* ======================================================================= */
:root {
	--font__primary: "Brandon Grotesque", sans-serif;
	--font__h1-size: 3rem;
	--font__h2-size: 3rem;
	--font__h3-size: 1.25rem;
	--font__text-size: 1.125rem;
	--font__small-text-size: 0.9375rem;
	--font__line_height: 1.2;
	--font__line_height-small: 0.9;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Box full align center
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* ======================================================================= *\
    Typography
\* ======================================================================= */
@font-face {
	font-family: "BookmanJFPro-Regular";
	src: url("assets/font/BookmanJFPro-Regular.eot");
	src: local("☺"), url("assets/font/BookmanJFPro-Regular.woff") format("woff"), url("assets/font/BookmanJFPro-Regular.ttf") format("truetype"), url("assets/font/BookmanJFPro-Regular.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

@font-face {
	font-family: "CircularStd-Bold";
	src: url("assets/font/CircularStd-Bold.eot");
	src: local("☺"), url("assets/font/CircularStd-Bold.woff") format("woff"), url("assets/font/CircularStd-Bold.ttf") format("truetype"), url("assets/font/CircularStd-Bold.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

@font-face {
	font-family: "CircularStd-BoldItalic";
	src: url("assets/font/CircularStd-BoldItalic.eot");
	src: local("☺"), url("assets/font/CircularStd-BoldItalic.woff") format("woff"), url("assets/font/CircularStd-BoldItalic.ttf") format("truetype"), url("assets/font/CircularStd-BoldItalic.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

@font-face {
	font-family: "CircularStd-Book";
	src: url("assets/font/CircularStd-Book.eot");
	src: local("☺"), url("assets/font/CircularStd-Book.woff") format("woff"), url("assets/font/CircularStd-Book.ttf") format("truetype"), url("assets/font/CircularStd-Book.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

@font-face {
	font-family: "CircularStd-BookItalic";
	src: url("assets/font/CircularStd-BookItalic.eot");
	src: local("☺"), url("assets/font/CircularStd-BookItalic.woff") format("woff"), url("assets/font/CircularStd-BookItalic.ttf") format("truetype"), url("assets/font/CircularStd-BookItalic.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

@font-face {
	font-family: "CircularStd-Medium";
	src: url("assets/font/CircularStd-Medium.eot");
	src: local("☺"), url("assets/font/CircularStd-Medium.woff") format("woff"), url("assets/font/CircularStd-Medium.ttf") format("truetype"), url("assets/font/CircularStd-Medium.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

@font-face {
	font-family: "CircularStd-MediumItalic";
	src: url("assets/font/CircularStd-MediumItalic.eot");
	src: local("☺"), url("assets/font/CircularStd-MediumItalic.woff") format("woff"), url("assets/font/CircularStd-MediumItalic.ttf") format("truetype"), url("assets/font/CircularStd-MediumItalic.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

@font-face {
	font-family: "Bookman-old-style";
	src: url("assets/font/bookman-old-style.eot");
	src: local("☺"), url("assets/font/bookman-old-style.woff") format("woff"), url("assets/font/bookman-old-style.ttf") format("truetype"), url("assets/font/bookman-old-style.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

@font-face {
	font-family: "Bookman-old-style-bold";
	src: url("assets/font/BOOKOSB.eot");
	src: local("☺"), url("assets/font/BOOKOSB.woff") format("woff"), url("assets/font/BOOKOSB.ttf") format("truetype"), url("assets/font/BOOKOSB.svg") format("svg");
	font-weight: 400;
	font-display: auto;
	font-style: normal;
}

/* ======================================================================= */
h1, .h1, h2, .h2, h3, .h3 {
	font-family: var(--font__primary);
	font-weight: 400;
	line-height: var(--font__line_height);
	margin: 0;
	padding: 0;
}

h1 {
	font-size: var(--font__h1-size);
}

.h1 {
	font-size: var(--font__h1-size);
}

h2 {
	font-size: var(--font__h2-size);
}

.h2 {
	font-size: var(--font__h2-size);
}

h3 {
	font-size: var(--font__h3-size);
}

.h3 {
	font-size: var(--font__h3-size);
}

ul.menu li a {
	color: #1e1e1e;
	font-family: "CircularStd-Medium";
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

ul.menu li a:hover {
	font-family: "CircularStd-Bold";
}

.h1 {
	font-family: 'Bookman-old-style';
	font-size: 56px;
	font-weight: 400;
}

@media (max-width: 960px) {
	.h1 {
		font-size: 50px;
	}
}

@media (max-width: 768px) {
	.h1 {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

.h2 {
	font-family: "Bookman-old-style";
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
}

@media (max-width: 960px) {
	.h2 {
		font-size: 38px;
		line-height: 44px;
	}
}

@media (max-width: 768px) {
	.h2 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (max-width: 480px) {
	.h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

.h2-plus {
	font-family: "Bookman-old-style-bold";
	font-size: 40px;
	font-weight: 400;
	line-height: 72px;
	padding-bottom: 40px;
}

@media (max-width: 1024px) {
	.h2-plus {
		font-size: 36px;
		line-height: 44px;
	}
}

@media (max-width: 992px) {
	.h2-plus {
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 768px) {
	.h2-plus {
		font-size: 28px;
		line-height: 36px;
	}
}

.h3 {
	font-family: "Bookman-old-style-bold";
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

.tag-page {
	color: #1e1e1e;
	font-family: "CircularStd-Bold";
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}

p {
	color: #1e1e1e99;
	font-family: "CircularStd-Book";
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

p b {
	font-family: "CircularStd-Bold";
}

/* ======================================================================= *\
    Normalize
\* ======================================================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/* Inherit box-sizing to more easily change it's value on a component level. */
* {
	font-family: "CircularStd-Book";
	font-weight: 400;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

img {
	width: 100%;
}

/* ======================================================================= *\
    Grid
\* ======================================================================= */
.container {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1230px) {
	.container {
		margin: 0 10px;
	}
}

@media (max-width: 770px) {
	.container {
		margin: 0 15px;
	}
}

@media (max-width: 480px) {
	.container {
		margin: 0 20px;
	}
}

.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.grid-1 {
	grid-column: span 1;
}

.grid-2 {
	grid-column: span 2;
}

.grid-3 {
	grid-column: span 3;
}

.grid-4 {
	grid-column: span 4;
}

.grid-5 {
	grid-column: span 5;
}

.grid-6 {
	grid-column: span 6;
}

.grid-7 {
	grid-column: span 7;
}

.grid-8 {
	grid-column: span 8;
}

.grid-9 {
	grid-column: span 9;
}

.grid-10 {
	grid-column: span 10;
}

.grid-11 {
	grid-column: span 11;
}

.grid-12 {
	grid-column: span 12;
}

@media (min-width: 480px) {
	.grid-xxs-1 {
		grid-column: span 1;
	}
	.grid-xxs-2 {
		grid-column: span 2;
	}
	.grid-xxs-3 {
		grid-column: span 3;
	}
	.grid-xxs-4 {
		grid-column: span 4;
	}
	.grid-xxs-5 {
		grid-column: span 5;
	}
	.grid-xxs-6 {
		grid-column: span 6;
	}
	.grid-xxs-7 {
		grid-column: span 7;
	}
	.grid-xxs-8 {
		grid-column: span 8;
	}
	.grid-xxs-9 {
		grid-column: span 9;
	}
	.grid-xxs-10 {
		grid-column: span 10;
	}
	.grid-xxs-11 {
		grid-column: span 11;
	}
	.grid-xxs-12 {
		grid-column: span 12;
	}
}

@media (min-width: 576px) {
	.grid-xs-1 {
		grid-column: span 1;
	}
	.grid-xs-2 {
		grid-column: span 2;
	}
	.grid-xs-3 {
		grid-column: span 3;
	}
	.grid-xs-4 {
		grid-column: span 4;
	}
	.grid-xs-5 {
		grid-column: span 5;
	}
	.grid-xs-6 {
		grid-column: span 6;
	}
	.grid-xs-7 {
		grid-column: span 7;
	}
	.grid-xs-8 {
		grid-column: span 8;
	}
	.grid-xs-9 {
		grid-column: span 9;
	}
	.grid-xs-10 {
		grid-column: span 10;
	}
	.grid-xs-11 {
		grid-column: span 11;
	}
	.grid-xs-12 {
		grid-column: span 12;
	}
}

@media (min-width: 768px) {
	.grid-sm-1 {
		grid-column: span 1;
	}
	.grid-sm-2 {
		grid-column: span 2;
	}
	.grid-sm-3 {
		grid-column: span 3;
	}
	.grid-sm-4 {
		grid-column: span 4;
	}
	.grid-sm-5 {
		grid-column: span 5;
	}
	.grid-sm-6 {
		grid-column: span 6;
	}
	.grid-sm-7 {
		grid-column: span 7;
	}
	.grid-sm-8 {
		grid-column: span 8;
	}
	.grid-sm-9 {
		grid-column: span 9;
	}
	.grid-sm-10 {
		grid-column: span 10;
	}
	.grid-sm-11 {
		grid-column: span 11;
	}
	.grid-sm-12 {
		grid-column: span 12;
	}
}

@media (min-width: 992px) {
	.grid-md-1 {
		grid-column: span 1;
	}
	.grid-md-2 {
		grid-column: span 2;
	}
	.grid-md-3 {
		grid-column: span 3;
	}
	.grid-md-4 {
		grid-column: span 4;
	}
	.grid-md-5 {
		grid-column: span 5;
	}
	.grid-md-6 {
		grid-column: span 6;
	}
	.grid-md-7 {
		grid-column: span 7;
	}
	.grid-md-8 {
		grid-column: span 8;
	}
	.grid-md-9 {
		grid-column: span 9;
	}
	.grid-md-10 {
		grid-column: span 10;
	}
	.grid-md-11 {
		grid-column: span 11;
	}
	.grid-md-12 {
		grid-column: span 12;
	}
}

@media (min-width: 1200px) {
	.grid-lg-1 {
		grid-column: span 1;
	}
	.grid-lg-2 {
		grid-column: span 2;
	}
	.grid-lg-3 {
		grid-column: span 3;
	}
	.grid-lg-4 {
		grid-column: span 4;
	}
	.grid-lg-5 {
		grid-column: span 5;
	}
	.grid-lg-6 {
		grid-column: span 6;
	}
	.grid-lg-7 {
		grid-column: span 7;
	}
	.grid-lg-8 {
		grid-column: span 8;
	}
	.grid-lg-9 {
		grid-column: span 9;
	}
	.grid-lg-10 {
		grid-column: span 10;
	}
	.grid-lg-11 {
		grid-column: span 11;
	}
	.grid-lg-12 {
		grid-column: span 12;
	}
}

@media (min-width: 1400px) {
	.grid-xl-1 {
		grid-column: span 1;
	}
	.grid-xl-2 {
		grid-column: span 2;
	}
	.grid-xl-3 {
		grid-column: span 3;
	}
	.grid-xl-4 {
		grid-column: span 4;
	}
	.grid-xl-5 {
		grid-column: span 5;
	}
	.grid-xl-6 {
		grid-column: span 6;
	}
	.grid-xl-7 {
		grid-column: span 7;
	}
	.grid-xl-8 {
		grid-column: span 8;
	}
	.grid-xl-9 {
		grid-column: span 9;
	}
	.grid-xl-10 {
		grid-column: span 10;
	}
	.grid-xl-11 {
		grid-column: span 11;
	}
	.grid-xl-12 {
		grid-column: span 12;
	}
}

/* ======================================================================= *\
    Global
\* ======================================================================= */
@media (max-width: 768px) {
	body.no-scroll {
		overflow: hidden;
	}
}

.bg-primary {
	background-color: var(--color__primary);
}

.color-primary {
	color: var(--color__primary);
}

.bg-secondary {
	background-color: var(--color__secondary);
}

.color-secondary {
	color: var(--color__secondary);
}

.bg-secondary-light {
	background-color: var(--color__secondary-light);
}

.color-secondary-light {
	color: var(--color__secondary-light);
}

.bg-white {
	background-color: var(--color__white);
}

.color-white {
	color: var(--color__white);
}

.bg-black {
	background-color: var(--color__black);
}

.color-black {
	color: var(--color__black);
}

#page {
	overflow: hidden;
}

.icon {
	cursor: pointer;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.icon-lg {
	width: 82px;
	min-width: 82px;
	height: 82px;
	min-height: 82px;
}

@media (max-width: 1024px) {
	.icon-lg {
		width: 70px;
		min-width: 70px;
		height: 70px;
		min-height: 70px;
	}
}

@media (max-width: 768px) {
	.icon-lg {
		width: 64px;
		min-width: 64px;
		height: 64px;
		min-height: 64px;
	}
}

.icon-md {
	width: 50px;
	min-width: 50px;
	height: 50px;
	min-height: 50px;
}

.icon-sm {
	width: 22px;
	min-width: 22px;
	height: 22px;
	min-height: 22px;
}

.icon-xs {
	width: 14px;
	min-width: 14px;
	height: 14px;
	min-height: 14px;
}

.icon-carbonell {
	width: 116px;
	min-width: 116px;
	height: 52px;
	min-height: 52px;
}

@media (max-width: 768px) {
	.sm\:icon-circle-play {
		background-image: url("./assets/img/icons/circle-play.svg") !important;
	}
}

.icon-circle-play {
	background-image: url("./assets/img/icons/circle-play.svg");
}

.icon-circle-play.icon-hover {
	transition: 0.3s;
}

.icon-circle-play.icon-hover:hover {
	background-image: url("./assets/img/icons/circle-play-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-circle-youtube {
		background-image: url("./assets/img/icons/circle-youtube.svg") !important;
	}
}

.icon-circle-youtube {
	background-image: url("./assets/img/icons/circle-youtube.svg");
}

.icon-circle-youtube.icon-hover {
	transition: 0.3s;
}

.icon-circle-youtube.icon-hover:hover {
	background-image: url("./assets/img/icons/circle-youtube-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-circle-facebook {
		background-image: url("./assets/img/icons/circle-facebook.svg") !important;
	}
}

.icon-circle-facebook {
	background-image: url("./assets/img/icons/circle-facebook.svg");
}

.icon-circle-facebook.icon-hover {
	transition: 0.3s;
}

.icon-circle-facebook.icon-hover:hover {
	background-image: url("./assets/img/icons/circle-facebook-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-circle-twitter {
		background-image: url("./assets/img/icons/circle-twitter.svg") !important;
	}
}

.icon-circle-twitter {
	background-image: url("./assets/img/icons/circle-twitter.svg");
}

.icon-circle-twitter.icon-hover {
	transition: 0.3s;
}

.icon-circle-twitter.icon-hover:hover {
	background-image: url("./assets/img/icons/circle-twitter-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-white-menu {
		background-image: url("./assets/img/icons/white-menu.svg") !important;
	}
}

.icon-white-menu {
	background-image: url("./assets/img/icons/white-menu.svg");
}

.icon-white-menu.icon-hover {
	transition: 0.3s;
}

.icon-white-menu.icon-hover:hover {
	background-image: url("./assets/img/icons/white-menu-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-black-menu {
		background-image: url("./assets/img/icons/black-menu.svg") !important;
	}
}

.icon-black-menu {
	background-image: url("./assets/img/icons/black-menu.svg");
}

.icon-black-menu.icon-hover {
	transition: 0.3s;
}

.icon-black-menu.icon-hover:hover {
	background-image: url("./assets/img/icons/black-menu-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-black-close {
		background-image: url("./assets/img/icons/black-close.svg") !important;
	}
}

.icon-black-close {
	background-image: url("./assets/img/icons/black-close.svg");
}

.icon-black-close.icon-hover {
	transition: 0.3s;
}

.icon-black-close.icon-hover:hover {
	background-image: url("./assets/img/icons/black-close-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-carbonell {
		background-image: url("./assets/img/icons/carbonell.svg") !important;
	}
}

.icon-carbonell {
	background-image: url("./assets/img/icons/carbonell.svg");
}

.icon-carbonell.icon-hover {
	transition: 0.3s;
}

.icon-carbonell.icon-hover:hover {
	background-image: url("./assets/img/icons/carbonell-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-instagram {
		background-image: url("./assets/img/icons/instagram.svg") !important;
	}
}

.icon-instagram {
	background-image: url("./assets/img/icons/instagram.svg");
}

.icon-instagram.icon-hover {
	transition: 0.3s;
}

.icon-instagram.icon-hover:hover {
	background-image: url("./assets/img/icons/instagram-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-youtube {
		background-image: url("./assets/img/icons/youtube.svg") !important;
	}
}

.icon-youtube {
	background-image: url("./assets/img/icons/youtube.svg");
}

.icon-youtube.icon-hover {
	transition: 0.3s;
}

.icon-youtube.icon-hover:hover {
	background-image: url("./assets/img/icons/youtube-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-facebook {
		background-image: url("./assets/img/icons/facebook.svg") !important;
	}
}

.icon-facebook {
	background-image: url("./assets/img/icons/facebook.svg");
}

.icon-facebook.icon-hover {
	transition: 0.3s;
}

.icon-facebook.icon-hover:hover {
	background-image: url("./assets/img/icons/facebook-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-twitter {
		background-image: url("./assets/img/icons/twitter.svg") !important;
	}
}

.icon-twitter {
	background-image: url("./assets/img/icons/twitter.svg");
}

.icon-twitter.icon-hover {
	transition: 0.3s;
}

.icon-twitter.icon-hover:hover {
	background-image: url("./assets/img/icons/twitter-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-arrow-left {
		background-image: url("./assets/img/icons/arrow-left.svg") !important;
	}
}

.icon-arrow-left {
	background-image: url("./assets/img/icons/arrow-left.svg");
}

.icon-arrow-left.icon-hover {
	transition: 0.3s;
}

.icon-arrow-left.icon-hover:hover {
	background-image: url("./assets/img/icons/arrow-left-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-arrow-right {
		background-image: url("./assets/img/icons/arrow-right.svg") !important;
	}
}

.icon-arrow-right {
	background-image: url("./assets/img/icons/arrow-right.svg");
}

.icon-arrow-right.icon-hover {
	transition: 0.3s;
}

.icon-arrow-right.icon-hover:hover {
	background-image: url("./assets/img/icons/arrow-right-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-filter {
		background-image: url("./assets/img/icons/filter.svg") !important;
	}
}

.icon-filter {
	background-image: url("./assets/img/icons/filter.svg");
}

.icon-filter.icon-hover {
	transition: 0.3s;
}

.icon-filter.icon-hover:hover {
	background-image: url("./assets/img/icons/filter-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-check-off {
		background-image: url("./assets/img/icons/check-off.svg") !important;
	}
}

.icon-check-off {
	background-image: url("./assets/img/icons/check-off.svg");
}

.icon-check-off.icon-hover {
	transition: 0.3s;
}

.icon-check-off.icon-hover:hover {
	background-image: url("./assets/img/icons/check-off-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-check-on {
		background-image: url("./assets/img/icons/check-on.svg") !important;
	}
}

.icon-check-on {
	background-image: url("./assets/img/icons/check-on.svg");
}

.icon-check-on.icon-hover {
	transition: 0.3s;
}

.icon-check-on.icon-hover:hover {
	background-image: url("./assets/img/icons/check-on-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-arrow-page-prev {
		background-image: url("./assets/img/icons/arrow-page-prev.svg") !important;
	}
}

.icon-arrow-page-prev {
	background-image: url("./assets/img/icons/arrow-page-prev.svg");
}

.icon-arrow-page-prev.icon-hover {
	transition: 0.3s;
}

.icon-arrow-page-prev.icon-hover:hover {
	background-image: url("./assets/img/icons/arrow-page-prev-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-time {
		background-image: url("./assets/img/icons/time.svg") !important;
	}
}

.icon-time {
	background-image: url("./assets/img/icons/time.svg");
}

.icon-time.icon-hover {
	transition: 0.3s;
}

.icon-time.icon-hover:hover {
	background-image: url("./assets/img/icons/time-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-person {
		background-image: url("./assets/img/icons/person.svg") !important;
	}
}

.icon-person {
	background-image: url("./assets/img/icons/person.svg");
}

.icon-person.icon-hover {
	transition: 0.3s;
}

.icon-person.icon-hover:hover {
	background-image: url("./assets/img/icons/person-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-share {
		background-image: url("./assets/img/icons/share.svg") !important;
	}
}

.icon-share {
	background-image: url("./assets/img/icons/share.svg");
}

.icon-share.icon-hover {
	transition: 0.3s;
}

.icon-share.icon-hover:hover {
	background-image: url("./assets/img/icons/share-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-share-link {
		background-image: url("./assets/img/icons/share-link.svg") !important;
	}
}

.icon-share-link {
	background-image: url("./assets/img/icons/share-link.svg");
}

.icon-share-link.icon-hover {
	transition: 0.3s;
}

.icon-share-link.icon-hover:hover {
	background-image: url("./assets/img/icons/share-link-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-whatsapp {
		background-image: url("./assets/img/icons/whatsapp.svg") !important;
	}
}

.icon-whatsapp {
	background-image: url("./assets/img/icons/whatsapp.svg");
}

.icon-whatsapp.icon-hover {
	transition: 0.3s;
}

.icon-whatsapp.icon-hover:hover {
	background-image: url("./assets/img/icons/whatsapp-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-white-close-bold {
		background-image: url("./assets/img/icons/white-close-bold.svg") !important;
	}
}

.icon-white-close-bold {
	background-image: url("./assets/img/icons/white-close-bold.svg");
}

.icon-white-close-bold.icon-hover {
	transition: 0.3s;
}

.icon-white-close-bold.icon-hover:hover {
	background-image: url("./assets/img/icons/white-close-bold-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-arrow {
		background-image: url("./assets/img/icons/arrow.svg") !important;
	}
}

.icon-arrow {
	background-image: url("./assets/img/icons/arrow.svg");
}

.icon-arrow.icon-hover {
	transition: 0.3s;
}

.icon-arrow.icon-hover:hover {
	background-image: url("./assets/img/icons/arrow-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-awards {
		background-image: url("./assets/img/icons/awards.svg") !important;
	}
}

.icon-awards {
	background-image: url("./assets/img/icons/awards.svg");
}

.icon-awards.icon-hover {
	transition: 0.3s;
}

.icon-awards.icon-hover:hover {
	background-image: url("./assets/img/icons/awards-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-white-close {
		background-image: url("./assets/img/icons/white-close.svg") !important;
	}
}

.icon-white-close {
	background-image: url("./assets/img/icons/white-close.svg");
}

.icon-white-close.icon-hover {
	transition: 0.3s;
}

.icon-white-close.icon-hover:hover {
	background-image: url("./assets/img/icons/white-close-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-cart {
		background-image: url("./assets/img/icons/cart.svg") !important;
	}
}

.icon-cart {
	background-image: url("./assets/img/icons/cart.svg");
}

.icon-cart.icon-hover {
	transition: 0.3s;
}

.icon-cart.icon-hover:hover {
	background-image: url("./assets/img/icons/cart-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-arrow-pagination-left {
		background-image: url("./assets/img/icons/arrow-pagination-left.svg") !important;
	}
}

.icon-arrow-pagination-left {
	background-image: url("./assets/img/icons/arrow-pagination-left.svg");
}

.icon-arrow-pagination-left.icon-hover {
	transition: 0.3s;
}

.icon-arrow-pagination-left.icon-hover:hover {
	background-image: url("./assets/img/icons/arrow-pagination-left-hover.svg");
}

@media (max-width: 768px) {
	.sm\:icon-arrow-pagination-right {
		background-image: url("./assets/img/icons/arrow-pagination-right.svg") !important;
	}
}

.icon-arrow-pagination-right {
	background-image: url("./assets/img/icons/arrow-pagination-right.svg");
}

.icon-arrow-pagination-right.icon-hover {
	transition: 0.3s;
}

.icon-arrow-pagination-right.icon-hover:hover {
	background-image: url("./assets/img/icons/arrow-pagination-right-hover.svg");
}

.btn {
	color: #FFF;
	border: none;
	display: inline-block;
	font-family: "CircularStd-Bold";
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	cursor: pointer;
}

.btn-lg {
	padding: 12px 32px;
}

.btn-md {
	padding: 8px 32px;
}

.btn-primary {
	background-color: var(--color__primary);
}

.btn-primary:hover {
	background-color: var(--color__primary--hover, var(--color__primary));
}

.btn-secondary {
	background-color: var(--color__secondary);
}

.btn-secondary:hover {
	background-color: var(--color__secondary--hover, var(--color__secondary));
}

.btn-secondary-light {
	background-color: var(--color__secondary-light);
}

.btn-secondary-light:hover {
	background-color: var(--color__secondary-light--hover, var(--color__secondary-light));
}

.btn-white {
	background-color: var(--color__white);
}

.btn-white:hover {
	background-color: var(--color__white--hover, var(--color__white));
}

.btn-black {
	background-color: var(--color__black);
}

.btn-black:hover {
	background-color: var(--color__black--hover, var(--color__black));
}

.btn-white {
	color: #ac162c;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-scrollbar {
	margin-top: 35px;
	height: 2px !important;
}

.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	height: 4px;
	top: -1px;
}

.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
	content: none;
}

.swiper-container .swiper-pagination {
	position: relative;
	margin-top: 40px;
	z-index: 0;
}

@media (max-width: 480px) {
	.swiper-container .swiper-pagination {
		display: none;
	}
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
	border-radius: 0;
	height: 2px;
	width: 32px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #d18a00;
	height: 4px;
}

@media (min-width: 992px) {
	.swiper-container .swiper-wrapper {
		cursor: initial;
	}
}

@media (max-width: 992px) {
	.swiper-container .swiper-wrapper {
		margin-bottom: 35px;
	}
}

@media (max-width: 576px) {
	.swiper-container .swiper-wrapper {
		margin-bottom: 51px;
	}
}

.swiper-container .swiper-wrapper .swiper-slide {
	border-radius: 2px;
	overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide-link {
	text-decoration: none;
}

.swiper-container .swiper-wrapper .swiper-slide-link img {
	height: 268px;
	object-fit: cover;
}

@media (max-width: 576px) {
	.swiper-container .swiper-wrapper .swiper-slide-link img {
		height: 170px;
	}
}

@media (max-width: 480px) {
	.swiper-container .swiper-wrapper .swiper-slide-link img {
		height: 225px;
	}
}

.swiper-container .swiper-wrapper .swiper-slide-link .content {
	margin: 15px 22px;
}

@media (max-width: 480px) {
	.swiper-container .swiper-wrapper .swiper-slide-link .content {
		margin: 9px 9.5px;
	}
}

.swiper-container .swiper-wrapper .swiper-slide-link .content span {
	font-family: "CircularStd-Bold";
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
}

.swiper-container .swiper-wrapper .swiper-slide-link .content .h3 {
	width: 100%;
	color: #1e1e1e;
	margin: 9px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.swiper-container .swiper-wrapper .swiper-slide-link .content p {
	position: relative;
	overflow: hidden;
	height: 45px;
	margin: 0;
	color: rgba(30, 30, 30, 0.6);
	font-family: "CircularStd-Book";
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

.swiper-container .swiper-wrapper .swiper-slide-link:hover .h3 {
	color: #ac162c;
}

@keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
header .menu-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	transition: all 0.5s;
	z-index: 5;
}

header .menu-main .container {
	display: flex;
	align-items: center;
	padding: 24px 0;
}

@media (max-width: 992px) {
	header .menu-main .container {
		padding: 16px 0;
	}
}

@media (max-width: 768px) {
	header .menu-main .container {
		justify-content: space-between;
	}
}

header .menu-main #burger,
header .menu-main #close {
	width: 28px;
	min-width: 28px;
	height: 21px;
	min-height: 21px;
}

@media (min-width: 768px) {
	header .menu-main #burger,
	header .menu-main #close {
		display: none;
	}
}

@media (min-width: 768px) {
	header .menu-main-logo {
		width: 20%;
	}
}

header .menu-main-logo img {
	width: 136px;
}

@media (max-width: 992px) {
	header .menu-main-logo img {
		width: 116px;
	}
}

@media (min-width: 768px) {
	header .menu-main-nav {
		width: 60%;
		display: flex;
		justify-content: center;
	}
	header .menu-main-nav .icon-carbonell {
		display: none;
	}
}

@media (max-width: 768px) {
	header .menu-main-nav {
		display: none;
	}
	header .menu-main-nav.active {
		position: fixed;
		top: 0;
		left: -270px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		background: #FFF;
		padding: 60px 0 0 24px;
		width: 270px;
		height: 100%;
		animation: 0.5s nav-mobile forwards;
		overflow: auto;
	}
	header .menu-main-nav.active::before {
		background: rgba(30, 30, 30, 0.65);
		content: '';
		display: block;
		height: 100%;
		left: 270px;
		overflow: hidden;
		position: fixed;
		top: 0;
		width: calc(100% - 270px);
		opacity: 0;
		animation: 0.3s nav-mobile-overlay 0.5s forwards;
	}
	@keyframes nav-mobile {
		0% {
			left: -270px;
		}
		100% {
			left: 0;
		}
	}
	@keyframes nav-mobile-overlay {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
}

header .menu-main-nav #close {
	position: absolute;
	top: 26px;
	right: 24px;
}

header .menu-main-nav ul {
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	header .menu-main-nav ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	header .menu-main-nav ul {
		margin-top: 50px;
	}
}

header .menu-main-nav ul li {
	margin: 10px 0;
}

header .menu-main-nav ul li:not(li:last-child) {
	margin-right: 40px;
}

@media (max-width: 768px) {
	header .menu-main-nav ul li {
		margin: 0 0 32px 0;
	}
	header .menu-main-nav ul li:last-child {
		margin: 0;
	}
}

header .menu-main-nav ul li.link-shop {
	position: relative;
	display: flex;
	align-items: center;
	padding-right: 30px;
}

header .menu-main-nav ul li.link-shop::after {
	content: '';
	position: absolute;
	right: 0;
	width: 25px;
	height: 20px;
	background-image: url(./assets/img/icons/cart.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

header .menu-main-nav ul li a {
	position: relative;
	color: #FFF;
	display: flex;
	justify-content: center;
}

@media (max-width: 768px) {
	header .menu-main-nav ul li a {
		color: #1e1e1e;
		font-size: 16px;
		justify-content: flex-start;
		align-items: center;
	}
}

header .menu-main-nav ul li a::after {
	content: '';
	height: 2px;
	width: 0px;
	position: absolute;
	bottom: -8px;
	transition: 0.3s;
	background-color: currentColor;
}

@media (max-width: 768px) {
	header .menu-main-nav ul li a::after {
		transition: initial;
		display: inline-block;
		height: 24px;
		background-color: #ac162c;
		bottom: initial;
		left: 0;
	}
}

header .menu-main-nav ul li[class*='current'] a::after {
	content: '';
	width: 32px;
}

@media (max-width: 768px) {
	header .menu-main-nav ul li a:hover {
		padding-left: 8px;
	}
}

header .menu-main-nav ul li a:hover::after {
	width: 32px;
}

@media (max-width: 768px) {
	header .menu-main-nav ul li a:hover::after {
		width: 3px;
	}
}

header .menu-main-search {
	cursor: pointer;
	text-align: right;
}

@media (min-width: 768px) {
	header .menu-main-search {
		width: 20%;
	}
}

header .menu-main-search svg {
	width: 24px;
}

header .menu-main-search-form {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1e1e1fe3;
}

header .menu-main-search-form.active {
	animation: opacity 0.3s forwards;
	display: block;
}

header .menu-main-search-form form {
	display: flex;
	margin: clamp(80px, 15vh, 200px) auto 0;
	width: 80%;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #FFF;
}

header .menu-main-search-form form label {
	display: inline-block;
	width: 100%;
}

header .menu-main-search-form form label input[type='search'] {
	width: calc(100% - 10px);
	background: transparent;
	border: none;
	border-radius: 0;
	color: #fff;
	margin: 5px 10px 0 0;
	display: inline-block;
	font-family: 'BookmanOldStyle';
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	outline: none;
}

@media (max-width: 576px) {
	header .menu-main-search-form form label input[type='search'] {
		font-size: 18px;
	}
}

header .menu-main-search-form form input[type='submit'] {
	cursor: pointer;
	background-color: #fff;
	color: #ac162c;
	padding: 8px 32px;
	font-family: 'CircularStd-Bold';
	font-size: 13px;
	font-weight: 400;
	line-height: 0;
	text-align: center;
	text-transform: uppercase;
	border-radius: 2px;
	border: none;
	max-height: 40px;
}

@media (max-width: 576px) {
	header .menu-main-search-form form input[type='submit'] {
		max-height: 30px;
		font-size: 11px;
		padding: 8px 10px;
	}
}

header .menu-main-search-form-subtitle {
	width: 80%;
	color: #FFF;
	display: block;
	font-family: 'CircularStd-Book';
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	margin: 20px auto 0 auto;
}

@media (max-width: 576px) {
	header .menu-main-search-form-subtitle {
		font-size: 16px;
	}
}

header .menu-main-search-form .icon {
	position: absolute;
	top: 26px;
	right: 24px;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
}

header .menu-main.active, header .menu-main.hidden, header .menu-main.hidden-awards {
	background: #FFF;
	box-shadow: 0 4px 7px 0 #0000001a;
}

header .menu-main.active .menu-main-nav ul li a, header .menu-main.hidden .menu-main-nav ul li a, header .menu-main.hidden-awards .menu-main-nav ul li a {
	color: #1e1e1e;
}

header .menu-main.active .menu-main-nav ul li a::after, header .menu-main.hidden .menu-main-nav ul li a::after, header .menu-main.hidden-awards .menu-main-nav ul li a::after {
	background-color: #ac162c;
}

header .menu-main.active .menu-main-nav ul li.link-shop::after, header .menu-main.hidden .menu-main-nav ul li.link-shop::after, header .menu-main.hidden-awards .menu-main-nav ul li.link-shop::after {
	filter: brightness(0);
}

header .menu-main.active .menu-main-search svg, header .menu-main.hidden .menu-main-search svg, header .menu-main.hidden-awards .menu-main-search svg {
	filter: invert(100%);
}

header .menu-main.active #burger, header .menu-main.hidden #burger, header .menu-main.hidden-awards #burger {
	background-image: url("./assets/img/icons/black-menu.svg");
}

header .menu-main.hidden, header .menu-main.hidden-popup {
	transform: translateY(-100%);
}

#wpadminbar ~ #page header .menu-main {
	top: 32px;
}

#wpadminbar ~ #page header .menu-main.hidden, #wpadminbar ~ #page header .menu-main.hidden-popup {
	transform: translateY(calc(-100% - 32px));
}

#wpadminbar ~ #page header .menu-main.active {
	top: 0;
}

.page-single-recetas header .menu-main-nav ul li[class*='current'] a::after,
.page-single-aceite header .menu-main-nav ul li[class*='current'] a::after,
.page-single-aceituna header .menu-main-nav ul li[class*='current'] a::after,
.page-single-vinagre header .menu-main-nav ul li[class*='current'] a::after {
	content: none;
}

.page-single-recetas a[href*='/recetas-de-cocina']::after {
	content: '';
	width: 32px;
}

.page-single-aceite a[href*='/familia']::after,
.page-single-aceituna a[href*='/familia']::after,
.page-single-vinagre a[href*='/familia']::after {
	content: '';
	width: 32px;
}

.hero-video {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-video video {
	width: 100%;
}

@media (max-width: 480px) {
	.hero-video video {
		min-height: 260px;
		object-fit: cover;
	}
}

.hero-video-container {
	position: absolute;
	height: 100%;
	width: calc(100% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-video-container.hidden {
	display: none;
}

.hero-video-container-play {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
}

.hero-video-container-play .icon {
	z-index: 1;
}

@media (max-width: 480px) {
	.hero-video-container-play .icon {
		width: 15%;
		min-width: 15%;
		min-height: 15%;
	}
}

.hero-video-container-rrss {
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (max-width: 768px) {
	.hero-video-container-rrss {
		display: none;
	}
}

.hero-video-container-rrss .icon:not(.icon:last-child) {
	margin-bottom: 24px;
}

.carousel-posts:not(.carousel-posts.section-carbonell) {
	padding: 76px 0 80px;
}

@media (max-width: 992px) {
	.carousel-posts:not(.carousel-posts.section-carbonell) {
		padding: 70px 0 65px;
		height: 715px;
	}
}

@media (max-width: 480px) {
	.carousel-posts:not(.carousel-posts.section-carbonell) {
		padding: 35px 0 0;
		max-height: 660px;
	}
}

.carousel-posts:not(.carousel-posts.section-carbonell) .h2 {
	text-align: center;
	margin-bottom: 54px;
	font-size: 32px !important;
	color: #FFF;
}

@media (max-width: 768px) {
	.carousel-posts:not(.carousel-posts.section-carbonell) .h2 {
		margin-bottom: 42px;
	}
}

@media (max-width: 480px) {
	.carousel-posts:not(.carousel-posts.section-carbonell) .h2 {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.carousel-posts:not(.carousel-posts.section-carbonell) .h2 {
		font-size: 24px !important;
	}
}

.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-slide {
	background-color: #FFF;
}

.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-slide-post {
	height: 421px;
}

@media (max-width: 768px) {
	.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-slide-post {
		height: 463px;
	}
}

.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-slide-post img {
	height: 210px;
}

.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-slide-post .content .h3 {
	display: block;
	height: auto;
	font-family: 'Bookman-old-style-bold';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-slide-receta {
	height: 444px;
}

@media (max-width: 768px) {
	.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-slide-receta {
		height: 463px;
	}
}

.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-slide-receta .content .h3 {
	display: block;
	height: auto;
	font-family: 'Bookman-old-style-bold';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-scrollbar {
	position: relative;
	z-index: 0;
	background: rgba(255, 255, 255, 0.2);
}

.carousel-posts:not(.carousel-posts.section-carbonell) .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	background: #FFF;
}

.carousel-products {
	padding: 100px 0 55px;
	position: relative;
	overflow: hidden;
	background-color: white;
}

@media (max-width: 1200px) {
	.carousel-products {
		padding-top: 80px;
	}
}

@media (max-width: 1024px) {
	.carousel-products {
		padding-top: 60px;
	}
}

@media (max-width: 992px) {
	.carousel-products {
		padding-top: 50px;
	}
}

@media (max-width: 768px) {
	.carousel-products {
		padding-top: 40px;
	}
}

@media (max-width: 480px) {
	.carousel-products {
		padding: 40px 0 0;
	}
}

.carousel-products .color {
	top: 0;
	position: absolute;
	z-index: 0;
	background-color: #f7f7f7;
	height: 550px;
	width: 100%;
}

@media (max-width: 1024px) {
	.carousel-products .color {
		max-height: 450px;
	}
}

@media (max-width: 550px) {
	.carousel-products .color {
		max-height: 55%;
	}
}

.carousel-products .container {
	z-index: 1;
	position: relative;
}

.carousel-products-title {
	color: #ac162c;
	text-align: center;
}

.carousel-products .swiper-container {
	overflow: hidden;
}

.carousel-products .swiper-container .contador {
	display: none;
}

@media (max-width: 1024px) {
	.carousel-products .swiper-container .swiper-button-next,
	.carousel-products .swiper-container .swiper-button-prev {
		top: 260px;
	}
}

@media (max-width: 550px) {
	.carousel-products .swiper-container .swiper-button-next,
	.carousel-products .swiper-container .swiper-button-prev {
		top: 160px;
	}
}

@media (max-width: 480px) {
	.carousel-products .swiper-container .contador {
		display: block;
		position: absolute;
		top: 0;
		left: 10px;
		color: #1e1e1e;
		font-family: 'Bookman-old-style-bold' !important;
		font-size: 20px !important;
		font-weight: 400;
		line-height: 24px;
	}
}

.carousel-products .swiper-wrapper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 550px) {
	.carousel-products .swiper-wrapper .swiper-slide {
		max-height: 624px;
		height: 100%;
	}
}

.carousel-products .swiper-wrapper .swiper-slide img {
	height: 408px;
	width: initial;
}

@media (max-width: 1024px) {
	.carousel-products .swiper-wrapper .swiper-slide img {
		max-height: 354px;
	}
}

@media (max-width: 550px) {
	.carousel-products .swiper-wrapper .swiper-slide img {
		max-height: 400px;
		height: 100%;
		width: auto;
		max-width: 100%;
	}
}

.carousel-products .swiper-wrapper .swiper-slide .h3 {
	text-align: center;
	margin: 20px 0 12px;
}

@media (max-width: 550px) {
	.carousel-products .swiper-wrapper .swiper-slide .h3 {
		font-size: 18px;
	}
}

.carousel-products .swiper-wrapper .swiper-slide p {
	font-family: "CircularStd-Book";
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: 20px;
	text-align: center;
	min-height: 60px;
}

@media (max-width: 480px) {
	.carousel-products .swiper-button-prev,
	.carousel-products .swiper-button-next {
		top: 38%;
	}
}

.footer {
	position: relative;
	box-shadow: 0 -4px 7px 0 #0000001a;
}

.footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 24px 0;
}

@media (max-width: 992px) {
	.footer .container {
		justify-content: center;
	}
}

.footer-logo {
	width: 20%;
}

@media (max-width: 992px) {
	.footer-logo {
		order: 3;
		margin-left: 50px;
	}
}

@media (max-width: 480px) {
	.footer-logo {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-left: 0px;
	}
}

.footer-logo img {
	max-width: 136px;
}

@media (max-width: 992px) {
	.footer-logo img {
		max-width: 116px;
	}
}

.footer-logo--deoleo {
	background: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	padding-top: 8px;
}

.footer-logo--deoleo img {
	width: 150px;
}

.footer-nav {
	width: 60%;
}

@media (max-width: 992px) {
	.footer-nav {
		width: 100%;
		order: 1;
	}
}

.footer-nav ul {
	margin: 0;
	list-style: none;
}

@media (min-width: 480px) {
	.footer-nav ul {
		display: flex;
		justify-content: center;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.footer-nav ul {
		margin-bottom: 27px;
	}
}

@media (max-width: 480px) {
	.footer-nav ul {
		margin-bottom: 0;
	}
}

.footer-nav ul li:not(li:last-child) {
	margin-right: 20px;
}

@media (max-width: 768px) {
	.footer-nav ul li {
		max-width: 24%;
		text-align: center;
	}
	.footer-nav ul li:not(li:last-child) {
		margin-right: 3%;
	}
}

@media (max-width: 480px) {
	.footer-nav ul li {
		max-width: 100%;
		margin-right: 0;
		text-align: left;
	}
	.footer-nav ul li:not(li:last-child) {
		margin-bottom: 24px;
	}
}

.footer-rrss {
	width: 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 7px;
}

@media (max-width: 992px) {
	.footer-rrss {
		width: initial;
		order: 2;
	}
}

@media (max-width: 480px) {
	.footer-rrss {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer-rrss::after, .footer-rrss::before {
		background: rgba(30, 30, 30, 0.1);
		content: "";
		display: block;
		height: 1px;
		margin: 24px 0;
		width: 100%;
	}
}

.footer-rrss a img {
	width: 22px;
	height: 22px;
	filter: brightness(-100%);
}

.footer-rrss-title {
	color: #1e1e1e;
	display: inline-block;
	font-family: "CircularStd-Medium";
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 5px 10px 5px 0;
}

.footer-rrss-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.footer-rrss-list li {
	margin-left: 7px;
}

.page-inicio footer {
	box-shadow: none;
}

.hero-section {
	--height-hero-section: 488px;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	min-height: var(--height-hero-section);
}

.hero-section-content {
	max-width: 792px;
	min-height: var(--height-hero-section);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

@media (max-width: 960px) {
	.hero-section-content {
		max-width: 725px;
	}
}

@media (max-width: 768px) {
	.hero-section-content {
		max-width: 440px;
	}
}

@media (max-width: 480px) {
	.hero-section-content {
		max-width: 360px;
	}
}

.hero-section-title {
	line-height: 1.14;
	color: #FFF;
	margin-top: 30px;
}

@media (max-width: 550px) {
	.hero-section-title {
		margin-top: 55px;
	}
}

.hero-section-subtitle {
	color: #FFF;
	margin: 24px 0 0 0;
}

@media (max-width: 550px) {
	.hero-section-subtitle {
		margin: 15px 0 0 0;
	}
}

@media (max-width: 768px) {
	.hero-section-subtitle {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.hero-section-subtitle {
		display: none;
	}
}

.posts-search {
	margin-bottom: 85px;
}

.posts-search-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 50px 25px;
}

.posts-search-container-item {
	max-width: 282px;
	text-decoration: none;
}

.posts-search-container-item img {
	width: 100%;
	max-height: 215px;
	min-height: 215px;
	object-fit: cover;
}

.posts-search-container-item-content .box-title {
	line-height: 26px;
	font-family: "Bookman-old-style-bold";
	padding-right: 24px;
}

.posts-search-container-item-content .box-subtitle {
	color: #d18a00;
	font-size: 12px;
}

.posts-search-container-item:hover .box-title {
	color: #d18a00;
}

.box-list {
	display: grid;
}

.box-list-4 {
	grid-template-columns: repeat(auto-fill, minmax(221px, 1fr));
	column-gap: 24px;
	row-gap: 50px;
}

@media (max-width: 480px) {
	.box-list-4 {
		row-gap: 10px;
	}
}

.box-list-4 .box-item {
	max-width: 282px;
}

@media (max-width: 480px) {
	.box-list-4 .box-item {
		max-width: 100%;
	}
}

.box-item {
	text-decoration: none;
}

.box-item.recipe {
	display: none;
}

.box-item.recipe.active {
	display: block;
}

.box-img {
	max-width: 100%;
	max-height: 268px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.box-subtitle {
	margin: 0;
	padding: 16px 0 8px;
	color: #ac162c;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	font-family: "CircularStd-Bold";
}

@media (max-width: 480px) {
	.box-subtitle {
		font-size: 11px;
	}
}

.box-title {
	color: #1e1e1e;
	font-size: 20px;
	line-height: 24px;
	font-family: "Bookman-old-style-bold";
}

.box-text {
	margin: 0;
	padding-top: 12px;
	color: rgba(30, 30, 30, 0.6);
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: "CircularStd-Book";
}

.box-text p {
	margin: 0;
	color: rgba(30, 30, 30, 0.6);
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: "CircularStd-Book";
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

.section-back-container {
	padding: 24px 0;
}

.section-back-link {
	display: flex;
	align-items: center;
	color: #1e1e1e;
	font-family: 'CircularStd-Medium';
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

.section-back-link .text {
	position: relative;
	top: 1.5px;
}

.section-back-link .icon {
	background-size: 8px 14px;
	width: 8px;
	height: 14px;
	margin-right: 9px;
}

.section-back-link:hover {
	text-decoration: underline;
}

.section-promo-advice {
	margin-bottom: 80px;
}

.section-promo-advice-container {
	display: flex;
	align-items: flex-end;
}

@media (max-width: 960px) {
	.section-promo-advice-container {
		justify-content: space-around;
	}
}

@media (max-width: 768px) {
	.section-promo-advice-container {
		flex-direction: column;
		align-items: center;
	}
}

.section-promo-advice .promo {
	width: 42%;
	padding-bottom: 24px;
	display: flex;
}

@media (max-width: 960px) {
	.section-promo-advice .promo {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.section-promo-advice .promo {
		order: 2;
		width: 100%;
		max-width: 390px;
	}
}

.section-promo-advice .promo-text {
	width: 60%;
	padding-right: 12px;
}

@media (max-width: 960px) {
	.section-promo-advice .promo-text {
		width: 67%;
		padding-right: 5%;
	}
}

.section-promo-advice .promo .title {
	font-size: 28px;
	font-family: 'Bookman-old-style-bold';
	line-height: 32px;
	color: #ac162c;
	padding-bottom: 24px;
}

.section-promo-advice .promo .body {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
}

.section-promo-advice .promo-img {
	width: 40%;
	position: relative;
}

@media (max-width: 960px) {
	.section-promo-advice .promo-img {
		width: 33%;
	}
}

.section-promo-advice .promo-img img {
	max-width: 135px;
	position: absolute;
	bottom: -40px;
	width: 100%;
}

@media (max-width: 768px) {
	.section-promo-advice .promo-img img {
		max-width: 125px;
	}
}

.section-promo-advice .advice {
	width: 58%;
	position: relative;
	text-align: right;
}

@media (max-width: 960px) {
	.section-promo-advice .advice {
		width: 50%;
		max-width: 340px;
		padding: 10px 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
}

@media (max-width: 768px) {
	.section-promo-advice .advice {
		width: 100%;
		max-width: 100%;
		padding: 0;
		display: block;
		margin-bottom: 40px;
	}
}

@media (max-width: 500px) {
	.section-promo-advice .advice {
		display: flex;
		padding: 10px 20px;
		z-index: 1;
	}
}

.section-promo-advice .advice > * {
	color: #FFF;
}

.section-promo-advice .advice .title {
	display: block;
	font-family: 'CircularStd-Bold';
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	position: absolute;
	right: 6%;
	max-width: 45%;
	text-transform: uppercase;
	top: 10%;
	width: 100%;
}

@media (max-width: 960px) {
	.section-promo-advice .advice .title {
		position: static;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.section-promo-advice .advice .title {
		position: absolute;
		right: 3%;
		max-width: 56%;
		top: 5%;
	}
}

@media (max-width: 500px) {
	.section-promo-advice .advice .title {
		position: static;
		max-width: 100%;
	}
}

.section-promo-advice .advice .body {
	display: block;
	font-family: 'Bookman-old-style-bold';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	max-width: 50%;
	position: absolute;
	right: 6%;
	top: 30%;
	width: 100%;
	margin: 0;
}

@media (max-width: 1024px) {
	.section-promo-advice .advice .body {
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 960px) {
	.section-promo-advice .advice .body {
		position: static;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.section-promo-advice .advice .body {
		max-width: 60%;
		position: absolute;
		right: 3%;
		top: 50%;
		bottom: 5%;
		transform: translate(0%, -50%);
	}
}

@media (max-width: 500px) {
	.section-promo-advice .advice .body {
		position: static;
		max-width: 90%;
		transform: none;
	}
}

@media (max-width: 960px) {
	.section-promo-advice .advice .img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: -1;
	}
}

@media (max-width: 768px) {
	.section-promo-advice .advice .img {
		position: static;
		z-index: initial;
		height: initial;
	}
}

@media (max-width: 500px) {
	.section-promo-advice .advice .img {
		position: absolute;
		height: 100%;
		z-index: -1;
	}
}

@media (max-width: 960px) {
	.section-promo-advice .advice .img img {
		height: 100%;
		object-fit: cover;
	}
}

.page-top-separed {
	padding-top: 114.4px;
}

@media (max-width: 992px) {
	.page-top-separed {
		padding-top: 98.4px;
	}
}

@media (max-width: 768px) {
	.page-top-separed {
		padding-top: 88.2px;
	}
}

.page-top-separed header .menu-main .container {
	max-height: 114.4px;
}

@media (max-width: 992px) {
	.page-top-separed header .menu-main .container {
		max-height: 98.4px;
	}
}

@media (max-width: 768px) {
	.page-top-separed header .menu-main .container {
		max-height: 88.2px;
	}
}

.page-top-separed header .menu-main {
	background: #FFF;
	box-shadow: 0 4px 7px 0 #0000001a;
}

.page-top-separed .link-shop::after {
	filter: brightness(0);
}

.page-top-separed header .menu-main-nav ul li a {
	color: var(--color__black);
}

.page-top-separed header .menu-main:not(.active) .menu-main-search svg {
	stroke: #1e1e1e;
}

.page-top-separed header .menu-main.hidden .menu-main-search svg {
	stroke: #FFF;
}

.featured {
	background-color: #d18a00;
	padding-top: 76px;
	padding-bottom: 80px;
}

@media (max-width: 960px) {
	.featured {
		padding-top: 70px;
		padding-bottom: 65px;
		overflow: hidden;
	}
}

@media (max-width: 480px) {
	.featured {
		padding-top: 35px;
		padding-bottom: 45px;
	}
}

.featured-title {
	font-size: 32px;
	color: #FFF;
	font-family: 'Bookman-old-style';
	line-height: 44px;
	text-align: center;
	margin-bottom: 54px;
}

@media (max-width: 768px) {
	.featured-title {
		margin-bottom: 42px;
	}
}

@media (max-width: 480px) {
	.featured-title {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 20px;
	}
}

.featured-item {
	text-decoration: none;
	background-color: #FFF;
	max-width: 305px;
	min-height: 421px;
}

.featured-item .feature {
	z-index: 1;
}

.featured-item .feature-img {
	max-height: 215px;
}

.featured-item .feature-subtitle {
	color: #d18a00;
	font-size: 12px;
}

.featured-item .feature-title {
	line-height: 26px;
}

.featured-content {
	z-index: 1;
	padding: 0 22px 10px 22px;
}

.featured .swiper-container {
	overflow: hidden;
	position: relative;
}

@media (max-width: 960px) {
	.featured .swiper-container {
		padding-bottom: 15px;
		overflow: visible;
	}
}

.featured .swiper-scrollbar {
	background-color: rgba(255, 255, 255, 0.2);
	width: 100% !important;
	left: 0 !important;
}

.featured .swiper-scrollbar .swiper-scrollbar-drag {
	background: #ffffff;
	border-radius: 0;
	height: 4px;
	top: -1px;
}

@media (min-width: 960px) {
	.featured .swiper-scrollbar {
		display: none;
	}
}

@media (min-width: 769px) {
	.featured--extra .swiper-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		gap: 25px;
		transform: none !important;
	}
}

@media (min-width: 768px) {
	.featured--extra .swiper-scrollbar {
		display: none;
	}
}

.featured--extra .featured-item {
	position: relative;
	display: flex;
	align-items: flex-end;
	background-color: transparent;
}

.featured--extra .featured-item::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(30, 30, 30, 0.65);
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 768px) {
	.featured--extra .featured-item {
		max-width: 290px;
		max-height: 390px;
		height: 390px;
		min-height: 390px;
	}
}

@media (min-width: 769px) {
	.featured--extra .featured-item {
		max-width: initial;
		min-height: initial;
	}
}

@media (min-width: 769px) {
	.featured--extra .featured-item:nth-child(n + 4) {
		display: none;
	}
}

@media (min-width: 769px) {
	.featured--extra .featured-item:nth-of-type(1) {
		grid-row: span 2;
		max-height: 540px;
	}
}

@media (min-width: 769px) {
	.featured--extra .featured-item:nth-of-type(2), .featured--extra .featured-item:nth-of-type(3) {
		max-height: 258px;
		height: 258px;
	}
}

.featured--extra .featured-item .feature-img {
	max-height: initial;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.featured--extra .featured-item .feature-title {
	font-size: 24px;
	color: #FFF;
}

@media (max-width: 768px) {
	.featured--extra .featured-item .feature-title {
		font-size: 20px;
		line-height: 1.2;
	}
}

.featured--extra .featured-content {
	padding: 0;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.featured--extra .featured-content {
		margin-bottom: 20px;
	}
}

.blog-category-list-container {
	padding-top: 76px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

@media (max-width: 960px) {
	.blog-category-list-container {
		padding-top: 70px;
		padding-bottom: 65px;
		overflow: hidden;
	}
}

@media (max-width: 480px) {
	.blog-category-list-container {
		padding-top: 35px;
		padding-bottom: 45px;
	}
}

.blog-category-list-title {
	font-size: 32px;
	color: #d18a00;
	font-family: 'Bookman-old-style';
	line-height: 44px;
	text-align: center;
	margin-bottom: 54px;
}

@media (max-width: 768px) {
	.blog-category-list-title {
		margin-bottom: 42px;
	}
}

@media (max-width: 480px) {
	.blog-category-list-title {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 20px;
	}
}

.blog-category-list-item {
	text-decoration: none;
	background-color: #FFF;
	max-width: 305px;
	padding-bottom: 25px;
}

@media (max-width: 960px) {
	.blog-category-list-item {
		max-width: 228px;
	}
}

@media (max-width: 500px) {
	.blog-category-list-item {
		max-width: 184px;
	}
}

.blog-category-list-item .feature-img {
	max-height: 215px;
	min-height: 188px;
	object-fit: cover;
}

@media (max-width: 960px) {
	.blog-category-list-item .feature-img {
		min-height: 152px;
	}
}

@media (max-width: 500px) {
	.blog-category-list-item .feature-img {
		min-height: 122px;
	}
}

.blog-category-list-item .feature-subtitle {
	color: #d18a00;
	font-size: 12px;
}

.blog-category-list-item .feature-title {
	line-height: 26px;
	font-family: 'Bookman-old-style-bold';
	padding-right: 24px;
}

.blog-category-list-item:hover .feature-title {
	color: #d18a00;
}

.blog-category-list .swiper-container {
	overflow: hidden;
	position: relative;
}

@media (max-width: 960px) {
	.blog-category-list .swiper-container {
		padding-bottom: 15px;
		overflow: visible;
	}
}

.blog-category-list .swiper-scrollbar {
	background-color: rgba(209, 138, 0, 0.2);
	width: 100% !important;
	left: 0 !important;
}

.blog-category-list .swiper-scrollbar .swiper-scrollbar-drag {
	background: #d18a00;
	border-radius: 0;
	height: 4px;
	top: -1px;
}

@media (min-width: 960px) {
	.blog-category-list .swiper-scrollbar {
		display: none;
	}
}

.blog-category-list-button {
	text-align: center;
	margin-top: 25px;
}

#subnav .section-subnav {
	background-color: #ac162c;
	z-index: 3;
	text-align: center;
	position: relative;
	top: 0;
	transition: all 0.5s;
	overflow: hidden;
}

#subnav .section-subnav.active {
	position: fixed;
	top: 0px;
	width: 100%;
}

#subnav .section-subnav.active.with-menu {
	transform: translateY(114px);
}

@media (max-width: 992px) {
	#subnav .section-subnav.active.with-menu {
		transform: translateY(98px);
	}
}

@media (max-width: 768px) {
	#subnav .section-subnav.active.with-menu {
		transform: translateY(88px);
	}
}

@media (max-width: 768px) {
	#subnav .section-subnav-container {
		margin: 0;
	}
}

#subnav .section-subnav-menu {
	margin: 0 !important;
	padding: 16px 0;
	list-style: none;
	text-align: center;
	justify-content: center;
}

@media (min-width: 320px) {
	#subnav .section-subnav-menu {
		width: 440px !important;
	}
}

@media (min-width: 480px) {
	#subnav .section-subnav-menu {
		width: 477px !important;
	}
}

@media (min-width: 768px) {
	#subnav .section-subnav-menu {
		transform: none !important;
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	#subnav .section-subnav-menu {
		padding: 12px 0;
	}
}

#subnav .section-subnav-menu-item {
	width: initial !important;
	margin-right: 24px;
	overflow: visible !important;
}

@media (min-width: 480px) {
	#subnav .section-subnav-menu-item {
		margin-right: 40px;
	}
}

#subnav .section-subnav-menu a {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	font-family: "CircularStd-Book";
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	display: flex;
	justify-content: center;
	white-space: nowrap;
}

#subnav .section-subnav-menu a::after {
	content: "";
	height: 2px;
	width: 32px;
	position: absolute;
	bottom: -8px;
	transition: 0.3s;
	background-color: currentColor;
	padding-left: 8px;
	display: none;
}

#subnav .section-subnav-menu a:hover::after {
	display: block;
}

.blog-category-post {
	padding-top: 70px;
	padding-bottom: 80px;
}

@media (max-width: 1200px) {
	.blog-category-post {
		padding: 60px;
	}
}

@media (max-width: 1024px) {
	.blog-category-post {
		padding: 50px 0;
	}
}

@media (max-width: 768px) {
	.blog-category-post {
		padding: 40px 0;
	}
}

@media (max-width: 480px) {
	.blog-category-post {
		padding: 35px 0;
	}
}

.blog-category-post-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	row-gap: 65px;
}

@media (max-width: 1200px) {
	.blog-category-post-container {
		row-gap: 50px;
	}
}

@media (max-width: 1024px) {
	.blog-category-post-container {
		row-gap: 35px;
	}
}

@media (max-width: 960px) {
	.blog-category-post-container {
		row-gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 550px) {
	.blog-category-post-container {
		column-gap: 10px;
	}
}

@media (max-width: 460px) {
	.blog-category-post-container {
		grid-template-columns: 1fr;
	}
}

.blog-category-post-title {
	font-size: 32px;
	color: #d18a00;
	font-family: "Bookman-old-style";
	line-height: 44px;
	text-align: center;
	margin-bottom: 54px;
}

@media (max-width: 550px) {
	.blog-category-post-title {
		margin-bottom: 25px !important;
	}
}

@media (max-width: 768px) {
	.blog-category-post-title {
		margin-bottom: 42px;
	}
}

@media (max-width: 480px) {
	.blog-category-post-title {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 20px;
	}
}

.blog-category-post-pagination {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

@media (max-width: 1024px) {
	.blog-category-post-pagination {
		margin-top: 30px;
	}
}

.blog-category-post-pagination .nav-links {
	display: flex;
	align-items: center;
}

.blog-category-post-pagination .nav-links a,
.blog-category-post-pagination .nav-links span:not(.icon) {
	color: #1e1e1e;
	font-family: "CircularStd-Book";
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin: 0 16px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.blog-category-post-pagination .nav-links a.current,
.blog-category-post-pagination .nav-links span:not(.icon).current {
	color: #ac162c;
}

.blog-category-post-item {
	text-decoration: none;
	background-color: #FFF;
	max-width: 305px;
}

.blog-category-post-item .feature-img {
	max-height: 215px;
	min-height: 188px;
	object-fit: cover;
}

@media (max-width: 550px) {
	.blog-category-post-item .feature-img {
		min-height: 169px;
	}
}

.blog-category-post-item .feature-subtitle {
	color: #d18a00;
	font-size: 12px;
}

.blog-category-post-item .feature-title {
	line-height: 26px;
	font-family: "Bookman-old-style-bold";
	padding-right: 24px;
}

.blog-category-post-item:hover .feature-title {
	color: #d18a00;
}

@media (min-width: 960px) {
	.blog-category-post-item:nth-child(6n + 1), .blog-category-post-item:nth-child(6n + 2) {
		grid-column: span 2;
		max-width: initial;
	}
	.blog-category-post-item:nth-child(6n + 1) .feature-img, .blog-category-post-item:nth-child(6n + 2) .feature-img {
		max-height: 330px;
		min-height: 330px;
		object-fit: cover;
	}
}

@media (max-width: 960px) {
	.blog-category-post-item {
		max-width: initial;
	}
}

.oil-award {
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

@media (max-width: 1024px) {
	.oil-award {
		background-size: cover;
	}
}

.oil-award .container {
	position: relative;
}

.oil-award-left {
	padding: 160px 0 105px;
}

@media (max-width: 1200px) {
	.oil-award-left {
		padding: 100px 0 80px;
	}
}

@media (max-width: 1024px) {
	.oil-award-left {
		padding: 60px 0;
		background-size: cover;
	}
}

@media (max-width: 768px) {
	.oil-award-left {
		padding-bottom: 150px;
	}
}

@media (max-width: 480px) {
	.oil-award-left {
		padding: 40px 0;
	}
}

@media (max-width: 480px) {
	.oil-award-left {
		display: flex;
		flex-direction: column;
	}
}

.oil-award-left h2 {
	color: #FFF;
	font-family: "Bookman-old-style";
	font-size: 72px;
	font-weight: 400;
	line-height: 64px;
	max-width: 485px;
	margin: 0 0 24px 0;
}

.oil-award-left h2 strong {
	font-family: "Bookman-old-style-bold";
	font-weight: 400;
}

@media (max-width: 1200px) {
	.oil-award-left h2 {
		max-width: 400px;
	}
}

@media (max-width: 992px) {
	.oil-award-left h2 {
		font-size: 62px;
		line-height: 54px;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 768px) {
	.oil-award-left h2 {
		font-size: 52px;
		line-height: 44px;
	}
}

@media (max-width: 480px) {
	.oil-award-left h2 {
		font-size: 40px;
		line-height: 36px;
		text-align: left;
		max-width: 250px;
	}
}

.oil-award-left span {
	display: block;
	color: #FFF;
	font-family: "Bookman-old-style-bold";
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	max-width: 385px;
	margin: 0 0 40px 0;
}

@media (max-width: 960px) {
	.oil-award-left span {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 25px 0;
	}
}

@media (max-width: 768px) {
	.oil-award-left span {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 50px 0;
	}
}

@media (max-width: 400px) {
	.oil-award-left span {
		max-width: 90%;
	}
}

.oil-award-left p {
	color: #fff;
	font-family: "CircularStd-Medium";
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	max-width: 400px;
	margin: 0 0 80px 0;
}

@media (max-width: 1024px) {
	.oil-award-left p {
		max-width: initial;
		margin: 0 0 60px 0;
	}
}

@media (max-width: 992px) {
	.oil-award-left p {
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 55px 0;
	}
}

@media (max-width: 768px) {
	.oil-award-left p {
		display: none;
	}
}

.oil-award-left-image {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1024px) {
	.oil-award-left-image {
		left: initial;
		right: -15px;
		max-width: 680px;
	}
}

@media (max-width: 992px) {
	.oil-award-left-image {
		max-width: 70%;
	}
}

@media (max-width: 576px) {
	.oil-award-left-image {
		max-width: 55%;
	}
}

@media (max-width: 480px) {
	.oil-award-left-image {
		position: relative;
		left: initial;
		right: initial;
		max-width: 100%;
		width: 100%;
		height: 290px;
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 1024px) {
	.oil-award-left-image::after {
		content: "";
		background-color: #FFF;
		width: 50%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (max-width: 480px) {
	.oil-award-left-image::after {
		max-width: 312px;
		width: 100%;
		right: initial;
		border-radius: 2px;
	}
}

.oil-award-left-image picture {
	width: 100%;
	height: 100%;
	z-index: 1;
}

@media (max-width: 480px) {
	.oil-award-left-image picture {
		width: 360px;
		display: flex;
		justify-content: center;
	}
}

.oil-award-left-image picture img {
	object-fit: contain;
	height: 100%;
	max-height: 820px;
}

@media (max-width: 1200px) {
	.oil-award-left-image picture img {
		max-height: 771px;
	}
}

@media (max-width: 576px) {
	.oil-award-left-image picture img {
		object-fit: cover;
		max-height: 470px;
	}
}

@media (max-width: 480px) {
	.oil-award-left-image picture img {
		width: 360px;
		height: 311px;
		position: absolute;
		bottom: 20px;
	}
}

.oil-award-left .btn {
	margin-bottom: 75px;
}

@media (max-width: 768px) {
	.oil-award-left .btn {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.oil-award-left .btn {
		margin: 30px auto 0 auto;
	}
}

.oil-award-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 65px 0 80px;
}

@media (max-width: 480px) {
	.oil-award-right {
		padding: 0;
	}
}

.oil-award-right-open-awards {
	z-index: 1;
	display: none;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	cursor: pointer;
}

@media (max-width: 1024px) {
	.oil-award-right-open-awards {
		display: block;
		position: absolute;
		top: 50%;
		right: -15px;
		background-color: #FFF;
		padding: 10px 2px 5px 2px;
		transition: 0.2s;
	}
	.oil-award-right-open-awards.hidden {
		opacity: 0;
	}
}

@media (max-width: 768px) {
	.oil-award-right-open-awards {
		top: 20px;
	}
}

@media (max-width: 480px) {
	.oil-award-right-open-awards {
		right: -12px;
		background-color: transparent;
		padding: 0;
		filter: brightness(100);
	}
}

.oil-award-right-open-awards span {
	color: #1e1e1e;
	display: inline-block;
	font-family: "CircularStd-Medium";
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: middle;
}

@media (max-width: 480px) {
	.oil-award-right-open-awards span {
		font-weight: bold;
	}
}

.oil-award-right-open-awards .icon-arrow {
	height: 6px;
	width: 12px;
	transform: rotate(270deg);
	margin-bottom: 4px;
}

.oil-award-right-open-awards .icon-awards {
	height: 22px;
	width: 22px;
	transform: rotate(180deg);
	margin-top: 2px;
}

.oil-award-right-awards {
	z-index: 1;
}

@media (max-width: 1024px) {
	.oil-award-right-awards {
		position: absolute;
		right: -100%;
		top: 0;
		width: 33.3%;
		height: 100%;
		background-color: #fafafabf;
		transition: 0.3s;
	}
}

@media (max-width: 768px) {
	.oil-award-right-awards {
		position: fixed;
		left: -100%;
		right: initial;
		width: 100%;
		height: 100vh;
		background-color: #FFF;
		overflow-y: auto;
		z-index: 3;
	}
}

@media (max-width: 1024px) {
	.oil-award-right-awards.active {
		right: 0;
	}
}

@media (max-width: 768px) {
	.oil-award-right-awards.active {
		left: 0;
	}
}

.oil-award-right-awards-boxes {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 768px) {
	.oil-award-right-awards-boxes {
		min-height: 800px;
	}
}

.oil-award-right-awards-boxes .btn {
	margin-top: 30px;
}

.oil-award-right-awards-boxes .close-awards {
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.oil-award-right-awards-boxes .close-awards {
		display: block;
	}
}

.oil-award-right-awards-boxes .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 16px;
}

@media (max-width: 1024px) {
	.oil-award-right-awards-boxes .box {
		padding-bottom: 30px;
	}
}

.oil-award-right-awards-boxes .box img {
	width: 72px;
	height: 72px;
}

@media (max-width: 768px) {
	.oil-award-right-awards-boxes .box img {
		width: 105px;
		height: 105px;
	}
}

.oil-award-right-awards-boxes .box span,
.oil-award-right-awards-boxes .box p {
	color: #1e1e1e;
	font-family: "CircularStd-Medium";
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin: 0;
}

@media (max-width: 768px) {
	.oil-award-right-awards-boxes .box span,
	.oil-award-right-awards-boxes .box p {
		font-size: 14px;
		line-height: 17px;
	}
}

.oil-award-right-awards-boxes .box span {
	display: block;
	font-family: "CircularStd-Bold";
	font-weight: 400;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}

.oil-award-right-info {
	margin-top: auto;
	max-width: 385px;
}

@media (max-width: 1200px) {
	.oil-award-right-info {
		max-width: 330px;
	}
}

@media (max-width: 1024px) {
	.oil-award-right-info {
		display: none;
	}
}

.oil-award-right-info p {
	color: #1e1e1e;
}

.oil-award .popup-all-awards {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(30, 30, 30, 0.65);
	justify-content: center;
	align-items: center;
	display: none;
	opacity: 0;
	animation: opacity 0.5s forwards;
}

.oil-award .popup-all-awards.active {
	display: flex;
}

.oil-award .popup-all-awards-container {
	position: relative;
	max-width: 900px;
	background-color: #FFF;
	padding: 60px 30px 5px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-height: 90%;
	overflow-y: auto;
}

@media (max-width: 768px) {
	.oil-award .popup-all-awards-container {
		max-height: 100%;
	}
}

.oil-award .popup-all-awards-container .close-all-awards {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.oil-award .popup-all-awards-container .close-all-awards {
		display: block;
	}
}

.oil-award .popup-all-awards-container-box {
	width: 20%;
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

@media (max-width: 768px) {
	.oil-award .popup-all-awards-container-box {
		flex-direction: row;
		width: 33%;
	}
}

@media (max-width: 576px) {
	.oil-award .popup-all-awards-container-box {
		width: 50%;
	}
}

.oil-award .popup-all-awards-container-box img {
	width: 72px;
	height: 72px;
}

@media (max-width: 768px) {
	.oil-award .popup-all-awards-container-box img {
		width: 50px;
		height: 50px;
	}
}

.oil-award .popup-all-awards-container-box div span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 8px;
	line-height: 1;
	font-weight: 800;
}

.oil-award .popup-all-awards-container-box div p {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
}

.carousel-images {
	margin: 0 0 100px 0;
}

@media (max-width: 768px) {
	.carousel-images {
		margin: 0 0 60px 0;
	}
}

.carousel-images .swiper-slide img {
	object-fit: cover;
	object-position: center;
	max-height: 460px;
	min-height: 440px;
}

@media (max-width: 768px) {
	.carousel-images .swiper-slide img {
		max-height: 440px;
	}
}

.carousel-images .swiper-container .swiper-wrapper {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.carousel-images .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) {
		width: 60% !important;
	}
	.carousel-images .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) {
		width: 40% !important;
	}
}

.carousel-images .swiper-container .swiper-scrollbar {
	position: relative;
	background: transparent;
	margin-top: 20px;
	z-index: 0;
}

.carousel-images .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	height: 2.5px;
	background: #adadad;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.page-inicio .section-carbonell {
	padding: 100px 0 80px;
}

@media (max-width: 1200px) {
	.page-inicio .section-carbonell {
		padding: 70px 0 60px;
	}
}

@media (max-width: 1024px) {
	.page-inicio .section-carbonell {
		padding: 60px 0 50px;
	}
}

@media (max-width: 768px) {
	.page-inicio .section-carbonell {
		padding: 40px 0 50px;
	}
}

.page-inicio .section-carbonell-title {
	max-width: 480px;
	margin-bottom: 48px;
}

@media (max-width: 1200px) {
	.page-inicio .section-carbonell-title {
		margin-bottom: 35px;
	}
}

@media (max-width: 1024px) {
	.page-inicio .section-carbonell-title {
		margin-bottom: 25px;
	}
}

.page-inicio .section-carbonell-title .h2 {
	color: #d18a00;
	max-width: 400px;
}

.page-inicio .section-carbonell-swiper .swiper-container .swiper-scrollbar {
	position: relative;
	z-index: 0;
	background: rgba(209, 138, 0, 0.2);
}

.page-inicio .section-carbonell-swiper .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	background: #d18a00;
}

.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 620px;
	max-height: 620px;
}

@media (max-width: 1200px) {
	.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide {
		height: 560px;
		max-height: 560px;
	}
}

@media (max-width: 1024px) {
	.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide {
		height: 520px;
		max-height: 520px;
	}
}

@media (max-width: 992px) {
	.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide {
		height: 450px;
		max-height: 450px;
	}
}

@media (max-width: 768px) {
	.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide {
		height: 380px;
		max-height: 380px;
	}
}

.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide-link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	height: 100%;
	padding: 80px 15px 40px 15px;
}

.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide-link-title {
	color: #FFF;
	font-family: "bookman-old-style-bold";
	font-size: 40px;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
}

.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide-link-subtitle {
	color: #FFF;
	font-family: "BookmanJFPro-Regular";
	font-size: 20px;
	font-style: oblique;
	font-weight: 400;
	line-height: 28px;
	max-width: 185px;
	text-align: center;
}

@media (max-width: 768px) {
	.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide-link-subtitle {
		font-size: 18px;
		max-width: 170px;
	}
}

.page-inicio .section-carbonell-swiper .swiper-container .swiper-wrapper .swiper-slide-link .icon::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-inicio .section-carbonell-see-more {
	display: flex;
	justify-content: center;
	margin-top: 48px;
}

@media (max-width: 1024px) {
	.page-inicio .section-carbonell-see-more {
		margin-top: 34px;
	}
}

@media (max-width: 768px) {
	.page-inicio .section-carbonell-see-more {
		margin-top: 32px;
	}
}

.page-inicio .section-hero .swiper {
	width: 100%;
	height: 100%;
}

.page-inicio .section-hero .swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-height: 820px;
	min-height: 500px;
}

.page-inicio .section-hero .swiper .swiper-slide .texto {
	position: relative;
	z-index: 10;
	max-width: 790px;
	text-align: center;
}

@media (max-width: 992px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto {
		max-width: 700px;
	}
}

@media (max-width: 770px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto {
		max-width: 630px;
	}
}

.page-inicio .section-hero .swiper .swiper-slide .texto h1 {
	display: block;
	margin: 0 auto;
	padding-bottom: 60px;
	color: #fff;
}

@media (max-width: 992px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto h1 {
		padding-bottom: 38px;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto h1 {
		padding-bottom: 27px;
	}
}

.page-inicio .section-hero .swiper .swiper-slide .texto h2 {
	color: #fff;
	font-family: 'BookmanJFPro-Regular';
	font-size: 64px;
	font-weight: 400;
	line-height: 64px;
	padding-bottom: 6.6vh;
	margin-top: 40px;
}

@media (max-width: 992px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto h2 {
		font-size: 50px;
		line-height: 50px;
		padding-bottom: 5.6vh;
	}
}

@media (max-width: 770px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto h2 {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 4vh;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto h2 {
		padding-bottom: 27px;
		font-size: 28px;
	}
}

.page-inicio .section-hero .swiper .swiper-slide .texto img {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 127px;
}

@media (max-width: 992px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto img {
		height: 93px;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto img {
		height: 73px;
	}
}

.page-inicio .section-hero .swiper .swiper-slide .texto p {
	margin: 0;
	color: #fff;
	font-family: 'CircularStd-Book';
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 3.85vh;
}

@media (max-width: 992px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto p {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (max-width: 576px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto p {
		max-width: 403px;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto p {
		max-width: 448px;
		padding-bottom: 23px;
	}
}

.page-inicio .section-hero .swiper .swiper-slide .texto a {
	padding: 10px 32px;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-family: 'CircularStd-Bold';
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
	border-radius: 3px;
}

.page-inicio .section-hero .swiper .swiper-slide .texto a:hover {
	background-color: #eecfd4;
	border-color: #eecfd4;
	color: #ac162c;
}

@media (max-width: 770px) {
	.page-inicio .section-hero .swiper .swiper-slide .texto a {
		margin-top: 0 !important;
	}
}

.page-inicio .section-hero .swiper .swiper-slide img.fondo {
	z-index: 1;
	position: absolute;
	height: 100%;
	object-fit: cover;
}

.page-inicio .section-hero .swiper .swiper-pagination {
	bottom: 5vh;
	left: 50%;
	max-width: 1201px;
	position: absolute;
	text-align: right;
	width: 99%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	z-index: 2;
}

@media (max-width: 770px) {
	.page-inicio .section-hero .swiper .swiper-pagination {
		margin-right: 10px !important;
		width: 96%;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-hero .swiper .swiper-pagination {
		text-align: center;
	}
}

.page-inicio .section-hero .swiper .swiper-pagination .swiper-pagination-bullet {
	background: #ffffff;
	border-radius: 0;
	display: inline-block;
	height: 2px;
	vertical-align: middle;
	width: 32px;
	opacity: 1;
}

.page-inicio .section-hero .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #d18a00;
	height: 4px;
}

.page-inicio .section-hero .section-principal_slider-box-inner-mouse {
	bottom: 8.1vh;
	left: 50%;
	height: 38px;
	max-width: 26px;
	position: absolute;
	text-align: center;
	background-repeat: no-repeat;
	width: 100%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	z-index: 10;
}

@media (max-width: 770px) {
	.page-inicio .section-hero .section-principal_slider-box-inner-mouse {
		display: none;
	}
}

.page-inicio .section-hero .section-principal_slider-box-inner-rrss {
	bottom: 4vh;
	left: 50%;
	max-width: 1201px;
	position: absolute;
	text-align: left;
	width: 99%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	z-index: 1;
	display: flex;
	align-items: center;
}

@media (max-width: 770px) {
	.page-inicio .section-hero .section-principal_slider-box-inner-rrss {
		margin-left: 10px;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-hero .section-principal_slider-box-inner-rrss {
		display: none;
	}
}

.page-inicio .section-hero .section-principal_slider-box-inner-rrss p {
	font-family: 'CircularStd-Medium';
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	margin-right: 8px;
	text-transform: uppercase;
	vertical-align: middle;
	color: #fff;
	margin-right: 14px;
}

.page-inicio .section-hero .section-principal_slider-box-inner-rrss .iconos {
	gap: 14px;
	display: flex;
}

.page-inicio .section-hero .section-principal_slider-box-inner-rrss .iconos img {
	height: 22px;
}

.page-inicio .section-recetas {
	padding: 80px 0 0 0;
}

@media (max-width: 992px) {
	.page-inicio .section-recetas {
		padding: 60px 0 0 0;
		max-height: 500px;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-recetas {
		padding: 40px 0 0 0;
		height: 480px;
	}
}

.page-inicio .section-recetas-title {
	max-width: 486px;
}

@media (max-width: 992px) {
	.page-inicio .section-recetas-title {
		max-width: 420px;
	}
}

.page-inicio .section-recetas-title .h2 {
	color: #ac162c;
}

.page-inicio .section-recetas-title p {
	margin: 24px 0 32px 0;
}

.page-inicio .section-recetas-image {
	display: flex;
	justify-content: center;
	margin-bottom: -45px;
}

@media (max-width: 480px) {
	.page-inicio .section-recetas-image {
		margin-bottom: -35px;
	}
}

.page-inicio .section-recetas-image img {
	width: 100%;
}

@media (max-width: 992px) {
	.page-inicio .section-recetas-image img {
		max-width: 430px;
		margin-top: -100px;
	}
}

@media (max-width: 800px) {
	.page-inicio .section-recetas-image img {
		max-width: 380px;
		max-height: 258px;
		margin-top: -30px;
	}
}

@media (max-width: 576px) {
	.page-inicio .section-recetas-image img {
		max-width: 380px;
		margin-top: -30px;
	}
}

.page-inicio .section-blog {
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 770px) {
	.page-inicio .section-blog .container {
		width: 96%;
	}
}

.page-inicio .section-blog-title {
	padding: 80px 0;
	max-width: 486px;
}

@media (max-width: 992px) {
	.page-inicio .section-blog-title {
		max-width: none;
		padding: 60px 0 0 0;
		margin-bottom: -60px;
	}
}

@media (max-width: 770px) {
	.page-inicio .section-blog-title {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-blog-title {
		padding: 40px 0 0 0;
	}
}

.page-inicio .section-blog-title .h2 {
	color: #d18a00;
	max-width: 398px;
}

.page-inicio .section-blog-title p {
	margin: 24px 0 32px 0;
}

.page-inicio .section-blog-image {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 992px) {
	.page-inicio .section-blog-image {
		justify-content: center;
	}
}

.page-inicio .section-blog-image picture {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.page-inicio .section-blog-image img {
	width: 507px;
	margin-top: -34px;
	height: 450px;
	object-fit: cover;
	margin-bottom: -5px;
}

@media (max-width: 992px) {
	.page-inicio .section-blog-image img {
		margin-top: initial;
		height: initial;
		width: 280px;
	}
}

@media (max-width: 768px) {
	.page-inicio .section-blog-image img {
		width: 250px;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-blog-image img {
		width: 215px;
	}
}

.page-inicio .section-productos .container {
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 440px;
	padding: 100px 0 80px;
}

@media (max-width: 770px) {
	.page-inicio .section-productos .container {
		width: 96%;
	}
}

.page-inicio .section-productos .container a {
	margin-top: 32px;
}

@media (max-width: 992px) {
	.page-inicio .section-productos .container {
		padding: 75px 0 60px;
		background-size: 45%;
	}
}

@media (max-width: 768px) {
	.page-inicio .section-productos .container {
		padding: 50px 0;
		background-size: 300px;
	}
}

@media (max-width: 480px) {
	.page-inicio .section-productos .container {
		padding: 40px 0 50px;
		background-size: 190px;
	}
}

.page-inicio .section-productos-title {
	max-width: 220px;
}

.page-inicio .section-productos-title .h2 {
	color: #ac162c;
}

.page-inicio .section-productos-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-inicio .section-productos-content picture {
	max-width: 90%;
	padding: 20px 0 10px;
}

.page-inicio .section-productos-content p {
	max-width: 590px;
	margin: 0;
}

.page-inicio .section-historia {
	background-image: url("./assets/img/home/bg-historia.jpg");
	background-image: -webkit-image-set(url("./assets/img/home/bg-historia.webp") type("image/webp"), url("./assets/img/home/bg-historia.jpg") type("image/jpg"));
	background-image: image-set(url("./assets/img/home/bg-historia.webp") type("image/webp"), url("./assets/img/home/bg-historia.jpg") type("image/jpg"));
	background-size: cover;
	background-repeat: no-repeat;
	padding: 64px 0;
}

@media (max-width: 1024px) {
	.page-inicio .section-historia {
		padding: 50px 0;
	}
}

.page-inicio .section-historia-title span,
.page-inicio .section-historia-title h2,
.page-inicio .section-historia-title p {
	color: #FFF;
}

.page-inicio .section-historia-title p {
	margin: 32px 0;
}

@media (min-width: 992px) {
	.page-inicio .section-historia-title picture {
		display: none;
	}
}

.page-inicio .section-historia-title picture img {
	max-width: 588px;
	margin: 25px 0 0 0;
}

@media (max-width: 992px) {
	.page-inicio .section-historia-title picture img {
		max-width: 400px;
	}
}

@media (max-width: 992px) {
	.page-inicio .section-historia-image img {
		display: none;
	}
}

.page-sostenibilidad {
	padding-top: 0;
}

.page-sostenibilidad header .menu-main {
	background: transparent;
	box-shadow: none;
}

.page-sostenibilidad header .menu-main li a {
	color: white !important;
}

.page-sostenibilidad header .menu-main svg {
	stroke: white !important;
}

.page-sostenibilidad header .menu-main #burger {
	filter: brightness(900%);
}

.page-sostenibilidad header .active {
	background: white;
	box-shadow: none;
}

.page-sostenibilidad header .active li a {
	color: #1e1e1e !important;
}

.page-sostenibilidad header .active svg {
	stroke: none;
}

.page-sostenibilidad header .active #burger {
	filter: brightness(0%);
}

.page-sostenibilidad .section-sostenibilidad-1 {
	background: #f7f7f7;
}

.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container {
	display: flex;
	justify-content: center;
}

.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto {
	max-width: 792px;
	padding-top: 80px;
}

@media (max-width: 992px) {
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto {
		padding-top: 50px;
	}
}

.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h1,
.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h2,
.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h3,
.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h4,
.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h5,
.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h6 {
	color: #ac162c;
	font-family: 'Bookman-old-style-bold';
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	margin-bottom: 25px;
}

@media (max-width: 992px) {
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h1,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h2,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h3,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h4,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h5,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h6 {
		font-size: 26px;
		text-align: left;
		line-height: 44px;
		margin-bottom: 20px;
	}
}

@media (max-width: 460px) {
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h1,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h2,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h3,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h4,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h5,
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto h6 {
		font-size: 24px;
		line-height: 32px;
	}
}

.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto p {
	color: #1e1e1e;
	font-family: 'bookman-old-style';
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	padding-bottom: 16px;
	text-align: center;
	margin: 0;
}

@media (max-width: 992px) {
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto p {
		font-size: 22px;
		line-height: 30px;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.page-sostenibilidad .section-sostenibilidad-1 .section-sostenibilidad-container .texto p {
		font-size: 20px;
		line-height: 28px;
	}
}

.page-sostenibilidad .section-sostenibilidad-2 {
	border: 0;
	margin: 0;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	width: 100%;
	background: #f7f7f7;
	padding: 64px 0 96px;
}

@media (max-width: 480px) {
	.page-sostenibilidad .section-sostenibilidad-2 {
		padding: 52px 0 40px;
	}
}

.page-sostenibilidad .section-sostenibilidad-2 .container {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	display: inline-block;
	font-size: initial;
	line-height: 1;
	max-width: 1201px;
	width: 98%;
	position: relative;
	text-align: center;
}

@media (max-width: 768px) {
	.page-sostenibilidad .section-sostenibilidad-2 .container {
		max-width: 400px;
	}
}

.page-sostenibilidad .section-sostenibilidad-2 .container::before {
	content: '';
	border-bottom: 2px dashed rgba(30, 30, 30, 0.2);
	height: 1px;
	left: 0%;
	position: absolute;
	top: 43%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	width: 100%;
	z-index: 0;
}

@media (max-width: 768px) {
	.page-sostenibilidad .section-sostenibilidad-2 .container::before {
		display: none;
	}
}

@media (max-width: 480px) {
	.page-sostenibilidad .section-sostenibilidad-2 .container a:nth-child(1) {
		margin-left: 0;
		margin: 0 2.2% 40px;
	}
	.page-sostenibilidad .section-sostenibilidad-2 .container a:nth-child(2) {
		margin-right: 0;
		margin: 0 2.2% 40px;
	}
	.page-sostenibilidad .section-sostenibilidad-2 .container a:nth-child(3) {
		margin-left: 0;
		margin: 0 2.2% 40px;
	}
	.page-sostenibilidad .section-sostenibilidad-2 .container a:nth-child(4) {
		margin-right: 0;
		margin: 0 2.2% 40px;
	}
	.page-sostenibilidad .section-sostenibilidad-2 .container a:nth-child(5) {
		margin-left: 0;
		margin: 0 2.2% 40px;
	}
}

.page-sostenibilidad .section-sostenibilidad-2 .container a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #1e1e1e;
	display: inline-block;
	font-family: 'CircularStd-Medium';
	font-size: 12px;
	line-height: 1;
	margin-right: 58px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	height: 154px;
	position: relative;
}

@media (max-width: 992px) {
	.page-sostenibilidad .section-sostenibilidad-2 .container a {
		margin-right: 34px;
	}
}

@media (max-width: 768px) {
	.page-sostenibilidad .section-sostenibilidad-2 .container a {
		margin: 0 17.5px 40px;
	}
}

.page-sostenibilidad .section-sostenibilidad-2 .container a:hover > img {
	filter: brightness(500%);
}

.page-sostenibilidad .section-sostenibilidad-2 .container a:hover::before {
	background-color: #ac162c;
}

.page-sostenibilidad .section-sostenibilidad-2 .container a img {
	top: 45px;
	left: 53px;
	position: absolute;
	width: 47px;
	height: 64px;
	filter: brightness(0);
}

@media (max-width: 1020px) {
	.page-sostenibilidad .section-sostenibilidad-2 .container a img {
		width: 53px;
		height: 53px;
		top: 40px;
		left: 43px;
	}
}

.page-sostenibilidad .section-sostenibilidad-2 .container a::before {
	border: 2px dashed rgba(30, 30, 30, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	content: '';
	display: block;
	height: 154px;
	margin-bottom: 16px;
	width: 154px;
	background-color: #f7f7f7;
}

@media (max-width: 1020px) {
	.page-sostenibilidad .section-sostenibilidad-2 .container a::before {
		width: 135px;
		height: 135px;
	}
}

@media (max-width: 768px) {
	.page-sostenibilidad .section-sostenibilidad-2 .container a::before {
		margin-bottom: 10px;
	}
}

.page-sostenibilidad .section-sostenibilidad-2 .container a span {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #1e1e1e;
	font-family: 'CircularStd-Medium';
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.page-sostenibilidad .section-sostenibilidad-2 .container a:last-child {
	margin-right: 0;
}

.section-sostenibilidad-3 .section-sostenibilidad-container {
	width: 100%;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-1 .container-texto {
	padding-right: 10px !important;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-1 .item:nth-child(1) {
	background-color: #ac162c;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-1 .item:nth-child(1) img {
	filter: brightness(500%) !important;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-2 .imagen {
	order: 2;
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato-2 .imagen {
		order: 1;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-2 .container-texto {
	order: 1;
	padding-left: 10px !important;
	padding-right: 3.5%;
	justify-content: end;
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato-2 .container-texto {
		justify-content: start;
		order: 2;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-2 .item:nth-child(2) {
	background-color: #ac162c;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-2 .item:nth-child(2) img {
	filter: brightness(500%) !important;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-3 .container-texto {
	padding-right: 10px !important;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-3 .item:nth-child(3) {
	background-color: #ac162c;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-3 .item:nth-child(3) img {
	filter: brightness(500%) !important;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-4 .imagen {
	order: 2;
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato-4 .imagen {
		order: 1;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-4 .container-texto {
	order: 1;
	padding-left: 10px !important;
	padding-right: 3.5%;
	justify-content: end;
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato-4 .container-texto {
		justify-content: start;
		order: 2;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-4 .item:nth-child(4) {
	background-color: #ac162c;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-4 .item:nth-child(4) img {
	filter: brightness(500%) !important;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-5 .container-texto {
	padding-right: 10px !important;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-5 .item:nth-child(5) {
	background-color: #ac162c;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato-5 .item:nth-child(5) img {
	filter: brightness(500%) !important;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 48px;
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen {
	position: relative;
	width: 47%;
	max-width: 1192px;
	height: 800px;
	background-color: #ac162c;
	overflow: hidden;
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen {
		height: 280px;
		width: 100%;
		display: flex;
		align-items: center;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen img {
	top: 0;
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 100% !important;
	object-fit: cover;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen p {
	position: absolute;
	bottom: 120px;
	z-index: 2;
	color: #fff;
	font-family: 'bookman-old-style-bold';
	font-weight: 400;
	text-align: left;
	max-width: 464px;
	padding: 5px;
	font-size: 52px;
	line-height: 64px;
	margin: 0;
}

@media (max-width: 1200px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen p {
		font-size: 40px;
		line-height: 48px;
		padding: 0 17px;
	}
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen p {
		bottom: 0;
		position: relative;
		padding: 0 25px !important;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-1 {
	right: 77px;
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-1 {
		padding: 0;
		right: 0;
		left: 17px;
	}
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-1 {
		left: 0;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-2 {
	text-align: end;
	left: 77px;
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-2 {
		padding: 0;
		left: 0;
		right: 17px;
	}
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-2 {
		text-align: start;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-3 {
	right: 77px;
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-3 {
		padding: 0;
		right: 0;
		left: 17px;
	}
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-3 {
		left: 0;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-4 {
	text-align: end;
	left: 77px;
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-4 {
		padding: 0;
		left: 0;
		right: 17px;
	}
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-4 {
		text-align: start;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-5 {
	right: 77px;
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-5 {
		padding: 0;
		right: 0;
		left: 17px;
	}
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .imagen .p-5 {
		left: 0;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto {
	width: 53%;
	max-width: 1200px;
	display: flex;
	padding-left: 3.5%;
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto {
		padding-bottom: 0;
		padding-left: 4% !important;
		padding-right: 4% !important;
		width: 100%;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto {
	width: 580px !important;
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto {
		width: 100% !important;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos {
	margin: 50px 0 40px;
}

@media (max-width: 1200px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos {
		margin: 40px 0 30px;
	}
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos {
		margin: 5px 0 16px;
	}
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos {
		margin: 32px 0 25px;
		text-align: center;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos .item {
	border: 2px dashed rgba(30, 30, 30, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 95px;
	margin-right: 36px;
	padding-bottom: 0;
	text-indent: -99999px;
	width: 95px;
	overflow: visible;
	position: relative;
}

@media (max-width: 1200px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos .item {
		height: 80px;
		margin-right: 22px;
		width: 80px;
	}
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos .item {
		height: 70px;
		margin-right: 8px;
		width: 70px;
	}
}

@media (max-width: 480px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos .item {
		height: 66px;
		margin-right: 4px;
		width: 66px;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos .item img {
	position: absolute;
	right: 30px;
	top: 25px;
	width: 29.3px;
	height: 39.4px;
	filter: brightness(0%);
}

@media (max-width: 1200px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos .item img {
		right: 25px;
		top: 20px;
		width: 26px;
		height: 33px;
	}
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos .item img {
		right: 20px;
		top: 17px;
		width: 24px;
		height: 29px;
	}
}

@media (max-width: 480px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto .iconos .item img {
		right: 18px;
		top: 17px;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto blockquote {
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 0;
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto blockquote::before {
	content: '“';
	color: #ac162c;
	display: inline-block;
	font-family: 'Bookman-old-style-bold';
	font-size: 110px;
	line-height: 1;
	margin-right: 2.5%;
	max-height: 60px;
	position: relative;
	text-align: left;
	top: -2px;
	vertical-align: middle;
	width: 10%;
	margin-right: 4%;
}

@media (max-width: 1200px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto blockquote::before {
		width: 15%;
	}
}

@media (max-width: 768px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto blockquote::before {
		width: 58px;
	}
}

.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto blockquote p {
	width: 80%;
	display: inline-block;
	color: #ac162c;
	font-family: 'Bookman-old-style-bold';
	font-size: 28px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

@media (max-width: 992px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto blockquote p {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 480px) {
	.section-sostenibilidad-3 .section-sostenibilidad-container .dato .container-texto .texto blockquote p {
		width: 72%;
	}
}

.page-recetas .section-ocasion-recipes {
	padding-top: 40px;
	padding-bottom: 25px;
	background-color: #f7f7f7;
	overflow: hidden;
}

@media (max-width: 770px) {
	.page-recetas .section-ocasion-recipes {
		padding-top: 30px;
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	.page-recetas .section-ocasion-recipes {
		padding-top: 16px;
		padding-bottom: 4px;
	}
}

.page-recetas .section-ocasion-recipes-container {
	position: relative;
	overflow: hidden;
}

@media (max-width: 480px) {
	.page-recetas .section-ocasion-recipes-container #listOccasionFilters {
		margin-bottom: 15px;
	}
}

.page-recetas .section-ocasion-recipes .filter-occasion .ocasion-recipe {
	min-height: 96px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.09);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 3px solid transparent;
}

@media (max-width: 480px) {
	.page-recetas .section-ocasion-recipes .filter-occasion .ocasion-recipe {
		min-height: 55px;
	}
}

@media (min-width: 480px) {
	.page-recetas .section-ocasion-recipes .filter-occasion .ocasion-recipe:hover {
		border: 3px solid #d18a00;
	}
}

.page-recetas .section-ocasion-recipes .filter-occasion .ocasion-recipe-text {
	color: #FFF;
	font-family: 'CircularStd-Book';
	font-size: 14px;
	padding: 0 10px;
	font-weight: 400;
	text-transform: uppercase;
}

.page-recetas .section-ocasion-recipes .filter-occasion.active .ocasion-recipe {
	border: 3px solid #d18a00;
}

.page-recetas .section-ocasion-recipes .swiper-button-next,
.page-recetas .section-ocasion-recipes .swiper-button-prev {
	top: initial;
	bottom: 0;
}

@media (max-width: 770px) {
	.page-recetas .section-ocasion-recipes .swiper-button-next,
	.page-recetas .section-ocasion-recipes .swiper-button-prev {
		display: none;
	}
}

.page-recetas .section-ocasion-recipes .swiper-button-next {
	right: 0;
}

.page-recetas .section-ocasion-recipes .swiper-button-prev {
	left: 0;
}

@media (max-width: 770px) {
	.page-recetas .section-ocasion-recipes .swiper-pagination {
		display: none;
	}
}

.page-recetas .section-filter-recipes {
	margin-top: 32px;
}

.page-recetas .section-filter-recipes-container {
	display: flex;
	align-items: flex-start;
}

.page-recetas .section-filter-recipes .tag-container {
	display: flex;
	align-items: center;
	gap: 0px 16px;
	flex-wrap: wrap;
	margin-right: 16px;
}

.page-recetas .section-filter-recipes .tag-container .tag-item {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 12px;
	font-family: 'CircularStd-Medium';
	background-color: #d18a00;
	padding: 6px 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.page-recetas .section-filter-recipes .tag-container .tag-item:hover {
	background-color: #A5710D;
}

.page-recetas .section-filter-recipes .tag-container .tag-item:hover .icon {
	transition: transform 0.15s;
	transform: rotate(180deg);
}

.page-recetas .section-filter-recipes .tag-container .tag-item .text {
	pointer-events: none;
}

.page-recetas .section-filter-recipes .tag-container .tag-item .icon {
	width: 10px;
	height: 10px;
	margin-left: 20px;
}

.page-recetas .section-filter-recipes .filter-button {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: auto;
}

.page-recetas .section-filter-recipes .filter-button .text {
	color: #1e1e1e;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'CircularStd-Medium';
	font-weight: 500;
}

.page-recetas .section-filter-recipes .filter-button .icon-filter {
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	margin-left: 10px;
}

.page-recetas .section-filter-recipes .filter-content {
	position: fixed;
	z-index: 100;
	background-color: #FFF;
	right: 0;
	top: 0;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	max-width: 380px;
	padding: 90px 40px 45px;
	box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16);
	font-size: 16px;
	display: none;
}

.page-recetas .section-filter-recipes .filter-content.active {
	display: block;
	animation-name: progreso-filtro-open;
	animation-duration: 0.6s;
}

.page-recetas .section-filter-recipes .filter-content .filter-close {
	position: absolute;
	top: 32px;
	right: 32px;
}

.page-recetas .section-filter-recipes .filter-content-title {
	text-transform: uppercase;
	color: #ac162c;
	line-height: 1;
	margin-bottom: 25px;
	font-family: 'CircularStd-Medium';
	font-weight: 500;
}

.page-recetas .section-filter-recipes .filter-content-title:not(:first-of-type) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.page-recetas .section-filter-recipes .filter-content-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-recetas .section-filter-recipes .filter-content-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
	font-family: 'CircularStd-Book';
	color: #1e1e1e;
	cursor: pointer;
}

.page-recetas .section-filter-recipes .filter-content-item:last-of-type {
	margin-bottom: 0;
}

.page-recetas .section-filter-recipes .filter-content-item.active, .page-recetas .section-filter-recipes .filter-content-item:hover {
	font-family: 'CircularStd-Bold';
}

.page-recetas .section-filter-recipes .filter-content-item.active .icon-check-off {
	background-image: url(./assets/img/icons/check-on.svg);
}

.page-recetas .section-filter-recipes .filter-content-button {
	margin-top: 90px;
}

.page-recetas .section-recipes {
	margin-bottom: 35px;
	margin-top: 45px;
}

.page-recetas .section-recipes-message {
	display: none;
	font-family: 'CircularStd-Book';
	color: rgba(30, 30, 30, 0.65);
}

.page-recetas .section-recipes-message.active {
	display: block;
}

.page-recetas .section-recipes-message p {
	margin-top: 0;
	line-height: 1;
	font-size: initial;
}

.page-recetas .section-recipes .recipe-main-ingredient {
	font-size: 12px;
}

.page-recetas .section-recipes .recipe-main-ingredient-term {
	display: inline-block;
	margin-right: 5px;
}

.page-recetas .section-recipes .recipe-main-ingredient-term::after {
	content: '|';
	margin-left: 5px;
}

.page-recetas .section-recipes .recipe-main-ingredient-term:last-child {
	margin-right: 0px;
}

.page-recetas .section-recipes .recipe-main-ingredient-term:last-child::after {
	content: '';
}

@keyframes progreso-filtro-open {
	0% {
		right: -380px;
		opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
	}
	80% {
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		right: 0;
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
	}
}

.page-single-recetas header .menu-main-nav ul li a {
	color: var(--color__black);
}

.page-single-recetas header .menu-main:not(.active) .menu-main-search svg {
	stroke: #1e1e1e;
}

.page-single-recetas header .menu-main.hidden .menu-main-search svg {
	stroke: #FFF;
}

.page-single-recetas header .menu-main {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}

.page-single-recetas .section-hero-recipe {
	background-color: #f7f7f7;
}

.page-single-recetas .section-hero-recipe-container {
	max-width: 1400px;
	display: flex;
}

@media (max-width: 1230px) {
	.page-single-recetas .section-hero-recipe-container {
		margin: 0;
	}
}

@media (max-width: 960px) {
	.page-single-recetas .section-hero-recipe-container {
		flex-direction: column;
	}
}

.page-single-recetas .section-hero-recipe-content {
	width: 42%;
}

@media (min-width: 1400px) {
	.page-single-recetas .section-hero-recipe-content {
		padding-left: 100px;
	}
}

@media (max-width: 1200px) {
	.page-single-recetas .section-hero-recipe-content {
		padding-left: 15px;
	}
}

@media (max-width: 960px) {
	.page-single-recetas .section-hero-recipe-content {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width: 480px) {
	.page-single-recetas .section-hero-recipe-content {
		padding: 0 20px;
	}
}

.page-single-recetas .section-hero-recipe-content > .content {
	max-width: 425px;
	min-width: 425px;
	padding: 48px 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

@media (max-width: 1200px) {
	.page-single-recetas .section-hero-recipe-content > .content {
		max-width: initial;
		min-width: initial;
		padding-right: 4%;
		padding-top: 30px;
	}
}

@media (max-width: 960px) {
	.page-single-recetas .section-hero-recipe-content > .content {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	.page-single-recetas .section-hero-recipe-content > .content {
		padding: 25px 0;
	}
}

.page-single-recetas .section-hero-recipe-content .box-subtitle {
	padding: 0;
}

.page-single-recetas .section-hero-recipe-content .title {
	font-size: 28px;
	font-family: "Bookman-old-style-bold";
	line-height: 32px;
	color: #1e1e1e;
	margin: 0;
}

.page-single-recetas .section-hero-recipe-content .body {
	padding: 16px 0;
}

.page-single-recetas .section-hero-recipe-content .body p {
	margin-top: 0;
}

.page-single-recetas .section-hero-recipe-content .body p:last-of-type {
	margin-bottom: 0;
}

.page-single-recetas .section-hero-recipe-img {
	width: 58%;
}

@media (max-width: 960px) {
	.page-single-recetas .section-hero-recipe-img {
		width: 100%;
		order: -1;
	}
}

.page-single-recetas .section-hero-recipe-img img {
	height: 100%;
	object-fit: cover;
}

.page-single-recetas .section-hero-recipe .feature {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

@media (max-width: 960px) {
	.page-single-recetas .section-hero-recipe .feature {
		margin-bottom: 70px;
	}
}

@media (max-width: 768px) {
	.page-single-recetas .section-hero-recipe .feature {
		margin-bottom: 50px;
	}
}

.page-single-recetas .section-hero-recipe .feature-item {
	display: flex;
	align-items: center;
}

.page-single-recetas .section-hero-recipe .feature-item .text {
	display: flex;
	font-family: "CircularStd-Book";
	color: #1e1e1e;
	opacity: 0.6;
}

@media (max-width: 1024px) {
	.page-single-recetas .section-hero-recipe .feature-item .text .long-text {
		display: none;
	}
}

@media (max-width: 960px) {
	.page-single-recetas .section-hero-recipe .feature-item .text .long-text {
		display: block;
	}
}

@media (max-width: 480px) {
	.page-single-recetas .section-hero-recipe .feature-item .text .long-text {
		display: none;
	}
}

.page-single-recetas .section-hero-recipe .feature-item .text span:first-of-type {
	margin-right: 5px;
}

.page-single-recetas .section-hero-recipe .feature-item img,
.page-single-recetas .section-hero-recipe .feature-item .icon {
	margin-right: 10px;
}

.page-single-recetas .section-hero-recipe .feature-item img {
	max-width: 80px;
}

.page-single-recetas .section-hero-recipe .feature-item .icon {
	width: 20px;
	max-width: 20px;
	height: 20px;
	max-height: 20px;
}

.page-single-recetas .section-hero-recipe .feature-item-level .content {
	position: relative;
	overflow: hidden;
}

.page-single-recetas .section-hero-recipe .feature-item-level .content::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f7f7f7;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	animation-duration: 1s;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

.page-single-recetas .section-hero-recipe .feature-item-level .content.hard::after {
	animation-name: progreso-level-dificil;
}

.page-single-recetas .section-hero-recipe .feature-item-level .content.medium::after {
	animation-name: progreso-level-medio;
}

.page-single-recetas .section-hero-recipe .feature-item-level .content.easy::after {
	animation-name: progreso-level-facil;
}

.page-single-recetas .section-hero-recipe .share {
	margin-top: auto;
	display: flex;
}

.page-single-recetas .section-hero-recipe .share-cta {
	display: flex;
	align-items: center;
	margin-right: 22px;
	cursor: pointer;
}

.page-single-recetas .section-hero-recipe .share-cta .text {
	font-family: "CircularStd-Medium";
	font-size: 13px;
	font-weight: 400;
	color: #1e1e1e;
	text-transform: uppercase;
	margin-right: 12px;
}

.page-single-recetas .section-hero-recipe .share-content {
	position: relative;
	max-width: 0;
	overflow: hidden;
	transition: max-width 0.15s;
	display: flex;
	gap: 22px;
}

.page-single-recetas .section-hero-recipe .share-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #1e1e1e;
}

.page-single-recetas .section-hero-recipe .share-content.active {
	max-width: 120px;
}

.page-single-recetas .section-hero-recipe .share-link:first-of-type {
	margin-left: 22px;
}

.page-single-recetas .section-content-recipe {
	padding-top: 64px;
	padding-bottom: 56px;
}

@media (max-width: 960px) {
	.page-single-recetas .section-content-recipe {
		padding: 50px 0;
	}
}

.page-single-recetas .section-content-recipe-container {
	display: flex;
}

@media (max-width: 960px) {
	.page-single-recetas .section-content-recipe-container {
		flex-direction: column;
		align-items: center;
	}
}

.page-single-recetas .section-content-recipe .recipe-ingredient {
	width: 42%;
	padding-right: 6%;
}

@media (max-width: 960px) {
	.page-single-recetas .section-content-recipe .recipe-ingredient {
		width: 45%;
		max-width: 300px;
		margin-right: 10%;
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	.page-single-recetas .section-content-recipe .recipe-ingredient {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
}

.page-single-recetas .section-content-recipe .recipe-ingredient .title {
	font-size: 18px;
	font-family: "CircularStd-Medium";
	text-transform: uppercase;
	color: #d18a00;
	margin-bottom: 20px;
}

.page-single-recetas .section-content-recipe .recipe-ingredient ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-single-recetas .section-content-recipe .recipe-ingredient ul li {
	font-family: "CircularStd-Book";
	color: #1e1e1e;
	margin-bottom: 12px;
}

.page-single-recetas .section-content-recipe .recipe-ingredient p {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.page-single-recetas .section-content-recipe .recipe-ingredient p + figure,
.page-single-recetas .section-content-recipe .recipe-ingredient p img {
	margin-top: 20px;
}

.page-single-recetas .section-content-recipe .recipe-ingredient figure,
.page-single-recetas .section-content-recipe .recipe-ingredient img {
	max-width: 100%;
	margin: 0;
	width: initial;
}

.page-single-recetas .section-content-recipe .recipe-step {
	width: 58%;
}

@media (max-width: 960px) {
	.page-single-recetas .section-content-recipe .recipe-step {
		width: 100%;
		margin-top: 30px;
	}
}

.page-single-recetas .section-content-recipe .recipe-step .title {
	font-family: "Bookman-old-style";
	font-size: 32px;
	margin-bottom: 18px;
	color: #ac162c;
}

.page-single-recetas .section-content-recipe .recipe-step p {
	margin: 0;
	padding-bottom: 20px;
}

.page-single-recetas .section-content-recipe .recipe-step p:last-of-type {
	padding-bottom: 0;
}

.page-single-recetas .section-content-recipe .recipe-step a {
	color: #1e1e1e;
	text-decoration: none;
}

.page-single-recetas .section-content-recipe .recipe-step a:hover {
	text-decoration: underline;
}

@keyframes progreso-level-medio {
	0% {
		left: 0;
	}
	100% {
		left: 60%;
	}
}

@keyframes progreso-level-facil {
	0% {
		left: 0;
	}
	100% {
		left: 30%;
	}
}

@keyframes progreso-level-dificil {
	0% {
		left: 0;
	}
	100% {
		left: 100%;
	}
}

.page-historia .section-history {
	--max-width-content: 498px;
	padding-top: 70px;
	padding-bottom: 50px;
}

@media (max-width: 1210px) {
	.page-historia .section-history {
		--max-width-content: 580px;
	}
}

@media (max-width: 1024px) {
	.page-historia .section-history {
		padding: 50px 0;
	}
}

@media (max-width: 768px) {
	.page-historia .section-history {
		padding: 40px 0;
	}
}

@media (max-width: 480px) {
	.page-historia .section-history {
		padding: 32px 0;
	}
}

@media (max-width: 600px) {
	.page-historia .section-history-container {
		margin: 0;
	}
}

.page-historia .section-history-row {
	display: flex;
}

@media (max-width: 1210px) {
	.page-historia .section-history-row {
		flex-wrap: wrap;
	}
}

.page-historia .section-history-row > div {
	flex: 1;
	position: relative;
}

@media (max-width: 1210px) {
	.page-historia .section-history-row > div {
		flex: 0;
		position: static;
		min-width: 100%;
		display: flex;
	}
}

@media (max-width: 600px) {
	.page-historia .section-history-row > div {
		flex-direction: column;
	}
}

.page-historia .section-history-row img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.page-historia .section-history-row .left-box {
	margin-left: auto;
}

.page-historia .section-history-row .right-box {
	margin-right: auto;
	top: 100px;
}

.page-historia .section-history-row .img-container {
	width: 100%;
	margin-left: inherit;
	margin-right: inherit;
}

@media (max-width: 1210px) {
	.page-historia .section-history-row .img-container {
		display: none;
	}
}

.page-historia .section-history-row .img-container.resize {
	max-width: var(--max-width-content);
}

@media (min-width: 1210px) {
	.page-historia .section-history-row .img-responsive {
		display: none;
	}
}

@media (max-width: 1210px) {
	.page-historia .section-history-row .img-responsive {
		flex: 1;
		min-height: 330px;
		width: 50%;
	}
}

@media (max-width: 600px) {
	.page-historia .section-history-row .img-responsive {
		width: 100%;
		min-height: initial;
	}
}

.page-historia .section-history-row .content-container {
	padding: 48px;
	background-color: #f7f7f7;
	max-width: var(--max-width-content);
	margin-left: inherit;
	margin-right: inherit;
}

@media (max-width: 1210px) {
	.page-historia .section-history-row .content-container {
		padding: 0 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 50%;
	}
}

@media (max-width: 768px) {
	.page-historia .section-history-row .content-container {
		padding: 0 20px;
	}
}

@media (max-width: 600px) {
	.page-historia .section-history-row .content-container {
		width: 100%;
		padding: 24px 2% 40px;
	}
}

.page-historia .section-history-row .content-container .subtitle p {
	color: #ac162c;
	font-size: 13px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'CircularStd-Bold';
	line-height: 24px;
}

@media (max-width: 960px) {
	.page-historia .section-history-row .content-container .subtitle p {
		font-size: 12px;
	}
}

.page-historia .section-history-row .content-container .title {
	padding-top: 8px;
}

.page-historia .section-history-row .content-container .title p {
	color: #1e1e1e;
	line-height: 40px;
	font-family: 'Bookman-old-style';
	font-size: 32px;
	font-weight: 400;
	margin: 0;
}

@media (max-width: 960px) {
	.page-historia .section-history-row .content-container .title p {
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 768px) {
	.page-historia .section-history-row .content-container .title p {
		font-size: 23px;
		line-height: 32px;
	}
}

.page-historia .section-history-row .content-container .button {
	margin-top: 32px;
	display: inline-block;
	border: 2px solid #ac162c;
	color: #ac162c;
	padding: 6px 32px;
	text-transform: uppercase;
	font-family: 'CircularStd-Bold';
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
	border-radius: 2px;
}

.page-historia .section-history-row .content-container .button:hover {
	color: #FFF;
	background-color: #ac162c;
}

.page-historia .section-history-row-1 .left-box {
	top: 1px;
}

.page-historia .section-history-row-3 .right-box {
	top: 47px;
}

.page-historia .section-history-row-4 .left-box {
	top: -14px;
}

.page-historia .section-history-row-4 .right-box {
	top: 47px;
}

.page-historia .section-history-row-5 .left-box {
	top: -14px;
}

.page-historia .section-history-row-5 .right-box {
	top: -7px;
}

.page-historia .section-history-row-6 .left-box {
	top: -204px;
}

.page-historia .section-history-row-6 .right-box {
	top: -7px;
}

.page-historia .section-history-row-7 .left-box {
	top: -204px;
}

.page-historia .section-history-row-7 .right-box {
	top: -25px;
}

.page-historia .section-history-row-8 .left-box {
	top: -233px;
}

.page-historia .section-history-row-8 .right-box {
	top: -25px;
}

@media (min-width: 600px) {
	.page-historia .section-history-row-2 .img-responsive, .page-historia .section-history-row-4 .img-responsive, .page-historia .section-history-row-7 .img-responsive {
		order: 2;
	}
}

.page-historia .section-history .history-lightbox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(30, 30, 30, 0.95);
	z-index: 5;
	display: none;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

.page-historia .section-history .history-lightbox.active {
	display: flex;
	pointer-events: initial;
}

.page-historia .section-history .history-lightbox-container {
	max-width: 792px;
	padding: 96px 102px;
	background-color: #FFF;
}

@media (max-width: 768px) {
	.page-historia .section-history .history-lightbox-container {
		height: 100%;
		padding: 12vh 4% 20px;
	}
}

@media (max-width: 480px) {
	.page-historia .section-history .history-lightbox-container {
		padding: 14vh 5% 20px;
	}
}

.page-historia .section-history .history-lightbox-close {
	position: absolute;
	top: 26px;
	right: 24px;
}

.page-historia .section-history .history-lightbox .title {
	color: #ac162c;
	font-family: 'Bookman-old-style-bold';
	line-height: 48px;
	font-size: 32px;
	margin: 0;
}

@media (max-width: 768px) {
	.page-historia .section-history .history-lightbox .title {
		font-size: 28px;
		line-height: 36px;
	}
}

@media (max-width: 480px) {
	.page-historia .section-history .history-lightbox .title {
		font-size: 24px;
		line-height: 32px;
	}
}

.page-historia .section-history .history-lightbox .text {
	padding-top: 40px;
}

@media (max-width: 768px) {
	.page-historia .section-history .history-lightbox .text {
		padding-top: 30px;
	}
}

@media (max-width: 480px) {
	.page-historia .section-history .history-lightbox .text {
		padding-top: 20px;
	}
}

.page-historia .section-history .history-lightbox .text p {
	font-size: 24px;
	font-family: 'Bookman-old-style';
	line-height: 32px;
	color: #1e1e1e;
	margin: 0;
	padding-bottom: 24px;
}

.page-historia .section-history .history-lightbox .text p:last-of-type {
	padding-bottom: 0;
}

.page-historia .section-timeline {
	--height-timeline: 680px;
	--years-width: 202px;
	--background: $color__grey;
	position: relative;
	overflow: hidden;
	background-color: var(--background);
}

@media (max-width: 1200px) {
	.page-historia .section-timeline {
		--height-timeline: 600px;
		--years-width: 160px;
	}
}

@media (max-width: 992px) {
	.page-historia .section-timeline {
		--years-width: 140px;
	}
}

@media (max-width: 1024px) {
	.page-historia .section-timeline {
		--height-timeline: 550px;
	}
}

@media (max-width: 768px) {
	.page-historia .section-timeline {
		--height-timeline: initial;
		--background: #f6f6f6;
	}
}

.page-historia .section-timeline-container {
	display: flex;
	max-height: var(--height-timeline);
}

@media (max-width: 768px) {
	.page-historia .section-timeline-container {
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.page-historia .section-timeline .swiper-container {
		max-height: var(--height-timeline);
		height: var(--height-timeline);
	}
}

.page-historia .section-timeline .years {
	position: absolute;
	z-index: 3;
	height: var(--height-timeline);
	width: var(--years-width);
	top: 0;
	left: 0;
	background-color: #FFF;
}

@media (max-width: 768px) {
	.page-historia .section-timeline .years {
		flex-direction: row;
		background-color: transparent;
		width: 100%;
		position: relative;
		border-bottom: 1px solid rgba(30, 30, 30, 0.2);
	}
}

.page-historia .section-timeline .years::after, .page-historia .section-timeline .years::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 75px;
	background-color: #FFF;
	display: block;
	z-index: 2;
	left: 0;
}

@media (max-width: 768px) {
	.page-historia .section-timeline .years::after, .page-historia .section-timeline .years::before {
		width: 60px;
		height: 90px;
		background-color: var(--background);
		border: none !important;
	}
}

.page-historia .section-timeline .years::after {
	bottom: 0;
	border-top: 2px solid var(--background);
}

@media (max-width: 768px) {
	.page-historia .section-timeline .years::after {
		top: 0;
		bottom: initial;
		left: initial;
		right: 0;
	}
}

.page-historia .section-timeline .years::before {
	top: 0;
	border-bottom: 2px solid var(--background);
}

@media (max-width: 768px) {
	.page-historia .section-timeline .years .swiper-container {
		flex-direction: row;
		margin-bottom: 0;
		height: initial;
		padding: 25px 0;
	}
}

@media (max-width: 768px) {
	.page-historia .section-timeline .years .swiper-wrapper {
		flex-direction: row;
		margin-bottom: 0;
	}
}

.page-historia .section-timeline .years .swiper-slide {
	height: initial;
	font-family: 'Bookman-old-style-bold';
	color: rgba(30, 30, 30, 0.2);
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 8px;
	cursor: pointer;
}

.page-historia .section-timeline .years .swiper-slide.swiper-slide-active {
	color: #1e1e1e;
}

@media (max-width: 768px) {
	.page-historia .section-timeline .years .swiper-slide {
		width: initial;
		margin-bottom: 0;
		margin-right: 24px;
	}
}

.page-historia .section-timeline .content {
	margin-left: auto;
}

@media (min-width: 768px) {
	.page-historia .section-timeline .content {
		max-width: calc(100% - var(--years-width));
	}
}

.page-historia .section-timeline .content .text, .page-historia .section-timeline .content .img {
	height: var(--height-timeline);
}

.page-historia .section-timeline .content .text {
	max-width: 55%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 1200px) {
	.page-historia .section-timeline .content .text {
		max-width: 60%;
	}
}

@media (max-width: 960px) {
	.page-historia .section-timeline .content .text {
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content .text {
		max-width: 100%;
		padding: 40px 4%;
	}
}

.page-historia .section-timeline .content .text-container {
	padding: 0 8%;
	max-width: 100%;
}

@media (max-width: 992px) {
	.page-historia .section-timeline .content .text-container {
		padding: 0 6%;
	}
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content .text-container {
		padding: 0;
	}
}

.page-historia .section-timeline .content .text .title {
	font-family: 'Bookman-old-style-bold';
	font-size: 32px;
	line-height: 40px;
	color: #ac162c;
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.page-historia .section-timeline .content .text .title {
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 480px) {
	.page-historia .section-timeline .content .text .title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 15px;
	}
}

.page-historia .section-timeline .content .text .body p {
	margin: 0;
}

@media (max-width: 1024px) {
	.page-historia .section-timeline .content .text .body p {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content .text .body p {
		max-height: 50px;
		overflow: hidden;
	}
}

.page-historia .section-timeline .content .text .body.active .more span:first-of-type {
	display: none;
}

.page-historia .section-timeline .content .text .body.active .more span:last-of-type {
	display: block;
}

.page-historia .section-timeline .content .text .body.active p {
	max-height: initial;
}

.page-historia .section-timeline .content .text .more {
	display: none;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(30, 30, 30, 0.2);
	font-family: 'CircularStd-Book';
	color: rgba(30, 30, 30, 0.6);
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	margin-top: 7px;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
}

.page-historia .section-timeline .content .text .more::after {
	border-radius: 15px;
	color: rgba(30, 30, 30, 0.6);
	content: '+';
	width: 15px;
	height: 15px;
	display: inline-block;
	font-family: 'CircularStd-Bold';
	border: 1px solid rgba(30, 30, 30, 0.6);
	font-size: 15px;
	line-height: 1;
	vertical-align: middle;
	margin-left: 5px;
}

.page-historia .section-timeline .content .text .more span:last-of-type {
	display: none;
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content .text .more {
		display: flex;
	}
}

.page-historia .section-timeline .content .img {
	width: 45%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.page-historia .section-timeline .content .img {
		width: 40%;
	}
}

@media (max-width: 960px) {
	.page-historia .section-timeline .content .img {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content .img {
		width: 100%;
		height: 440px;
		overflow: hidden;
		background: none !important;
	}
}

.page-historia .section-timeline .content .img img {
	display: none;
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content .img img {
		display: block;
		position: relative;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}

.page-historia .section-timeline .content-item {
	position: relative;
	overflow: initial;
}

@media (min-width: 768px) {
	.page-historia .section-timeline .content-item {
		display: flex;
	}
}

.page-historia .section-timeline .content-prev, .page-historia .section-timeline .content-next {
	position: absolute;
	width: var(--years-width);
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	z-index: 4;
	opacity: 0.5;
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content-prev, .page-historia .section-timeline .content-next {
		width: 60px;
		height: 90px;
	}
}

.page-historia .section-timeline .content-prev[class*="disabled"], .page-historia .section-timeline .content-next[class*="disabled"] {
	opacity: 0.25;
	pointer-events: none;
}

.page-historia .section-timeline .content-prev {
	top: 0;
}

.page-historia .section-timeline .content-prev .icon {
	transform: rotate(180deg);
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content-prev .icon {
		transform: rotate(90deg);
	}
}

.page-historia .section-timeline .content-next {
	bottom: 0;
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content-next {
		bottom: initial;
		left: initial;
		right: 0;
		top: 0;
	}
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content-next .icon {
		transform: rotate(-90deg);
	}
}

.page-historia .section-timeline .content .swiper-wrapper {
	max-width: 100vw;
}

@media (max-width: 768px) {
	.page-historia .section-timeline .content .swiper-wrapper {
		margin-bottom: 0;
	}
}

.page-historia .section-download-container {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.page-historia .section-download-container {
		flex-direction: column;
		padding-bottom: 0;
		padding: 50px 0 20px;
		align-items: flex-start;
	}
}

.page-historia .section-download .text {
	max-width: 384px;
	width: 40.5%;
	padding-bottom: 60px;
	color: #FFF;
}

@media (max-width: 768px) {
	.page-historia .section-download .text {
		width: 100%;
		max-width: 595px;
		padding-bottom: 0;
	}
}

.page-historia .section-download .text .title {
	font-size: 32px;
	line-height: 40px;
	font-family: 'Bookman-old-style-bold';
}

@media (max-width: 480px) {
	.page-historia .section-download .text .title {
		font-size: 24px;
		font-weight: 32px;
	}
}

.page-historia .section-download .text .body {
	margin: 0;
	padding-top: 24px;
	font-size: 20px;
	line-height: 32px;
	font-family: 'CircularStd-Medium';
	color: inherit;
}

@media (max-width: 480px) {
	.page-historia .section-download .text .body {
		padding-top: 20px;
		font-size: 18px;
		line-height: 24px;
	}
}

.page-historia .section-download .text .btn {
	margin-top: 32px;
}

.page-historia .section-download .img {
	max-width: 510px;
	width: 58%;
	position: relative;
	top: 10px;
	left: -7%;
}

@media (max-width: 1024px) {
	.page-historia .section-download .img {
		max-width: 460px;
	}
}

@media (max-width: 960px) {
	.page-historia .section-download .img {
		max-width: 410px;
	}
}

@media (max-width: 768px) {
	.page-historia .section-download .img {
		max-width: initial;
		width: 100%;
		text-align: center;
		top: initial;
		left: initial;
	}
}

@media (max-width: 768px) {
	.page-historia .section-download .img img {
		max-width: 450px;
	}
}

.page-salud .section-salud-1,
.section-salud-2 {
	--max-width-content: 498px;
	background: #f7f7f7;
}

.page-salud .section-salud-1 .container,
.section-salud-2 .container {
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.page-salud .section-salud-1 .container,
	.section-salud-2 .container {
		margin: 0 15px;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-1 .container,
	.section-salud-2 .container {
		margin: 0 20px;
	}
}

.page-salud .section-salud-1 .container .texto,
.section-salud-2 .container .texto {
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 768px) {
	.page-salud .section-salud-1 .container .texto,
	.section-salud-2 .container .texto {
		padding: 50px 0;
		text-align: start;
		align-items: start;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-1 .container .texto,
	.section-salud-2 .container .texto {
		padding: 40px 0;
	}
}

.page-salud .section-salud-1 .container .texto h2,
.section-salud-2 .container .texto h2 {
	padding-bottom: 25px;
	color: #ac162c;
	font-family: 'Bookman-old-style-bold';
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	max-width: 792px;
}

@media (max-width: 768px) {
	.page-salud .section-salud-1 .container .texto h2,
	.section-salud-2 .container .texto h2 {
		font-size: 26px;
		text-align: left;
		line-height: 44px;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-1 .container .texto h2,
	.section-salud-2 .container .texto h2 {
		font-size: 24px;
		line-height: 32px;
	}
}

.page-salud .section-salud-1 .container .texto p,
.section-salud-2 .container .texto p {
	color: #1e1e1e;
	font-family: 'bookman-old-style';
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	padding-bottom: 0;
	text-align: center;
	margin: 0;
	max-width: 792px;
}

@media (max-width: 768px) {
	.page-salud .section-salud-1 .container .texto p,
	.section-salud-2 .container .texto p {
		text-align: start;
		font-size: 22px;
		line-height: 30px;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-1 .container .texto p,
	.section-salud-2 .container .texto p {
		font-size: 20px;
		line-height: 28px;
	}
}

.page-salud .section-salud-2 {
	background: #fff;
}

.page-salud .section-salud-2 .container .texto p {
	color: #1e1e1e;
	font-family: 'Bookman-old-style-bold';
	font-size: 24px;
	font-weight: 400;
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .texto p {
		font-size: 22px;
		padding-top: 20px;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-2 .container .texto p {
		font-size: 20px;
		line-height: 28px;
	}
}

.page-salud .section-salud-2 .container .dato1 {
	justify-content: start;
}

.page-salud .section-salud-2 .container .dato1 .imagen {
	padding-right: 60px;
}

@media (max-width: 1200px) {
	.page-salud .section-salud-2 .container .dato1 .imagen {
		padding-right: 40px;
	}
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato1 .imagen {
		padding-right: 0px;
	}
}

.page-salud .section-salud-2 .container .dato1 .dato-texto {
	padding-left: 0;
	padding-right: 1%;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato1 .dato-texto {
		padding-left: 25px;
	}
}

.page-salud .section-salud-2 .container .dato2 {
	justify-content: end;
}

.page-salud .section-salud-2 .container .dato2 .imagen {
	order: 2;
	padding-left: 60px;
}

@media (max-width: 1200px) {
	.page-salud .section-salud-2 .container .dato2 .imagen {
		padding-left: 40px;
	}
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato2 .imagen {
		padding-left: 0px;
	}
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato2 .imagen {
		order: 1;
		padding-left: 0;
	}
}

.page-salud .section-salud-2 .container .dato2 .dato-texto {
	order: 1;
	padding-left: 1%;
	padding-right: 0;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato2 .dato-texto {
		padding-right: 25px;
	}
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato2 .dato-texto {
		order: 2;
		padding-right: 0;
	}
}

.page-salud .section-salud-2 .container .dato3 {
	justify-content: start;
}

.page-salud .section-salud-2 .container .dato3 .imagen {
	padding-right: 60px;
}

@media (max-width: 1200px) {
	.page-salud .section-salud-2 .container .dato3 .imagen {
		padding-right: 40px;
	}
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato3 .imagen {
		padding-right: 0px;
	}
}

.page-salud .section-salud-2 .container .dato3 .dato-texto {
	padding-left: 0;
	padding-right: 1%;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato3 .dato-texto {
		padding-left: 25px;
	}
}

.page-salud .section-salud-2 .container .dato4 {
	justify-content: end;
}

.page-salud .section-salud-2 .container .dato4 .imagen {
	order: 2;
	padding-left: 60px;
}

@media (max-width: 1200px) {
	.page-salud .section-salud-2 .container .dato4 .imagen {
		padding-left: 40px;
	}
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato4 .imagen {
		padding-left: 0px;
	}
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato4 .imagen {
		order: 1;
		padding-left: 0;
	}
}

.page-salud .section-salud-2 .container .dato4 .dato-texto {
	order: 1;
	padding-left: 1%;
	padding-right: 0;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato4 .dato-texto {
		padding-right: 25px;
	}
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato4 .dato-texto {
		order: 2;
		padding-right: 0;
	}
}

.page-salud .section-salud-2 .container .dato5 {
	justify-content: start;
}

.page-salud .section-salud-2 .container .dato5 .imagen {
	padding-right: 60px;
}

@media (max-width: 1200px) {
	.page-salud .section-salud-2 .container .dato5 .imagen {
		padding-right: 40px;
	}
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato5 .imagen {
		padding-right: 0px;
	}
}

.page-salud .section-salud-2 .container .dato5 .dato-texto {
	padding-left: 0;
	padding-right: 1%;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato5 .dato-texto {
		padding-left: 25px;
	}
}

.page-salud .section-salud-2 .container .dato {
	display: flex;
	align-items: end;
	margin-bottom: 48px;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato {
		flex-direction: column;
		justify-content: center !important;
		align-items: center;
	}
}

.page-salud .section-salud-2 .container .dato .imagen {
	display: inline-block;
	text-align: right;
	vertical-align: bottom;
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato .imagen {
		margin-bottom: 24px;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-2 .container .dato .imagen {
		position: relative;
		left: 0;
		width: 110%;
		height: auto;
	}
}

.page-salud .section-salud-2 .container .dato .imagen img {
	display: inline-block;
	width: 100%;
	max-width: 546px;
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato .imagen img {
		max-width: 445px;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-2 .container .dato .imagen img {
		max-width: none;
	}
}

.page-salud .section-salud-2 .container .dato-texto {
	position: relative;
	max-width: 486px;
	margin-bottom: 80px;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato-texto {
		margin-bottom: 25px;
		max-width: 470px;
	}
}

@media (max-width: 840px) {
	.page-salud .section-salud-2 .container .dato-texto {
		max-width: 450px;
	}
}

@media (max-width: 800px) {
	.page-salud .section-salud-2 .container .dato-texto {
		max-width: 410px;
	}
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato-texto {
		max-width: none;
		padding-left: 0 !important;
	}
}

.page-salud .section-salud-2 .container .dato-texto img.icono {
	height: 48px;
	width: 60px;
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato-texto img.icono {
		width: 55px;
		margin-bottom: 10px;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-2 .container .dato-texto img.icono {
		margin-bottom: 0;
		width: 50px;
		height: 40px;
	}
}

.page-salud .section-salud-2 .container .dato-texto h1,
.page-salud .section-salud-2 .container .dato-texto h2,
.page-salud .section-salud-2 .container .dato-texto h3,
.page-salud .section-salud-2 .container .dato-texto h4,
.page-salud .section-salud-2 .container .dato-texto h5,
.page-salud .section-salud-2 .container .dato-texto h6 {
	color: #ac162c;
	font-weight: 400;
	font-family: 'bookman-old-style-bold';
	font-size: 56px;
	line-height: 1;
	padding-bottom: 20px;
	text-align: left;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato-texto h1,
	.page-salud .section-salud-2 .container .dato-texto h2,
	.page-salud .section-salud-2 .container .dato-texto h3,
	.page-salud .section-salud-2 .container .dato-texto h4,
	.page-salud .section-salud-2 .container .dato-texto h5,
	.page-salud .section-salud-2 .container .dato-texto h6 {
		font-size: 50px;
		padding-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-2 .container .dato-texto h1,
	.page-salud .section-salud-2 .container .dato-texto h2,
	.page-salud .section-salud-2 .container .dato-texto h3,
	.page-salud .section-salud-2 .container .dato-texto h4,
	.page-salud .section-salud-2 .container .dato-texto h5,
	.page-salud .section-salud-2 .container .dato-texto h6 {
		font-size: 40px;
		padding-bottom: 10px;
	}
}

.page-salud .section-salud-2 .container .dato-texto p {
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	font-size: 18px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

@media (max-width: 992px) {
	.page-salud .section-salud-2 .container .dato-texto p {
		color: rgba(30, 30, 30, 0.6);
		font-family: 'CircularStd-Book';
		font-weight: 400;
		text-align: left;
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 768px) {
	.page-salud .section-salud-2 .container .dato-texto p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media (max-width: 480px) {
	.page-salud .section-salud-2 .container .dato-texto p {
		font-size: 16px;
		line-height: 24px;
	}
}

.page-salud .section-salud-2 .container .dato-texto a {
	color: rgba(30, 30, 30, 0.6);
	text-decoration: underline;
}

.page-salud .section-salud-2 .container .dato-texto a:hover {
	opacity: 0.75;
}

.page-salud .section-salud-2 .container .dato:last-child {
	margin-bottom: 80px;
}

.page-proceso .seccion-proceso-1 {
	display: flex;
	justify-content: center;
	align-items: end;
	height: 100vh;
	min-height: 750px;
	position: relative;
}

.page-proceso .seccion-proceso-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
}

.page-proceso .seccion-proceso-1 .texto {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px;
}

.page-proceso .seccion-proceso-1 .texto p {
	position: relative;
	z-index: 2;
	color: #fff;
	font-family: 'Bookman-old-style';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	margin-bottom: 18px;
	text-align: center;
	max-width: 450px;
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-1 .texto p {
		font-size: 34px;
		max-width: 400px !important;
	}
}

@media (max-width: 434px) {
	.page-proceso .seccion-proceso-1 .texto p {
		font-size: 32px;
		max-width: 400px !important;
	}
}

.page-proceso .seccion-proceso-1 .texto a {
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 25px;
	height: 25px;
}

.page-proceso .seccion-proceso-1 .texto a img {
	width: 25px;
	height: 12px;
	animation: arrowAnimate .5s infinite;
}

@keyframes arrowAnimate {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 0;
	}
}

.page-proceso .seccion-proceso-2 {
	height: 945px;
	position: relative;
}

@media (max-width: 550px) {
	.page-proceso .seccion-proceso-2 {
		height: 667px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide img {
	z-index: 1;
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container {
	margin: 0 auto;
	max-width: 1201px;
	height: 100vh;
	min-height: 750px;
	position: relative;
	width: 99%;
	z-index: 2;
	display: flex;
	justify-content: end;
	align-items: end;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container {
		justify-content: start;
		align-items: start;
		width: 96%;
		min-height: 350px;
	}
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container {
		height: 650px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto {
	width: 588px;
	position: relative;
	text-align: start;
	margin-bottom: 15vh;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto {
		width: 470px;
		margin-top: 103px;
	}
}

@media (max-width: 550px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto {
		margin-top: 60px;
		width: 327px;
		left: 10px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto span.proceso {
	display: none;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto span.proceso {
		color: #fff;
		display: block;
		font-family: 'CircularStd-Bold';
		font-size: 11px;
		font-weight: 400;
		line-height: 1;
		text-transform: uppercase;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h1,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h2,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h3,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h4,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h5,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h6 {
	font-family: 'Bookman-old-style-bold';
	font-size: 72px;
	line-height: 64px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 16px;
	color: #fff;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h1,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h2,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h3,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h4,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h5,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto h6 {
		font-size: 50px;
		line-height: 1;
		margin: 4px 0 12px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto p {
	color: #fff;
	margin: 0;
	padding: 0 0 16px;
	color: #fff;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto p {
		font-size: 16px;
		line-height: 24px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .texto-container .texto p:last-child {
	padding-bottom: 0;
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container {
	margin: 0 auto;
	max-width: 1201px;
	height: 100vh;
	min-height: 750px;
	position: relative;
	width: 99%;
	z-index: 2;
	display: flex;
	justify-content: end;
	align-items: end;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container {
		height: 650px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container .texto {
	width: 588px;
	position: relative;
	text-align: start;
	margin-bottom: 15vh;
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container .texto h1,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container .texto h2,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container .texto h3,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container .texto h4,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container .texto h5,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide .swiper-slide:last-child .texto-container .texto h6 {
	font-family: 'Bookman-old-style';
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container {
		justify-content: center;
		align-items: end;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto {
	margin-right: 210px;
	width: 588px;
	position: relative;
	text-align: start;
	margin-bottom: 10vh;
}

@media (max-width: 450px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto {
		top: 55%;
		width: 300px;
		height: 500px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto span {
	display: none;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto {
		margin-right: 0;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h1,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h2,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h3,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h4,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h5,
.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h6 {
	font-family: 'Bookman-old-style';
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h1,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h2,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h3,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h4,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h5,
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-slide:last-child .texto-container .texto h6 {
		font-size: 30px;
		line-height: 38px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-button-next {
	text-align: center;
	border: 0;
	box-sizing: border-box;
	outline: 0;
	vertical-align: baseline;
	line-height: 1;
	font-size: initial;
	cursor: pointer;
	height: 12px;
	left: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transform: translate(-50%, 0%);
	width: 25px;
	z-index: 2;
	background: url("assets/img/icons/icon-down-white.svg") no-repeat center;
	background-size: initial;
	bottom: 5vh;
	top: 93vh;
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-button-next::after {
	display: none;
}

@media (max-width: 770px) {
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-button-next {
		margin-bottom: 25px;
		text-align: center;
		border: 0;
		box-sizing: border-box;
		outline: 0;
		vertical-align: baseline;
		line-height: 1;
		font-size: initial;
		cursor: pointer;
		height: 12px;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 25px;
		height: 40px;
		z-index: 2;
		background-size: initial;
		bottom: 5vh;
		left: initial;
		right: 1.5%;
		top: 50%;
		-webkit-transform: translate(0%, -50%) rotate(-90deg);
		background: none;
	}
	.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-button-next .flecha {
		position: relative;
		width: 25px;
		height: 100%;
		background: url("assets/img/icons/icon-down-white.svg") no-repeat center;
		animation: arrowAnimate .5s infinite;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProceso .swiper-button-disabled {
	display: none;
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime {
	text-align: center;
	border: 0;
	box-sizing: border-box;
	outline: 0;
	vertical-align: baseline;
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	background: rgba(30, 30, 30, 0.6);
	display: block;
	font-size: initial;
	height: 100vh;
	min-height: 750px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	width: 184px;
	z-index: 2;
}

@media (max-width: 960px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime {
		width: 140px;
	}
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime {
		text-align: center;
		border: 0;
		box-sizing: border-box;
		outline: 0;
		vertical-align: baseline;
		overflow: hidden;
		list-style: none;
		background: rgba(30, 30, 30, 0.6);
		display: block;
		font-size: initial;
		left: 0;
		line-height: 1;
		position: absolute;
		z-index: 2;
		bottom: 0;
		height: initial;
		margin: 0 auto;
		min-height: initial;
		top: initial;
		width: 100%;
		padding: 13px 2%;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper {
	text-align: center;
	list-style: none;
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
	font-size: initial;
	z-index: 1;
	display: flex;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 648px;
	width: 61px;
	transform: translate3d(0, 0, 0) translate(-50%, -50%) !important;
	transition-duration: 0ms;
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper {
		text-align: center;
		list-style: none;
		background: transparent;
		border: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
		line-height: 1;
		font-size: initial;
		z-index: 1;
		display: flex;
		flex-direction: row;
		transition-property: transform, -webkit-transform;
		box-sizing: content-box;
		height: initial;
		left: 0;
		margin: 0 auto;
		max-width: 360px;
		position: relative;
		top: 0;
		width: 100%;
		-webkit-transform: translate3d(0, 0, 0) translate(0%, 0%) !important;
		transition-duration: 0ms;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide {
	cursor: pointer;
	width: 100% !important;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide {
		display: none;
		flex-direction: row;
		width: min-content !important;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide::after {
	background: rgba(255, 255, 255, 0.2);
	content: '';
	display: block;
	height: 1px;
	margin: 0 -15px;
	width: 32px;
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide::after {
		display: none;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .imagen {
	margin-top: 8px;
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .imagen {
		margin: 0;
		padding-left: 3px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .imagen img {
	height: 40px;
	width: 36px;
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .imagen p {
	margin: 0;
	color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	display: block;
	font-family: 'CircularStd-Medium';
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 8px 0;
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .imagen p {
		padding: 8px 0 0;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .swiper-slide-item-inner {
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .swiper-slide-item-inner {
		display: none;
		margin: 0 0 0 8px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .swiper-slide-item-inner::before {
	background: rgba(255, 255, 255, 0.2);
	content: '';
	display: block;
	height: 1px;
	margin: 0 -15px;
	width: 32px;
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide .swiper-slide-item-inner::before {
		display: none;
	}
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .mobile {
		display: flex;
	}
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .mobile .swiper-slide-item-inner {
		display: block;
		width: 32px !important;
		height: 1px !important;
		margin: 0 8px 0 14px;
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide-thumb-active p {
	color: #fff;
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-item-inner {
	width: 4px;
	background: #d18a00;
}

@media (max-width: 768px) {
	.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide-thumb-active .swiper-slide-item-inner {
		background: rgba(255, 255, 255, 0.2);
	}
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide:last-child::after {
	display: none;
}

.page-proceso .seccion-proceso-2 .SwiperProcesoTime .swiper-wrapper .swiper-slide:last-child .swiper-slide-item-inner {
	display: none;
}

.page-template-cata .section-cata-1 {
	background: #f7f7f7;
	padding: 80px 0;
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-1 {
		padding: 50px 0;
	}
}

@media (max-width: 460px) {
	.page-template-cata .section-cata-1 {
		padding: 40px 0;
	}
}

.page-template-cata .section-cata-1 .container {
	display: flex;
	justify-content: center;
}

.page-template-cata .section-cata-1 .container .texto {
	max-width: 792px;
}

.page-template-cata .section-cata-1 .container .texto h2 {
	color: #ac162c;
	font-family: 'Bookman-old-style-bold';
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-1 .container .texto h2 {
		font-size: 26px;
		text-align: left;
		line-height: 44px;
		text-align: start;
	}
}

@media (max-width: 460px) {
	.page-template-cata .section-cata-1 .container .texto h2 {
		font-size: 24px;
		line-height: 32px;
	}
}

.page-template-cata .section-cata-1 .container .texto p {
	color: #1e1e1e;
	font-family: 'bookman-old-style';
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	padding-bottom: 16px;
	text-align: center;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 0;
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-1 .container .texto p {
		font-size: 22px;
		line-height: 30px;
		text-align: left;
	}
}

@media (max-width: 460px) {
	.page-template-cata .section-cata-1 .container .texto p {
		font-size: 20px;
		line-height: 28px;
	}
}

.page-template-cata .section-cata-2 {
	display: flex;
	justify-content: center;
	margin-bottom: 48px;
}

@media (max-width: 1024px) {
	.page-template-cata .section-cata-2 {
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 {
		flex-direction: column;
	}
}

.page-template-cata .section-cata-2 .container-izquierda {
	min-height: 820px;
	max-width: 1201px;
	position: relative;
	width: 47%;
}

@media (max-width: 960px) {
	.page-template-cata .section-cata-2 .container-izquierda {
		min-height: 700px;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-izquierda {
		min-height: 279px;
		text-align: left;
		width: 100%;
	}
}

.page-template-cata .section-cata-2 .container-izquierda img {
	right: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	max-width: 1200px;
	height: 100%;
	object-fit: cover;
}

.page-template-cata .section-cata-2 .container-izquierda .texto {
	position: absolute;
	z-index: 2;
	bottom: 0;
	font-size: initial;
	line-height: 1;
	max-width: 550px;
	padding-bottom: 80px;
	padding-right: 6%;
	right: 0;
}

@media (max-width: 1200px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto {
		width: 98%;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto {
		padding: 60px 2% 30px;
		position: relative;
		width: 100%;
	}
}

@media (max-width: 460px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto {
		padding: 60px 19.5px 35px;
	}
}

.page-template-cata .section-cata-2 .container-izquierda .texto h1,
.page-template-cata .section-cata-2 .container-izquierda .texto h2,
.page-template-cata .section-cata-2 .container-izquierda .texto h3,
.page-template-cata .section-cata-2 .container-izquierda .texto h4,
.page-template-cata .section-cata-2 .container-izquierda .texto h5,
.page-template-cata .section-cata-2 .container-izquierda .texto h6 {
	color: #fff;
	font-family: 'bookman-old-style-bold';
	font-size: 72px;
	font-weight: 400;
	line-height: 1.11;
	padding-bottom: 16px;
}

@media (max-width: 1200px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto h1,
	.page-template-cata .section-cata-2 .container-izquierda .texto h2,
	.page-template-cata .section-cata-2 .container-izquierda .texto h3,
	.page-template-cata .section-cata-2 .container-izquierda .texto h4,
	.page-template-cata .section-cata-2 .container-izquierda .texto h5,
	.page-template-cata .section-cata-2 .container-izquierda .texto h6 {
		font-size: 60px;
		line-height: 1;
		padding-bottom: 12px;
	}
}

@media (max-width: 1024px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto h1,
	.page-template-cata .section-cata-2 .container-izquierda .texto h2,
	.page-template-cata .section-cata-2 .container-izquierda .texto h3,
	.page-template-cata .section-cata-2 .container-izquierda .texto h4,
	.page-template-cata .section-cata-2 .container-izquierda .texto h5,
	.page-template-cata .section-cata-2 .container-izquierda .texto h6 {
		font-size: 54px;
	}
}

@media (max-width: 992px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto h1,
	.page-template-cata .section-cata-2 .container-izquierda .texto h2,
	.page-template-cata .section-cata-2 .container-izquierda .texto h3,
	.page-template-cata .section-cata-2 .container-izquierda .texto h4,
	.page-template-cata .section-cata-2 .container-izquierda .texto h5,
	.page-template-cata .section-cata-2 .container-izquierda .texto h6 {
		font-size: 45px;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto h1,
	.page-template-cata .section-cata-2 .container-izquierda .texto h2,
	.page-template-cata .section-cata-2 .container-izquierda .texto h3,
	.page-template-cata .section-cata-2 .container-izquierda .texto h4,
	.page-template-cata .section-cata-2 .container-izquierda .texto h5,
	.page-template-cata .section-cata-2 .container-izquierda .texto h6 {
		line-height: 48px;
		padding-bottom: 16px;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto h1,
	.page-template-cata .section-cata-2 .container-izquierda .texto h2,
	.page-template-cata .section-cata-2 .container-izquierda .texto h3,
	.page-template-cata .section-cata-2 .container-izquierda .texto h4,
	.page-template-cata .section-cata-2 .container-izquierda .texto h5,
	.page-template-cata .section-cata-2 .container-izquierda .texto h6 {
		font-size: 40px;
	}
}

.page-template-cata .section-cata-2 .container-izquierda .texto p {
	color: #fff;
	font-family: 'CircularStd-Book';
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 45px;
	margin: 0;
}

@media (max-width: 992px) {
	.page-template-cata .section-cata-2 .container-izquierda .texto p {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 25px;
	}
}

.page-template-cata .section-cata-2 .container-derecha {
	max-width: 1201px;
	padding-left: 3.5%;
	padding-bottom: 48px;
	width: 53%;
}

@media (max-width: 1024px) {
	.page-template-cata .section-cata-2 .container-derecha {
		padding-bottom: 25px;
		padding-left: 3%;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-derecha {
		width: 100%;
		margin: 0;
		padding: 20px 2% 0;
		justify-content: center;
		display: flex;
	}
}

@media (max-width: 460px) {
	.page-template-cata .section-cata-2 .container-derecha {
		padding: 20px;
	}
}

.page-template-cata .section-cata-2 .container-derecha .derecha {
	max-width: 580px;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (max-width: 1200px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha {
		width: 98%;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha {
		justify-content: center;
		max-width: none;
		width: 100%;
	}
}

.page-template-cata .section-cata-2 .container-derecha .derecha .imagen {
	width: 100%;
	height: 306px;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
	margin-top: 60px;
}

@media (max-width: 1024px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .imagen {
		margin-bottom: 40px;
		margin-top: 10px;
	}
}

@media (max-width: 960px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .imagen {
		height: 197px;
		margin-bottom: 25px;
		margin-top: 95px;
	}
}

@media (max-width: 800px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .imagen {
		margin-top: 20px;
	}
}

@media (max-width: 775px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .imagen {
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .imagen {
		margin-top: 5px;
		margin-bottom: 24px;
		height: 222px;
	}
}

@media (max-width: 460px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .imagen {
		height: 168px;
		width: 100%;
	}
}

.page-template-cata .section-cata-2 .container-derecha .derecha .imagen img {
	height: 100%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .imagen img {
		max-height: 264px;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .imagen img {
		max-width: 400px;
	}
}

.page-template-cata .section-cata-2 .container-derecha .derecha .pasos {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 4%;
}

@media (max-width: 960px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .pasos {
		gap: 20px 4%;
	}
}

@media (max-width: 768px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .pasos {
		width: 100%;
		gap: 24px 4%;
	}
}

@media (max-width: 460px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .pasos {
		flex-direction: column;
	}
}

.page-template-cata .section-cata-2 .container-derecha .derecha .pasos .paso {
	width: 48%;
}

@media (max-width: 460px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .pasos .paso {
		width: 100%;
	}
}

.page-template-cata .section-cata-2 .container-derecha .derecha .pasos .paso p.title {
	color: #1e1e1e;
	display: block;
	font-family: 'bookman-old-style-bold';
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 8px;
	margin: 0;
}

.page-template-cata .section-cata-2 .container-derecha .derecha .pasos .paso p {
	color: rgba(30, 30, 30, 0.6);
	display: block;
	font-family: 'CircularStd-Book';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 8px;
	margin: 0;
}

@media (max-width: 1200px) {
	.page-template-cata .section-cata-2 .container-derecha .derecha .pasos .paso p {
		font-size: 16px;
	}
}

.section-cata-2:nth-child(2) .container-izquierda {
	order: 2;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(2) .container-izquierda {
		order: 1;
	}
}

.section-cata-2:nth-child(2) .container-izquierda .texto {
	left: 0;
	padding-left: 6%;
	padding-right: 0;
	right: 0;
	text-align: end;
	width: 98%;
}

@media (max-width: 1024px) {
	.section-cata-2:nth-child(2) .container-izquierda .texto {
		padding-left: 5%;
	}
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(2) .container-izquierda .texto {
		text-align: start;
		padding-left: 2%;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(2) .container-izquierda .texto {
		padding: 60px 19.5px 35px;
	}
}

.section-cata-2:nth-child(2) .container-derecha {
	order: 1;
	display: flex;
	justify-content: end;
	padding-right: 3%;
	padding-left: 0;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(2) .container-derecha {
		padding: 20px 2% 0;
		order: 2;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(2) .container-derecha {
		padding: 20px;
	}
}

.section-cata-2:nth-child(4) .container-izquierda {
	order: 2;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(4) .container-izquierda {
		order: 1;
	}
}

.section-cata-2:nth-child(4) .container-izquierda .texto {
	left: 0;
	padding-left: 6%;
	padding-right: 0;
	right: 0;
	text-align: end;
	width: 98%;
}

@media (max-width: 1024px) {
	.section-cata-2:nth-child(4) .container-izquierda .texto {
		padding-left: 5%;
	}
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(4) .container-izquierda .texto {
		text-align: start;
		padding-left: 2%;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(4) .container-izquierda .texto {
		padding: 60px 19.5px 35px;
	}
}

.section-cata-2:nth-child(4) .container-derecha {
	order: 1;
	display: flex;
	justify-content: end;
	padding-right: 3%;
	padding-left: 0;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(4) .container-derecha {
		padding: 20px 2% 0;
		order: 2;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(4) .container-derecha {
		padding: 20px;
	}
}

.section-cata-2:nth-child(6) .container-izquierda {
	order: 2;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(6) .container-izquierda {
		order: 1;
	}
}

.section-cata-2:nth-child(6) .container-izquierda .texto {
	left: 0;
	padding-left: 6%;
	padding-right: 0;
	right: 0;
	text-align: end;
	width: 98%;
}

@media (max-width: 1024px) {
	.section-cata-2:nth-child(6) .container-izquierda .texto {
		padding-left: 5%;
	}
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(6) .container-izquierda .texto {
		text-align: start;
		padding-left: 2%;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(6) .container-izquierda .texto {
		padding: 60px 19.5px 35px;
	}
}

.section-cata-2:nth-child(6) .container-derecha {
	order: 1;
	display: flex;
	justify-content: end;
	padding-right: 3%;
	padding-left: 0;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(6) .container-derecha {
		padding: 20px 2% 0;
		order: 2;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(6) .container-derecha {
		padding: 20px;
	}
}

.section-cata-2:nth-child(8) .container-izquierda {
	order: 2;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(8) .container-izquierda {
		order: 1;
	}
}

.section-cata-2:nth-child(8) .container-izquierda .texto {
	left: 0;
	padding-left: 6%;
	padding-right: 0;
	right: 0;
	text-align: end;
	width: 98%;
}

@media (max-width: 1024px) {
	.section-cata-2:nth-child(8) .container-izquierda .texto {
		padding-left: 5%;
	}
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(8) .container-izquierda .texto {
		text-align: start;
		padding-left: 2%;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(8) .container-izquierda .texto {
		padding: 60px 19.5px 35px;
	}
}

.section-cata-2:nth-child(8) .container-derecha {
	order: 1;
	display: flex;
	justify-content: end;
	padding-right: 3%;
	padding-left: 0;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(8) .container-derecha {
		padding: 20px 2% 0;
		order: 2;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(8) .container-derecha {
		padding: 20px;
	}
}

.section-cata-2:nth-child(10) .container-izquierda {
	order: 2;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(10) .container-izquierda {
		order: 1;
	}
}

.section-cata-2:nth-child(10) .container-izquierda .texto {
	left: 0;
	padding-left: 6%;
	padding-right: 0;
	right: 0;
	text-align: end;
	width: 98%;
}

@media (max-width: 1024px) {
	.section-cata-2:nth-child(10) .container-izquierda .texto {
		padding-left: 5%;
	}
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(10) .container-izquierda .texto {
		text-align: start;
		padding-left: 2%;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(10) .container-izquierda .texto {
		padding: 60px 19.5px 35px;
	}
}

.section-cata-2:nth-child(10) .container-derecha {
	order: 1;
	display: flex;
	justify-content: end;
	padding-right: 3%;
	padding-left: 0;
}

@media (max-width: 768px) {
	.section-cata-2:nth-child(10) .container-derecha {
		padding: 20px 2% 0;
		order: 2;
	}
}

@media (max-width: 460px) {
	.section-cata-2:nth-child(10) .container-derecha {
		padding: 20px;
	}
}

.page-contacto header .menu-main-nav ul li a {
	color: var(--color__black);
}

.page-contacto header .menu-main:not(.active) .menu-main-search svg {
	stroke: #1e1e1e;
}

.page-contacto header .menu-main.hidden .menu-main-search svg {
	stroke: #FFF;
}

.section-form {
	position: relative;
}

.section-form-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	min-width: 47%;
}

@media (max-width: 1440px) {
	.section-form-img {
		left: -9%;
	}
}

@media (max-width: 1200px) {
	.section-form-img {
		left: -16%;
	}
}

@media (max-width: 1024px) {
	.section-form-img {
		left: -23%;
	}
}

@media (max-width: 960px) {
	.section-form-img {
		left: -36%;
	}
}

@media (max-width: 768px) {
	.section-form-img {
		position: relative;
		left: 0;
	}
}

.section-form-img img {
	height: 100%;
	object-fit: cover;
}

.section-form-content {
	display: flex;
}

@media (max-width: 480px) {
	.section-form-content {
		margin: 0 20px;
	}
}

.section-form-content-container {
	min-height: 700px;
	padding: 60px 1% 50px 5%;
	width: 56%;
	margin-left: auto;
	background-color: #FFF;
}

@media (max-width: 1024px) {
	.section-form-content-container {
		padding-top: 50px;
	}
}

@media (max-width: 960px) {
	.section-form-content-container {
		padding-top: 40px 1% 40px 3%;
	}
}

@media (max-width: 768px) {
	.section-form-content-container {
		padding: 40px 0;
		width: 100%;
	}
}

.section-form-subtitle, .section-form-title {
	margin: 0;
}

.section-form-subtitle {
	text-transform: uppercase;
	color: #1e1e1e;
	font-family: "CircularStd-Bold";
	font-size: 13px;
	line-height: 24px;
}

.section-form-title {
	max-width: 295px;
	padding-bottom: 8px;
	font-size: 32px;
	font-family: "Bookman-old-style";
	color: #d18a00;
	line-height: 40px;
}

@media (max-width: 480px) {
	.section-form-title {
		font-size: 28px;
		line-height: 1.14;
		padding-bottom: 10px;
	}
}

.section-form-description {
	margin: 0;
	max-width: 486px;
	line-height: 28px;
	font-size: 18px;
	font-family: "CircularStd-Book";
}

.section-form form {
	margin-top: 40px;
	max-width: 486px;
}

.section-form form .gform_body .gfield_label {
	margin-bottom: 0;
	padding-bottom: 3px;
	font-family: 'CircularStd-Book';
	font-size: 14px;
	line-height: 28px;
	color: rgba(30, 30, 30, 0.65);
	font-weight: 400;
}

.section-form form .gform_body .gfield_required {
	display: none;
}

.section-form form .gform_body .ginput_container_address .ginput_left {
	flex: 1;
}

.section-form form .gform_body input[type="text"],
.section-form form .gform_body select,
.section-form form .gform_body input[type="email"],
.section-form form .gform_body textarea {
	border-radius: 2px;
	color: #1e1e1e;
	font-family: 'CircularStd-Medium';
	font-size: 14px;
	min-height: 48px;
	padding: 10px 16px;
	border: 1px solid rgba(30, 30, 30, 0.2);
}

.section-form form .gform_body textarea {
	height: 148px !important;
	height: 100% !important;
}

.section-form form .gform_body .gfield_consent_label {
	color: rgba(30, 30, 30, 0.65);
	font-size: 14px;
	line-height: 28px;
	margin-top: 8px;
	font-family: 'CircularStd-Book';
	font-weight: 400;
}

.section-form form .gform_body .gfield_consent_label a {
	color: inherit;
}

.section-form form .gform_body .gfield_consent_description {
	border: none !important;
	overflow: initial !important;
	padding: 0 !important;
	font-size: 16px !important;
}

.section-form form .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 48px !important;
}

.section-form form .gform_footer input[type="submit"] {
	color: #FFF;
	border: none;
	display: inline-block;
	font-family: "CircularStd-Bold";
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	cursor: pointer;
	padding: 8px 32px;
	background-color: #d18a00;
}

.section-form form .gform_footer input[type="submit"]:hover {
	background-color: #A5710D;
}

.page-search .hero-search {
	margin: 45px 0 35px 0;
}

.page-search .hero-search-title h1, .page-search .hero-search-not-found h1 {
	color: #1e1e1e;
	font-family: "Bookman-old-style";
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.page-search .hero-search-title h1 span, .page-search .hero-search-not-found h1 span {
	display: block;
	font-family: "Bookman-old-style-bold";
	font-weight: 400;
	margin-top: 10px;
}

.page-search .post-type-section:first-child h2 {
	padding: 0 0 20px 0;
}

@media (max-width: 768px) {
	.page-search .post-type-section:first-child h2 {
		font-size: 26px;
		padding: 0px 0 0 0;
	}
}

@media (max-width: 500px) {
	.page-search .post-type-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.page-search .post-type-section h2 {
	font-family: "Bookman-old-style-bold";
	font-size: 40px;
	font-weight: 400;
	line-height: 72px;
	padding: 40px 0 0px 0;
	color: #ac162c;
}

@media (max-width: 768px) {
	.page-search .post-type-section h2 {
		font-size: 26px;
		padding: 20px 0 0 0;
	}
}

.page-search .posts-search-container {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 50px 24px;
}

@media (max-width: 768px) {
	.page-search .posts-search-container {
		align-items: center;
		justify-content: center;
	}
}

.page-search .posts-search-container .posts-search-container-item {
	width: 100%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 10px;
}

.page-search .posts-search-container .posts-search-container-item .img-producto {
	object-fit: contain;
}

.page-search .post-type-links {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.page-search .post-type-links p {
	color: #1e1e1e;
	margin: 0;
	font-family: "Bookman-old-style-bold";
	font-size: 16px;
	font-weight: 400;
}

.page-search .post-type-links a {
	color: #d18a00;
	font-family: "Bookman-old-style-bold";
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
}

.page-search .post-type-links a:hover {
	color: #a16c00;
}

.page-search .box-subtitle {
	padding-bottom: 0;
}

.page-search h3 {
	margin-top: 10px;
}

.page-search h3.text-producto {
	text-align: center;
}

.page-404 .section-404 {
	background: #f7f7f7;
	overflow: hidden;
}

.page-404 .section-404-image {
	position: relative;
}

.page-404 .section-404-image img {
	object-fit: cover;
	min-width: 50vw;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 768px) {
	.page-404 .section-404-image img {
		min-width: 100vw;
		margin-left: -15px;
		max-height: 300px;
		height: initial;
		position: relative;
	}
}

.page-404 .section-404-text {
	padding: 60px 20px 60px 55px;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.page-404 .section-404-text {
		padding: 40px 0;
		min-height: 200px;
	}
}

@media (max-width: 480px) {
	.page-404 .section-404-text {
		align-items: center;
	}
}

.page-404 .section-404-text h1 {
	color: #1e1e1e;
	display: inline-block;
	font-family: "Bookman-old-style-bold";
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	max-width: 486px;
	width: 100%;
	margin: 0 0 40px 0;
}

@media (max-width: 768px) {
	.page-404 .section-404-text h1 {
		margin: 0 0 35px 0;
		font-size: 70px;
	}
}

@media (max-width: 480px) {
	.page-404 .section-404-text h1 {
		font-size: 60px;
		text-align: center;
	}
}

.page-404 .section-404-text p {
	color: rgba(30, 30, 30, 0.6);
	font-family: "CircularStd-Book";
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	max-width: 486px;
}

@media (max-width: 480px) {
	.page-404 .section-404-text p {
		text-align: center;
	}
}

.page-404 .section-404-text .btn {
	margin: 48px 0 0 0;
}

.page-template-faqs header .menu-main {
	background-color: #FFF;
}

.page-template-faqs header .menu-main a,
.page-template-faqs header .menu-main input,
.page-template-faqs header .menu-main span {
	color: black;
}

.page-template-faqs header .menu-main svg path,
.page-template-faqs header .menu-main svg circle {
	stroke: black;
}

.template-faqs {
	display: flex;
	min-height: 82vh;
	background-color: #FFF;
	padding-top: 115px;
}

@media screen and (max-width: 768px) {
	.template-faqs {
		padding-top: 90px;
	}
}

.template-faqs .container {
	display: flex;
	padding-top: 48px;
	padding-bottom: 48px;
}

@media screen and (max-width: 992px) {
	.template-faqs .container {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.template-faqs .container {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.template-faqs .container .bloque1 {
	width: 35%;
	display: flex;
	flex-direction: column;
	position: relative;
}

@media screen and (max-width: 992px) {
	.template-faqs .container .bloque1 {
		width: 100%;
	}
}

.template-faqs .container .bloque1 .title {
	display: flex;
	margin: 10px 0 24px !important;
}

.template-faqs .container .bloque1 .title,
.template-faqs .container .bloque1 .title * {
	color: #9E2831;
	font-family: "Bookman-old-style";
	font-size: 40px;
	margin: 0;
	line-height: normal;
}

.template-faqs .container .bloque1 .title strong,
.template-faqs .container .bloque1 .title b {
	font-weight: 700 !important;
}

.template-faqs .container .bloque1 .description,
.template-faqs .container .bloque1 .description * {
	color: #1E1E1E;
	font-family: "Bookman-old-style";
	font-size: 16px;
	line-height: normal;
}

.template-faqs .container .bloque2 {
	width: 65%;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 60px;
}

@media screen and (max-width: 992px) {
	.template-faqs .container .bloque2 {
		width: 100%;
		padding: 32px 0;
	}
}

.template-faqs .container .bloque2 .faqs_categories {
	margin-bottom: 60px;
}

.template-faqs .container .bloque2 .faqs_categories:last-child {
	margin-bottom: 0px;
}

.template-faqs .container .bloque2 .faqs_categories .category_title {
	display: flex;
}

.template-faqs .container .bloque2 .faqs_categories .category_title,
.template-faqs .container .bloque2 .faqs_categories .category_title * {
	color: #FFF;
	font-family: "Bookman-old-style";
	font-size: 24px;
	margin: 0;
	line-height: normal;
	margin-bottom: 8px;
}

.template-faqs .container .bloque2 .faqs_categories .category_title p,
.template-faqs .container .bloque2 .faqs_categories .category_title * p {
	background: #A02E36;
	padding: 8px 12px;
}

.template-faqs .container .bloque2 .faqs .faq-item {
	margin-bottom: 1px;
	background: #FFF;
}

.template-faqs .container .bloque2 .faqs .faq-item .question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	padding: 24px;
	cursor: pointer;
}

.template-faqs .container .bloque2 .faqs .faq-item .question .text,
.template-faqs .container .bloque2 .faqs .faq-item .question .text * {
	font-family: "CircularStd-Book";
	font-size: 20px;
	line-height: normal;
	margin: 0;
	color: #1E1E1E;
	transition: .3s;
}

.template-faqs .container .bloque2 .faqs .faq-item .reply {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}

.template-faqs .container .bloque2 .faqs .faq-item .reply .text {
	padding: 24px;
}

.template-faqs .container .bloque2 .faqs .faq-item .reply .text,
.template-faqs .container .bloque2 .faqs .faq-item .reply .text * {
	color: #1E1E1E;
	font-family: "CircularStd-Book";
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding-bottom: 1em;
}

.template-faqs .container .bloque2 .faqs .faq-item .icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	min-width: 32px;
	height: 32px;
	min-height: 32px;
	padding: 4px;
	background: #A02E36;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}

.template-faqs .container .bloque2 .faqs .faq-item .icon-container::before, .template-faqs .container .bloque2 .faqs .faq-item .icon-container::after {
	content: "";
	position: absolute;
	background: #FFF;
	transition: 0.3s;
}

.template-faqs .container .bloque2 .faqs .faq-item .icon-container::before {
	width: 2.5px;
	height: calc(100% - 8px);
}

.template-faqs .container .bloque2 .faqs .faq-item .icon-container::after {
	width: calc(100% - 8px);
	height: 2.5px;
}

.template-faqs .container .bloque2 .faqs .faq-item.active {
	background: #A02E36;
}

.template-faqs .container .bloque2 .faqs .faq-item.active .question .text,
.template-faqs .container .bloque2 .faqs .faq-item.active .question .text *,
.template-faqs .container .bloque2 .faqs .faq-item.active .reply .text,
.template-faqs .container .bloque2 .faqs .faq-item.active .reply .text * {
	color: #FFF;
	transition: .3s;
}

.template-faqs .container .bloque2 .faqs .faq-item.active .reply {
	opacity: 1;
}

.template-faqs .container .bloque2 .faqs .faq-item.active .reply .text {
	padding-top: 0px;
}

.template-faqs .container .bloque2 .faqs .faq-item.active .icon-container {
	background: #FFF;
}

.template-faqs .container .bloque2 .faqs .faq-item.active .icon-container::before {
	transform: rotate(90deg);
}

.template-faqs .container .bloque2 .faqs .faq-item.active .icon-container::before, .template-faqs .container .bloque2 .faqs .faq-item.active .icon-container::after {
	background: #A02E36;
}

.template-faqs strong {
	font-weight: bold;
}

.template-faqs b {
	font-weight: bold;
}

.template-faqs ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
}

.template-faqs li {
	display: list-item;
	text-align: -webkit-match-parent;
	unicode-bidi: isolate;
}

/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
.page-single-aceite header .main-menu {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}

.page-single-aceite .section-back {
	background-color: #fff4e0;
}

.page-single-aceite .section-hero {
	padding-top: 74px;
	margin: 0 0 100px 0;
}

@media (max-width: 768px) {
	.page-single-aceite .section-hero {
		padding-top: 0;
		margin: 0 0 60px 0;
	}
}

.page-single-aceite .section-hero-grid {
	margin: 0 auto;
	grid-gap: 20px 50px;
}

@media (max-width: 992px) {
	.page-single-aceite .section-hero-grid {
		grid-gap: 20px 0px;
	}
}

.page-single-aceite .section-hero-text h1 {
	color: #ac162c;
	font-family: 'bookman-old-style';
	font-weight: 400;
	font-size: 72px;
	line-height: 64px;
	margin: 0 0 35px;
}

@media (max-width: 1200px) {
	.page-single-aceite .section-hero-text h1 {
		font-size: 66px;
		line-height: 62px;
	}
}

@media (max-width: 1024px) {
	.page-single-aceite .section-hero-text h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 768px) {
	.page-single-aceite .section-hero-text h1 {
		font-size: 50px;
		line-height: 46px;
		margin: 0 0 16px;
	}
}

@media (max-width: 480px) {
	.page-single-aceite .section-hero-text h1 {
		font-size: 40px;
		line-height: 36px;
	}
}

.page-single-aceite .section-hero-text h1 strong,
.page-single-aceite .section-hero-text h1 b {
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
}

.page-single-aceite .section-hero-text p {
	color: #1e1e1e;
}

.page-single-aceite .section-hero-text .main-awards {
	margin: 30px 0;
	width: 90%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.page-single-aceite .section-hero-text .main-awards {
		display: none;
	}
}

.page-single-aceite .section-hero-text .main-awards-box {
	flex: 33% 1 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-single-aceite .section-hero-text .main-awards-box img {
	width: 75px;
	height: 75px;
}

.page-single-aceite .section-hero-text .main-awards-box span {
	font-family: 'CircularStd-Book';
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: -0.22px;
	text-align: center;
	color: #1e1e1e;
}

.page-single-aceite .section-hero-text .btn-shoping {
	margin: 30px 0;
}

.page-single-aceite .section-hero-text .widget {
	margin: 30px 0;
}

.page-single-aceite .section-hero-text .widget div[data-sc-id] {
	font-family: 'CircularStd-Book';
	margin: 10px 0 15px 0 !important;
}

@media (max-width: 992px) {
	.page-single-aceite .section-hero-text .widget div[data-sc-id] {
		margin: 10px auto 15px auto !important;
	}
}

.page-single-aceite .section-hero-image {
	position: relative;
}

@media (min-width: 1200px) {
	.page-single-aceite .section-hero-image {
		min-height: 699px;
	}
}

.page-single-aceite .section-hero-image picture img {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.page-single-aceite .section-hero-image picture img {
		object-fit: contain;
		max-height: 699px;
		width: 616px;
	}
}

@media (max-width: 1100px) {
	.page-single-aceite .section-hero-image picture img {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.page-single-aceite .section-hero-image picture img {
		width: 100%;
		height: 489px;
		object-fit: contain;
	}
}

@media (max-width: 768px) {
	.page-single-aceite .section-hero-image picture img {
		height: initial;
		object-fit: contain;
	}
}

.page-single-aceite .section-one,
.page-single-aceite .section-two,
.page-single-aceite .section-four,
.page-single-aceite .section-five,
.page-single-aceite .section-product-carousel {
	margin: 0 0 100px 0;
}

@media (max-width: 768px) {
	.page-single-aceite .section-one,
	.page-single-aceite .section-two,
	.page-single-aceite .section-four,
	.page-single-aceite .section-five,
	.page-single-aceite .section-product-carousel {
		margin: 0 0 60px 0;
	}
}

.page-single-aceite .section-one p,
.page-single-aceite .section-two p,
.page-single-aceite .section-four p,
.page-single-aceite .section-five p,
.page-single-aceite .section-product-carousel p {
	color: #1e1e1e;
}

.page-single-aceite .section-one h2,
.page-single-aceite .section-one h3,
.page-single-aceite .section-one h4,
.page-single-aceite .section-one h5,
.page-single-aceite .section-one h6,
.page-single-aceite .section-two h2,
.page-single-aceite .section-two h3,
.page-single-aceite .section-two h4,
.page-single-aceite .section-two h5,
.page-single-aceite .section-two h6,
.page-single-aceite .section-four h2,
.page-single-aceite .section-four h3,
.page-single-aceite .section-four h4,
.page-single-aceite .section-four h5,
.page-single-aceite .section-four h6,
.page-single-aceite .section-five h2,
.page-single-aceite .section-five h3,
.page-single-aceite .section-five h4,
.page-single-aceite .section-five h5,
.page-single-aceite .section-five h6,
.page-single-aceite .section-product-carousel h2,
.page-single-aceite .section-product-carousel h3,
.page-single-aceite .section-product-carousel h4,
.page-single-aceite .section-product-carousel h5,
.page-single-aceite .section-product-carousel h6 {
	color: #ac162c;
	font-family: 'Bookman-old-style-bold';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
}

@media (max-width: 992px) {
	.page-single-aceite .section-one h2,
	.page-single-aceite .section-one h3,
	.page-single-aceite .section-one h4,
	.page-single-aceite .section-one h5,
	.page-single-aceite .section-one h6,
	.page-single-aceite .section-two h2,
	.page-single-aceite .section-two h3,
	.page-single-aceite .section-two h4,
	.page-single-aceite .section-two h5,
	.page-single-aceite .section-two h6,
	.page-single-aceite .section-four h2,
	.page-single-aceite .section-four h3,
	.page-single-aceite .section-four h4,
	.page-single-aceite .section-four h5,
	.page-single-aceite .section-four h6,
	.page-single-aceite .section-five h2,
	.page-single-aceite .section-five h3,
	.page-single-aceite .section-five h4,
	.page-single-aceite .section-five h5,
	.page-single-aceite .section-five h6,
	.page-single-aceite .section-product-carousel h2,
	.page-single-aceite .section-product-carousel h3,
	.page-single-aceite .section-product-carousel h4,
	.page-single-aceite .section-product-carousel h5,
	.page-single-aceite .section-product-carousel h6 {
		font-size: 38px;
		line-height: 44px;
	}
}

@media (max-width: 768px) {
	.page-single-aceite .section-one h2,
	.page-single-aceite .section-one h3,
	.page-single-aceite .section-one h4,
	.page-single-aceite .section-one h5,
	.page-single-aceite .section-one h6,
	.page-single-aceite .section-two h2,
	.page-single-aceite .section-two h3,
	.page-single-aceite .section-two h4,
	.page-single-aceite .section-two h5,
	.page-single-aceite .section-two h6,
	.page-single-aceite .section-four h2,
	.page-single-aceite .section-four h3,
	.page-single-aceite .section-four h4,
	.page-single-aceite .section-four h5,
	.page-single-aceite .section-four h6,
	.page-single-aceite .section-five h2,
	.page-single-aceite .section-five h3,
	.page-single-aceite .section-five h4,
	.page-single-aceite .section-five h5,
	.page-single-aceite .section-five h6,
	.page-single-aceite .section-product-carousel h2,
	.page-single-aceite .section-product-carousel h3,
	.page-single-aceite .section-product-carousel h4,
	.page-single-aceite .section-product-carousel h5,
	.page-single-aceite .section-product-carousel h6 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (max-width: 480px) {
	.page-single-aceite .section-one h2,
	.page-single-aceite .section-one h3,
	.page-single-aceite .section-one h4,
	.page-single-aceite .section-one h5,
	.page-single-aceite .section-one h6,
	.page-single-aceite .section-two h2,
	.page-single-aceite .section-two h3,
	.page-single-aceite .section-two h4,
	.page-single-aceite .section-two h5,
	.page-single-aceite .section-two h6,
	.page-single-aceite .section-four h2,
	.page-single-aceite .section-four h3,
	.page-single-aceite .section-four h4,
	.page-single-aceite .section-four h5,
	.page-single-aceite .section-four h6,
	.page-single-aceite .section-five h2,
	.page-single-aceite .section-five h3,
	.page-single-aceite .section-five h4,
	.page-single-aceite .section-five h5,
	.page-single-aceite .section-five h6,
	.page-single-aceite .section-product-carousel h2,
	.page-single-aceite .section-product-carousel h3,
	.page-single-aceite .section-product-carousel h4,
	.page-single-aceite .section-product-carousel h5,
	.page-single-aceite .section-product-carousel h6 {
		font-size: 28px;
		line-height: 32px;
	}
}

.page-single-aceite .section-one h2 strong,
.page-single-aceite .section-one h3 strong,
.page-single-aceite .section-one h4 strong,
.page-single-aceite .section-one h5 strong,
.page-single-aceite .section-one h6 strong,
.page-single-aceite .section-two h2 strong,
.page-single-aceite .section-two h3 strong,
.page-single-aceite .section-two h4 strong,
.page-single-aceite .section-two h5 strong,
.page-single-aceite .section-two h6 strong,
.page-single-aceite .section-four h2 strong,
.page-single-aceite .section-four h3 strong,
.page-single-aceite .section-four h4 strong,
.page-single-aceite .section-four h5 strong,
.page-single-aceite .section-four h6 strong,
.page-single-aceite .section-five h2 strong,
.page-single-aceite .section-five h3 strong,
.page-single-aceite .section-five h4 strong,
.page-single-aceite .section-five h5 strong,
.page-single-aceite .section-five h6 strong,
.page-single-aceite .section-product-carousel h2 strong,
.page-single-aceite .section-product-carousel h3 strong,
.page-single-aceite .section-product-carousel h4 strong,
.page-single-aceite .section-product-carousel h5 strong,
.page-single-aceite .section-product-carousel h6 strong {
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
}

.page-single-aceite .section-one-grid,
.page-single-aceite .section-two-grid,
.page-single-aceite .section-four-grid,
.page-single-aceite .section-five-grid,
.page-single-aceite .section-product-carousel-grid {
	max-width: 996px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.page-single-aceite .section-one-grid,
	.page-single-aceite .section-two-grid,
	.page-single-aceite .section-four-grid,
	.page-single-aceite .section-five-grid,
	.page-single-aceite .section-product-carousel-grid {
		grid-gap: 30px 0;
	}
}

.page-single-aceite .section-one .section-two-grid,
.page-single-aceite .section-one .section-four-grid,
.page-single-aceite .section-two .section-two-grid,
.page-single-aceite .section-two .section-four-grid,
.page-single-aceite .section-four .section-two-grid,
.page-single-aceite .section-four .section-four-grid,
.page-single-aceite .section-five .section-two-grid,
.page-single-aceite .section-five .section-four-grid,
.page-single-aceite .section-product-carousel .section-two-grid,
.page-single-aceite .section-product-carousel .section-four-grid {
	grid-gap: 20px;
}

@media (max-width: 768px) {
	.page-single-aceite .section-one .section-two-grid,
	.page-single-aceite .section-one .section-four-grid,
	.page-single-aceite .section-two .section-two-grid,
	.page-single-aceite .section-two .section-four-grid,
	.page-single-aceite .section-four .section-two-grid,
	.page-single-aceite .section-four .section-four-grid,
	.page-single-aceite .section-five .section-two-grid,
	.page-single-aceite .section-five .section-four-grid,
	.page-single-aceite .section-product-carousel .section-two-grid,
	.page-single-aceite .section-product-carousel .section-four-grid {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (min-width: 1024px) {
	.page-single-aceite .section-one .section-two-image,
	.page-single-aceite .section-two .section-two-image,
	.page-single-aceite .section-four .section-two-image,
	.page-single-aceite .section-five .section-two-image,
	.page-single-aceite .section-product-carousel .section-two-image {
		justify-content: flex-end;
	}
}

.page-single-aceite .section-one .section-two-image img,
.page-single-aceite .section-two .section-two-image img,
.page-single-aceite .section-four .section-two-image img,
.page-single-aceite .section-five .section-two-image img,
.page-single-aceite .section-product-carousel .section-two-image img {
	max-width: 377px;
}

@media (max-width: 1024px) {
	.page-single-aceite .section-one .section-two-image img,
	.page-single-aceite .section-two .section-two-image img,
	.page-single-aceite .section-four .section-two-image img,
	.page-single-aceite .section-five .section-two-image img,
	.page-single-aceite .section-product-carousel .section-two-image img {
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.page-single-aceite .section-one .section-two-image img,
	.page-single-aceite .section-two .section-two-image img,
	.page-single-aceite .section-four .section-two-image img,
	.page-single-aceite .section-five .section-two-image img,
	.page-single-aceite .section-product-carousel .section-two-image img {
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.page-single-aceite .section-one-image:not(.section-five-image),
	.page-single-aceite .section-two-image:not(.section-five-image),
	.page-single-aceite .section-four-image:not(.section-five-image),
	.page-single-aceite .section-five-image:not(.section-five-image),
	.page-single-aceite .section-product-carousel-image:not(.section-five-image) {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.page-single-aceite .section-one-image:not(.section-five-image) picture,
.page-single-aceite .section-two-image:not(.section-five-image) picture,
.page-single-aceite .section-four-image:not(.section-five-image) picture,
.page-single-aceite .section-five-image:not(.section-five-image) picture,
.page-single-aceite .section-product-carousel-image:not(.section-five-image) picture {
	display: flex;
	justify-content: center;
}

.page-single-aceite .section-one-image:not(.section-five-image) img,
.page-single-aceite .section-two-image:not(.section-five-image) img,
.page-single-aceite .section-four-image:not(.section-five-image) img,
.page-single-aceite .section-five-image:not(.section-five-image) img,
.page-single-aceite .section-product-carousel-image:not(.section-five-image) img {
	max-height: 618px;
	object-fit: contain;
	width: 500px;
	height: 385px;
}

@media (max-width: 1024px) {
	.page-single-aceite .section-one-image:not(.section-five-image) img,
	.page-single-aceite .section-two-image:not(.section-five-image) img,
	.page-single-aceite .section-four-image:not(.section-five-image) img,
	.page-single-aceite .section-five-image:not(.section-five-image) img,
	.page-single-aceite .section-product-carousel-image:not(.section-five-image) img {
		max-width: 70%;
	}
}

@media (max-width: 992px) {
	.page-single-aceite .section-one-image:not(.section-five-image) img,
	.page-single-aceite .section-two-image:not(.section-five-image) img,
	.page-single-aceite .section-four-image:not(.section-five-image) img,
	.page-single-aceite .section-five-image:not(.section-five-image) img,
	.page-single-aceite .section-product-carousel-image:not(.section-five-image) img {
		max-width: 100%;
	}
}

.page-single-aceite .section-one .section-four-text,
.page-single-aceite .section-two .section-four-text,
.page-single-aceite .section-four .section-four-text,
.page-single-aceite .section-five .section-four-text,
.page-single-aceite .section-product-carousel .section-four-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-single-aceite .section-one .section-five-grid,
.page-single-aceite .section-two .section-five-grid,
.page-single-aceite .section-four .section-five-grid,
.page-single-aceite .section-five .section-five-grid,
.page-single-aceite .section-product-carousel .section-five-grid {
	grid-gap: 20px;
}

.page-single-aceite .section-one .section-five-text img,
.page-single-aceite .section-two .section-five-text img,
.page-single-aceite .section-four .section-five-text img,
.page-single-aceite .section-five .section-five-text img,
.page-single-aceite .section-product-carousel .section-five-text img {
	margin: 12px 0 0 0;
}

@media (max-width: 768px) {
	.page-single-aceite .section-one .section-five-text,
	.page-single-aceite .section-two .section-five-text,
	.page-single-aceite .section-four .section-five-text,
	.page-single-aceite .section-five .section-five-text,
	.page-single-aceite .section-product-carousel .section-five-text {
		display: flex;
		flex-direction: column;
	}
	.page-single-aceite .section-one .section-five-text picture,
	.page-single-aceite .section-two .section-five-text picture,
	.page-single-aceite .section-four .section-five-text picture,
	.page-single-aceite .section-five .section-five-text picture,
	.page-single-aceite .section-product-carousel .section-five-text picture {
		order: 0;
	}
	.page-single-aceite .section-one .section-five-text picture img,
	.page-single-aceite .section-two .section-five-text picture img,
	.page-single-aceite .section-four .section-five-text picture img,
	.page-single-aceite .section-five .section-five-text picture img,
	.page-single-aceite .section-product-carousel .section-five-text picture img {
		margin: 0 0 30px 0;
	}
	.page-single-aceite .section-one .section-five-text h2,
	.page-single-aceite .section-two .section-five-text h2,
	.page-single-aceite .section-four .section-five-text h2,
	.page-single-aceite .section-five .section-five-text h2,
	.page-single-aceite .section-product-carousel .section-five-text h2 {
		order: 1;
	}
	.page-single-aceite .section-one .section-five-text .paragraph,
	.page-single-aceite .section-two .section-five-text .paragraph,
	.page-single-aceite .section-four .section-five-text .paragraph,
	.page-single-aceite .section-five .section-five-text .paragraph,
	.page-single-aceite .section-product-carousel .section-five-text .paragraph {
		order: 2;
	}
	.page-single-aceite .section-one .section-five-text .paragraph p,
	.page-single-aceite .section-two .section-five-text .paragraph p,
	.page-single-aceite .section-four .section-five-text .paragraph p,
	.page-single-aceite .section-five .section-five-text .paragraph p,
	.page-single-aceite .section-product-carousel .section-five-text .paragraph p {
		margin: 18px 0 0 0;
	}
}

@media (max-width: 768px) {
	.page-single-aceite .section-one .section-five-image,
	.page-single-aceite .section-two .section-five-image,
	.page-single-aceite .section-four .section-five-image,
	.page-single-aceite .section-five .section-five-image,
	.page-single-aceite .section-product-carousel .section-five-image {
		display: none;
	}
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel:first-child {
	margin-bottom: 55px;
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel:last-child {
	grid-gap: 40px 20px;
}

@media (max-width: 992px) {
	.page-single-aceite .section-dos .section-product-carousel .product-carousel:last-child {
		grid-gap: 40px 0;
	}
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel_title {
	max-width: 418px;
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel_product {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_image {
	width: 198px;
	height: 198px;
	object-fit: contain;
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_title {
	display: block;
	font-family: 'CircularStd-Book';
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #ac162c;
	margin: 11px 0 0 0;
	text-align: center;
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_text {
	display: block;
	font-family: 'CircularStd-Book';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #1e1e1e;
	margin: 0 0 24px 0;
	text-align: center;
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_widget {
	width: 100%;
	max-width: 300px;
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_widget div[data-sc-id],
.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_widget div[data-sc-id] > div,
.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_widget div[data-sc-type='attributes-radio'] > div,
.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_widget .newDivCpDependent {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_widget div,
.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_widget p,
.page-single-aceite .section-dos .section-product-carousel .product-carousel_product .product_widget span {
	font-family: 'CircularStd-Book';
}

.page-single-aceituna header .main-menu {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}

.page-single-aceituna .section-back {
	background-color: #fff4e0;
}

.page-single-aceituna .section-hero {
	padding-top: 74px;
	margin: 0 0 100px 0;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-hero {
		padding-top: 0;
		margin: 0 0 60px 0;
	}
}

.page-single-aceituna .section-hero-grid {
	margin: 0 auto;
	grid-gap: 20px 50px;
}

@media (max-width: 992px) {
	.page-single-aceituna .section-hero-grid {
		grid-gap: 20px 0px;
	}
}

.page-single-aceituna .section-hero-text h1 {
	color: #ac162c;
	font-family: 'bookman-old-style';
	font-weight: 400;
	font-size: 72px;
	line-height: 64px;
	margin: 0 0 35px;
}

@media (max-width: 1200px) {
	.page-single-aceituna .section-hero-text h1 {
		font-size: 66px;
		line-height: 62px;
	}
}

@media (max-width: 1024px) {
	.page-single-aceituna .section-hero-text h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 768px) {
	.page-single-aceituna .section-hero-text h1 {
		font-size: 50px;
		line-height: 46px;
		margin: 0 0 16px;
	}
}

@media (max-width: 480px) {
	.page-single-aceituna .section-hero-text h1 {
		font-size: 40px;
		line-height: 36px;
	}
}

.page-single-aceituna .section-hero-text h1 strong {
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
}

.page-single-aceituna .section-hero-text h1 b {
	font-family: 'Bookman-old-style-bold';
}

.page-single-aceituna .section-hero-text p {
	color: #1e1e1e;
}

.page-single-aceituna .section-hero-text .main-awards {
	margin: 30px 0;
	width: 90%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.page-single-aceituna .section-hero-text .main-awards {
		display: none;
	}
}

.page-single-aceituna .section-hero-text .main-awards-box {
	flex: 33% 1 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-single-aceituna .section-hero-text .main-awards-box img {
	width: 75px;
	height: 75px;
}

.page-single-aceituna .section-hero-text .main-awards-box span {
	font-family: 'CircularStd-Book';
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: -0.22px;
	text-align: center;
	color: #1e1e1e;
}

.page-single-aceituna .section-hero-text .btn-shoping {
	margin: 30px 0;
}

.page-single-aceituna .section-hero-text .widget {
	margin: 30px 0;
}

.page-single-aceituna .section-hero-text .widget div[data-sc-id] {
	font-family: 'CircularStd-Book';
	margin: 10px 0 15px 0 !important;
}

@media (max-width: 992px) {
	.page-single-aceituna .section-hero-text .widget div[data-sc-id] {
		margin: 10px auto 15px auto !important;
	}
}

.page-single-aceituna .section-hero-image {
	position: relative;
}

@media (min-width: 1200px) {
	.page-single-aceituna .section-hero-image {
		min-height: 699px;
	}
}

.page-single-aceituna .section-hero-image picture img {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.page-single-aceituna .section-hero-image picture img {
		object-fit: contain;
		max-height: 699px;
		width: 616px;
	}
}

@media (max-width: 1100px) {
	.page-single-aceituna .section-hero-image picture img {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.page-single-aceituna .section-hero-image picture img {
		width: 100%;
		height: 489px;
		object-fit: contain;
	}
}

@media (max-width: 768px) {
	.page-single-aceituna .section-hero-image picture img {
		height: initial;
		object-fit: contain;
	}
}

.page-single-aceituna .section-one-grid {
	align-items: center;
}

.page-single-aceituna .section-one,
.page-single-aceituna .section-two,
.page-single-aceituna .section-four,
.page-single-aceituna .section-five,
.page-single-aceituna .section-product-carousel {
	margin: 0 0 100px 0;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-one,
	.page-single-aceituna .section-two,
	.page-single-aceituna .section-four,
	.page-single-aceituna .section-five,
	.page-single-aceituna .section-product-carousel {
		margin: 0 0 60px 0;
	}
}

.page-single-aceituna .section-one p,
.page-single-aceituna .section-two p,
.page-single-aceituna .section-four p,
.page-single-aceituna .section-five p,
.page-single-aceituna .section-product-carousel p {
	color: #1e1e1e;
}

.page-single-aceituna .section-one h2,
.page-single-aceituna .section-two h2,
.page-single-aceituna .section-four h2,
.page-single-aceituna .section-five h2,
.page-single-aceituna .section-product-carousel h2 {
	color: #ac162c;
	font-family: 'Bookman-old-style-bold';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
}

@media (max-width: 992px) {
	.page-single-aceituna .section-one h2,
	.page-single-aceituna .section-two h2,
	.page-single-aceituna .section-four h2,
	.page-single-aceituna .section-five h2,
	.page-single-aceituna .section-product-carousel h2 {
		font-size: 38px;
		line-height: 44px;
	}
}

@media (max-width: 768px) {
	.page-single-aceituna .section-one h2,
	.page-single-aceituna .section-two h2,
	.page-single-aceituna .section-four h2,
	.page-single-aceituna .section-five h2,
	.page-single-aceituna .section-product-carousel h2 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (max-width: 480px) {
	.page-single-aceituna .section-one h2,
	.page-single-aceituna .section-two h2,
	.page-single-aceituna .section-four h2,
	.page-single-aceituna .section-five h2,
	.page-single-aceituna .section-product-carousel h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

.page-single-aceituna .section-one h2 strong,
.page-single-aceituna .section-two h2 strong,
.page-single-aceituna .section-four h2 strong,
.page-single-aceituna .section-five h2 strong,
.page-single-aceituna .section-product-carousel h2 strong {
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
}

.page-single-aceituna .section-one-grid,
.page-single-aceituna .section-two-grid,
.page-single-aceituna .section-four-grid,
.page-single-aceituna .section-five-grid,
.page-single-aceituna .section-product-carousel-grid {
	max-width: 1000px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-one-grid,
	.page-single-aceituna .section-two-grid,
	.page-single-aceituna .section-four-grid,
	.page-single-aceituna .section-five-grid,
	.page-single-aceituna .section-product-carousel-grid {
		grid-gap: 30px 0;
	}
}

.page-single-aceituna .section-one .section-two-grid,
.page-single-aceituna .section-one .section-four-grid,
.page-single-aceituna .section-two .section-two-grid,
.page-single-aceituna .section-two .section-four-grid,
.page-single-aceituna .section-four .section-two-grid,
.page-single-aceituna .section-four .section-four-grid,
.page-single-aceituna .section-five .section-two-grid,
.page-single-aceituna .section-five .section-four-grid,
.page-single-aceituna .section-product-carousel .section-two-grid,
.page-single-aceituna .section-product-carousel .section-four-grid {
	grid-gap: 20px;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-one .section-two-grid,
	.page-single-aceituna .section-one .section-four-grid,
	.page-single-aceituna .section-two .section-two-grid,
	.page-single-aceituna .section-two .section-four-grid,
	.page-single-aceituna .section-four .section-two-grid,
	.page-single-aceituna .section-four .section-four-grid,
	.page-single-aceituna .section-five .section-two-grid,
	.page-single-aceituna .section-five .section-four-grid,
	.page-single-aceituna .section-product-carousel .section-two-grid,
	.page-single-aceituna .section-product-carousel .section-four-grid {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (min-width: 1024px) {
	.page-single-aceituna .section-one .section-two-image,
	.page-single-aceituna .section-two .section-two-image,
	.page-single-aceituna .section-four .section-two-image,
	.page-single-aceituna .section-five .section-two-image,
	.page-single-aceituna .section-product-carousel .section-two-image {
		justify-content: flex-end;
	}
}

.page-single-aceituna .section-one .section-two-image img,
.page-single-aceituna .section-two .section-two-image img,
.page-single-aceituna .section-four .section-two-image img,
.page-single-aceituna .section-five .section-two-image img,
.page-single-aceituna .section-product-carousel .section-two-image img {
	max-width: 377px;
}

@media (max-width: 1024px) {
	.page-single-aceituna .section-one .section-two-image img,
	.page-single-aceituna .section-two .section-two-image img,
	.page-single-aceituna .section-four .section-two-image img,
	.page-single-aceituna .section-five .section-two-image img,
	.page-single-aceituna .section-product-carousel .section-two-image img {
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.page-single-aceituna .section-one .section-two-image img,
	.page-single-aceituna .section-two .section-two-image img,
	.page-single-aceituna .section-four .section-two-image img,
	.page-single-aceituna .section-five .section-two-image img,
	.page-single-aceituna .section-product-carousel .section-two-image img {
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.page-single-aceituna .section-one-image:not(.section-five-image),
	.page-single-aceituna .section-two-image:not(.section-five-image),
	.page-single-aceituna .section-four-image:not(.section-five-image),
	.page-single-aceituna .section-five-image:not(.section-five-image),
	.page-single-aceituna .section-product-carousel-image:not(.section-five-image) {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.page-single-aceituna .section-one-image:not(.section-five-image) picture,
.page-single-aceituna .section-two-image:not(.section-five-image) picture,
.page-single-aceituna .section-four-image:not(.section-five-image) picture,
.page-single-aceituna .section-five-image:not(.section-five-image) picture,
.page-single-aceituna .section-product-carousel-image:not(.section-five-image) picture {
	display: flex;
	justify-content: center;
}

.page-single-aceituna .section-one-image:not(.section-five-image) img,
.page-single-aceituna .section-two-image:not(.section-five-image) img,
.page-single-aceituna .section-four-image:not(.section-five-image) img,
.page-single-aceituna .section-five-image:not(.section-five-image) img,
.page-single-aceituna .section-product-carousel-image:not(.section-five-image) img {
	max-height: 618px;
	object-fit: contain;
	width: 500px;
	height: 385px;
}

@media (max-width: 1024px) {
	.page-single-aceituna .section-one-image:not(.section-five-image) img,
	.page-single-aceituna .section-two-image:not(.section-five-image) img,
	.page-single-aceituna .section-four-image:not(.section-five-image) img,
	.page-single-aceituna .section-five-image:not(.section-five-image) img,
	.page-single-aceituna .section-product-carousel-image:not(.section-five-image) img {
		max-width: 70%;
	}
}

@media (max-width: 992px) {
	.page-single-aceituna .section-one-image:not(.section-five-image) img,
	.page-single-aceituna .section-two-image:not(.section-five-image) img,
	.page-single-aceituna .section-four-image:not(.section-five-image) img,
	.page-single-aceituna .section-five-image:not(.section-five-image) img,
	.page-single-aceituna .section-product-carousel-image:not(.section-five-image) img {
		max-width: 100%;
	}
}

.page-single-aceituna .section-one .section-four-text,
.page-single-aceituna .section-two .section-four-text,
.page-single-aceituna .section-four .section-four-text,
.page-single-aceituna .section-five .section-four-text,
.page-single-aceituna .section-product-carousel .section-four-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-single-aceituna .section-one .section-five-grid,
.page-single-aceituna .section-two .section-five-grid,
.page-single-aceituna .section-four .section-five-grid,
.page-single-aceituna .section-five .section-five-grid,
.page-single-aceituna .section-product-carousel .section-five-grid {
	grid-gap: 20px;
}

.page-single-aceituna .section-one .section-five-text img,
.page-single-aceituna .section-two .section-five-text img,
.page-single-aceituna .section-four .section-five-text img,
.page-single-aceituna .section-five .section-five-text img,
.page-single-aceituna .section-product-carousel .section-five-text img {
	margin: 12px 0 0 0;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-one .section-five-text,
	.page-single-aceituna .section-two .section-five-text,
	.page-single-aceituna .section-four .section-five-text,
	.page-single-aceituna .section-five .section-five-text,
	.page-single-aceituna .section-product-carousel .section-five-text {
		display: flex;
		flex-direction: column;
	}
	.page-single-aceituna .section-one .section-five-text picture,
	.page-single-aceituna .section-two .section-five-text picture,
	.page-single-aceituna .section-four .section-five-text picture,
	.page-single-aceituna .section-five .section-five-text picture,
	.page-single-aceituna .section-product-carousel .section-five-text picture {
		order: 0;
	}
	.page-single-aceituna .section-one .section-five-text picture img,
	.page-single-aceituna .section-two .section-five-text picture img,
	.page-single-aceituna .section-four .section-five-text picture img,
	.page-single-aceituna .section-five .section-five-text picture img,
	.page-single-aceituna .section-product-carousel .section-five-text picture img {
		margin: 0 0 30px 0;
	}
	.page-single-aceituna .section-one .section-five-text h2,
	.page-single-aceituna .section-two .section-five-text h2,
	.page-single-aceituna .section-four .section-five-text h2,
	.page-single-aceituna .section-five .section-five-text h2,
	.page-single-aceituna .section-product-carousel .section-five-text h2 {
		order: 1;
	}
	.page-single-aceituna .section-one .section-five-text .paragraph,
	.page-single-aceituna .section-two .section-five-text .paragraph,
	.page-single-aceituna .section-four .section-five-text .paragraph,
	.page-single-aceituna .section-five .section-five-text .paragraph,
	.page-single-aceituna .section-product-carousel .section-five-text .paragraph {
		order: 2;
	}
	.page-single-aceituna .section-one .section-five-text .paragraph p,
	.page-single-aceituna .section-two .section-five-text .paragraph p,
	.page-single-aceituna .section-four .section-five-text .paragraph p,
	.page-single-aceituna .section-five .section-five-text .paragraph p,
	.page-single-aceituna .section-product-carousel .section-five-text .paragraph p {
		margin: 18px 0 0 0;
	}
}

@media (max-width: 768px) {
	.page-single-aceituna .section-one .section-five-text,
	.page-single-aceituna .section-two .section-five-text,
	.page-single-aceituna .section-four .section-five-text,
	.page-single-aceituna .section-five .section-five-text,
	.page-single-aceituna .section-product-carousel .section-five-text {
		display: none;
	}
}

.page-single-aceituna .section-one .section-five-image .paragraph,
.page-single-aceituna .section-two .section-five-image .paragraph,
.page-single-aceituna .section-four .section-five-image .paragraph,
.page-single-aceituna .section-five .section-five-image .paragraph,
.page-single-aceituna .section-product-carousel .section-five-image .paragraph {
	display: none;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-one .section-five-image .paragraph,
	.page-single-aceituna .section-two .section-five-image .paragraph,
	.page-single-aceituna .section-four .section-five-image .paragraph,
	.page-single-aceituna .section-five .section-five-image .paragraph,
	.page-single-aceituna .section-product-carousel .section-five-image .paragraph {
		display: block;
	}
}

.page-single-aceituna .section-product-carousel .product-carousel:first-child {
	margin-bottom: 55px;
}

.page-single-aceituna .section-product-carousel .product-carousel:last-child {
	grid-gap: 40px 20px;
}

@media (max-width: 992px) {
	.page-single-aceituna .section-product-carousel .product-carousel:last-child {
		grid-gap: 40px 0;
	}
}

.page-single-aceituna .section-product-carousel .product-carousel_title {
	margin: 0 auto;
	display: block;
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.page-single-aceituna .section-product-carousel .product-carousel_product {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-single-aceituna .section-product-carousel .product-carousel_product .product_image {
	width: 300px;
	height: 198px;
	object-fit: contain;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-product-carousel .product-carousel_product .product_image {
		max-width: 480px;
		width: 100%;
		height: 312px;
		margin: 0 auto;
	}
}

.page-single-aceituna .section-product-carousel .product-carousel_product .product_title {
	color: #1e1e1e;
	display: block;
	font-family: 'Bookman-old-style-bold';
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.page-single-aceituna .section-product-carousel .product-carousel_product .product_text {
	margin-top: 10px;
	color: #1e1e1e;
	display: block;
	padding-bottom: 16px;
	width: 100%;
	padding: 0 !important;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	line-height: 28px;
	max-width: 282px;
}

.page-single-aceituna .section-product-carousel .product-carousel_product .product_widget {
	width: 100%;
	max-width: 300px;
}

.page-single-aceituna .section-product-carousel .product-carousel_product .product_widget div[data-sc-id],
.page-single-aceituna .section-product-carousel .product-carousel_product .product_widget div[data-sc-id] > div,
.page-single-aceituna .section-product-carousel .product-carousel_product .product_widget div[data-sc-type='attributes-radio'] > div,
.page-single-aceituna .section-product-carousel .product-carousel_product .product_widget .newDivCpDependent {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

.page-single-aceituna .section-product-carousel .product-carousel_product .product_widget div,
.page-single-aceituna .section-product-carousel .product-carousel_product .product_widget p,
.page-single-aceituna .section-product-carousel .product-carousel_product .product_widget span {
	font-family: 'CircularStd-Book';
}

.page-single-aceituna .section-beneficios {
	margin: 0 0 100px 0;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-beneficios {
		margin: 0 0 60px 0;
	}
}

.page-single-aceituna .section-beneficios .container {
	width: 100%;
	max-width: 1000px;
	padding: 0 !important;
	margin: 15 auto;
}

@media (max-width: 1230px) {
	.page-single-aceituna .section-beneficios .container {
		margin: auto;
		padding: 0 0 0 10px !important;
	}
}

.page-single-aceituna .section-beneficios .container p {
	color: #1e1e1e;
}

.page-single-aceituna .section-beneficios .container h2 {
	display: block;
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
	line-height: 1;
	margin-bottom: 15px;
	width: 100%;
	color: #ac162c;
	font-size: 40px;
}

@media (max-width: 992px) {
	.page-single-aceituna .section-beneficios .container h2 {
		font-size: 38px;
		line-height: 44px;
	}
}

@media (max-width: 768px) {
	.page-single-aceituna .section-beneficios .container h2 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (max-width: 480px) {
	.page-single-aceituna .section-beneficios .container h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

.page-single-aceituna .section-beneficios .container h2 strong {
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
}

.page-single-aceituna .section-beneficios .container .beneficios {
	display: flex;
	flex-wrap: wrap;
	margin-top: 65px;
	width: 100%;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-beneficios .container .beneficios {
		flex-direction: column;
		margin-top: 30px;
		gap: 0 0;
	}
}

.page-single-aceituna .section-beneficios .container .beneficios .beneficio {
	margin-bottom: 47px;
	margin-right: 2.5%;
	vertical-align: top;
	width: 31%;
	max-width: 308px;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-beneficios .container .beneficios .beneficio {
		max-width: 100%;
		width: 100%;
		display: flex;
		margin-bottom: 25px;
	}
}

.page-single-aceituna .section-beneficios .container .beneficios .beneficio img {
	width: 64px;
}

.page-single-aceituna .section-beneficios .container .beneficios .beneficio p {
	width: 100%;
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-beneficios .container .beneficios .beneficio p {
		margin-left: 3%;
	}
}

.page-single-aceituna .section-beneficios .container .beneficios .beneficio0 img {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.page-single-aceituna .section-beneficios .container .beneficios .beneficio0 img {
		margin-bottom: 0;
	}
}

.page-single-aceituna .section-beneficios .container .beneficios .beneficio2,
.page-single-aceituna .section-beneficios .container .beneficios .beneficio5 {
	margin-right: 0 !important;
}

.page-single-aceituna .texto-bajo-imagen {
	color: #1e1e1e;
	font-family: "CircularStd-Book";
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 40px;
}

@media (max-width: 768px) {
	.page-single-aceituna .texto-bajo-imagen {
		margin-top: 0;
	}
}

.page-single-vinagre header .main-menu {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
}

.page-single-vinagre .section-back {
	background-color: #fff4e0;
}

.page-single-vinagre .section-hero {
	padding-top: 74px;
	margin: 0 0 100px 0;
}

@media (max-width: 768px) {
	.page-single-vinagre .section-hero {
		padding-top: 0;
		margin: 0 0 60px 0;
	}
}

.page-single-vinagre .section-hero-grid {
	margin: 0 auto;
	grid-gap: 20px 50px;
}

@media (max-width: 992px) {
	.page-single-vinagre .section-hero-grid {
		grid-gap: 20px 0px;
	}
}

.page-single-vinagre .section-hero-text h1 {
	color: #ac162c;
	font-family: 'bookman-old-style';
	font-weight: 400;
	font-size: 72px;
	line-height: 64px;
	margin: 0 0 35px;
}

@media (max-width: 1200px) {
	.page-single-vinagre .section-hero-text h1 {
		font-size: 66px;
		line-height: 62px;
	}
}

@media (max-width: 1024px) {
	.page-single-vinagre .section-hero-text h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

@media (max-width: 768px) {
	.page-single-vinagre .section-hero-text h1 {
		font-size: 50px;
		line-height: 46px;
		margin: 0 0 16px;
	}
}

@media (max-width: 480px) {
	.page-single-vinagre .section-hero-text h1 {
		font-size: 40px;
		line-height: 36px;
	}
}

.page-single-vinagre .section-hero-text h1 strong,
.page-single-vinagre .section-hero-text h1 b {
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
}

.page-single-vinagre .section-hero-text p {
	color: #1e1e1e;
}

.page-single-vinagre .section-hero-text .main-awards {
	margin: 30px 0;
	width: 90%;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.page-single-vinagre .section-hero-text .main-awards {
		display: none;
	}
}

.page-single-vinagre .section-hero-text .main-awards-box {
	flex: 33% 1 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-single-vinagre .section-hero-text .main-awards-box img {
	width: 75px;
	height: 75px;
}

.page-single-vinagre .section-hero-text .main-awards-box span {
	font-family: 'CircularStd-Book';
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: -0.22px;
	text-align: center;
	color: #1e1e1e;
}

.page-single-vinagre .section-hero-text .btn-shoping {
	margin: 30px 0;
}

.page-single-vinagre .section-hero-text .widget {
	margin: 30px 0;
}

.page-single-vinagre .section-hero-text .widget div[data-sc-id] {
	font-family: 'CircularStd-Book';
	margin: 10px 0 15px 0 !important;
}

@media (max-width: 992px) {
	.page-single-vinagre .section-hero-text .widget div[data-sc-id] {
		margin: 10px auto 15px auto !important;
	}
}

.page-single-vinagre .section-hero-image {
	position: relative;
}

@media (min-width: 1200px) {
	.page-single-vinagre .section-hero-image {
		min-height: 699px;
	}
}

.page-single-vinagre .section-hero-image picture img {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.page-single-vinagre .section-hero-image picture img {
		object-fit: contain;
		max-height: 699px;
		width: 616px;
	}
}

@media (max-width: 1100px) {
	.page-single-vinagre .section-hero-image picture img {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.page-single-vinagre .section-hero-image picture img {
		width: 100%;
		height: 489px;
		object-fit: contain;
	}
}

@media (max-width: 768px) {
	.page-single-vinagre .section-hero-image picture img {
		height: initial;
		object-fit: contain;
	}
}

.page-single-vinagre .section-one-grid,
.page-single-vinagre .section-two-grid {
	align-items: center;
}

.page-single-vinagre .section-one,
.page-single-vinagre .section-two,
.page-single-vinagre .section-four,
.page-single-vinagre .section-five,
.page-single-vinagre .section-product-carousel {
	margin: 0 0 100px 0;
}

@media (max-width: 768px) {
	.page-single-vinagre .section-one,
	.page-single-vinagre .section-two,
	.page-single-vinagre .section-four,
	.page-single-vinagre .section-five,
	.page-single-vinagre .section-product-carousel {
		margin: 0 0 60px 0;
	}
}

.page-single-vinagre .section-one p,
.page-single-vinagre .section-two p,
.page-single-vinagre .section-four p,
.page-single-vinagre .section-five p,
.page-single-vinagre .section-product-carousel p {
	color: #1e1e1e;
}

.page-single-vinagre .section-one h2,
.page-single-vinagre .section-two h2,
.page-single-vinagre .section-four h2,
.page-single-vinagre .section-five h2,
.page-single-vinagre .section-product-carousel h2 {
	color: #ac162c;
	font-family: 'Bookman-old-style-bold';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
}

@media (max-width: 992px) {
	.page-single-vinagre .section-one h2,
	.page-single-vinagre .section-two h2,
	.page-single-vinagre .section-four h2,
	.page-single-vinagre .section-five h2,
	.page-single-vinagre .section-product-carousel h2 {
		font-size: 38px;
		line-height: 44px;
	}
}

@media (max-width: 768px) {
	.page-single-vinagre .section-one h2,
	.page-single-vinagre .section-two h2,
	.page-single-vinagre .section-four h2,
	.page-single-vinagre .section-five h2,
	.page-single-vinagre .section-product-carousel h2 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (max-width: 480px) {
	.page-single-vinagre .section-one h2,
	.page-single-vinagre .section-two h2,
	.page-single-vinagre .section-four h2,
	.page-single-vinagre .section-five h2,
	.page-single-vinagre .section-product-carousel h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

.page-single-vinagre .section-one h2 strong,
.page-single-vinagre .section-two h2 strong,
.page-single-vinagre .section-four h2 strong,
.page-single-vinagre .section-five h2 strong,
.page-single-vinagre .section-product-carousel h2 strong {
	font-family: 'Bookman-old-style-bold';
	font-weight: 400;
}

.page-single-vinagre .section-one-grid,
.page-single-vinagre .section-two-grid,
.page-single-vinagre .section-four-grid,
.page-single-vinagre .section-five-grid,
.page-single-vinagre .section-product-carousel-grid {
	max-width: 996px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.page-single-vinagre .section-one-grid,
	.page-single-vinagre .section-two-grid,
	.page-single-vinagre .section-four-grid,
	.page-single-vinagre .section-five-grid,
	.page-single-vinagre .section-product-carousel-grid {
		grid-gap: 30px 0;
	}
}

.page-single-vinagre .section-one .section-two-grid,
.page-single-vinagre .section-one .section-four-grid,
.page-single-vinagre .section-two .section-two-grid,
.page-single-vinagre .section-two .section-four-grid,
.page-single-vinagre .section-four .section-two-grid,
.page-single-vinagre .section-four .section-four-grid,
.page-single-vinagre .section-five .section-two-grid,
.page-single-vinagre .section-five .section-four-grid,
.page-single-vinagre .section-product-carousel .section-two-grid,
.page-single-vinagre .section-product-carousel .section-four-grid {
	grid-gap: 20px;
}

@media (max-width: 768px) {
	.page-single-vinagre .section-one .section-two-grid,
	.page-single-vinagre .section-one .section-four-grid,
	.page-single-vinagre .section-two .section-two-grid,
	.page-single-vinagre .section-two .section-four-grid,
	.page-single-vinagre .section-four .section-two-grid,
	.page-single-vinagre .section-four .section-four-grid,
	.page-single-vinagre .section-five .section-two-grid,
	.page-single-vinagre .section-five .section-four-grid,
	.page-single-vinagre .section-product-carousel .section-two-grid,
	.page-single-vinagre .section-product-carousel .section-four-grid {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (min-width: 1024px) {
	.page-single-vinagre .section-one .section-two-image,
	.page-single-vinagre .section-two .section-two-image,
	.page-single-vinagre .section-four .section-two-image,
	.page-single-vinagre .section-five .section-two-image,
	.page-single-vinagre .section-product-carousel .section-two-image {
		justify-content: flex-end;
	}
}

.page-single-vinagre .section-one .section-two-image img,
.page-single-vinagre .section-two .section-two-image img,
.page-single-vinagre .section-four .section-two-image img,
.page-single-vinagre .section-five .section-two-image img,
.page-single-vinagre .section-product-carousel .section-two-image img {
	max-width: 377px;
}

@media (max-width: 1024px) {
	.page-single-vinagre .section-one .section-two-image img,
	.page-single-vinagre .section-two .section-two-image img,
	.page-single-vinagre .section-four .section-two-image img,
	.page-single-vinagre .section-five .section-two-image img,
	.page-single-vinagre .section-product-carousel .section-two-image img {
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.page-single-vinagre .section-one .section-two-image img,
	.page-single-vinagre .section-two .section-two-image img,
	.page-single-vinagre .section-four .section-two-image img,
	.page-single-vinagre .section-five .section-two-image img,
	.page-single-vinagre .section-product-carousel .section-two-image img {
		max-width: 70%;
	}
}

@media (min-width: 768px) {
	.page-single-vinagre .section-one-image:not(.section-five-image),
	.page-single-vinagre .section-two-image:not(.section-five-image),
	.page-single-vinagre .section-four-image:not(.section-five-image),
	.page-single-vinagre .section-five-image:not(.section-five-image),
	.page-single-vinagre .section-product-carousel-image:not(.section-five-image) {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.page-single-vinagre .section-one-image:not(.section-five-image) picture,
.page-single-vinagre .section-two-image:not(.section-five-image) picture,
.page-single-vinagre .section-four-image:not(.section-five-image) picture,
.page-single-vinagre .section-five-image:not(.section-five-image) picture,
.page-single-vinagre .section-product-carousel-image:not(.section-five-image) picture {
	display: flex;
	justify-content: center;
}

.page-single-vinagre .section-one-image:not(.section-five-image) img,
.page-single-vinagre .section-two-image:not(.section-five-image) img,
.page-single-vinagre .section-four-image:not(.section-five-image) img,
.page-single-vinagre .section-five-image:not(.section-five-image) img,
.page-single-vinagre .section-product-carousel-image:not(.section-five-image) img {
	max-height: 618px;
	object-fit: contain;
	width: 500px;
	height: 385px;
}

@media (max-width: 1024px) {
	.page-single-vinagre .section-one-image:not(.section-five-image) img,
	.page-single-vinagre .section-two-image:not(.section-five-image) img,
	.page-single-vinagre .section-four-image:not(.section-five-image) img,
	.page-single-vinagre .section-five-image:not(.section-five-image) img,
	.page-single-vinagre .section-product-carousel-image:not(.section-five-image) img {
		max-width: 70%;
	}
}

@media (max-width: 992px) {
	.page-single-vinagre .section-one-image:not(.section-five-image) img,
	.page-single-vinagre .section-two-image:not(.section-five-image) img,
	.page-single-vinagre .section-four-image:not(.section-five-image) img,
	.page-single-vinagre .section-five-image:not(.section-five-image) img,
	.page-single-vinagre .section-product-carousel-image:not(.section-five-image) img {
		max-width: 100%;
	}
}

.page-single-vinagre .section-one .section-four-text,
.page-single-vinagre .section-two .section-four-text,
.page-single-vinagre .section-four .section-four-text,
.page-single-vinagre .section-five .section-four-text,
.page-single-vinagre .section-product-carousel .section-four-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-single-vinagre .section-one .section-five-grid,
.page-single-vinagre .section-two .section-five-grid,
.page-single-vinagre .section-four .section-five-grid,
.page-single-vinagre .section-five .section-five-grid,
.page-single-vinagre .section-product-carousel .section-five-grid {
	grid-gap: 20px;
}

.page-single-vinagre .section-one .section-five-text img,
.page-single-vinagre .section-two .section-five-text img,
.page-single-vinagre .section-four .section-five-text img,
.page-single-vinagre .section-five .section-five-text img,
.page-single-vinagre .section-product-carousel .section-five-text img {
	margin: 12px 0 0 0;
}

@media (max-width: 768px) {
	.page-single-vinagre .section-one .section-five-text,
	.page-single-vinagre .section-two .section-five-text,
	.page-single-vinagre .section-four .section-five-text,
	.page-single-vinagre .section-five .section-five-text,
	.page-single-vinagre .section-product-carousel .section-five-text {
		display: flex;
		flex-direction: column;
	}
	.page-single-vinagre .section-one .section-five-text picture,
	.page-single-vinagre .section-two .section-five-text picture,
	.page-single-vinagre .section-four .section-five-text picture,
	.page-single-vinagre .section-five .section-five-text picture,
	.page-single-vinagre .section-product-carousel .section-five-text picture {
		order: 0;
	}
	.page-single-vinagre .section-one .section-five-text picture img,
	.page-single-vinagre .section-two .section-five-text picture img,
	.page-single-vinagre .section-four .section-five-text picture img,
	.page-single-vinagre .section-five .section-five-text picture img,
	.page-single-vinagre .section-product-carousel .section-five-text picture img {
		margin: 0 0 30px 0;
	}
	.page-single-vinagre .section-one .section-five-text h2,
	.page-single-vinagre .section-two .section-five-text h2,
	.page-single-vinagre .section-four .section-five-text h2,
	.page-single-vinagre .section-five .section-five-text h2,
	.page-single-vinagre .section-product-carousel .section-five-text h2 {
		order: 1;
	}
	.page-single-vinagre .section-one .section-five-text .paragraph,
	.page-single-vinagre .section-two .section-five-text .paragraph,
	.page-single-vinagre .section-four .section-five-text .paragraph,
	.page-single-vinagre .section-five .section-five-text .paragraph,
	.page-single-vinagre .section-product-carousel .section-five-text .paragraph {
		order: 2;
	}
	.page-single-vinagre .section-one .section-five-text .paragraph p,
	.page-single-vinagre .section-two .section-five-text .paragraph p,
	.page-single-vinagre .section-four .section-five-text .paragraph p,
	.page-single-vinagre .section-five .section-five-text .paragraph p,
	.page-single-vinagre .section-product-carousel .section-five-text .paragraph p {
		margin: 18px 0 0 0;
	}
}

@media (max-width: 768px) {
	.page-single-vinagre .section-one .section-five-image,
	.page-single-vinagre .section-two .section-five-image,
	.page-single-vinagre .section-four .section-five-image,
	.page-single-vinagre .section-five .section-five-image,
	.page-single-vinagre .section-product-carousel .section-five-image {
		display: none;
	}
}

.page-single-vinagre .section-two h2 {
	color: #ac162c;
	font-family: 'bookman-old-style';
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
}

.page-single-vinagre .section-two h2 b {
	font-family: 'Bookman-old-style-bold';
}

.page-single-vinagre .section-product-carousel .product-carousel:first-child {
	margin-bottom: 55px;
}

.page-single-vinagre .section-product-carousel .product-carousel:last-child {
	grid-gap: 40px 20px;
}

@media (max-width: 992px) {
	.page-single-vinagre .section-product-carousel .product-carousel:last-child {
		grid-gap: 40px 0;
	}
}

.page-single-vinagre .section-product-carousel .product-carousel_title {
	max-width: 418px;
}

.page-single-vinagre .section-product-carousel .product-carousel_product {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-single-vinagre .section-product-carousel .product-carousel_product .product_image {
	width: 198px;
	height: 198px;
	object-fit: contain;
}

.page-single-vinagre .section-product-carousel .product-carousel_product .product_title {
	display: block;
	font-family: 'CircularStd-Book';
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #ac162c;
	margin: 11px 0 0 0;
	text-align: center;
}

.page-single-vinagre .section-product-carousel .product-carousel_product .product_text {
	display: block;
	font-family: 'CircularStd-Book';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #1e1e1e;
	margin: 0 0 24px 0;
	text-align: center;
}

.page-single-vinagre .section-product-carousel .product-carousel_product .product_widget {
	width: 100%;
	max-width: 300px;
}

.page-single-vinagre .section-product-carousel .product-carousel_product .product_widget div[data-sc-id],
.page-single-vinagre .section-product-carousel .product-carousel_product .product_widget div[data-sc-id] > div,
.page-single-vinagre .section-product-carousel .product-carousel_product .product_widget div[data-sc-type='attributes-radio'] > div,
.page-single-vinagre .section-product-carousel .product-carousel_product .product_widget .newDivCpDependent {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

.page-single-vinagre .section-product-carousel .product-carousel_product .product_widget div,
.page-single-vinagre .section-product-carousel .product-carousel_product .product_widget p,
.page-single-vinagre .section-product-carousel .product-carousel_product .product_widget span {
	font-family: 'CircularStd-Book';
}

.page-single-vinagre .section-especial {
	display: flex;
}

.page-single-vinagre .section-especial .bloque-1 {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (max-width: 768px) {
	.page-single-vinagre .section-especial .bloque-1 {
		order: 2;
	}
}

@media (max-width: 768px) {
	.page-single-vinagre .section-especial .bloque-2 {
		order: 1;
		display: block !important;
	}
}

.page-single-vinagre .paragraph-2 {
	font-family: "CircularStd-Book";
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.page-single header .menu-main-nav ul li a {
	color: var(--color__black);
}

.page-single header .menu-main:not(.active) .menu-main-search svg {
	stroke: #1e1e1e;
}

.page-single header .menu-main.hidden .menu-main-search svg {
	stroke: #FFF;
}

@media (max-width: 768px) {
	.page-single .section-back {
		display: none;
	}
}

.page-single .section-hero-blog .date {
	margin: 0;
	margin-bottom: 8px;
	font-family: "CircularStd-Bold";
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	color: #d18a00;
	text-align: center;
}

@media (max-width: 768px) {
	.page-single .section-hero-blog .date {
		margin-top: 24px;
	}
}

@media (max-width: 480px) {
	.page-single .section-hero-blog .date {
		line-height: 20px;
		font-size: 11px;
	}
}

.page-single .section-hero-blog .title {
	max-width: 588px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	color: #1e1e1e;
	font-family: "Bookman-old-style-bold";
}

@media (max-width: 1024px) {
	.page-single .section-hero-blog .title {
		margin-bottom: 35px;
	}
}

@media (max-width: 960px) {
	.page-single .section-hero-blog .title {
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.page-single .section-hero-blog .title {
		font-size: 24px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 480px) {
	.page-single .section-hero-blog .title {
		font-size: 20px;
		line-height: 1.2;
	}
}

.page-single .section-hero-blog .img {
	max-height: 462px;
	margin-bottom: 56px;
	max-width: 100%;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.page-single .section-hero-blog .img {
		margin-bottom: 40px;
	}
}

@media (max-width: 960px) {
	.page-single .section-hero-blog .img {
		margin-bottom: 30px;
	}
}

.page-single .section-content-blog-container {
	position: relative;
	max-width: 588px;
	margin: 0 auto;
	padding-bottom: 56px;
}

@media (max-width: 768px) {
	.page-single .section-content-blog-container {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 45px;
	}
}

@media (max-width: 480px) {
	.page-single .section-content-blog-container {
		padding-bottom: 40px;
	}
}

.page-single .section-content-blog .share {
	position: sticky;
	top: 200px;
}

@media (max-width: 768px) {
	.page-single .section-content-blog .share {
		display: flex;
		justify-content: center;
	}
}

.page-single .section-content-blog .share-container {
	position: absolute;
	top: 0;
	left: -15vw;
	height: 100%;
	padding-bottom: 200px;
}

@media (max-width: 1200px) {
	.page-single .section-content-blog .share-container {
		left: -13.5vw;
	}
}

@media (max-width: 1024px) {
	.page-single .section-content-blog .share-container {
		left: -12vw;
	}
}

@media (max-width: 960px) {
	.page-single .section-content-blog .share-container {
		left: -9vw;
	}
}

@media (max-width: 768px) {
	.page-single .section-content-blog .share-container {
		left: initial;
		position: relative;
		padding: 0;
		margin-bottom: 28px;
	}
}

.page-single .section-content-blog .share-link {
	--size: 40px;
	width: var(--size);
	height: var(--size);
	background-color: #d18a00;
	display: flex;
	justify-content: center;
	align-items: center;
	fill: #FFF;
	margin-bottom: 16px;
}

.page-single .section-content-blog .share-link .icon {
	fill: #FFF;
}

@media (max-width: 768px) {
	.page-single .section-content-blog .share-link {
		margin: 0 8px;
	}
}

.page-single .section-content-blog .share-link:hover {
	background-color: #A5710D;
}

.page-single .section-content-blog .content p {
	margin: 0;
	padding-bottom: 24px;
	line-height: 28px;
}

@media (max-width: 480px) {
	.page-single .section-content-blog .content p {
		font-size: 16px;
		padding-bottom: 20px;
	}
}

.page-single .section-content-blog .content b {
	color: #1e1e1e;
}

.page-single .section-content-blog .content figure {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
}

.page-single .section-content-blog .content a {
	text-decoration: none;
	color: #d18a00;
}

.page-single .section-content-blog .content a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Switch Region
--------------------------------------------------------------*/
.disabled_scroll_map {
	overflow: hidden;
}

@media screen and (min-width: 990px) {
	.switch-region-btn {
		margin-right: 24px;
	}
}

@media screen and (min-width: 768px) {
	.switch-region-btn {
		margin-right: 10px;
	}
}

.switch-region-btn .switch-region__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	/* ------- */
	width: fit-content;
	padding: 10px;
	/* ------- */
	border-radius: 4px;
	/* ------- */
	cursor: pointer;
	position: relative;
}

.switch-region-btn .switch-region__btn svg * {
	width: 24px;
	height: 24px;
	/* ------- */
	color: #fff;
	stroke: #fff;
}

.switch-region-btn .switch-region__btn span {
	font-family: "CircularStd-Medium";
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-transform: none !important;
	width: 100%;
}

.switch-region-map {
	display: none;
	justify-content: center;
	/* ------ */
	width: 100%;
	height: 100%;
	/* ------ */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/* ------ */
	background: #fff;
	/* ------ */
	overflow-y: scroll;
}

.switch-region-map.active {
	display: flex;
}

.switch-region-map .switch-region__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* ------ */
	width: 100%;
	height: 100%;
	max-width: 2400px;
	/* ------ */
	background: #fff;
	/* ------ */
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container {
		margin: 50px;
		height: fit-content;
	}
}

.switch-region-map .switch-region__container .cabecera {
	display: flex;
	justify-content: center;
	padding: 38px 0;
	position: relative;
	max-width: 2400px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container .cabecera {
		flex-direction: column;
		gap: 30px;
		padding: 0;
		margin-bottom: 25px;
	}
}

.switch-region-map .switch-region__container .cabecera h2 {
	padding: 0;
	margin: 0;
	font-family: "Bookman-old-style";
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	line-height: 40px;
	color: #BE171E;
	text-transform: uppercase;
	position: relative;
}

.switch-region-map .switch-region__container .cabecera h2::before {
	content: ' ';
	border-bottom: 1px solid #BE171E;
	width: 110%;
	position: absolute;
	bottom: -20px;
	margin: auto;
	right: -5%;
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container .cabecera h2::before {
		width: 320px;
		right: 0;
		left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container .cabecera h2 {
		text-align: center;
		font-size: 25px;
		line-height: 32px;
	}
}

.switch-region-map .switch-region__container .cabecera .container_close {
	position: absolute;
	right: 150px;
	top: 50px;
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container .cabecera .container_close {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 100%;
		position: relative;
		right: unset;
		left: unset;
		top: unset;
		bottom: unset;
	}
}

.switch-region-map .switch-region__container .cabecera .container_close #close_switch_region_map {
	position: relative;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container .cabecera .container_close #close_switch_region_map {
		margin-right: 35px;
	}
}

.switch-region-map .switch-region__container .cabecera .container_close #close_switch_region_map:hover .leftright {
	transform: rotate(-45deg);
	background-color: #BE171E;
}

.switch-region-map .switch-region__container .cabecera .container_close #close_switch_region_map:hover .rightleft {
	transform: rotate(45deg);
	background-color: #BE171E;
}

.switch-region-map .switch-region__container .cabecera .container_close #close_switch_region_map .leftright {
	height: 4px;
	width: 29px;
	position: absolute;
	margin-top: 9px;
	margin-left: -4px;
	background-color: #BE171E;
	border-radius: 2px;
	transform: rotate(45deg);
	transition: all .3s ease-in;
}

.switch-region-map .switch-region__container .cabecera .container_close #close_switch_region_map .rightleft {
	height: 4px;
	width: 29px;
	position: absolute;
	margin-top: 9px;
	margin-left: -4px;
	background-color: #BE171E;
	border-radius: 2px;
	transform: rotate(-45deg);
	transition: all .3s ease-in;
}

.switch-region-map .switch-region__container .cabecera .container_close #close_switch_region_map .close {
	margin: 60px 0 0 5px;
	position: absolute;
}

.switch-region-map .switch-region__container svg {
	width: 100%;
	height: fit-content;
}

.switch-region-map .switch-region__container svg .pointer_map {
	cursor: pointer;
}

.switch-region-map .switch-region__container svg .pointer_map > g > g > g:first-child > path {
	fill: #EECFD4;
}

.switch-region-map .switch-region__container svg .pointer_map:hover > g > g > g:first-child > path {
	fill: white;
}

.switch-region-map .switch-region__container svg .pointer_svg > rect {
	transition: .6s;
	fill-opacity: 0.3;
	display: none;
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container > svg {
		display: none;
	}
}

.switch-region-map .switch-region__container .mapa_mobile {
	display: none;
	justify-content: center;
	align-items: flex-start;
	/* ------ */
	width: 100%;
	/* ------ */
	margin-top: 20px;
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container .mapa_mobile {
		display: flex;
	}
}

.switch-region-map .switch-region__container .mapa_mobile__container {
	display: flex;
	flex-direction: column;
	gap: 19px;
	/* ------ */
	max-width: 610px;
	width: 100%;
}

.switch-region-map .switch-region__container .mapa_mobile__container .item {
	display: flex;
	align-items: center;
	gap: 15px;
	/* ------ */
	padding: 11px;
	/* ------ */
	background: #fff;
	/* ------ */
	text-decoration: none;
	/* ------ */
	border: 1px solid #BE171E;
	border-radius: 10px;
}

.switch-region-map .switch-region__container .mapa_mobile__container .item:hover {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.switch-region-map .switch-region__container .mapa_mobile__container .item h2 {
	font-family: "CircularStd-Medium";
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #BE171E;
	/* ------ */
	margin: 0;
}

.switch-region-map .switch-region__container .btn_back {
	display: flex;
	/* ------ */
	padding: 4px;
	margin-bottom: 30px;
	margin-top: 15px;
	/* ------ */
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	.switch-region-map .switch-region__container .btn_back {
		margin-top: 25px;
	}
}

.switch-region-map .switch-region__container .btn_back:hover span {
	background: #880B1E;
}

.switch-region-map .switch-region__container .btn_back span {
	padding: 13px 15px;
	background: #AC162C;
	font-family: "CircularStd-Medium";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	/* ------ */
	border-radius: 10px;
}

#menuMain.active > .container > .switch-region-btn .switch-region__btn {
	color: #1e1e1e;
	transition: .3s;
}

#menuMain.active > .container > .switch-region-btn .switch-region__btn span {
	color: #1e1e1e;
	transition: .3s;
}

#menuMain.active > .container > .switch-region-btn .switch-region__btn svg * {
	color: #1e1e1e;
	stroke: #1e1e1e;
	transition: .3s;
}

#menuMain > .container {
	justify-content: space-between;
}

@media screen and (min-width: 990px) {
	#menuMain > .container > .switch-region-btn {
		margin-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	#menuMain > .container > .switch-region-btn {
		display: none;
	}
}

#menuMain > .container > .switch-region-btn .switch-region__btn {
	transition: .3s;
}

@media screen and (max-width: 990px) {
	#menuMain > .container > .switch-region-btn .switch-region__btn span {
		display: none;
	}
}

#menuMain > .container > .switch-region-btn .switch-region__btn:hover {
	background: #EECFD4;
	color: #AC162C;
	transition: .3s;
}

#menuMain > .container > .switch-region-btn .switch-region__btn:hover span {
	color: #AC162C;
	transition: .3s;
}

#menuMain > .container > .switch-region-btn .switch-region__btn:hover svg * {
	color: #AC162C;
	stroke: #AC162C;
	transition: .3s;
}

@media screen and (min-width: 990px) {
	#menuMain > .container nav {
		width: 50%;
	}
}

#menuMain > .container nav .menu-main-nav-active-container {
	position: relative;
	height: 100%;
	width: 100%;
}

#menuMain > .container nav .menu-main-nav-active-container .switch-region-btn {
	display: none;
}

@media screen and (max-width: 768px) {
	#menuMain > .container nav .menu-main-nav-active-container .switch-region-btn {
		display: block;
	}
}

#menuMain > .container nav .menu-main-nav-active-container .switch-region-btn .switch-region__btn {
	position: absolute;
	bottom: 60px;
	background: #AC162C;
	transition: .3s;
}

#menuMain > .container nav .menu-main-nav-active-container .switch-region-btn .switch-region__btn:hover {
	background: #880B1E;
	transition: .3s;
}

#container-producto {
	display: flex;
	flex-direction: column;
}

#container-producto .oil-award {
	order: 2;
}

#container-producto .carousel-products {
	order: 1;
}

/*# sourceMappingURL=style.css.map */