@charset "UTF-8";
/*!
Theme Name: carapelli_com
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: carapelli_com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

carapelli_com is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
	font-family: 'Andale Mono';
	src: url("fonts/andale-mono.eot?#iefix") format("embedded-opentype"), url("fonts/andale-mono.woff") format("woff"), url("fonts/andale-mono.ttf") format("truetype"), url("fonts/andale-mono.svg#andale-mono") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bodoni';
	src: url("fonts/bodoni-svtytwo-sc-itc-tt-book.eot?#iefix") format("embedded-opentype"), url("fonts/bodoni-svtytwo-sc-itc-tt-book.woff") format("woff"), url("fonts/bodoni-svtytwo-sc-itc-tt-book.ttf") format("truetype"), url("fonts/bodoni-svtytwo-sc-itc-tt-book.svg#bodoni-svtytwo-sc-itc-tt-book") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BodoniFLF';
	src: url("fonts/BodoniFLF-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/BodoniFLF-Roman.woff") format("woff"), url("fonts/BodoniFLF-Roman.ttf") format("truetype"), url("fonts/BodoniFLF-Roman.svg#BodoniFLF-Roman") format("svg");
	font-weight: normal;
	font-style: normal;
}

html {
	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;
}

/* Box sizing
  --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/
/* Typography
  --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-size: 1rem;
      line-height: 1.5;*/
	font-family: 'Andale Mono';
	font-size: 15px;
	line-height: 1.5;
}

body.page-template-producto,
body.productos-template {
	line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
  --------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

.page-template-legales ul,
.page-template-legales ol {
	margin: 0 0 1.5em 20px;
}

.page-template-legales li > ul,
.page-template-legales li > ol {
	margin-left: 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
  --------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
  --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
/* Navigation
  --------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
  --------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
  --------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
  --------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/
/* Jetpack infinite scroll
  --------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/
/* Accessibility
  --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Grid
  --------------------------------------------- */
.container {
	width: 100%;
	max-width: 1440px;
	margin: auto;
	padding: 40px;
}

.post,
.page {
	margin: 0;
}

@media (max-width: 1440px) {
	.container {
		max-width: 1320px;
	}
}

@media (max-width: 1350px) {
	.container {
		max-width: 1280px;
	}
}

@media (max-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 992px) {
	.container {
		max-width: 910px;
	}
}

@media (max-width: 768px) {
	.container {
		max-width: 720px;
	}
}

/*Header
  -------------------------------------------- */
.banner-producto {
	background-position: center;
}

.banner-producto::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 0;
	opacity: 0.4;
}

.bloque-desktop {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding-top: 10px;
}

.bloque-desktop .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
}

.site-branding {
	width: 15%;
}

#site-navigation {
	width: 80%;
}

.menu-dcha {
	width: 5%;
	display: flex;
}

svg.search-icon {
	width: 30px;
	height: 30px;
}

.cabecera.movil {
	display: none;
}

.cabecera.esctitorio {
	display: block;
}

.contenidos-slider-home {
	position: relative;
}

.contenidos-slider-home .bloque-contenido {
	position: absolute;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.contenidos-slider-home .bloque-contenido::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: -1;
	opacity: 0.4;
}

nav#site-navigation,
nav#site-navigation a,
nav#site-navigation a:hover,
nav#site-navigation a:visited,
.menu-dcha,
.menu-dcha a,
.menu-dcha a:hover,
.menu-dcha a:visited {
	color: #fff;
	font-family: 'Andale Mono';
	text-transform: uppercase;
}

.bloque-contenido,
.bloque-contenido a {
	color: #fff;
	text-decoration: none;
}

ul#primary-menu li a {
	padding: 0 12px;
	border-right: 1px solid;
	line-height: 14px;
}

.texto-slider {
	font-family: 'BodoniFLF';
	font-size: 80px;
}

span.boton-slider {
	font-size: 30px;
	font-family: 'Andale Mono';
	text-transform: uppercase;
	padding: 12px 55px;
	background: #acb72c;
	border-radius: 10px;
	margin-top: 20px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	color: #fff;
	font-size: 65px !important;
	font-weight: bold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 140px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 140px !important;
}

ul#primary-menu ul.sub-menu li a {
	border: none;
	color: #acb72c;
}

ul.sub-menu {
	display: block;
	padding: 20px;
	background: #fff;
}

li.menu-item-has-children:hover {
	/*background: #fff;*/
}

li.menu-item-has-children:hover a {
	/*color: #acb72c !important;*/
	border: none !important;
}

.main-navigation li {
	padding: 10px 0 !important;
}

.imagen-slider {
	line-height: 0;
}

#site-navigation button.menu-toggle {
	display: none;
}

li#menu-item-53 {
	display: none;
}

li.astm-search-menu.is-menu.popup.menu-item {
	list-style: none;
	margin-right: 10px;
}

ul#menu-buscador {
	margin: 0;
	padding: 0;
}

.buscador {
	display: flex;
	align-items: flex-end;
}

span.comments-link {
	display: none;
}

.wpml-ls-legacy-list-horizontal {
	padding-left: 0;
}

.wpml-ls-legacy-list-horizontal a {
	padding-left: 0;
}

.switch-idioma a,
.switch-idioma a:visited,
.switch-idioma a:hover {
	color: #fff !important;
	text-decoration: none;
}

.menu-item.menu-item-has-children a:after {
	font-family: "dashicons";
	content: "\f347";
	margin-left: 5px;
	display: inline;
	margin-right: 6px;
	vertical-align: middle;
}

ul.sub-menu li a:after {
	display: none !important;
}

@media (max-width: 1325px) {
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 40px !important;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 40px !important;
	}
}

@media (max-width: 1170px) {
	.texto-slider {
		font-size: 70px;
	}
	.main-navigation ul {
		flex-wrap: wrap;
	}
	.bloque-desktop .container {
		padding: 10px 40px;
	}
}

@media (max-width: 970px) {
	.texto-slider {
		max-width: 700px;
		text-align: center;
		font-size: 80px;
		line-height: 80px;
	}
}

@media (max-width: 770px) {
	ul#primary-menu {
		display: none;
	}
	.site-branding {
		width: auto;
		margin: auto;
	}
	.menu-dcha {
		margin-top: -100px;
	}
	.bloque-desktop .container {
		justify-content: space-evenly;
	}
}

@media (max-width: 750px) {
	.texto-slider {
		font-size: 70px;
		line-height: 70px;
	}
	.swiper-button-next:after,
	.swiper-container-rtl .swiper-button-prev:after,
	.swiper-button-prev:after,
	.swiper-container-rtl .swiper-button-next:after {
		font-size: 40px !important;
	}
	span.boton-slider {
		font-size: 26px;
	}
	.site-branding {
		width: auto;
		margin: auto;
	}
}

@media (max-width: 600px) {
	.cabecera.movil {
		display: block;
	}
	.cabecera.esctitorio {
		display: none;
	}
	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 10px !important;
	}
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 10px !important;
	}
	.texto-slider {
		max-width: 480px;
	}
}

/*Home
  -------------------------------------------- */
.bloque1-home {
	background: url("/wp-content/uploads/2021/08/Rectangulo-535.png");
	background-size: cover;
	padding: 40px;
}

.home .swiper-slide a,
.home .swiper-slide a:hover,
.home .swiper-slide a:visited {
	color: #fff;
}

.bloque1-home .container {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
}

.cajahome {
	width: 50%;
	padding: 20px;
}

.caja1 {
	font-family: 'Bodoni';
}

.titulocaja1 {
	font-size: 95px;
	line-height: 1;
}

.textocaaja1 {
	font-size: 40px;
}

.caja2 {
	font-family: 'Andale Mono';
	font-size: 16px;
	padding-right: 60px;
	line-height: 1.8;
}

.cuerpo .container {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.cajabodyhome {
	width: 47%;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.textocajabodyhome {
	position: absolute;
	bottom: 0px;
}

.textointeriorbody {
	width: 90%;
	background: #fff;
	text-align: center;
	padding: 16px 15px 24px;
	margin: auto;
}

.dashicons-arrow-right-alt2 {
	color: #acb72c;
	border: 1px solid;
	border-radius: 100%;
	font-size: 24px !important;
	width: 35px !important;
	height: 35px !important;
	line-height: 1.4 !important;
	margin-left: 10px;
}

.titulotextointernohome a {
	font-family: 'BodoniFLF';
	font-size: 70px;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.titulotextointernohome a:hover span.dashicons.dashicons-arrow-right-alt2 {
	background: #acb72c;
	color: #fff;
}

.textointeriorbody p {
	font-family: 'Andale Mono';
	margin: 0;
	font-size: 14px;
}

.cajabodyhome img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.cajabodyhome:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

@media (max-width: 1440px) {
	.cajabodyhome {
		width: 46%;
	}
}

@media (max-width: 1400px) {
	.cuerpo .container {
		justify-content: space-between;
	}
	.cajabodyhome {
		width: 45%;
	}
}

@media (max-width: 1200px) {
	.titulocaja1 {
		font-size: 80px;
	}
	.textocaaja1 {
		font-size: 36px;
	}
	.titulotextointernohome a {
		font-size: 60px;
	}
}

@media (max-width: 1020px) {
	.titulocaja1 {
		font-size: 70px;
	}
	.textocaaja1 {
		font-size: 30px;
	}
	.caja2 {
		padding-right: 0px;
	}
	.bloque1-home .container {
		padding: 20px;
	}
	.titulotextointernohome a {
		font-size: 50px;
	}
	.textointeriorbody p {
		font-size: 13px;
	}
}

@media (max-width: 900px) {
	.titulocaja1 {
		font-size: 60px;
	}
	.textocaaja1 {
		font-size: 26px;
	}
	.caja2 {
		font-size: 15px;
	}
	.titulotextointernohome a {
		font-size: 40px;
	}
}

@media (max-width: 860px) {
	.cajabodyhome {
		width: 43%;
	}
	.titulotextointernohome a {
		font-size: 40px;
	}
}

@media (max-width: 780px) {
	.bloque1-home {
		padding: 20px;
	}
	.titulotextointernohome a {
		font-size: 35px;
	}
}

@media (max-width: 730px) {
	.textocaaja1 {
		font-size: 23px;
	}
	.titulocaja1 {
		font-size: 50px;
	}
}

@media (max-width: 640px) {
	.cajabodyhome {
		margin: 10px;
	}
	.titulotextointernohome a {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	.cajahome {
		width: 100%;
	}
	.bloque1-home .container {
		text-align: center;
	}
	.textocajabodyhome {
		position: relative;
	}
	.cajabodyhome {
		width: 100%;
		margin: 0;
	}
	.cuerpo .container {
		padding: 0;
	}
	.titulotextointernohome a {
		font-size: 50px;
	}
}

@media (max-width: 320px) {
	.titulotextointernohome a {
		font-size: 40px;
	}
	.cajahome,
	.bloque1-home .container {
		padding: 10px;
	}
	.titulocaja1 {
		font-size: 45px;
	}
}

/*Footer
  -------------------------------------------- */
#colophon {
	background: url("/wp-content/uploads/2021/08/Rectangulo-535.png");
	background-size: cover;
	font-family: 'Andale Mono';
	color: #fff;
}

#colophon a {
	color: #fff;
}

.footer1,
.footernivel1 {
	font-family: 'BodoniFLF';
	font-size: 25px;
}

.footer1 {
	align-items: center;
}

.footernivel1 a {
	text-decoration: none;
}

.footer1,
.footer2,
.footer3 {
	display: flex;
	flex-wrap: wrap;
}

.columnafooter {
	width: 16%;
}

.footer3 span {
	margin-right: 40px;
}

span.leyenda {
	margin-left: 40px;
}

p.footernivel1 {
	margin-bottom: 10px;
}

p.footernivel2,
p.footernivel3 {
	margin: 0;
}

p.footernivel3 {
	padding-right: 10px;
}

.footer3 {
	margin-top: 20px;
}

.social p.footernivel1:nth-child(1) {
	margin-bottom: 0;
}

.social p.footernivel1:nth-child(2) {
	margin-top: 0;
}

.redes {
	display: flex;
}

.redes a {
	text-decoration: none;
}

.redes span.dashicons {
	font-size: 35px;
	width: 35px;
	height: 35px;
}

.site-info.container {
	position: relative;
}

.up {
	position: absolute;
	right: 10px;
	top: 20px;
}

@media (max-width: 1100px) {
	.columnafooter {
		width: 32%;
	}
}

@media (max-width: 600px) {
	.columnafooter {
		width: 100%;
	}
	#colophon {
		background-position: center;
	}
}

/* Grid productos
  --------------------------------------------- */
/* body.page-template-permanente, body.page-template-grid-aprende,*/
body.page-template-legales,
.search-results,
.error404 {
	background: #ece3dc;
	margin-top: 115px;
}

/* body.page-template-permanente .bloque-desktop, body.page-template-grid-aprende .bloque-desktop,*/
body.page-template-legales .bloque-desktop,
.search-results .bloque-desktop,
.error404 .bloque-desktop {
	background: rgba(172, 183, 44, 0.9);
}

.breadcrumbs {
	display: flex;
	font-family: 'Andale Mono';
	font-size: 11px;
}

.breadcrumbs .final {
	text-decoration: underline;
}

.breadcrumbs .container {
	padding: 10px 0;
}

body.page-template-permanente .bloque1-permanente .inicio,
body.page-template-grid-aprende .cuerpo-aprende-grid .inicio {
	font-family: 'BodoniFLF';
	font-style: italic;
	font-size: 30px;
}

body.page-template-permanente .bloque1-permanente h1 {
	max-width: 570px;
}

:lang(en) body.page-id-643 .bloque1-permanente h1,
:lang(en) body.page-id-669 .bloque1-permanente h1 {
	max-width: 470px;
}

body.page-template-permanente.page-id-101 .bloque1-permanente h1 {
	max-width: 640px;
}

body.page-template-permanente .bloque1-permanente .intro {
	max-width: 555px;
}

body.page-template-permanente .bloque1-permanente h1,
body.page-template-grid-aprende .cuerpo-aprende-grid h1,
body.page-template-legales h1 {
	font-family: 'BodoniFLF';
	font-size: 70px;
	line-height: 70px;
	font-weight: 100;
	margin: 0 0 20px;
}

body.page-template-permanente.page-id-95 .bloque1-permanente h1 {
	font-size: 64px;
	line-height: 64px;
}

body.page-template-permanente .bloque1-permanente .intro {
	font-family: 'Andale Mono';
	font-size: 15px;
}

.menu-productos {
	margin-top: 50px;
}

.menu-productos .menu-productos-principal,
.menu-productos .submenu-productos {
	display: flex;
	justify-content: center;
}

.menu-productos .menu-productos-principal {
	font-family: 'BodoniFLF';
	font-size: 33px;
}

.menu-productos .menu-productos-principal span,
.menu-productos .submenu-productos span {
	text-decoration: underline;
	color: #acb72c;
}

.menu-productos .submenu-productos {
	font-family: 'Andale Mono';
	font-size: 12px;
	margin-right: 14em;
}

.menu-productos-principal a,
.menu-productos-principal span,
.menu-productos .submenu-productos a,
.menu-productos .submenu-productos a,
.menu-productos .submenu-productos span {
	margin: 0 10px;
}

body.page-template-permanente a,
body.page-template-grid-aprende a {
	text-decoration: none;
}

body.page-template-permanente a,
body.page-template-permanente a:hover,
body.page-template-permanente a:visited,
body.page-template-grid-aprende a,
body.page-template-grid-aprende a:hover,
body.page-template-grid-aprende a:visited {
	color: #000;
}

.bloque1-permanente .container {
	padding: 10px 0 40px;
}

.cuerpo-aprende-grid .container {
	padding: 40px 0;
}

.cuerpo-permanente .container,
.cuerpo-aprende-grid .container {
	display: flex;
	flex-wrap: wrap;
}

.producto {
	width: 46%;
}

.bloque-texto-producto {
	display: flex;
	margin-top: 60px;
}

section.cuerpo-permanente .producto img,
section.cuerpo-aprende-grid .producto img {
	width: 100%;
}

.producto.par {
	margin: 0px 50px 50px 0px;
}

.producto.inpar {
	margin: 0px 0px 50px 50px;
}

.titulo-intro {
	font-family: 'Andale Mono';
	font-size: 15px;
	width: 50%;
}

.titulo-intro h2 {
	font-size: 15px;
	margin-top: 0;
}

.mas-ficha {
	width: 50%;
	display: flex;
	align-items: start;
	justify-content: flex-end;
}

.mas-ficha a {
	font-size: 30px;
	font-family: 'Andale Mono';
	text-transform: uppercase;
	padding: 12px 55px;
	background: #acb72c;
	border-radius: 10px;
	color: #fff !important;
}

.cuerpo-permanente .titulo-intro h2 {
	text-transform: uppercase;
}

@media (max-width: 1440px) {
	.producto {
		width: 45%;
	}
}

@media (max-width: 1300px) {
	.breadcrumbs .container {
		padding: 10px 20px;
	}
	.bloque1-permanente .container {
		padding: 10px 20px 40px;
	}
	.cuerpo-aprende-grid .container {
		padding: 40px 20px;
	}
}

@media (max-width: 1150px) {
	.mas-ficha a {
		padding: 10px 28px;
	}
	.producto.par {
		margin: 0px 45px 45px 0px;
	}
	.producto.inpar {
		margin: 0px 0px 45px 45px;
	}
}

@media (max-width: 998px) {
	.producto.par {
		margin: 0px 35px 35px 0px;
	}
	.producto.inpar {
		margin: 0px 0px 35px 35px;
	}
	.mas-ficha a {
		padding: 6px 25px;
		font-size: 26px;
	}
}

@media (max-width: 810px) {
	.producto {
		width: 46%;
	}
	.producto.par {
		margin: 0px 25px 25px 0px;
	}
	.producto.inpar {
		margin: 0px 0px 25px 25px;
	}
	.mas-ficha a {
		padding: 6px 12px;
		font-size: 24px;
	}
}

@media (max-width: 730px) {
	.producto.par {
		margin: 0px 20px 20px 0px;
	}
	.producto.inpar {
		margin: 0px 0px 20px 20px;
	}
	.mas-ficha a {
		font-size: 22px;
		padding: 3px 10px;
	}
}

@media (max-width: 600px) {
	.cuerpo-permanente .container {
		padding: 20px;
	}
	.menu-productos .submenu-productos {
		margin: 0;
		font-size: 13px;
	}
	.producto.par,
	.producto.inpar {
		margin: 0;
	}
	.producto {
		width: 100%;
	}
	.bloque-texto-producto {
		flex-wrap: wrap;
		margin: 40px 0 60px;
	}
	.titulo-intro {
		width: 100%;
	}
	.mas-ficha {
		width: 100%;
		display: block;
	}
	.mas-ficha a {
		font-size: 28px;
		padding: 10px 40px;
	}
}

@media (max-width: 320px) {
	.menu-productos .menu-productos-principal {
		font-size: 28px;
	}
	.menu-productos .submenu-productos {
		font-size: 10px;
	}
}

/* Productos
  --------------------------------------------- */
.page-template-producto .breadcrumbs .container,
.page-template-grid-aprende .breadcrumbs .container,
.productos-template .breadcrumbs .container,
.page-template-awards .breadcrumbs .container,
.page-template-origen .breadcrumbs .container,
.page-template-calidad .breadcrumbs .container,
.page-template-cata .breadcrumbs .container,
.page-template-mundo-aceite .breadcrumbs .container,
.page-template-tipos-vinagres .breadcrumbs .container,
.page-template-recetas .breadcrumbs .container,
.single-recetas .breadcrumbs .container,
.page-template-blog .breadcrumbs .container,
.page-template-legales .breadcrumbs .container {
	padding: 40px 40px 0;
	line-height: 1;
}

.page-template-grid-aprende .breadcrumbs .container,
.page-template-permanente .breadcrumbs .container {
	padding: 40px 40px 0 0;
}

.search-results .breadcrumbs a,
.error404 .breadcrumbs a {
	margin-right: 5px;
}

.search-results .breadcrumbs span,
.error404 .breadcrumbs span {
	margin-left: 5px;
}

.breadcrumbs a,
.breadcrumbs span {
	text-transform: uppercase;
	text-decoration: none;
}

.f1bloque1 h2 {
	margin-top: 0 !important;
}

.banner-producto {
	background-size: cover;
	height: 100vh;
}

.banner-producto .container {
	color: #fff;
	padding-top: 150px;
}

.bloque-titulos-producto {
	color: #fff;
	width: 333px;
	z-index: 999;
	position: relative;
}

.postid-384 .bloque-titulos-producto,
.postid-1184 .bloque-titulos-producto {
	width: 380px;
}

.f2bloque1 span,
.f3bloque1 span,
.cuerpo-producto-fila3 .col1 span,
.cuerpo-producto-fila2 .notas-vinagre span,
.cuerpo-producto-fila3 .origen-vinagre span,
.fila-premios .intro-premios span,
.page-template-awards .bloque1-awards span,
.page-template-calidad .bloque1-calidad span,
span.subtitulo-tabs-vinagre,
.page-template-recetas .bloque1-recetas span {
	font-family: 'BodoniFLF';
	font-style: italic;
	font-size: 32px;
}

.subtitulo-producto-item {
	font-family: 'BodoniFLF';
	font-style: italic;
	font-size: 32px;
	line-height: 38px;
}

.banner-producto h1,
.search-results h1,
.search-results h2,
.error404 h1 {
	font-family: 'BodoniFLF';
	font-size: 70px;
	line-height: 70px;
	font-weight: 100;
	margin: 10px 0;
}

.search-results h1,
.error404 h1 {
	font-size: 60px;
	line-height: 60px;
}

.search-results h2 {
	font-size: 50px;
	line-height: 50px;
}

.search-results .post-thumbnail img {
	width: 100%;
}

.intro-producto-item {
	font-family: 'Andale Mono';
	font-size: 15px;
	line-height: 30px;
}

.page-template-producto h2,
.productos-template h2,
.page-template-awards h2,
.page-template-origen h2,
.page-template-calidad h2,
.page-template-cata h2,
.page-template-mundo-aceite h2,
.page-template-tipos-vinagres h2,
.page-template-recetas .bloque1-recetas h2,
.single-recetas h1.entry-title,
.page-template-blog .bloque1-noticias h2,
.single-post h1.entry-title,
.page-template-legales h2 {
	font-family: 'BodoniFLF';
	font-size: 70px;
	line-height: 70px;
	font-weight: 100;
	margin: 10px 0;
}

.page-template-legales h2 {
	font-size: 60px;
	line-height: 60px;
}

.f1bloque1,
.f1bloque2 {
	width: 50%;
}

.pie-producto .container {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.cajapie.caja1,
.cajapie.caja3 {
	width: 26%;
	position: relative;
}

.cajapie.caja2,
.cajapie.caja4 {
	width: 24%;
	padding: 0 30px;
}

a.boton-pie-producto {
	font-size: 30px;
	font-family: 'Andale Mono';
	text-transform: uppercase;
	padding: 12px 55px;
	background: #acb72c;
	border-radius: 10px;
	color: #fff !important;
	position: absolute;
	bottom: 30px;
}

:lang(en) a.boton-pie-producto {
	padding: 12px 50px;
}

.cajapie.caja3 p a {
	text-decoration: underline;
}

.pie-producto .container img {
	width: 100%;
}

.fila2producto,
.fila3producto {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.f2bloque1,
.f2bloque2,
.f3bloque1,
.f3bloque2 {
	width: 50%;
}

section.cuerpo-producto-fila3 {
	background-repeat: no-repeat;
}

.cuerpo-producto-fila3 .container {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 40px;
	color: #404040;
}

.cuerpo-producto-fila3 .container .col1,
.cuerpo-producto-fila3 .container .col3 {
	width: 25%;
}

.cuerpo-producto-fila3 .container .col2 {
	width: 50%;
	padding: 115px 40px;
	line-height: 1.7;
}

.cuerpo-producto-fila3 .col3 {
	position: relative;
}

.productos-template-producto .cuerpo-producto-fila3 .col3 img {
	position: absolute;
	bottom: 130px;
	height: 85%;
	width: auto;
	max-width: none;
}

.productos-template-producto-itinerante .cuerpo-producto-fila3 .col3 img {
	position: absolute;
	bottom: -130px;
}

section.pie-producto h3,
.page-template-blog h3 {
	font-family: 'BodoniFLF';
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
}

section.pie-producto p {
	font-family: 'Andale Mono';
	font-size: 15px;
	margin-bottom: 50px;
}

section.pie-producto a,
section.pie-producto a:hover,
section.pie-producto a:visited {
	text-decoration: none;
}

.cajapie {
	min-height: 400px;
}

.cajapie.caja2 {
	display: flex;
	align-items: flex-end;
}

.cajapie.caja4 {
	display: flex;
	align-items: center;
}

section.carrusel h2 {
	margin: 60px 0;
}

.single-productos .swiper-container.mySwiper {
	padding: 0 20px;
}

.single-productos .swiper-button-prev:after,
.single-productos .swiper-button-next:after {
	color: black;
	font-size: 32px !important;
}

.single-productos .swiper-button-prev {
	left: 0px !important;
}

.single-productos .swiper-button-next {
	right: 0px !important;
}

:root {
	--swiper-theme-color: #acb72c !important;
}

.swiper-slide {
	text-align: center;
}

.swiper-slide a p {
	font-family: 'BodoniFLF';
	font-size: 33px;
	line-height: 33px;
	font-weight: 100;
	text-align: center;
	min-height: 100px;
	margin-bottom: 0px;
}

.swiper-slide a,
.swiper-slide a:hover,
.swiper-slide a:visited {
	text-decoration: none;
	color: #000;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: -10px;
}

/** Modificaciones quitar marco 211221 **/
.marco-olivas-producto {
	/* background: url(/wp-content/uploads/2021/08/fondo-cuadro.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; */
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 50px 70px 90px;
	width: 1080px;
	margin: auto;
}

/** Fin modificaciones quitar marco 211221 **/
.marco-olivas-producto div {
	width: 50%;
	font-family: 'BodoniFLF';
	font-style: italic;
	font-size: 32px;
	text-align: center;
}

.content-progress {
	width: 90% !important;
	margin: auto;
	position: relative;
}

span.progress.animate {
	position: absolute;
	display: block;
	width: 100%;
	right: 0;
	height: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.9);
}

@keyframes cerocinco {
	0% {
		width: 100%;
	}
	100% {
		width: 90%;
	}
}

.content-progress .progress.animate.media {
	width: 90%;
	animation-name: cerocinco;
	animation-duration: 3.5s;
}

@keyframes uno {
	0% {
		width: 100%;
	}
	100% {
		width: 80%;
	}
}

.content-progress .progress.animate.una {
	width: 80%;
	animation-name: uno;
	animation-duration: 3.5s;
}

@keyframes unocinco {
	0% {
		width: 100%;
	}
	100% {
		width: 70%;
	}
}

.content-progress .progress.animate.una_y_media {
	width: 70%;
	animation-name: unocinco;
	animation-duration: 3.5s;
}

@keyframes doso {
	0% {
		width: 100%;
	}
	100% {
		width: 60%;
	}
}

.content-progress .progress.animate.dos {
	width: 60%;
	animation-name: doso;
	animation-duration: 3.5s;
}

@keyframes doscinco {
	0% {
		width: 100%;
	}
	100% {
		width: 50%;
	}
}

.content-progress .progress.animate.dos_y_media {
	width: 50%;
	animation-name: doscinco;
	animation-duration: 3.5s;
}

@keyframes treso {
	0% {
		width: 100%;
	}
	100% {
		width: 40%;
	}
}

.content-progress .progress.animate.tres {
	width: 40%;
	animation-name: treso;
	animation-duration: 3.5s;
}

@keyframes trescinco {
	0% {
		width: 100%;
	}
	100% {
		width: 30%;
	}
}

.content-progress .progress.animate.tres_y_media {
	width: 30%;
	animation-name: trescinco;
	animation-duration: 3.5s;
}

@keyframes cuatroo {
	0% {
		width: 100%;
	}
	100% {
		width: 20%;
	}
}

.content-progress .progress.animate.cuatro {
	width: 20%;
	animation-name: cuatroo;
	animation-duration: 3.5s;
}

@keyframes cuatrocinco {
	0% {
		width: 100%;
	}
	100% {
		width: 10%;
	}
}

.content-progress .progress.animate.cuatro_y_media {
	width: 10%;
	animation-name: cuatrocinco;
	animation-duration: 3.5s;
}

@keyframes cincoo {
	0% {
		width: 100%;
	}
	100% {
		width: 0%;
	}
}

.content-progress .progress.animate.cinco {
	width: 0%;
	animation-name: cincoo;
	animation-duration: 3.5s;
}

section.cuerpo-producto-fila2 {
	margin-bottom: 80px;
}

.productos-template-producto section.cuerpo-producto-fila2,
.productos-template-producto-vinagre section.cuerpo-producto-fila2,
.productos-template-producto-itinerante section.cuerpo-producto-fila2 {
	margin-bottom: 150px;
}

section.cuerpo-producto-fila2 .container {
	position: relative;
}

.aceituna-negra {
	position: absolute;
	bottom: -170px;
	right: -160px;
	width: 590px;
	z-index: 9;
}

.uvas-vino {
	position: absolute;
	bottom: -100px;
	right: 140px;
	width: 590px;
	z-index: 9;
}

.tenedor-largo {
	display: none;
}

.cabecera-movil-single {
	display: none;
}

@media (max-width: 1800px) {
	.single-productos div#page {
		overflow: hidden;
	}
}

@media (max-width: 1450px) {
	:lang(en) a.boton-pie-producto {
		padding: 10px 30px;
		font-size: 26px;
	}
	:lang(en) .single-productos .cajapie {
		min-height: 460px;
	}
}

@media (max-width: 1300px) {
	.marco-olivas-producto {
		background-size: contain;
		width: 100%;
	}
	section.cuerpo-producto-fila3 {
		background-position: center;
	}
	.cuerpo-producto-fila3 .container .col1 {
		width: 100%;
	}
	.cuerpo-producto-fila3 .container .col2 {
		padding: 16px 40px 115px 126px;
		width: 70%;
	}
	.page-template-grid-aprende .breadcrumbs .container,
	.page-template-permanente .breadcrumbs .container {
		padding: 40px 40px 0;
	}
}

@media (max-width: 1200px) {
	a.boton-pie-producto {
		padding: 12px 46px;
	}
}

@media (max-width: 1100px) {
	.cuerpo-producto-fila3 .container .col2 {
		padding: 16px 40px 115px 80px;
	}
	a.boton-pie-producto {
		padding: 12px 36px;
		bottom: 10px;
	}
	.productos-template-producto-aceituna .f1bloque1 {
		width: 75% !important;
	}
	:lang(en) a.boton-pie-producto {
		padding: 10px 20px;
		font-size: 22px;
	}
	.cajapie.caja4 {
		align-items: flex-end;
	}
}

@media (max-width: 1000px) {
	.single-productos .f2bloque1,
	.single-productos .f2bloque2,
	.single-productos .f3bloque1,
	.single-productos .f3bloque2 {
		width: 100%;
	}
	.single-productos .fila2producto .f2bloque1 img {
		width: 460px;
	}
	.marco-olivas-producto div h3 {
		font-size: 30px;
	}
	a.boton-pie-producto {
		padding: 10px 28px;
		font-size: 24px;
	}
	.productos-template-producto-aceituna .f3bloque1,
	.productos-template-producto-aceituna .f3bloque2 {
		width: 100% !important;
	}
}

@media (max-width: 900px) {
	.cuerpo-producto-fila3 .container .col2 {
		padding: 16px 40px 115px 0px;
	}
	.cuerpo-producto-fila3 .container .col3 {
		width: 30%;
	}
	.banner-producto {
		background-position: 30%;
	}
	.productos-template-producto-aceituna .f1bloque1 {
		width: 85% !important;
	}
}

@media (max-width: 850px) {
	:lang(en) a.boton-pie-producto {
		padding: 8px 15px;
		font-size: 18px;
	}
	:lang(en) .single-productos .cajapie {
		min-height: 550px;
	}
}

@media (max-width: 820px) {
	.cajapie {
		min-height: 450px;
	}
	a.boton-pie-producto {
		padding: 10px 26px;
	}
}

@media (max-width: 800px) {
	.cuerpo-producto-fila3 .col3 img {
		bottom: -100px;
	}
}

@media (max-width: 780px) {
	.marco-olivas-producto div h3 {
		font-size: 26px;
	}
	section.cuerpo-producto-fila3 {
		background-size: cover;
	}
	a.boton-pie-producto {
		padding: 10px 22px;
		font-size: 22px;
	}
	.cajapie {
		min-height: 500px;
	}
	.productos-template-producto-aceituna .f1bloque1 {
		width: 100% !important;
	}
	.productos-template-producto-aceituna .f1bloque1 p {
		width: 100% !important;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 .col1 p {
		padding: 0 10px 0px 60px;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 .colimagen img {
		bottom: -100px !important;
	}
}

@media (max-width: 740px) {
	.marco-olivas-producto {
		padding: 0;
	}
	.marco-olivas-producto div {
		width: 78%;
		margin-bottom: 15px;
	}
	.marco-olivas-producto div h3 {
		font-size: 26px;
	}
	img.aceituna-negra {
		display: none;
	}
	.marco-olivas-producto {
		background: none;
		justify-content: center;
	}
	section.cuerpo-producto-fila2 .container {
		padding: 0 40px;
	}
	.cuerpo-producto-fila3 .container .col3 {
		width: 100%;
		text-align: center;
	}
	.cuerpo-producto-fila3 .col3 img {
		position: relative;
		bottom: -140px;
		width: 30%;
	}
	.cuerpo-producto-fila3 .container .col2 {
		padding: 16px 0px 0px 0px;
		width: 100%;
	}
	.cajapie.caja1,
	.cajapie.caja3 {
		width: 65%;
	}
	.cajapie.caja2,
	.cajapie.caja4 {
		width: 35%;
	}
	.tenedor-largo {
		display: block;
	}
	.tenedor-corto {
		display: none;
	}
	.cajapie {
		min-height: auto;
	}
	a.boton-pie-producto {
		position: relative;
	}
	.cajapie.caja3 {
		margin-bottom: 40px;
	}
	.cajapie.caja2,
	.cajapie.caja4 {
		padding: 0px;
	}
	section.pie-producto h3 {
		font-size: 45px;
		line-height: 45px;
	}
	.single-productos .cabecera-movil-single .bloque-titulos-producto {
		color: #000;
	}
	.cabecera-movil-single h1 {
		font-family: 'BodoniFLF';
		font-size: 50px;
		line-height: 50px;
		font-weight: 100;
		margin: 10px 0;
	}
	section.cuerpo-producto .container,
	.cabecera-movil-single .container {
		padding: 20px;
	}
	.bloque-titulos-producto {
		width: auto;
	}
}

@media (max-width: 630px) {
	.banner-producto {
		background-position: center;
	}
}

@media (max-width: 600px) {
	.single-productos .f1bloque1,
	.single-productos .f1bloque2 {
		width: 100%;
	}
	.productos-template-producto section.cuerpo-producto-fila2,
	.productos-template-producto-vinagre section.cuerpo-producto-fila2,
	.productos-template-producto-itinerante section.cuerpo-producto-fila2 {
		margin-bottom: 50px;
	}
	.cuerpo-producto-fila3 .col3 img {
		bottom: -100px;
	}
	.cabecera-movil-single {
		display: block;
	}
	.productos-template-producto-aceituna .bloque-titulos-producto {
		width: 100% !important;
	}
	.productos-template-producto-aceituna .banner-producto h1 {
		font-size: 45px;
		line-height: 45px;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 .container .col1 {
		width: 100% !important;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 .col1 p {
		padding: 0 40px !important;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 .colimagen img {
		position: relative;
		bottom: -130px !important;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 .colimagen {
		width: 100% !important;
		padding: 0 60px !important;
	}
	.productos-template-producto-aceituna .notas-aceituna .titulo-nota {
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.productos-template-producto-aceituna .f3bloque2 {
		margin-top: 40px;
	}
	:lang(en) .single-productos .cajapie {
		min-height: auto;
	}
	.single-productos .swiper-container.mySwiper .swiper-button-next,
	.single-productos .swiper-container.mySwiper .swiper-button-prev {
		display: none;
	}
	.single-productos .swiper-container.mySwiper {
		padding: 0;
	}
	.page-template-grid-aprende .titulo-estaticas h1,
	.page-template-permanente .titulo-estaticas h1 {
		text-align: center;
	}
}

@media (max-width: 320px) {
	.single-productos a.boton-pie-producto {
		font-size: 20px;
		padding: 10px 22px;
	}
	.productos-template-producto-aceituna .notas-aceituna .titulo-nota {
		font-size: 30px !important;
		line-height: 30px !important;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 .col1 p {
		padding: 0 !important;
	}
	.productos-template-producto-aceituna .cuerpo-producto-fila3 .colimagen {
		padding: 0 20px !important;
	}
	/*:lang(en) a.boton-pie-producto{
          padding: 10px 20px;
          font-size: 25px;
      }
  */
	:lang(en) a.boton-pie-producto {
		padding: 8px 15px;
		font-size: 16px;
		font-weight: bold;
	}
}

/* Ficha aceitunas */
.productos-template-producto-aceituna .f1bloque1 {
	width: 88%;
}

.productos-template-producto-aceituna.postid-236 .f1bloque1 {
	width: 60%;
}

.productos-template-producto-aceituna .f1bloque1 p {
	width: 60%;
}

.productos-template-producto-aceituna .bloque-titulos-producto {
	width: 50%;
}

.productos-template-producto-aceituna .f2bloque2 span,
.textos-carr-tipo span,
.page-template-cata .bloque1-aprende-cata span,
.page-template-mundo-aceite .bloque1-mundo span,
.page-template-blog .bloque1-noticias span {
	font-family: 'BodoniFLF';
	font-style: italic;
	font-size: 32px;
}

.productos-template-producto-aceituna .fila2producto {
	margin-top: 100px;
}

.productos-template-producto-aceituna .notas-aceituna .titulo-nota {
	font-family: 'BodoniFLF';
	font-size: 60px;
	line-height: 60px;
	font-weight: 100;
	border-bottom: 1px solid #000;
	width: 100%;
}

.productos-template-producto-aceituna .notas-aceituna .titulo-nota.color {
	background: url("/wp-content/uploads/2021/08/color.png");
	background-position: right;
	background-repeat: no-repeat;
}

.productos-template-producto-aceituna .notas-aceituna .titulo-nota.textura {
	background: url("/wp-content/uploads/2021/08/textura.png");
	background-position: right;
	background-repeat: no-repeat;
}

.productos-template-producto-aceituna .notas-aceituna .titulo-nota.olor {
	background: url("/wp-content/uploads/2021/08/olfato.png");
	background-position: right;
	background-repeat: no-repeat;
}

.productos-template-producto-aceituna .f3bloque1 {
	width: 40%;
}

.productos-template-producto-aceituna .f3bloque1 h2 {
	width: 76%;
}

.productos-template-producto-aceituna .f3bloque2 {
	width: 60%;
}

.productos-template-producto-aceituna .notas-aceituna p {
	margin: 0px 0 40px;
}

.productos-template-producto-aceituna .f2bloque1 {
	text-align: right;
	padding-right: 20px;
}

.productos-template-producto-aceituna .f2bloque1 img {
	width: 80%;
}

.productos-template-producto-aceituna .f2bloque2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.productos-template-producto-aceituna .cuerpo-producto-fila3 .container .col1 {
	width: 60%;
}

.colimagen {
	width: 32%;
	position: relative;
}

.colimagen img {
	bottom: -130px;
	position: absolute;
}

/*p.descripcion {
      padding: 0 10px 200px 120px;
  }*/
.cuerpo-producto-fila3 .col1 p {
	padding: 0 10px 200px 120px;
}

.mySwiper2 .swiper-slide {
	display: flex;
}

.textos-carr-tipo {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.productos-template-producto-aceituna.postid-253 .f1bloque1 p {
	width: 50%;
}

/* Ficha vinagre */
.productos-template-producto-vinagre .fila1producto {
	display: flex;
}

.productos-template-producto-vinagre .f1bloque1 h2 {
	width: 60%;
}

.productos-template-producto-vinagre .f1bloque1 p {
	width: 87%;
}

.productos-template-producto-vinagre .f2bloque1 {
	width: 75%;
}

.productos-template-producto-vinagre .f2bloque2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 10px 0;
}

.productos-template-producto-vinagre .f3bloque2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 40px 10px 0;
}

.caja-valor {
	width: 24%;
	text-align: center;
	padding: 20px;
}

.caja-valor img {
	width: 60%;
}

.caja-valor a {
	font-weight: bold;
	text-decoration: none;
	width: 60%;
	margin-top: 20px;
}

.caja-valor a:hover,
.caja-valor a:visited {
	text-decoration: underline;
	color: #000;
}

.f3bloque2 .caja-valor {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bloque-maridaje {
	width: 40%;
}

.maridaje {
	margin-top: 60px;
}

/** Modificaciones quitar marco 211221 **/
.productos-template-producto-vinagre .marco-olivas-producto {
	/* background: url(/wp-content/uploads/2021/08/marco-progreso-vinagre.jpg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; */
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 60px 70px 90px;
	width: 1080px;
	margin: auto;
	margin-top: 20px;
}

/** Fin Modificaciones quitar marco 211221 **/
.productos-template-producto-vinagre .notas-vinagre h2 {
	width: 40%;
}

body.productos-template.productos-template-producto-vinagre .marco-olivas-producto {
	line-height: 20px;
}

.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col2 {
	width: 75%;
	padding: 20px 40px 20px 360px;
}

.productos-template-producto-vinagre .cuerpo-producto-fila3 .col3 img {
	bottom: -200px;
	width: 88%;
	left: 40px;
}

.productos-template-producto-vinagre section.cuerpo-producto-fila3 {
	padding: 20px 0;
	background-position: bottom;
}

.productos-template-producto-vinagre .banner-producto .container {
	position: relative;
}

.productos-template-producto-vinagre .bloque-titulos-producto {
	width: 40%;
	/*position: relative;*/
}

.productos-template-producto-vinagre .subtitulo-producto-item,
.productos-template-producto-vinagre .intro-producto-item {
	width: 60%;
}

.productos-template-producto-vinagre .logo-igp {
	display: block !important;
	position: absolute;
	right: 250px;
	top: 150px;
}

/* Ficha aceite itinerante */
.productos-template-producto-itinerante .premios {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.productos-template-producto-itinerante .caja-premio {
	margin: 20px;
}

.productos-template-producto-itinerante .intro-premios {
	margin: 60px 0 30px;
}

.productos-template-producto-itinerante .fila1producto .f1bloque1 h2 {
	width: 80%;
}

.productos-template-producto-itinerante .fila1producto .f1bloque1 p {
	width: 88%;
}

.productos-template-producto-itinerante img.img-sello {
	position: absolute;
	right: 250px;
}

.imagen-maridaje img.imagen-maridaje-movil {
	display: none;
}

.imagen-maridaje img {
	display: block;
}

@media (max-width: 1600px) {
	.productos-template-producto-itinerante img.img-sello {
		right: 5%;
	}
}

@media (max-width: 1450px) {
	.productos-template-producto-vinagre .logo-igp {
		right: 5%;
	}
	.productos-template-producto-vinagre .notas-vinagre h2 {
		width: 100%;
	}
}

@media (max-width: 1300px) {
	.uvas-vino {
		right: 3%;
	}
}

@media (max-width: 1200px) {
	.productos-template-producto-vinagre .f1bloque1 h2 {
		width: 100%;
	}
	.productos-template-producto-vinagre .marco-olivas-producto {
		width: 100%;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col2 {
		width: 60%;
		padding: 20px 40px 20px 80px;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col1,
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col3 {
		width: 30%;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .col3 img {
		left: 100px;
	}
}

@media (max-width: 1100px) {
	.productos-template-producto-vinagre .banner-producto {
		background-position: 35%;
	}
	.productos-template-producto-vinagre .subtitulo-producto-item,
	.productos-template-producto-vinagre .intro-producto-item {
		width: 100%;
	}
	.productos-template-producto-vinagre .f2bloque2 {
		justify-content: space-around;
	}
	.productos-template-producto-vinagre .caja-valor {
		width: 32%;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col2 {
		width: 70%;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .col3 img {
		left: 30px;
		bottom: -180px;
	}
}

@media (max-width: 900px) {
	.productos-template-producto-itinerante img.img-sello {
		display: none;
	}
	.productos-template-producto-vinagre .logo-igp {
		width: 120px;
	}
	.productos-template-producto-vinagre .bloque-titulos-producto {
		width: 70%;
	}
	.productos-template-producto-vinagre .intro-producto-item {
		width: 70%;
	}
	.productos-template-producto-vinagre .banner-producto {
		background-position: 30%;
	}
	.productos-template-producto-vinagre .fila1producto {
		flex-wrap: wrap;
	}
	.productos-template-producto-vinagre .f1bloque1,
	.f1bloque2 {
		width: 100%;
	}
	.productos-template-producto-vinagre .uvas-vino {
		right: -10%;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col2 {
		padding: 20px 40px 20px 0px;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .col3 img {
		width: 100%;
	}
}

@media (max-width: 780px) {
	.productos-template-producto-vinagre .banner-producto {
		height: 86vh;
	}
	.productos-template-producto-vinagre .banner-producto h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.productos-template-producto-vinagre .caja-valor {
		width: 50%;
	}
	.productos-template-producto-vinagre .marco-olivas-producto div h3 {
		font-size: 24px;
		line-height: 15px;
	}
	.productos-template-producto-vinagre .uvas-vino {
		bottom: -58px;
		width: 490px;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .col3 img {
		bottom: -160px;
	}
}

@media (max-width: 740px) {
	.productos-template-producto-vinagre .marco-olivas-producto {
		background: none;
		padding: 0;
	}
	.productos-template-producto-vinagre .uvas-vino {
		display: none;
	}
	.productos-template-producto-vinagre .marco-olivas-producto div {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.productos-template-producto-vinagre .banner-producto {
		height: 100vh;
	}
	.productos-template-producto-vinagre .banner-producto {
		background-position: center;
	}
	.productos-template-producto-vinagre .logo-igp {
		right: inherit;
	}
	.productos-template-producto-vinagre .caja-valor {
		width: 100%;
		padding: 60px;
	}
	.imagen-maridaje img {
		display: none;
	}
	.imagen-maridaje img.imagen-maridaje-movil {
		display: block;
		width: 100%;
	}
	.bloque-maridaje {
		width: 100%;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col2 {
		padding: 20px 0px 20px 0px;
		width: 100%;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col3 {
		width: 100%;
		padding: 0 100px;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container {
		padding: 60px 40px 0px;
	}
	.productos-template-producto-vinagre section.cuerpo-producto-fila3 {
		padding: 20px 0 20px;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .col3 img {
		bottom: -130px;
	}
}

@media (max-width: 420px) {
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .col3 img {
		bottom: -120px;
	}
	.productos-template-producto-vinagre .cuerpo-producto-fila3 .container .col3 {
		padding: 0 20px;
	}
	.productos-template-producto-vinagre .caja-valor {
		padding: 40px;
	}
}

@media (max-width: 320px) {
	.productos-template-producto-vinagre .caja-valor {
		padding: 20px;
	}
}

/* Awards
  --------------------------------------------- */
.page-template-awards .premiados-marca {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.page-template-awards .premiados-marca .botella {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

.page-template-awards .premiados-marca .botella .img-band-awards,
.page-template-awards .premiados-marca .botella .botella-premida {
	width: 50%;
}

.page-template-awards .carrusel-medals {
	width: 100% !important;
}

.page-template-awards .texto-pie-awards {
	display: flex;
	flex-wrap: wrap;
}

.page-template-awards .col-awards {
	width: 46%;
	margin: 15px;
}

.page-template-awards .carrusel-medals .swiper-slide {
	display: flex;
}

/*.page-template-awards .carrusel-medals .swiper-slide img,*/
.page-template-awards .textos-carrusel-pequeno,
.page-template-awards .img-carrusel-medals {
	width: 50%;
	padding: 20px;
}

.banner-estatica {
	/*background-size: contain;*/
	background-size: cover;
	height: 60vh;
	background-repeat: no-repeat;
	position: relative;
}

.banner-estatica::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	z-index: 0;
	opacity: 0.4;
}

.titulo-estaticas h1,
.single-recetas .titulo-estaticas span,
.single-post .titulo-estaticas span {
	position: absolute;
	color: #fff;
	bottom: 5px;
	font-family: 'BodoniFLF';
	font-size: 70px;
	line-height: 70px;
	font-weight: 100;
	z-index: 999;
}

.page-template-awards .cajaawards p {
	width: 50%;
}

.page-template-awards .botella-premida {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-template-awards h3,
.page-template-legales h3 {
	font-family: 'BodoniFLF';
	font-size: 32px;
	line-height: 32px;
	font-weight: 100;
}

section.bloque1-awards .container {
	padding-bottom: 0;
}

.page-template-awards .swiper-slide p {
	text-align: left;
}

.page-template-awards .mySwiper .swiper-slide h3 {
	margin: 5px 0;
}

.page-template-awards .mySwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: 0;
}

.page-template-awards img.img-band-awards {
	max-width: 230px;
}

.page-template-awards .premiados-marca a.boton-pie-producto {
	position: relative;
	bottom: 0;
	text-decoration: none;
}

.botella-premida h3 {
	font-size: 40px;
	line-height: 40px;
}

.swiper-pagination3.swiper-pagination-clickable.swiper-pagination-bullets {
	text-align: center;
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.textos-carrusel-pequeno h3 {
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	margin: 0;
}

.textos-carrusel-pequeno p {
	margin: 0;
}

.textos-carrusel-pequeno {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 0 !important;
}

.page-template-awards section.carrusel a {
	text-transform: uppercase;
}

.page-template-awards .swiper-horizontal > .swiper-pagination-bullets,
.page-template-awards .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -6px;
}

.page-template-awards .swiper-container.mySwiper,
.page-template-awards .swiper-container.mySwiper2,
.page-template-awards .swiper-container.mySwiper3 {
	padding: 0 20px;
}

.page-template-awards .swiper-container.mySwiper .swiper-button-next,
.page-template-awards .swiper-container.mySwiper2 .swiper-button-next,
.page-template-awards .swiper-container.mySwiper3 .swiper-button-next {
	right: 0px !important;
}

.page-template-awards .swiper-container.mySwiper .swiper-button-prev,
.page-template-awards .swiper-container.mySwiper2 .swiper-button-prev,
.page-template-awards .swiper-container.mySwiper3 .swiper-button-prev {
	left: 0px !important;
}

.page-template-awards .swiper-container.mySwiper .swiper-button-next:after,
.page-template-awards .swiper-container.mySwiper .swiper-button-prev:after {
	color: black;
	font-size: 35px !important;
}

.page-template-awards .swiper-container.mySwiper2 .swiper-button-next:after,
.page-template-awards .swiper-container.mySwiper2 .swiper-button-prev:after,
.page-template-awards .swiper-container.mySwiper3 .swiper-button-next:after,
.page-template-awards .swiper-container.mySwiper3 .swiper-button-prev:after {
	color: black;
	font-size: 25px !important;
}

.page-template-awards .swiper-container.mySwiper2 .swiper-slide,
.page-template-awards .swiper-container.mySwiper3 .swiper-slide {
	max-width: 300px !important;
}

@media (max-width: 1360px) {
	.page-template-awards .premiados-marca a.boton-pie-producto {
		padding: 10px 32px;
	}
}

@media (max-width: 1150px) {
	.page-template-awards .premiados-marca a.boton-pie-producto {
		padding: 10px 28px;
		font-size: 26px;
	}
	:lang(en) .page-template-awards a.boton-pie-producto {
		padding: 10px 18px;
		font-size: 25px;
	}
	.banner-estatica {
		height: 35vh;
	}
}

@media (max-width: 1010px) {
	.page-template-awards .premiados-marca a.boton-pie-producto {
		padding: 8px 12px;
		font-size: 24px;
	}
}

@media (max-width: 830px) {
	.page-template-awards .premiados-marca .botella {
		width: 100%;
	}
	.page-template-awards .premiados-marca a.boton-pie-producto {
		padding: 10px 30px;
		font-size: 30px;
	}
	.page-template-awards .botella-premida {
		align-items: center;
	}
	.page-template-awards .col-awards {
		width: 100%;
		margin: 0px;
	}
}

@media (max-width: 600px) {
	.banner-estatica {
		background-position: center;
		height: 60vh;
	}
	.titulo-estaticas h1 {
		bottom: -10%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.single .titulo-estaticas h1 {
		width: 80%;
		font-size: 60px;
		line-height: 60px;
	}
	.single-post .cuerpo-noticia,
	.single-post .sidebar-noticia {
		width: 100% !important;
	}
	.single-post .sidebar-noticia {
		padding-left: 0 !important;
	}
	.page-template-awards .premiados-marca .botella {
		text-align: center;
		justify-content: center;
		margin: 40px 0;
	}
	.page-template-awards .premiados-marca .botella .img-band-awards,
	.page-template-awards .premiados-marca .botella .botella-premida {
		width: 100%;
	}
	.page-template-awards .texto-pie-awards {
		padding: 0;
	}
	.texto-pie-awards.container h2,
	.page-template-awards h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.page-template-awards .cajaawards p {
		width: 100%;
	}
	.page-template-awards .carrusel-medals {
		margin-top: 40px;
	}
	.page-template-awards .swiper-container.mySwiper .swiper-button-next,
	.page-template-awards .swiper-container.mySwiper .swiper-button-prev,
	.page-template-awards .swiper-container.mySwiper2 .swiper-button-next,
	.page-template-awards .swiper-container.mySwiper2 .swiper-button-prev,
	.page-template-awards .swiper-container.mySwiper3 .swiper-button-next,
	.page-template-awards .swiper-container.mySwiper3 .swiper-button-prev {
		display: none;
	}
	.page-template-awards .swiper-container.mySwiper,
	.page-template-awards .swiper-container.mySwiper2,
	.page-template-awards .swiper-container.mySwiper3 {
		padding: 0;
	}
}

@media (max-width: 320px) {
	.texto-pie-awards.container h2,
	.page-template-awards h2 {
		font-size: 46px;
		line-height: 46px;
	}
	.page-template-awards .premiados-marca a.boton-pie-producto {
		padding: 10px 26px;
		font-size: 28px;
	}
	:lang(en) .page-template-awards .premiados-marca a.boton-pie-producto {
		padding: 10px 20px;
		font-size: 25px;
	}
}

/* Origen
  --------------------------------------------- */
.cajaorigen {
	display: flex;
	flex-wrap: wrap;
}

.col1origen1 {
	width: 50%;
	padding-right: 30px;
}

.texto-pie-origen {
	text-align: center;
	position: relative;
}

.anuario .container,
.historia .container {
	height: 760px;
}

.page-template-origen .swiper-container,
.page-template-mundo-aceite .swiper-container {
	height: 100%;
}

.page-template-origen .swiper-slide,
.page-template-mundo-aceite .swiper-slide {
	position: relative;
}

.page-template-origen .swiper-slide img,
.page-template-mundo-aceite .swiper-slide img {
	width: 100%;
}

.page-template-origen .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
.page-template-mundo-aceite .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
	bottom: initial;
	right: 100px;
}

.page-template-origen .swiper-pagination-bullet,
.page-template-mundo-aceite .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 2px solid #000;
	opacity: 1;
}

.page-template-origen span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.page-template-mundo-aceite span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000;
}

.page-template-origen .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.page-template-mundo-aceite .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 22px 0;
	line-height: 0.5;
}

.page-template-origen span.swiper-pagination-bullet:before,
.page-template-mundo-aceite span.swiper-pagination-bullet:before {
	font-weight: bold;
	margin-left: -80px;
	font-size: 20px;
	color: #000;
	font-family: 'BodoniFLF';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:before {
	margin-left: -110px !important;
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(7):before {
	margin-left: -185px !important;
}

.page-template-origen span.swiper-pagination-bullet:nth-child(1):before {
	content: '1893';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(2):before {
	content: '1939';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(3):before {
	content: '1950';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(4):before {
	content: '1967';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(5):before {
	content: '1970';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(6):before {
	content: '1982';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(7):before {
	content: '1985';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(8):before {
	content: '1995';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(9):before {
	content: '1998';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(10):before {
	content: '2000';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(11):before {
	content: '2001';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(12):before {
	content: '2003';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(13):before {
	content: '2016';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(14):before {
	content: '2018';
}

.page-template-origen span.swiper-pagination-bullet:nth-child(15):before {
	content: '2019';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(1):before {
	content: '5000 BC';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(2):before {
	content: '1500 BC';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(3):before {
	content: '800 BC';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(4):before {
	content: '400 BC';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(5):before {
	content: '300 BC';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(6):before {
	content: '100 BC';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(7):before {
	content: '100 AD - 600 AD';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(8):before {
	content: '1100 AD';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(9):before {
	content: '1850 AD';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(10):before {
	content: '1919 AD';
}

.page-template-mundo-aceite span.swiper-pagination-bullet:nth-child(11):before {
	content: '2012 AD';
}

.page-template-origen .marco-historico,
.page-template-mundo-aceite .marco-historico {
	width: 725px;
	height: 516px;
	background: url("/wp-content/uploads/2021/12/CARTELA_300BC_years_new.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 99;
	bottom: 0;
}

.page-template-mundo-aceite .swiper-slide:nth-child(2) .marco-historico h3,
.page-template-mundo-aceite .swiper-slide:nth-child(3) .marco-historico h3,
.page-template-mundo-aceite .swiper-slide:nth-child(7) .marco-historico h3 {
	font-size: 57px;
	line-height: 26px;
	margin: 38px 0;
}

:lang(en) .page-template-mundo-aceite .swiper-slide:nth-child(3) .marco-historico h3,
:lang(en) .page-template-mundo-aceite .swiper-slide:nth-child(7) .marco-historico h3 {
	margin-top: 55px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(5) .marco-historico h3 {
	margin-bottom: 35px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(2) .marco-historico h3,
.page-template-mundo-aceite .swiper-slide:nth-child(7) .marco-historico h3 {
	line-height: 32px !important;
}

.page-template-origen .contenido-marco-historico,
.page-template-mundo-aceite .contenido-marco-historico {
	padding: 40px;
}

/** modificaciones marcos 211221 **/
.page-template-origen .contenido-marco-historico h3,
.page-template-mundo-aceite .contenido-marco-historico h3 {
	color: #fff;
	font-family: 'BodoniFLF';
	font-size: 58px;
	font-weight: 100;
	line-height: 30px;
	margin-bottom: 0.8em;
}

.page-template-origen .contenido-marco-historico,
.page-template-mundo-aceite .contenido-marco-historico {
	padding: 60px 110px 0;
	text-align: left;
}

.page-template-origen .fecha,
.page-template-mundo-aceite .fecha {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'BodoniFLF';
	font-size: 60px;
	color: #000;
}

.page-template-origen .swiper-slide:nth-child(1) .marco-historico {
	bottom: -20px;
}

.page-template-origen .swiper-slide:nth-child(2) .marco-historico {
	bottom: 20px;
	left: 100px;
}

.page-template-origen .swiper-slide:nth-child(3) .marco-historico {
	bottom: -80px;
}

.page-template-origen .swiper-slide:nth-child(4) .marco-historico {
	left: 450px;
}

.page-template-origen .swiper-slide:nth-child(5) .marco-historico {
	left: 450px;
}

.page-template-origen .swiper-slide:nth-child(6) .marco-historico {
	left: 400px;
}

.page-template-origen .swiper-slide:nth-child(7) .marco-historico {
	left: 400px;
}

.page-template-origen .swiper-slide:nth-child(8) .marco-historico {
	left: 350px;
	bottom: -60px;
}

.page-template-origen .swiper-slide:nth-child(9) .marco-historico {
	left: 350px;
	bottom: 40px;
}

.page-template-origen .swiper-slide:nth-child(10) .marco-historico {
	left: 450px;
	bottom: -60px;
}

.page-template-origen .swiper-slide:nth-child(11) .marco-historico {
	bottom: -60px;
}

.page-template-origen .swiper-slide:nth-child(12) .marco-historico {
	left: 450px;
}

.page-template-origen .swiper-slide:nth-child(13) .marco-historico {
	left: 450px;
	bottom: -40px;
}

.page-template-origen .swiper-slide:nth-child(14) .marco-historico {
	bottom: -40px;
	left: -20px;
}

.page-template-origen .swiper-slide:nth-child(15) .marco-historico {
	left: 250px;
	bottom: -40px;
}

:lang(en) .page-template-origen .swiper-slide:nth-child(15) .marco-historico h3 {
	margin-bottom: 18px;
}

:lang(en) .page-template-origen .swiper-slide:nth-child(1) .marco-historico h3,
:lang(en) .page-template-origen .swiper-slide:nth-child(2) .marco-historico h3 {
	margin-bottom: 38px;
}

.page-template-origen a.boton-pie-producto {
	position: relative;
	bottom: 0;
	text-decoration: none;
}

.page-template-origen .cuerpo-origen p.frase1 {
	width: 50%;
}

.page-template-origen .fase1 .container,
.page-template-origen .fase2 .container,
.page-template-origen .fase3 .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.page-template-origen .fase2 {
	background: #f5f5f5;
}

.page-template-origen .fase3 {
	background: #ededed;
}

.page-template-origen .columna1-fase1,
.page-template-origen .columna2-fase1,
.page-template-origen .columna1-fase2,
.page-template-origen .columna2-fase2,
.page-template-origen .columna1-fase3,
.page-template-origen .columna2-fase3 {
	width: 33%;
}

.page-template-origen h3 {
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
	font-family: 'BodoniFLF';
}

.page-template-origen .columna1-fase1,
.page-template-origen .columna1-fase2,
.page-template-origen .columna1-fase3 {
	padding: 40px 0;
}

.page-template-origen .columna2-fase1,
.page-template-origen .columna2-fase2,
.page-template-origen .columna2-fase3 {
	text-align: center;
}

.page-template-origen .forma-de-recoleccion {
	display: flex;
	flex-wrap: wrap;
}

.page-template-origen .forma-de-recoleccion .manual,
.page-template-origen .forma-de-recoleccion .sacudida {
	width: 50%;
}

.page-template-origen .forma-de-recoleccion .manual {
	text-align: right;
}

.page-template-origen .columna2-fase1 img,
.page-template-origen .columna2-fase1 p,
.page-template-origen .columna2-fase1 h3,
.page-template-origen .columna2-fase2 img,
.page-template-origen .columna2-fase2 p,
.page-template-origen .columna2-fase2 h3,
.page-template-origen .columna2-fase3 img,
.page-template-origen .columna2-fase3 p,
.page-template-origen .columna2-fase3 h3 {
	margin: 15px 0;
}

.page-template-origen h3.h3-fase {
	margin-bottom: 80px !important;
}

/*.columna1-fase1 h3, .columna1-fase1 p, .columna1-fase2 h3, .columna1-fase2 p, */
.columna1-fase3 h3,
.columna1-fase3 p {
	width: 66%;
}

.page-template-origen .columna1fases {
	position: sticky;
	top: 140px;
	width: 66%;
}

.page-template-origen .columna1fases h3 {
	border-top: 1px solid;
	padding-top: 30px;
}

.page-template-origen .columna1fases p {
	border-bottom: 1px solid;
	padding-bottom: 30px;
}

.page-template-origen .columna1fases .wpb_wrapper {
	text-align: center;
	display: none;
}

.page-template-origen .texto-pie-origen h3 {
	width: 70%;
	margin: auto;
	margin-bottom: 40px;
}

@media (max-width: 1440px) {
	.page-template-origen .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
	.page-template-mundo-aceite .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
		right: 30px;
	}
}

@media (max-width: 1350px) {
	.page-template-origen .swiper-slide:nth-child(4) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(5) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(10) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(12) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(13) .marco-historico {
		left: 400px;
	}
}

@media (max-width: 1300px) {
	.cajaorigen:nth-child(1) .col1origen1 {
		width: 80%;
	}
}

@media (max-width: 1280px) {
	.page-template-origen .swiper-slide:nth-child(4) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(5) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(6) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(7) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(10) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(12) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(13) .marco-historico {
		left: 300px;
	}
	.anuario .container,
	.historia .container {
		height: 700px;
	}
}

@media (max-width: 1200px) {
	.page-template-origen .swiper-slide:nth-child(4) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(5) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(6) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(7) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(10) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(12) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(13) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(8) .marco-historico,
	.page-template-origen .swiper-slide:nth-child(9) .marco-historico {
		left: 200px;
	}
	.page-template-origen .swiper-slide:nth-child(9) .marco-historico {
		bottom: 0;
	}
	.anuario .container,
	.historia .container {
		height: 660px;
	}
}

@media (max-width: 1130px) {
	.page-template-origen .swiper-slide:nth-child(15) .marco-historico {
		left: 200px;
	}
	/** Modificaciones marco 211221 **/
	.page-template-origen .swiper-slide:nth-child(15) .marco-historico h3 {
		line-height: 1px;
	}
	.page-template-origen .swiper-slide:nth-child(15) .marco-historico h3 {
		margin-bottom: 1em !important;
	}
	/** Fin Modificaciones marco 211221 **/
}

@media (max-width: 1100px) {
	.page-template-origen span.swiper-pagination-bullet:before {
		content: none !important;
	}
	.page-template-origen .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
	.page-template-origen .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
	.page-template-mundo-aceite .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
	.page-template-mundo-aceite .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 5px 4px !important;
	}
	.page-template-origen .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
		display: flex;
		justify-content: center;
		width: 100%;
		left: 0;
		right: 0;
		top: initial;
		bottom: 20px;
	}
	.anuario .container,
	.historia .container {
		height: 580px;
	}
	.page-template-origen .swiper-slide .marco-historico {
		top: 70% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
	.page-template-origen .cuerpo-origen p.frase1 {
		width: 100%;
	}
	.page-template-origen .columna1-fase1,
	.page-template-origen .columna2-fase1,
	.page-template-origen .columna1-fase2,
	.page-template-origen .columna2-fase2,
	.page-template-origen .columna1-fase3,
	.page-template-origen .columna2-fase3 {
		width: 100%;
	}
	.page-template-origen .columna1-fase1 {
		padding-top: 0;
	}
	.page-template-origen .columna1fases h3 {
		margin-top: 0;
		text-align: center;
	}
	.page-template-origen .fase1 .container {
		padding-top: 0;
	}
	.page-template-origen .columna1fases {
		position: relative;
		top: 0;
		width: 100%;
	}
	.page-template-origen .forma-de-recoleccion .manual {
		padding-right: 60px;
	}
	.page-template-origen .sacudida p {
		text-align: left;
	}
	.page-template-origen .columna1-fase3 h3,
	.page-template-origen .columna1-fase3 p {
		width: 100%;
		text-align: center;
	}
	.page-template-origen .texto-pie-origen h3 {
		width: 100%;
	}
}

@media (max-width: 1020px) {
	.anuario .container,
	.historia .container {
		height: 530px;
	}
}

@media (max-width: 960px) {
	.cajaorigen:nth-child(2) .col1origen1 {
		width: 100%;
	}
}

@media (max-width: 880px) {
	.anuario .container,
	.historia .container {
		height: 500px;
	}
	.page-template-origen .fecha,
	.page-template-mundo-aceite .fecha {
		top: 50px;
		font-size: 50px;
	}
	.page-template-origen .swiper-container .marco-historico,
	.page-template-mundo-aceite .swiper-container .marco-historico {
		width: 600px;
		height: 500px;
		top: 75% !important;
	}
	/** Modificaciones marco 211221 **/
	.page-template-origen .contenido-marco-historico h3,
	.page-template-mundo-aceite .contenido-marco-historico h3,
	.page-template-mundo-aceite .swiper-slide:nth-child(2) .marco-historico h3,
	.page-template-mundo-aceite .swiper-slide:nth-child(3) .marco-historico h3 {
		font-size: 40px;
		line-height: 25px;
	}
	.page-template-mundo-aceite .swiper-slide:nth-child(7) .marco-historico h3 {
		font-size: 31px;
		line-height: 25px;
	}
	.page-template-origen .swiper-slide:nth-child(15) .marco-historico h3 {
		line-height: 17px;
	}
	.page-template-origen .swiper-slide:nth-child(15) .marco-historico p {
		font-size: 12px;
	}
	/** Fin Modificaciones marco 211221 **/
	.page-template-mundo-aceite .swiper-slide:nth-child(5) .marco-historico h3 {
		margin-bottom: 30px;
	}
	.page-template-origen .contenido-marco-historico p,
	.page-template-mundo-aceite .contenido-marco-historico p {
		font-size: 13px;
		font-weight: 600;
	}
	.page-template-origen .contenido-marco-historico,
	.page-template-mundo-aceite .contenido-marco-historico {
		padding: 50px 90px 0;
	}
}

@media (max-width: 800px) {
	.anuario .container,
	.historia .container {
		height: 450px;
	}
}

@media (max-width: 700px) {
	.anuario .container,
	.historia .container {
		height: 500px;
		width: 100%;
		padding: 0;
	}
	.page-template-origen .swiper-slide img,
	.page-template-mundo-aceite .swiper-slide img {
		position: absolute;
		width: 908px;
		max-width: 908px;
		height: 500px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
	}
}

@media (max-width: 500px) {
	.page-template-origen .swiper-container .marco-historico,
	.page-template-mundo-aceite .swiper-container .marco-historico {
		background-image: none;
		background: #fff;
		max-width: 305px;
		/*height: auto !important;*/
		height: 250px;
		top: 50% !important;
	}
	.page-template-origen .contenido-marco-historico,
	.page-template-mundo-aceite .contenido-marco-historico {
		padding: 0px;
	}
	.page-template-origen .contenido-marco-historico h3,
	.page-template-mundo-aceite .contenido-marco-historico h3 {
		font-size: 40px;
		line-height: 1;
		margin: 0px 0 10px;
		background: url(/wp-content/uploads/2021/08/fondo-head-marco.jpg);
		padding: 5px 10px;
		background-repeat: no-repeat;
	}
	.page-template-origen .contenido-marco-historico p,
	.page-template-mundo-aceite .contenido-marco-historico p {
		padding: 0 10px;
	}
	.page-template-origen .swiper-slide:nth-child(11) .marco-historico h3 {
		font-size: 32px !important;
	}
	.page-template-origen .swiper-slide:nth-child(15) .marco-historico h3 {
		line-height: 1;
		font-size: 30px;
	}
	/** Modificación quitar marcos 211221 **/
	/* .page-template-origen .marco-historico:before, .page-template-mundo-aceite .marco-historico:before{
          content: '';
          position: absolute;
          background: url(/wp-content/uploads/2021/08/marco-arriba.png) no-repeat center;
          left: -78px;
          top: -45px;
          width: 238px;
          height: 233px;
      }

      .page-template-origen .marco-historico:after, .page-template-mundo-aceite .marco-historico:after{
          content: '';
          background: url(/wp-content/uploads/2021/08/marco-abajo.png) no-repeat center;
          display: block;
          position: absolute;
          bottom: -109px;
          right: -70px;
          width: 230px;
          height: 223px;
      } */
	.page-template-producto h2,
	.productos-template h2,
	.page-template-awards h2,
	.page-template-origen h2,
	.page-template-calidad h2,
	.page-template-cata h2,
	.page-template-mundo-aceite h2,
	.page-template-tipos-vinagres h2,
	.page-template-recetas .bloque1-recetas h2,
	.single-recetas h1.entry-title,
	.page-template-blog .bloque1-noticias h2,
	.single-post h1.entry-title {
		font-size: 42px;
		line-height: 42px;
	}
	.page-template-origen .col1origen1 {
		width: 100% !important;
		padding: 0;
	}
	.page-template-origen .forma-de-recoleccion .manual,
	.page-template-origen .forma-de-recoleccion .sacudida {
		width: 100%;
		text-align: center !important;
		padding: 0 !important;
	}
	.page-template-origen .texto-pie-origen h3,
	.page-template-origen .columna2-fase2 h3 {
		font-size: 40px;
		line-height: 40px;
	}
}

@media (max-width: 320px) {
	a.boton-pie-producto {
		font-size: 28px;
		padding: 12px 30px;
	}
}

/* Calidad
  --------------------------------------------- */
.page-template-calidad .fila1-calidad,
.page-template-calidad .fila2-calidad,
.page-template-calidad .fila3-calidad {
	display: flex;
	flex-wrap: wrap;
}

.page-template-calidad .columna-calidad {
	width: 50%;
}

.page-template-calidad .plata-aceite {
	position: relative;
}

.page-template-calidad .plata-aceite:after,
.page-template-calidad .plata-aceite:before {
	content: '';
	display: block;
	background: url(/wp-content/uploads/2021/08/hojas-aceite.png) no-repeat center;
	top: -58px;
	min-width: 500px;
	min-height: 220px;
	position: absolute;
	background-size: contain;
	left: -11px;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}

.page-template-calidad .plata-aceite:after {
	top: 320px;
	transform: rotate(180deg);
	left: -13px;
}

.columna-calidad.col-imagenes {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-top: 150px;
}

h2.h2-calidad1 {
	margin-bottom: 80px;
}

h2.h2-calidad2,
h2.h2-calidad3,
h2.h2-calidad4 {
	margin-top: 60px;
}

.fila1-calidad .columna-calidad:nth-child(1) {
	padding-right: 24px;
	padding-bottom: 50px;
}

.fila2-calidad .columna-calidad:nth-child(1),
.fila3-calidad .columna-calidad:nth-child(1) {
	width: 30%;
}

:lang(en) .fila3-calidad .columna-calidad:nth-child(1) {
	width: 50%;
}

.fila2-calidad .columna-calidad:nth-child(3),
.fila3-calidad .columna-calidad:nth-child(3) {
	padding-right: 25px;
}

@media (max-width: 960px) {
	.page-template-calidad .plata-aceite {
		display: none;
	}
	.page-template-calidad .columna-calidad {
		width: 100%;
	}
	.columna-calidad.col-imagenes {
		padding-top: 0;
	}
	.fila2-calidad .columna-calidad:nth-child(1),
	.fila3-calidad .columna-calidad:nth-child(1) {
		width: 50%;
	}
	h2.h2-calidad1 {
		margin-bottom: 50px;
		font-size: 68px;
		line-height: 68px;
	}
}

@media (max-width: 420px) {
	h2.h2-calidad1 {
		font-size: 56px;
		line-height: 56px;
	}
	.f2bloque1 span,
	.f3bloque1 span,
	.cuerpo-producto-fila3 .col1 span,
	.cuerpo-producto-fila2 .notas-vinagre span,
	.cuerpo-producto-fila3 .origen-vinagre span,
	.fila-premios .intro-premios span,
	.page-template-awards .bloque1-awards span,
	.page-template-calidad .bloque1-calidad span,
	span.subtitulo-tabs-vinagre,
	.page-template-recetas .bloque1-recetas span {
		line-height: 32px;
	}
	.fila1-calidad .columna-calidad:nth-child(1),
	.fila2-calidad .columna-calidad:nth-child(3),
	.fila3-calidad .columna-calidad:nth-child(3) {
		padding-right: 0;
	}
}

@media (max-width: 320px) {
	.fila2-calidad .columna-calidad:nth-child(1),
	.fila3-calidad .columna-calidad:nth-child(1) {
		width: 100%;
	}
	h2.h2-calidad2 {
		font-size: 36px;
	}
}

/* Aprende
  --------------------------------------------- */
/* Grid */
.cuerpo-aprende-grid span.inicio {
	width: 100%;
}

.page-id-495 h1 {
	width: 70%;
	margin-bottom: 60px !important;
}

.page-id-1135 h1 {
	width: 58%;
}

.page-id-1134 h1 {
	width: 48%;
}

.page-id-1134 .cuerpo-aprende-grid .intro p {
	width: 70%;
}

.page-id-497 h1 {
	width: 40%;
}

.cuerpo-aprende-grid .intro {
	margin-bottom: 60px !important;
}

.cuerpo-aprende-grid .intro p {
	width: 45%;
}

@media (max-width: 1100px) {
	.page-id-497 h1 {
		width: 60%;
	}
}

@media (max-width: 768px) {
	.page-id-497 h1 {
		width: 80%;
	}
}

@media (max-width: 600px) {
	.page-id-495 h1,
	.page-id-497 h1 {
		width: 100%;
	}
	.cuerpo-aprende-grid .intro p {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.page-id-497 h1,
	.page-id-1134 h1 {
		font-size: 50px !important;
		line-height: 50px !important;
	}
	.page-id-1134 h1,
	.page-id-1134 .cuerpo-aprende-grid .intro p {
		width: 100%;
	}
}

/* Mundo aceite */
.fila2-aprende-mundo {
	display: flex;
	flex-wrap: wrap;
}

.fila2-aprende-mundo .col1-mundo,
.fila2-aprende-mundo .col2-mundo {
	width: 50%;
}

.page-template-mundo-aceite .swiper-slide:nth-child(2) .marco-historico {
	margin-left: 130px;
	margin-bottom: -100px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(3) .marco-historico {
	margin-bottom: -100px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(4) .marco-historico {
	margin-bottom: -80px;
	margin-left: 100px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(5) .marco-historico {
	margin-bottom: -130px;
	margin-left: 330px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(6) .marco-historico {
	margin-bottom: -80px;
	margin-left: 200px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(7) .marco-historico {
	margin-bottom: -130px;
	margin-left: 330px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(8) .marco-historico {
	margin-bottom: -130px;
	margin-left: 330px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(9) .marco-historico {
	margin-bottom: 20px;
}

.page-template-mundo-aceite .swiper-slide:nth-child(11) .marco-historico {
	margin-bottom: -130px;
}

.fila1-aprende-mundo h2 {
	width: 40%;
}

.aprende-mapa h2 {
	width: 35%;
}

:lang(en) .aprende-mapa h2 {
	width: 38%;
}

.aprende-mapa p {
	width: 50%;
}

.mapa-historia {
	position: relative;
}

@keyframes progreso-map {
	0% {
		opacity: 0;
		-moz-opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(0);
		-webkit-transform: translate(-50%, -70%);
		-moz-transform: translate(-50%, -70%);
		-ms-transform: translate(-50%, -70%);
		-o-transform: translate(-50%, -70%);
	}
	100% {
		opacity: 1;
		-moz-opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(0);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
}

.location-circ.animate {
	animation-name: progreso-map;
	animation-duration: 3s;
}

.location-circ {
	background: #6aa4a5 url(/wp-content/uploads/2021/08/botella-map.png) no-repeat center top;
	background-size: cover;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.location-circ-item-1 {
	top: 20%;
	left: 20%;
	height: 106px;
	width: 106px;
}

.location-circ-item-2 {
	top: 55%;
	left: 28%;
	height: 160px;
	width: 160px;
}

.location-circ-item-3 {
	top: 26%;
	left: 57%;
	height: 111px;
	width: 111px;
}

.location-circ-item-4 {
	top: 77%;
	left: 57%;
	height: 113px;
	width: 113px;
}

.location-circ-item-5 {
	top: 80%;
	left: 80%;
	height: 110px;
	width: 110px;
}

.location-circ-item-1 .titular {
	font-size: 48px;
}

.location-circ-item-2 .titular {
	font-size: 60px;
}

.location-circ-item-2 .titular span {
	font-size: 30px;
}

.location-circ-item-3 .titular {
	font-size: 39px;
}

.location-circ-item-3 .titular span {
	font-size: 19px;
}

.location-circ-item-4 .titular {
	font-size: 39px;
}

.location-circ-item-4 .titular span {
	font-size: 19px;
}

.location-circ-item-5 .titular {
	font-size: 39px;
}

.location-circ-item-5 .titular span {
	font-size: 16px;
}

p.titular.titular-negro {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.location-circ .titular {
	color: #fff;
	border-left: 1px solid #fff;
	display: block;
	font-family: 'DidotLH-Bold';
	text-align: left;
	line-height: 1;
	margin: 0;
	padding: 0;
	padding-left: 3%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.location-circ-item-1 .titular span {
	font-size: 12px;
}

.location-circ .titular span {
	line-height: .95;
	font-family: 'BodoniFLF';
	margin: 0;
	padding: 0;
}

p.mapa {
	width: 100%;
}

.location-circ:after {
	content: '';
	height: 128px;
	width: 128px;
	border: 1px solid #6aa4a5;
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.location-circ-item-1:after {
	height: 116px;
	width: 116px;
}

.location-circ-item-2:after {
	height: 170px;
	width: 170px;
}

.location-circ-item-3:after {
	height: 121px;
	width: 121px;
}

.location-circ-item-4:after {
	height: 123px;
	width: 123px;
}

.location-circ-item-5:after {
	height: 120px;
	width: 120px;
}

.fila1-mapa-texto,
.fila2-mapa-texto,
.fila3-mapa-pie {
	display: flex;
	flex-wrap: wrap;
}

.fila1-mapa-texto .col1-mapa-texto,
.fila1-mapa-texto .col2-mapa-texto {
	width: 50%;
}

.fila2-mapa-texto .col1-mapa-texto,
.fila2-mapa-texto .col2-mapa-texto,
.fila2-mapa-texto .col3-mapa-texto {
	width: 33%;
	padding-right: 40px;
}

.fila1-mapa-texto .col1-mapa-texto {
	display: flex;
	align-items: center;
}

section.abuelo-olivas {
	margin-top: 20px;
}

.fila2-mapa-pie h2 {
	width: 40%;
	text-align: left;
}

:lang(en) .fila2-mapa-pie h2 {
	width: 30%;
}

.fila2-mapa-pie p {
	width: 48%;
	text-align: left;
}

.fila2-mapa-pie {
	text-align: center;
}

.fila3-mapa-pie .col1-mapa-pie,
.fila3-mapa-pie .col2-mapa-pie,
.fila3-mapa-pie .col3-mapa-pie,
.fila3-mapa-pie .col4-mapa-pie,
.fila3-mapa-pie .col5-mapa-pie {
	width: 25%;
	padding-right: 40px;
}

@media (max-width: 1300px) {
	.page-template-mundo-aceite .swiper-slide:nth-child(5) .marco-historico,
	.page-template-mundo-aceite .swiper-slide:nth-child(7) .marco-historico,
	.page-template-mundo-aceite .swiper-slide:nth-child(8) .marco-historico {
		left: -100px;
	}
}

@media (max-width: 1100px) {
	.fila1-aprende-mundo h2,
	.aprende-mapa h2,
	.fila2-mapa-pie h2 {
		width: 50%;
		font-size: 60px;
		line-height: 60px;
	}
	.fila2-aprende-mundo .col1-mundo,
	.fila2-aprende-mundo .col2-mundo {
		width: 100%;
	}
	.page-template-mundo-aceite span.swiper-pagination-bullet:before {
		content: none !important;
	}
	.page-template-mundo-aceite .fecha {
		top: 45px;
	}
	.page-template-mundo-aceite .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
		display: flex;
		justify-content: center;
		width: 100%;
		left: 0;
		right: 0;
		top: initial;
		bottom: 20px;
	}
	.page-template-mundo-aceite .swiper-slide .marco-historico {
		top: 70% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		margin: 0 !important;
	}
}

@media (max-width: 1000px) {
	.fila1-mapa-texto .col1-mapa-texto,
	.fila1-mapa-texto .col2-mapa-texto,
	.fila2-mapa-pie p {
		width: 100%;
	}
	.col2-mapa-texto {
		text-align: center;
	}
	.fila3-mapa-pie .col1-mapa-pie,
	.fila3-mapa-pie .col2-mapa-pie,
	.fila3-mapa-pie .col3-mapa-pie,
	.fila3-mapa-pie .col4-mapa-pie,
	.fila3-mapa-pie .col5-mapa-pie {
		width: 50%;
		padding-top: 40px;
	}
}

@media (max-width: 800px) {
	.page-template-mundo-aceite .swiper-slide .marco-historico {
		top: 78% !important;
	}
	.page-template-mundo-aceite .fecha {
		top: 34px;
		font-size: 48px;
		width: 100%;
	}
	.page-template-mundo-aceite .swiper-slide .marco-historico h3 {
		font-size: 40px !important;
	}
	.page-template-mundo-aceite .swiper-slide:nth-child(7) .marco-historico h3 {
		line-height: 0.5 !important;
	}
	.aprende-mapa p {
		width: 100%;
	}
	.fila1-aprende-mundo h2,
	.aprende-mapa h2,
	.fila2-mapa-pie h2 {
		width: 60%;
	}
}

@media (max-width: 767px) {
	.mapa-historia {
		display: none;
	}
}

@media (max-width: 700px) {
	.page-template-mundo-aceite .fecha {
		top: 75px;
	}
}

@media (max-width: 600px) {
	.fila1-aprende-mundo h2 {
		width: 100%;
	}
	.fila1-aprende-mundo h2,
	.aprende-mapa h2,
	.fila2-mapa-pie h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.fila1-aprende-mundo h2,
	.aprende-mapa h2,
	.fila2-mapa-pie h2 {
		width: 100%;
	}
	.fila2-mapa-texto .col1-mapa-texto,
	.fila2-mapa-texto .col2-mapa-texto,
	.fila2-mapa-texto .col3-mapa-texto {
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}
	.col2-mapa-texto {
		text-align: left;
	}
	.fila3-mapa-pie .col1-mapa-pie,
	.fila3-mapa-pie .col2-mapa-pie,
	.fila3-mapa-pie .col3-mapa-pie,
	.fila3-mapa-pie .col4-mapa-pie,
	.fila3-mapa-pie .col5-mapa-pie {
		width: 100%;
		padding-right: 0;
	}
	.aprende-mapa .container {
		padding-bottom: 0;
	}
}

@media (max-width: 500px) {
	.page-template-mundo-aceite .swiper-slide .marco-historico {
		top: 50% !important;
	}
	.page-template-mundo-aceite .swiper-slide .marco-historico h3 {
		margin: 0 !important;
	}
	.page-template-mundo-aceite .swiper-slide:nth-child(2) .marco-historico h3,
	.page-template-mundo-aceite .swiper-slide:nth-child(3) .marco-historico h3 {
		padding: 8px;
		font-size: 36px !important;
		line-height: 0.5 !important;
	}
}

@media (max-width: 320px) {
	.fila1-aprende-mundo h2,
	.aprende-mapa h2,
	.fila2-mapa-pie h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.page-template-mundo-aceite .bloque1-mundo span {
		line-height: 32px;
	}
}

/* Cata */
.page-template-cata .fila2-aprende-cata,
.page-template-cata .fila3-aprende-cata,
.page-template-cata .fila4-aprende-cata,
.page-template-cata .fila5-aprende-cata,
.page-template-cata .fila6-aprende-cata,
.page-template-cata .bloques-footer-cata {
	display: flex;
	flex-wrap: wrap;
}

.page-template-cata .fila2-aprende-cata .columna-aprende-cata {
	width: 50%;
}

.page-template-cata .col-footer-cata {
	width: 33%;
	padding-right: 40px;
	line-height: 1.8;
}

section.bloque1-aprende-cata {
	background: #ece3dc;
}

.page-template-cata .breadcrumbs {
	background: #ece3dc;
}

.page-template-cata .banner-estatica {
	background-size: cover;
}

.page-template-cata .fila2-aprende-cata .columna-aprende-cata:nth-child(1) {
	padding-right: 30px;
}

.fila3-aprende-cata .columna-aprende-cata.col1-cata,
.fila3-aprende-cata .columna-aprende-cata.col3-cata,
.fila4-aprende-cata .columna-aprende-cata.col1-cata,
.fila4-aprende-cata .columna-aprende-cata.col3-cata {
	width: 20%;
}

.fila3-aprende-cata .columna-aprende-cata.col2-cata,
.fila4-aprende-cata .columna-aprende-cata.col2-cata {
	width: 60%;
	text-align: center;
}

.fila3-aprende-cata .columna-aprende-cata.col1-cata h3 {
	width: 40%;
}

.fila3-aprende-cata .columna-aprende-cata.col3-cata h3 {
	width: 70%;
}

.fila3-aprende-cata .columna-aprende-cata.col3-cata p {
	width: 80%;
}

.fila3-aprende-cata .columna-aprende-cata.col3-cata {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.page-template-cata,
.page-template-cata h2,
.page-template-cata span,
.page-template-cata a,
.page-template-cata a:hover,
.page-template-cata a:visited {
	color: #000;
}

.page-template-cata footer,
.page-template-cata footer h2,
.page-template-cata footer span,
.page-template-cata footer a,
.page-template-cata footer a:hover,
.page-template-cata footer a:visited {
	color: #fff;
}

.fila3-aprende-cata,
.fila4-aprende-cata,
.fila5-aprende-cata,
.fila6-aprende-cata {
	margin-bottom: 60px;
}

.fila4-aprende-cata .columna-aprende-cata.col1-cata,
.fila4-aprende-cata .columna-aprende-cata.col3-cata {
	width: 22%;
}

.fila4-aprende-cata .columna-aprende-cata.col2-cata {
	width: 56%;
}

.page-template-cata h3 {
	font-family: 'BodoniFLF';
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
	margin: 10px 0;
}

.fila5-aprende-cata .columna-aprende-cata.col1-cata {
	width: 40%;
}

.fila5-aprende-cata .columna-aprende-cata.col2-cata {
	width: 40%;
	text-align: center;
}

.fila5-aprende-cata .columna-aprende-cata.col3-cata {
	width: 20%;
}

.fila5-aprende-cata .columna-aprende-cata.col3-cata p {
	width: 87%;
}

.fila6-aprende-cata .columna-aprende-cata {
	width: 30%;
}

:lang(en) .fila6-aprende-cata .columna-aprende-cata {
	width: 29%;
}

.fila6-aprende-cata .columna-aprende-cata.col1-cata p {
	width: 58%;
}

.fila6-aprende-cata .columna-aprende-cata.col3-cata h3 {
	width: 55%;
}

.fila6-aprende-cata .columna-aprende-cata.col3-cata p {
	width: 48%;
}

.fila6-aprende-cata .columna-aprende-cata.col3-cata {
	margin-left: 60px;
}

section.bloque2-aprende-cata h2 {
	width: 75%;
}

.img-col-foot-cata {
	text-align: center;
}

.page-template-cata .sentidos-img {
	display: block;
	width: 100%;
}

.sentidos-img.ojo100 > p.sentidos-item-1,
.sentidos-img.nariz100 > p.sentidos-item-2,
.sentidos-img.lengua100 > p.sentidos-item-3,
.sentidos-img.mano100 > p.sentidos-item-4 {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.sentidos-img > p {
	opacity: .15;
	-moz-opacity: .15;
	filter: alpha(opacity=15);
}

.sentidos-img > p {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.sentidos-img > p.sentidos-item-1:before {
	background-position: 4px;
}

.sentidos-img > p:before {
	display: block;
	content: '';
	background: url(/wp-content/uploads/2021/08/unnamed.png) no-repeat center;
	height: 60px;
	width: 60px;
	margin-bottom: 12px;
}

.sentidos-img > p.sentidos-item-2:before {
	background-position: -66px;
}

.sentidos-img > p.sentidos-item-3:before {
	background-position: -137px;
}

.sentidos-img > p.sentidos-item-4:before {
	background-position: -206px;
}

.columna-aprende-cata span {
	font-family: 'Andale Mono' !important;
	font-style: normal !important;
	font-size: 12px !important;
}

.sentidos-img p {
	width: initial !important;
}

.page-template-cata .movil-cata {
	display: none;
}

@media (max-width: 990px) {
	.page-template-cata .fila2-aprende-cata .columna-aprende-cata {
		width: 100%;
	}
	.fila3-aprende-cata .columna-aprende-cata.col1-cata,
	.fila3-aprende-cata .columna-aprende-cata.col3-cata,
	.fila4-aprende-cata .columna-aprende-cata.col1-cata,
	.fila4-aprende-cata .columna-aprende-cata.col3-cata {
		width: 50%;
	}
	.fila3-aprende-cata .columna-aprende-cata.col2-cata,
	.fila4-aprende-cata .columna-aprende-cata.col2-cata {
		width: 50%;
	}
	.fila3-aprende-cata .columna-aprende-cata.col1-cata h3 {
		width: 100%;
	}
	.page-template-cata .movil-cata {
		display: block;
	}
	.fila4-aprende-cata .columna-aprende-cata.col1-cata,
	.fila6-aprende-cata .columna-aprende-cata.col1-cata {
		display: none;
	}
	.fila3-aprende-cata .columna-aprende-cata.col3-cata {
		justify-content: flex-start;
	}
	.fila5-aprende-cata .columna-aprende-cata.col1-cata {
		width: 60%;
	}
	.fila5-aprende-cata .columna-aprende-cata.col3-cata {
		width: 50%;
	}
	.fila6-aprende-cata .columna-aprende-cata {
		width: 50%;
	}
	.fila5-aprende-cata .columna-aprende-cata.col1-cata.movil-cata {
		width: 50%;
	}
	.fila6-aprende-cata .columna-aprende-cata.col3-cata h3 {
		width: 72%;
	}
	.fila6-aprende-cata .columna-aprende-cata.col3-cata p {
		width: 100%;
	}
	section.bloque2-aprende-cata h2 {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.fila3-aprende-cata .columna-aprende-cata.col1-cata,
	.fila3-aprende-cata .columna-aprende-cata.col3-cata,
	.fila4-aprende-cata .columna-aprende-cata.col1-cata,
	.fila4-aprende-cata .columna-aprende-cata.col3-cata {
		width: 100%;
	}
	.page-template-cata h3 br {
		display: none;
	}
	.fila3-aprende-cata .columna-aprende-cata.col2-cata,
	.fila4-aprende-cata .columna-aprende-cata.col2-cata,
	.fila5-aprende-cata .columna-aprende-cata.col1-cata,
	.fila5-aprende-cata .columna-aprende-cata.col2-cata,
	.fila5-aprende-cata .columna-aprende-cata.col3-cata,
	.fila5-aprende-cata .columna-aprende-cata.col1-cata.movil-cata,
	.fila6-aprende-cata .columna-aprende-cata {
		width: 100%;
	}
	.fila6-aprende-cata .columna-aprende-cata.col3-cata {
		margin-left: 0px;
	}
	.page-template-cata .col-footer-cata {
		width: 100%;
		padding-right: 0px;
	}
}

@media (max-width: 320px) {
	section.bloque1-aprende-cata .container {
		padding: 20px;
	}
}

/* Vinagre */
.page-template-tipos-vinagres ul {
	list-style: none;
	list-style-position: inside;
	padding-left: 0 !important;
	margin-left: 0;
}

.caracteristicas-vinagre {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.caracteristicas-vinagre .caracteristica {
	width: 33%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 90px;
}

.cajavinagre h2.textocaaja1 {
	margin-bottom: 60px;
}

.table-inner-vinagres {
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.table-inner-vinagres .table-vinagres-col-mobile {
	display: none;
}

.table-inner-vinagres div {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
}

.descripcion-txt-negro,
.descripcion-txt-negro a,
.descripcion-txt-negro strong {
	color: #000;
}

.descripcion-txt {
	/*color: #fff;*/
	line-height: 2em;
	font-size: .95rem;
	letter-spacing: -.5px;
	font-weight: 400;
}

.table-inner-vinagres .table-vinagres-col-1,
.table-inner-vinagres .table-vinagres-col-2 {
	width: 25%;
}

.table-inner-vinagres .table-box-vinagres li {
	min-height: 100px;
	position: relative;
}

.table-inner-vinagres .table-box-vinagres li > span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 2%;
}

.table-inner-vinagres .table-vinagres-col-1 li > span {
	display: inline-block;
	width: 100%;
}

.table-inner-vinagres .table-vinagres-col-1 span {
	text-align: left;
	font-family: 'BodoniFLF';
	font-size: 18px;
	line-height: 33px;
}

.table-inner-vinagres .table-box-vinagres li:after {
	content: '';
	background: url(/wp-content/uploads/2021/08/line-purple-4.png) left repeat-x;
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.table-inner-vinagres .table-box-vinagres.sin-deco li:after {
	background: none;
}

.table-inner-vinagres .table-vinagres-col-2 {
	border: 2px solid #98346b;
}

.table-inner-vinagres .table-vinagres-col-2 h2,
.table-inner-vinagres .table-vinagres-col-3 h3 {
	font-size: 16px;
	line-height: 33px;
	font-weight: 700;
}

.titular {
	font-family: 'BodoniFLF';
}

.table-inner-vinagres .table-vinagres-col-2 h2:before {
	content: '';
	background: url(/wp-content/uploads/2021/08/LOGO.png) center bottom no-repeat;
	background-size: 115px;
	width: 100%;
	height: 80px;
	display: block;
}

/*.table-inner-vinagres .table-box-vinagres .item-hidden {
      clip-path: inset(100%);
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px,1px,1px,1px);
      height: 1px;
      overflow: hidden;
      position: absolute;
      white-space: nowrap;
      width: 1px;
  }*/
.table-inner-vinagres .table-box-vinagres .item-hidden {
	display: none;
}

.item-block {
	display: block;
}

.table-inner-vinagres .table-box-vinagres img {
	display: inline-block;
	max-width: 140px;
	width: 100%;
}

.table-inner-vinagres .table-vinagres-col-3,
.table-inner-vinagres .table-vinagres-col-3 .table-vinagres-col-3a,
.table-inner-vinagres .table-vinagres-col-3 .table-vinagres-col-3b {
	width: 50%;
}

.table-inner-vinagres .table-vinagres-col-3 h2 {
	font-size: 18px;
	line-height: 33px;
	padding: 0 2% 8px;
	width: 100%;
}

.table-inner-vinagres h2,
.table-inner-vinagres h3 {
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

.page-template-tipos-vinagres .intro-tabs {
	display: flex;
	flex-wrap: wrap;
}

.page-template-tipos-vinagres .intro-tabs .col-introtabs {
	width: 50%;
}

.page-template-tipos-vinagres .intro-tabs .col-introtabs {
	width: 50%;
	line-height: 2.2;
	display: flex;
	align-items: center;
}

.page-template-tipos-vinagres .intro-tabs .col-introtabs img {
	padding-left: 30px;
}

.page-template-tipos-vinagres .contenedor-tabs {
	background-color: #ededed;
}

/* Vinagres - tabs */
.page-template-tipos-vinagres .tab {
	/*overflow: hidden;*/
	background: url(/wp-content/uploads/2021/08/line-black.png) repeat-x center;
	display: flex;
	justify-content: space-between;
	margin: 80px 0 40px;
}

.page-template-tipos-vinagres div#seleccion {
	display: block;
}

/* Style the buttons that are used to open the tab content */
.page-template-tipos-vinagres .tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.page-template-tipos-vinagres .tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.page-template-tipos-vinagres .tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.page-template-tipos-vinagres .tabcontent {
	display: none;
	padding: 6px 12px;
}

.page-template-tipos-vinagres .tab-contenido {
	display: flex;
	flex-wrap: wrap;
}

.page-template-tipos-vinagres .tab-contenido .content-tab-img,
.page-template-tipos-vinagres .tab-contenido .content-tab-p {
	width: 50%;
}

.page-template-tipos-vinagres .tab-contenido .texto1-tab2,
.page-template-tipos-vinagres .tab-contenido .texto2-tab2,
.page-template-tipos-vinagres .tab-contenido .img-tab2 {
	width: 33%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
}

.page-template-tipos-vinagres .tab button {
	width: 86px;
	height: 86px;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.page-template-tipos-vinagres .tab button:nth-child(1) {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-1-vinagres-new.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(1).active {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-1-vinagres-active-new.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(1):hover {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-1-vinagres-active-new.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(2) {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-2-vinagres.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(2).active {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-2-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(2):hover {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-2-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(3) {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-1-vinagres.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(3).active {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-1-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(3):hover {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-1-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(4) {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-4-vinagres-new.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(4).active {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-4-vinagres-active-new.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(4):hover {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-4-vinagres-active-new.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(5) {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-3-vinagres.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(5).active {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-3-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(5):hover {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-3-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(6) {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-4-vinagres.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(6).active {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-4-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(6):hover {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-4-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(7) {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-5-vinagres.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(7).active {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-5-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(7):hover {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-5-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(8) {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-6-vinagres.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(8).active {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-6-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:nth-child(8):hover {
	background-color: #ccc;
	background: url(/wp-content/uploads/2021/08/icon-6-vinagres-active.png) no-repeat center;
	background-size: cover;
}

.page-template-tipos-vinagres .tab button:hover:before,
.page-template-tipos-vinagres .tab button.active:before {
	display: block;
	position: absolute;
	background: url(/wp-content/uploads/2021/08/arrow-vinagres-active.png) no-repeat center top;
	padding-top: 8px;
	color: #000;
	line-height: 2em;
	font-size: 18px;
	letter-spacing: -.5px;
	font-weight: 400;
	text-align: center;
	bottom: -55px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	text-transform: uppercase;
	white-space: nowrap;
}

.page-template-tipos-vinagres .tab button:nth-child(1).active:before,
.page-template-tipos-vinagres .tab button:nth-child(1):hover:before {
	content: "selección";
}

:lang(en) .page-template-tipos-vinagres .tab button:nth-child(1).active:before,
:lang(en) .page-template-tipos-vinagres .tab button:nth-child(1):hover:before {
	content: "selection";
}

.page-template-tipos-vinagres .tab button:nth-child(2).active:before,
.page-template-tipos-vinagres .tab button:nth-child(2):hover:before {
	content: "prensado";
}

:lang(en) .page-template-tipos-vinagres .tab button:nth-child(2).active:before,
:lang(en) .page-template-tipos-vinagres .tab button:nth-child(2):hover:before {
	content: "PRESSING";
}

.page-template-tipos-vinagres .tab button:nth-child(3).active:before,
.page-template-tipos-vinagres .tab button:nth-child(3):hover:before {
	content: "mosto";
}

:lang(en) .page-template-tipos-vinagres .tab button:nth-child(3).active:before,
:lang(en) .page-template-tipos-vinagres .tab button:nth-child(3):hover:before {
	content: "MUST";
}

.page-template-tipos-vinagres .tab button:nth-child(4).active:before,
.page-template-tipos-vinagres .tab button:nth-child(4):hover:before {
	content: "fermentación";
}

:lang(en) .page-template-tipos-vinagres .tab button:nth-child(4).active:before,
:lang(en) .page-template-tipos-vinagres .tab button:nth-child(4):hover:before {
	content: "COOKED MUST";
}

.page-template-tipos-vinagres .tab button:nth-child(5).active:before,
.page-template-tipos-vinagres .tab button:nth-child(5):hover:before {
	content: "blending";
}

.page-template-tipos-vinagres .tab button:nth-child(6).active:before,
.page-template-tipos-vinagres .tab button:nth-child(6):hover:before {
	content: "maduración";
}

:lang(en) .page-template-tipos-vinagres .tab button:nth-child(6).active:before,
:lang(en) .page-template-tipos-vinagres .tab button:nth-child(6):hover:before {
	content: "MADURATION";
}

.page-template-tipos-vinagres .tab button:nth-child(7).active:before,
.page-template-tipos-vinagres .tab button:nth-child(7):hover:before {
	content: "filtrado";
}

:lang(en) .page-template-tipos-vinagres .tab button:nth-child(7).active:before,
:lang(en) .page-template-tipos-vinagres .tab button:nth-child(7):hover:before {
	content: "FILTERING";
}

.page-template-tipos-vinagres .tab button:nth-child(8).active:before,
.page-template-tipos-vinagres .tab button:nth-child(8):hover:before {
	content: "embotellado";
}

:lang(en) .page-template-tipos-vinagres .tab button:nth-child(8).active:before,
:lang(en) .page-template-tipos-vinagres .tab button:nth-child(8):hover:before {
	content: "BOTTLING";
}

.page-template-tipos-vinagres .tab-contenido .content-tab-img {
	padding: 160px;
}

.page-template-tipos-vinagres #blending .tab-contenido .content-tab-img {
	padding: 0;
}

.content-tab-p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 140px;
}

.content-tab-img {
	display: flex;
	align-items: center;
}

div#blending {
	margin-top: 60px;
}

.titulos-tabla-vinagre-movil {
	width: 100%;
	display: flex !important;
}

@media (max-width: 1100px) {
	.caracteristicas-vinagre .caracteristica {
		padding: 0 60px;
	}
	.content-tab-p {
		padding: 50px;
	}
	.page-template-tipos-vinagres .tab-contenido .content-tab-img {
		padding: 125px;
	}
}

@media (max-width: 990px) {
	.page-template-tipos-vinagres .tab-contenido .content-tab-img {
		padding: 70px;
	}
	.content-tab-p {
		padding: 40px;
	}
	.page-template-tipos-vinagres .tab-contenido .texto1-tab2,
	.page-template-tipos-vinagres .tab-contenido .texto2-tab2,
	.page-template-tipos-vinagres .tab-contenido .img-tab2 {
		padding: 30px;
	}
}

@media (max-width: 800px) {
	.caracteristicas-vinagre .caracteristica {
		padding: 0 40px;
	}
	.page-template-tipos-vinagres .intro-tabs .col-introtabs {
		width: 100%;
	}
	.page-template-tipos-vinagres .intro-tabs .col-introtabs img {
		padding-left: 0px;
	}
	.page-template-tipos-vinagres .tab button {
		width: 60px;
		height: 60px;
	}
	.page-template-tipos-vinagres .tab button:hover:before,
	.page-template-tipos-vinagres .tab button.active:before {
		padding-top: 15px;
		line-height: 1.5em;
		font-size: 14px;
	}
	.page-template-tipos-vinagres .tab-contenido .content-tab-img {
		padding: 30px;
	}
	.page-template-tipos-vinagres .tab-contenido .texto1-tab2,
	.page-template-tipos-vinagres .tab-contenido .texto2-tab2,
	.page-template-tipos-vinagres .tab-contenido .img-tab2 {
		width: 100%;
	}
	.img-tab2 {
		padding: 0px 170px !important;
	}
	div#blending .content-tab-p,
	div#blending .content-tab-img {
		width: 100% !important;
	}
	.page-template-tipos-vinagres #blending .tab-contenido {
		flex-direction: column-reverse;
	}
}

@media (max-width: 600px) {
	.caracteristicas-vinagre .caracteristica {
		width: 50%;
	}
	.table-vinagres-col-1 {
		display: none !important;
	}
	.table-inner-vinagres .table-vinagres-col-1,
	.table-inner-vinagres .table-vinagres-col-2 {
		width: 50%;
	}
	.page-template-tipos-vinagres .tab {
		background: none;
		flex-wrap: wrap;
		/*justify-content: space-evenly;*/
		justify-content: center;
	}
	.page-template-tipos-vinagres .tab button:hover:before,
	.page-template-tipos-vinagres .tab button.active:before {
		display: none;
	}
	.page-template-tipos-vinagres .tab button {
		/*width: 50px;
          height: 50px;*/
		margin: 5px;
	}
	.page-template-tipos-vinagres .contenedor-tabs .container {
		padding: 0px;
		padding-top: 20px;
	}
	.page-template-tipos-vinagres .img-tab2 {
		padding: 0 !important;
	}
	.page-template-tipos-vinagres .tab-contenido .content-tab-img,
	.page-template-tipos-vinagres .tab-contenido .content-tab-p {
		width: 100%;
	}
	.page-template-tipos-vinagres #mosto .tab-contenido,
	.page-template-tipos-vinagres #filtrado .tab-contenido {
		flex-direction: column-reverse;
	}
	.table-inner-vinagres .table-box-vinagres .item-hidden {
		display: block;
		font-weight: bold;
		line-height: 1;
		font-size: 14px;
	}
	.table-inner-vinagres .table-box-vinagres li > span {
		position: initial !important;
	}
	.table-inner-vinagres {
		display: flex;
		align-items: center;
	}
	.table-inner-vinagres .table-box-vinagres li {
		min-height: 104px;
	}
}

@media (max-width: 500px) {
	.caracteristicas-vinagre .caracteristica {
		width: 100%;
		margin-bottom: 40px;
	}
	section.bloque1-tipos-vinagres .container {
		padding: 20px 5px;
	}
	.cajavinagre h2.textocaaja1 {
		padding: 0 20px;
	}
}

@media (max-width: 380px) {
	.table-inner-vinagres .table-box-vinagres .item-hidden {
		font-size: 13px;
	}
}

@media (max-width: 320px) {
	/*.page-template-tipos-vinagres .contenedor-tabs .container {
          padding: 20px;
      }*/
	.page-template-tipos-vinagres .tab button {
		width: 50px;
		height: 50px;
		margin: 5px;
	}
	.content-tab-p {
		padding: 20px;
	}
	.table-inner-vinagres .table-box-vinagres .item-hidden {
		font-size: 11px;
	}
}

/* Recetas */
section.bloque1-recetas .container h2 {
	width: 38%;
}

section.bloque1-recetas .container p {
	width: 48%;
}

section.bloque1-recetas .container,
section.bloque1-recetas .container p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-template-recetas .grid-recetas {
	display: flex;
	flex-wrap: wrap;
}

.page-template-recetas .receta-item {
	width: 50%;
	margin-bottom: 30px;
}

.grid-recetas h5.entry-title a,
.grid-recetas .receta-item a {
	text-transform: uppercase;
	font-size: 16px;
}

.grid-recetas img {
	width: 100%;
	max-height: 400px;
}

.grid-recetas .receta-item a,
.grid-recetas .receta-item a:visited,
.grid-recetas .receta-item a:hover {
	color: #000;
	text-decoration: none;
}

.grid-recetas h5.entry-title,
.grid-recetas .receta-item h2 {
	margin: 10px 0 0;
}

.searchandfilter ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.page-template-recetas .banner-estatica,
.single-recetas .banner-estatica {
	background-position: center;
}

/* single receta */
.single-recetas .post-thumbnail {
	display: none;
}

.single-recetas .container.bloque-receta {
	display: flex;
	flex-wrap: wrap;
}

.single-recetas .cuerpo-receta {
	width: 70%;
}

.single-recetas .sidebar-receta {
	width: 30%;
}

.single-recetas .titulo-estaticas span,
.single-post .titulo-estaticas span {
	margin: 0.67em 0;
}

.single-recetas .nav-links a,
.single-post .nav-links a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

.sidebar-receta {
	text-align: right;
	text-transform: uppercase;
}

.filtro-recetas ul {
	padding: 0;
	margin: 0;
}

/*MENU RESPONSIVE*/
.rmp-container {
	padding-top: 79px !important;
	width: 100% !important;
	max-width: initial !important;
}

@media (max-width: 1500px) {
	section.bloque1-recetas .container h2 {
		width: 43%;
	}
}

@media (max-width: 1290px) {
	section.bloque1-recetas .container h2 {
		width: 50%;
	}
}

@media (max-width: 1100px) {
	section.bloque1-recetas .container h2 {
		width: 60%;
	}
	section.bloque1-recetas .container p {
		width: 80%;
	}
}

@media (max-width: 990px) {
	section.bloque1-recetas .container h2 {
		width: 88%;
	}
	section.bloque1-recetas .container p {
		width: 100%;
	}
}

@media (max-width: 600px) {
	section.bloque1-recetas .container h2 {
		width: 100%;
	}
	.page-template-recetas .receta-item {
		width: 100%;
	}
	.single-recetas .cuerpo-receta,
	.single-recetas .sidebar-receta {
		width: 100%;
	}
	.single-recetas .container.bloque-receta {
		flex-direction: column-reverse;
	}
	ul.recetas-descripcion-txt.ingredientes-receta-col {
		margin: 0;
	}
}

/* Noticias
  --------------------------------------------- */
article.entry {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

article.entry.inpar {
	flex-direction: row-reverse;
}

article.entry.inpar a {
	text-align: right;
}

article.entry a,
article.entry .texto-noticia-grid {
	width: 50%;
}

.page-template-blog h3 a,
.page-template-blog h3 a:hover,
.page-template-blog h3 a:visited {
	text-decoration: none;
	color: #000;
}

.single-post .container,
.search-results .container,
.error404 .container {
	display: flex;
	flex-wrap: wrap;
}

.single-post .cuerpo-noticia,
.search-results .cuerpo-noticia,
.error404 .cuerpo-noticia {
	width: 70%;
}

.single-post .sidebar-noticia,
.search-results .sidebar-noticia,
.error404 .sidebar-noticia {
	width: 30%;
	padding-left: 40px;
}

.single-post .entry-meta {
	margin-bottom: 40px;
	margin-top: 20px;
}

span.posted-on a,
span.posted-on a:hover,
span.posted-on a:visited {
	text-decoration: none;
	color: #000;
}

.single-post .post-thumbnail img {
	width: 100%;
}

.single-post .breadcrumbs a,
.single-post .breadcrumbs span,
.single-post .breadcrumbs a:hover,
.single-post .breadcrumbs a:visited {
	margin: 0 10px;
	color: #000;
}

.pagination {
	display: flex;
	justify-content: space-between;
}

.widget ul {
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
}

.widget ul li {
	margin-bottom: 10px;
}

span.post-date {
	display: block;
}

.relpost-block-single-text {
	margin-top: 15px !important;
	font-size: 16px !important;
	text-transform: uppercase;
	text-align: left;
}

@media (max-width: 1300px) {
	.par .texto-noticia-grid {
		padding-left: 20px;
	}
}

@media (max-width: 1100px) {
	.page-template-blog article.entry {
		flex-direction: column !important;
		width: 50%;
	}
	.page-template-blog article.entry a,
	.page-template-blog article.entry .texto-noticia-grid {
		width: 100%;
	}
	.page-template-blog .grid-noticias {
		display: flex;
		flex-wrap: wrap;
	}
	article.entry.par {
		padding-right: 20px;
	}
	article.entry.inpar {
		padding-left: 20px;
	}
}

@media (max-width: 600px) {
	.page-template-blog article.entry {
		width: 100%;
		padding: 0 !important;
	}
	.page-template-blog .container {
		padding: 20px;
	}
	.par .texto-noticia-grid {
		padding-left: 0px;
	}
	.bloque-desktop.transparente .container {
		padding: 10px 40px;
	}
}

/* Ajustes Swipper
  -----------------------------*/
.page-template-awards .swiper-container,
.single-productos .swiper-container,
.page-template-origen .swiper-container,
.page-template-mundo-aceite .swiper-container,
.home .swiper-container {
	overflow: hidden;
	position: relative;
}

.page-template-origen .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.page-template-origen .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.page-template-mundo-aceite .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.page-template-mundo-aceite .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	line-height: 0.6;
	margin: 20px 0;
	display: block;
}

/** Modificaciones marco 211221 **/
.page-template-origen .swiper-slide:nth-child(15) .marco-historico h3 {
	margin-bottom: 0.5em;
}

@media (max-width: 991px) {
	.aceituna-negra {
		bottom: -189px;
	}
}

/** Fin Modificaciones marco 211221 **/
/** Inicio ajustes nuevos premios 220121 **/
.page-template-awards .carrusel .swiper-slide img {
	max-width: 200px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.page-template-awards .img-carrusel-medals img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.productos-search, .recipes-search, .others-recetas {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 50px 25px;
}

.productos-search .entry-header h2, .recipes-search .entry-header h2, .others-recetas .entry-header h2 {
	font-size: 20px !important;
	margin: 0 !important;
	line-height: 26px;
}

.productos-search .post-date, .recipes-search .post-date, .others-recetas .post-date {
	padding: 16px 0 8px;
	font-size: 12px;
}

.container-texts {
	display: flex;
	flex-direction: column-reverse;
}

.container-texts > h3 {
	font-size: 36px;
	margin: 24px 0 0;
}

.search-results .cuerpo-noticia {
	min-width: 320px;
}

.container-texts article {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	padding: 10px;
}

.search-results .posts-navigation {
	margin-top: 24px;
}

/** Fin ajustes nuevos premios 220121 **/
@media (max-width: 992px) {
	header.site-header .bloque-desktop .container {
		justify-content: flex-end !important;
	}
}

@media (max-width: 992px) {
	header.site-header .bloque-desktop .container .site-branding {
		width: 100% !important;
		margin: auto !important;
		display: flex !important;
		justify-content: center !important;
	}
}

header.site-header .bloque-desktop .container .container-secondary {
	display: flex;
	justify-content: space-between;
	/* ------- */
	width: 85%;
}

@media screen and (max-width: 992px) {
	header.site-header .bloque-desktop .container .container-secondary {
		width: 10% !important;
		margin-top: -100px;
	}
}

@media screen and (max-width: 1200px) {
	header.site-header .bloque-desktop .container .container-secondary .main-navigation {
		width: 70% !important;
	}
	header.site-header .bloque-desktop .container .container-secondary .main-navigation .menu.nav-menu {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 992px) {
	header.site-header .bloque-desktop .container .container-secondary .main-navigation {
		display: none !important;
	}
}

header.site-header .bloque-desktop .container .container-secondary .menu-dcha {
	width: fit-content !important;
}

@media screen and (max-width: 992px) {
	header.site-header .bloque-desktop .container .container-secondary .menu-dcha {
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 1200px) {
	header.site-header .bloque-desktop .container .container-secondary .switch-region-btn,
	header.site-header .bloque-desktop .container .container-secondary .buscador,
	header.site-header .bloque-desktop .container .container-secondary .switch-idioma {
		display: flex;
		align-items: center;
	}
	header.site-header .bloque-desktop .container .container-secondary .switch-region-btn {
		align-items: center !important;
	}
	header.site-header .bloque-desktop .container .container-secondary .switch-region-btn svg {
		display: none !important;
	}
}

.main-navigation {
	width: fit-content !important;
}

.bloque-desktop .container {
	justify-content: space-between;
}

.menu-dcha {
	width: 5%;
	display: flex;
}

svg.search-icon {
	width: 30px;
	height: 30px;
}

.disabled_scroll_map {
	overflow: hidden;
}

.switch-region-btn .switch-region__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	/* ------- */
	width: fit-content;
	padding: 5px 10px;
	/* ------- */
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	/* ------- */
	cursor: pointer;
	filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

.switch-region-btn .switch-region__btn svg * {
	width: 24px;
	height: 24px;
	/* ------- */
	color: #fff;
	stroke: #fff;
}

.switch-region-btn .switch-region__btn span {
	font-family: 'Andale Mono';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-transform: none !important;
}

.switch-region-btn .switch-region__btn:hover {
	background: #fff;
}

.switch-region-btn .switch-region__btn:hover svg *,
.switch-region-btn .switch-region__btn:hover span {
	color: #ACB72C;
	stroke: #ACB72C;
}

.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: "BodoniFLF";
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	line-height: 40px;
	color: #404040;
	text-transform: uppercase;
	position: relative;
}

.switch-region-map .switch-region__container .cabecera h2::before {
	content: ' ';
	border-bottom: 1px solid #ACB72C;
	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: #ACB72C;
}

.switch-region-map .switch-region__container .cabecera .container_close #close_switch_region_map:hover .rightleft {
	transform: rotate(45deg);
	background-color: #ACB72C;
}

.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: #404040;
	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: #404040;
	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_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 #ACB72C;
	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: "Andale Mono";
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #404040;
	/* ------ */
	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: #3F4323;
}

.switch-region-map .switch-region__container .btn_back span {
	padding: 13px 15px;
	background: #ACB72C;
	font-family: "Andale Mono";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	/* ------ */
	border-radius: 10px;
}

header .container-secondary .switch-region-btn {
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 70px;
	padding: 0 !important;
	margin-right: 8px;
}

@media screen and (max-width: 1200px) {
	header .container-secondary .switch-region-btn {
		display: flex;
		align-items: center !important;
	}
}

@media screen and (max-width: 992px) {
	header .container-secondary .switch-region-btn {
		display: none !important;
	}
}

header .container-secondary .switch-region-btn .switch-region__btn {
	gap: 5px !important;
}

header .container-secondary .switch-region-btn .switch-region__btn svg {
	width: 20px !important;
	height: 20px !important;
}

@media screen and (max-width: 1200px) {
	header .container-secondary .switch-region-btn .switch-region__btn svg {
		display: none !important;
	}
}

.rmp-menu-additional-content .switch-region-btn {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-top: 100px;
}

.switch-region-map {
	z-index: 99999;
}

/* _--------------------------_ */

/*# sourceMappingURL=style.css.map */