.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
.height-float:after {
  content: '';
  display: table;
  clear: both;
}
/* normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* slick */
.slider-home {
  width: 100%;
  overflow-x: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
td,
button,
input,
textarea,
select,
label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
button,
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
section,
div,
article {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
input,
a {
  text-decoration: none;
  outline: 0;
}
input:hover,
a:hover,
input:focus,
a:focus {
  text-decoration: none;
  outline: 0;
}
input,
select,
textarea {
  border-radius: 0;
}
/* commons-theme */
svg {
  pointer-events: none;
}
:focus {
  outline: 0;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  outline: 0 !important;
  border: none;
  background: none;
}
input[type="radio"]:before,
input[type="checkbox"]:before {
  width: 17px;
  height: 14px;
  outline: 0;
  position: relative;
  transition: all 0.5s;
  background: url('../images/icon-checkbox.svg') no-repeat center;
  content: '';
  display: inline-block;
  margin-right: 6px;
  top: 1px;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  background: url('../images/icon-checked.svg') no-repeat center;
}
.abhaya {
  font-family: 'Abhaya Libre', serif;
}
.extralight {
  font-weight: 200;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.btn-white {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: none;
  border: none;
  border: 2px solid #fff;
  border-radius: 45px;
  color: #fff;
  padding: 10px 70px 9px;
  text-transform: uppercase;
  position: relative;
}
.btn-white:hover {
  color: #fff;
  background: #0FBE23;
  border: 2px solid #0FBE23;
}
.btn-green {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
}
.btn-green:hover {
  background: #097b16 !important;
}
@-webkit-keyframes nube1 {
  0% {
    left: -430px;
  }
  50% {
    left: 30px;
  }
  100% {
    left: -430px;
  }
}
@-moz-keyframes nube1 {
  0% {
    left: -430px;
  }
  50% {
    left: 30px;
  }
  100% {
    left: -430px;
  }
}
@-o-keyframes nube1 {
  0% {
    left: -430px;
  }
  50% {
    left: 30px;
  }
  100% {
    left: -430px;
  }
}
@keyframes nube1 {
  0% {
    left: -430px;
  }
  50% {
    left: 30px;
  }
  100% {
    left: -430px;
  }
}
@-webkit-keyframes nube2 {
  0% {
    right: -120px;
  }
  50% {
    right: 50px;
  }
  100% {
    right: -120px;
  }
}
@-moz-keyframes nube2 {
  0% {
    right: -120px;
  }
  50% {
    right: 50px;
  }
  100% {
    right: -120px;
  }
}
@-o-keyframes nube2 {
  0% {
    right: -120px;
  }
  50% {
    right: 50px;
  }
  100% {
    right: -120px;
  }
}
@keyframes nube2 {
  0% {
    right: -120px;
  }
  50% {
    right: 50px;
  }
  100% {
    right: -120px;
  }
}
.one-column {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 0;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0;
  /* Firefox */
  column-gap: 0;
}
.two-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
.c-cabecera-gen {
  position: relative;
}
.c-cabecera-gen .o-img {
  background: rgba(0, 0, 0, 0.3);
}
.c-cabecera-gen .o-img img {
  height: 585px;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  display: block;
}
.c-cabecera-gen .o-text {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
}
.c-cabecera-gen .o-text .cont--text {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-cabecera-gen .o-text__title,
.c-cabecera-gen .o-text h1 {
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  line-height: 1;
}
.c-cabecera-gen .o-text__title strong,
.c-cabecera-gen .o-text h1 strong {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  display: block;
}
.c-cabecera-gen .o-text__desc,
.c-cabecera-gen .o-text p {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}
.c-cabecera-gen .o-text__desc + p,
.c-cabecera-gen .o-text p + p {
  margin-top: 50px;
}
.c-cabecera-gen .o-text__desc a,
.c-cabecera-gen .o-text p a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
}
.c-cabecera-gen .o-text__desc a:hover,
.c-cabecera-gen .o-text p a:hover {
  background: #097b16 !important;
}
.c-cabecera-gen-alt {
  position: relative;
}
.c-cabecera-gen-alt .o-img {
  background: rgba(0, 0, 0, 0.3);
}
.c-cabecera-gen-alt .o-img img {
  height: 585px;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  display: block;
}
.c-cabecera-gen-alt .o-text {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
}
.c-cabecera-gen-alt .o-text .cont--text {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-cabecera-gen-alt .o-text h1 {
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.c-cabecera-gen-alt .o-text h1 strong {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 80px;
  font-size: 5rem;
  display: block;
}
.c-cabecera-gen-alt .o-text p {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}
.c-cabecera-gen-alt .o-text p + p {
  margin-top: 30px;
}
.c-cabecera-gen-alt .o-text p a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: none;
  border: none;
  border: 2px solid #fff;
  border-radius: 45px;
  color: #fff;
  padding: 10px 70px 9px;
  text-transform: uppercase;
  position: relative;
  padding: 10px 30px 9px;
}
.c-cabecera-gen-alt .o-text p a:hover {
  color: #fff;
  background: #0FBE23;
  border: 2px solid #0FBE23;
}
.c-cabecera-gen-tienda {
  position: relative;
}
.c-cabecera-gen-tienda .o-img img {
  min-height: 350px;
  width: 100%;
  object-fit: cover;
  display: block;
  max-height: 750px;
}
.c-cabecera-gen-tienda .o-text {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
}
.c-cabecera-gen-tienda .o-text .cont--text {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-cabecera-gen-tienda .o-text__title,
.c-cabecera-gen-tienda .o-text h1 {
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
.c-cabecera-gen-tienda .o-text__title strong,
.c-cabecera-gen-tienda .o-text h1 strong {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  display: block;
  line-height: 0.8;
  padding-top: 5px;
}
/* listado de productos */
.productos--listado {
  overflow: hidden;
  width: 100%;
}
.productos--listado--home {
  background: #F4F4F4;
  padding: 250px 0 120px;
}
.productos--listado--home .productos--listado__list__item__img a {
  background: #F4F4F4;
}
.productos--listado--home .productos--listado__list__item__img a img {
  mix-blend-mode: multiply;
}
.productos--listado--premium {
  box-shadow: 0px 3px 80px rgba(0, 0, 0, 0.1);
  padding: 50px 0 60px;
}
.productos--listado--dillar {
  padding: 60px 0 60px;
}
.productos--listado--dillar .productos--listado__list {
  justify-content: center;
}
.productos--listado__pre-title {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-align: center;
  display: block;
}
.productos--listado__title {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.productos--listado__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.productos--listado__list .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.productos--listado__list__item {
  align-items: center;
  display: grid !important;
  grid-template-columns: 180px 1fr;
  grid-gap: 40px;
  padding: 30px 20px;
  width: 33.33%;
}
.productos--listado__list__item__img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.productos--listado__list__item__img:hover a {
  transform: scale(1.1);
}
.productos--listado__list__item__img a {
  display: block;
}
.productos--listado__list__item__img a img {
  display: block;
  max-height: 280px;
  width: auto;
  transition: all 0.5s;
}
.productos--listado__list__item__text h3 {
  padding-bottom: 10px;
}
.productos--listado__list__item__text h3 a {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
}
.productos--listado__list__item__text h3 a:hover {
  text-decoration: underline;
  color: #0FBE23;
}
.productos--listado__list__item__text p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #818181;
  max-width: 215px;
}
.productos--listado__list__item__text__more {
  margin-top: 20px;
}
.productos--listado__list__item__text__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  padding: 12px 35px 10px;
}
.productos--listado__list__item__text__more a:hover {
  background: #097b16 !important;
}
.productos--listado .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  font-size: 0;
  width: 17px;
  height: 32px;
  z-index: 9;
}
.productos--listado .slick-prev {
  background: url(../images/home-arrow-prev.svg) no-repeat center;
  left: 15px;
}
.productos--listado .slick-next {
  background: url(../images/home-arrow-next.svg) no-repeat center;
  right: -45px;
}
.c-general {
  padding: 200px 0 100px;
}
.c-general h1 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  color: #0FBE23;
  line-height: 1;
  padding-bottom: 30px;
}
.c-general h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: 'Abhaya Libre', serif;
  color: #000;
  padding-bottom: 30px;
}
.c-general h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 30px;
}
.c-general h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 20px;
}
.c-general p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #818181;
  padding-bottom: 20px;
}
.c-general a {
  color: #818181;
  text-decoration: underline;
  word-break: break-word;
}
.c-general a:hover {
  color: #0FBE23;
}
.c-general ul {
  margin-bottom: 30px;
  list-style: inherit;
  list-style-type: inherit;
  margin-left: 20px;
}
.c-general ul li {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  padding: 3px 0;
  line-height: 1.3;
  list-style: inherit;
  list-style-type: inherit;
}
.c-general ol {
  counter-reset: i;
  padding-left: 0;
  margin: 0 0 30px;
}
.c-general ol li {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  padding: 3px 0;
  counter-increment: i;
  line-height: 1.3;
}
.c-general ol li:before {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  content: counter(i) '. ';
}
/* COOKIES */
#cn-close-notice {
  display: none !important;
}
#cookie-notice {
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.3), 0 -5px 20px rgba(0, 0, 0, 0.22);
  background-color: #0FBE23 !important;
  left: inherit;
  text-align: center;
  width: 100%;
  max-width: 320px;
  min-width: auto;
  right: 20px;
  bottom: 20px;
  position: fixed;
  transition: all 0.5s;
  z-index: 999;
}
.cookie-notice-container {
  padding: 25px;
}
#cookie-notice span {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: block;
}
#cookie-notice #cn-notice-buttons {
  margin-bottom: 0;
}
#cn-accept-cookie:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.5s ease;
}
#cn-accept-cookie {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #fff;
  display: block;
  margin: 0 auto !important;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 20px;
  background: transparent;
  text-align: center;
  border: 1px solid #FFF !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#cn-refuse-cookie {
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #fff;
  display: block;
  margin: 0 auto !important;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: underline;
  background: none;
}
#cn-refuse-cookie:hover,
#cn-more-info:hover {
  background: none;
  box-shadow: none;
}
#cn-more-info {
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #fff;
  display: block;
  margin: 0 auto !important;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: underline;
  background: none;
}
.cookies-accepted #cookie-notice {
  right: -500px;
}
/* error 404 */
.error-404 {
  padding: 200px 0 200px 0;
  text-align: center;
}
.error-404 h1 {
  font-family: 'Abhaya Libre', serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #0FBE23;
}
.error-404 p {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #818181;
  padding-top: 25px;
}
.error-404 .mas a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
}
.error-404 .mas a:hover {
  background: #097b16 !important;
}
/* legal */
.content-gen {
  padding: 80px 0 140px 0;
}
.content-gen .mod-legal .title {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  color: red;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.content-gen .mod-legal h2 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: red;
  margin-bottom: 20px;
}
.content-gen .mod-legal p {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: red;
  margin-bottom: 15px;
}
/* header */
.logged-in .c-header {
  top: 102px;
}
.logged-in .c-header.menu-fijo {
  top: 32px;
}
.c-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
}
.c-header .pre-menu-mobile {
  display: none;
}
.c-header.header--gris .o-cont__left .rrss li a svg path {
  fill: #818181;
}
.c-header.header--gris .o-cont__left__wpml ul li a span {
  color: #818181;
}
.c-header.header--gris .o-cont__left__wpml ul li:after {
  color: #818181;
  opacity: 0.5;
}
.c-header.header--gris .o-cont__right__tel a {
  color: #818181;
}
.c-header.header--gris .o-cont__right__tel a:before {
  background: url(../images/h-tel-gris.svg) no-repeat center;
}
.c-header.header--gris .o-cont__right__email a {
  background: url(../images/h-mail-gris.svg) no-repeat center;
}
.c-header.menu-fijo {
  top: 0;
}
.c-header.menu-fijo .o-cont {
  border-radius: 0;
  max-width: 100%;
  padding: 36px 0 12px;
  left: 0;
}
.c-header.menu-fijo .o-cont__menu {
  position: relative;
  left: 17px;
}
.c-header.menu-fijo .o-cont__menu nav ul li.h--logo:before {
  height: 70px;
  top: -38px;
  width: 30px;
}
.c-header.menu-fijo .o-cont__menu nav ul li.h--logo:after {
  height: 70px;
  top: -38px;
  width: 30px;
}
.c-header.menu-fijo .o-cont__menu nav ul li.h--logo > a:before {
  background: url(../images/logo-black.svg) no-repeat center;
  top: calc(50% + 22px);
}
.c-header.menu-fijo .o-cont__left {
  top: inherit;
  left: 50px;
  bottom: -9px;
}
.c-header.menu-fijo .o-cont__left .rrss li a svg path {
  fill: #000;
}
.c-header.menu-fijo .o-cont__left__wpml ul li a span {
  color: #000;
}
.c-header.menu-fijo .o-cont__left__wpml ul li:after {
  color: #000;
  opacity: 0.5;
}
.c-header.menu-fijo .o-cont__right {
  top: inherit;
  right: 55px;
  bottom: -15px;
}
.c-header.menu-fijo .o-cont__right__tel a {
  color: #000;
}
.c-header.menu-fijo .o-cont__right__tel a:before {
  background: url(../images/h-tel.svg) no-repeat center;
}
.c-header.menu-fijo .o-cont__right__email a {
  background: url(../images/h-email.svg) no-repeat center;
}
.c-header.menu-fijo .o-cont__right__cuenta svg path {
  fill: #000;
}
.c-header.header--gris .o-cont__right__cuenta svg path {
  fill: #818181;
}
.c-header .o-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  justify-content: center;
  background: #fff;
  padding: 7px 0;
  border-radius: 12px;
  position: relative;
  transition: all 0.5s;
  max-width: 875px;
  width: 100%;
  left: 16px;
}
.c-header .o-cont__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.c-header .o-cont__menu nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-header .o-cont__menu nav ul li {
  padding: 0 22.5px;
}
.c-header .o-cont__menu nav ul li.current-menu-item a {
  color: #0FBE23;
  text-decoration: underline;
}
.c-header .o-cont__menu nav ul li.h--logo {
  width: 120px;
  position: relative;
}
.c-header .o-cont__menu nav ul li.h--logo:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 36px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: #fff;
  z-index: 9;
  position: absolute;
  left: -20px;
  top: -9px;
}
.c-header .o-cont__menu nav ul li.h--logo:after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 36px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: #fff;
  z-index: 9;
  position: absolute;
  right: -20px;
  top: -9px;
}
@-moz-document url-prefix() {
  .c-header .o-cont__menu nav ul li.h--logo:before,
  .c-header .o-cont__menu nav ul li.h--logo:after {
    top: -8px;
  }
}
.c-header .o-cont__menu nav ul li.h--logo > a {
  font-size: 0;
}
.c-header .o-cont__menu nav ul li.h--logo > a:before {
  content: '';
  display: inline-block;
  width: 160px;
  height: 160px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/logo.svg) no-repeat center;
  position: absolute;
  top: calc(50% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-header .o-cont__menu nav ul li > a {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.01em;
}
.c-header .o-cont__menu nav ul li > a:hover {
  color: #0FBE23;
  text-decoration: underline;
}
.c-header .o-cont__menu nav .rrss {
  display: none;
}
.c-header .o-cont__menu__cart {
  padding-right: 25px;
  position: relative;
  top: 3px;
}
.c-header .o-cont__menu__cart a {
  background: url(../images/h-cart.svg) no-repeat center;
  width: 22px;
  height: 22px;
  display: block;
  position: relative;
}
.c-header .o-cont__menu__cart a span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #0FBE23;
  position: absolute;
  top: -6px;
  right: -14px;
}
.c-header .o-cont__left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: -8px;
  left: 15px;
  transform: translateY(-100%);
  transition: all 0.5s;
}
.c-header .o-cont__left .rrss {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
}
.c-header .o-cont__left .rrss li {
  padding: 0 5px;
}
.c-header .o-cont__left .rrss li a {
  display: block;
}
.c-header .o-cont__left .rrss li svg {
  display: block;
}
.c-header .o-cont__left .rrss li svg path {
  transition: all 0.5s;
}
.c-header .o-cont__left .rrss li:hover svg path {
  fill: #0FBE23 !important;
}
.c-header .o-cont__left__wpml {
  position: relative;
  top: -1px;
}
.c-header .o-cont__left__wpml .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.c-header .o-cont__left__wpml .wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.c-header .o-cont__left__wpml ul li a {
  display: inline-block;
}
.c-header .o-cont__left__wpml ul li a span {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.c-header .o-cont__left__wpml ul li a:hover span {
  text-decoration: underline;
}
.c-header .o-cont__left__wpml ul li:after {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  content: '|';
  margin: 0 2px 0 0;
}
.c-header .o-cont__left__wpml ul li:last-child:after {
  display: none;
}
.c-header .o-cont__left__wpml .wpml-ls-native {
  font-weight: 700;
}
.c-header .o-cont__right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: -8px;
  right: 20px;
  transform: translateY(-100%);
  transition: all 0.5s;
}
.c-header .o-cont__right__tel a {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  display: block;
}
.c-header .o-cont__right__tel a:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/h-tel-white.svg) no-repeat center;
  top: 6px;
  margin-right: 5px;
}
.c-header .o-cont__right__tel a:hover {
  text-decoration: underline;
}
.c-header .o-cont__right__email {
  margin-left: 30px;
  position: relative;
  top: 2px;
}
.c-header .o-cont__right__email a {
  font-size: 0;
  width: 21px;
  height: 21px;
  background: url(../images/h-email-white.svg) no-repeat center;
  display: block;
}
.c-header .o-cont__right__cuenta {
  margin-left: 20px;
}
.c-header .o-cont__right__cuenta a {
  display: block;
  position: relative;
  top: 2px;
}
.c-header .o-cont__right__cuenta svg {
  width: 14px;
  height: auto;
  display: block;
}
.c-header .o-cont__right__cuenta svg path {
  transition: all .5s;
}
/* footer */
.c-pie {
  background: url(../images/f-bg.svg) no-repeat top center;
  background-size: cover;
  box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.05);
  padding: 15px 0 20px;
}
.c-pie .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.c-pie .o-info__data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-pie .o-info__data p {
  display: flex;
  align-items: center;
}
.c-pie .o-info__data p a {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}
.c-pie .o-info__data p a:hover {
  text-decoration: underline;
}
.c-pie .o-info__data__tel:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/f-tel.svg) no-repeat center;
  margin-right: 7px;
}
.c-pie .o-info__data__email {
  margin-left: 25px;
}
.c-pie .o-info__data__email:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/f-email.svg) no-repeat center;
  margin-right: 7px;
}
.c-pie .o-info__data__loc {
  margin-left: 25px;
}
.c-pie .o-info__data__loc:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/f-loc.svg) no-repeat center;
  margin-right: 7px;
}
.c-pie .o-info__legal ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.c-pie .o-info__legal ul li {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}
.c-pie .o-info__legal ul li:after {
  content: '|';
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 8px;
}
.c-pie .o-info__legal ul li:last-child:after {
  display: none;
}
.c-pie .o-info__legal ul li a {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}
.c-pie .o-info__legal ul li a:hover {
  text-decoration: underline;
}
.c-pie .o-rrss ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.c-pie .o-rrss ul li {
  padding: 0 5px;
}
.c-pie .o-rrss ul li svg {
  display: block;
}
.c-pie .o-rrss ul li svg path {
  transition: all 0.5s;
}
.c-pie .o-rrss ul li:hover svg path {
  fill: #0FBE23;
}
/* home */
.c-home {
  overflow: hidden;
}
.c-home .o-cabecera {
  position: relative;
}
.c-home .o-cabecera__img {
  background: rgba(0, 0, 0, 0.2);
}
.c-home .o-cabecera__img img {
  height: 1025px;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom center;
  mix-blend-mode: multiply;
}
.c-home .o-cabecera__text {
  position: absolute;
  top: 215px;
  left: 0;
  width: 100%;
}
.c-home .o-cabecera__text__cont {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-home .o-cabecera__text__cont h1 {
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3px;
}
.c-home .o-cabecera__text__cont h1 strong {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  display: block;
}
.c-home .o-cabecera__text__cont p {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  margin-bottom: 30px;
}
.c-home .o-cabecera__text__cont p a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: none;
  border: none;
  border: 2px solid #fff;
  border-radius: 45px;
  color: #fff;
  padding: 10px 70px 9px;
  text-transform: uppercase;
  position: relative;
}
.c-home .o-cabecera__text__cont p a:hover {
  color: #fff;
  background: #0FBE23;
  border: 2px solid #0FBE23;
}
.c-home .o-banners {
  position: relative;
}
.c-home .o-banners .cont--banners {
  position: absolute;
  top: -247px;
  left: 0;
  width: 100%;
}
.c-home .o-banners .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px;
  padding: 0 50px;
}
.c-home .o-banners .container:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 382px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: rgba(218, 195, 24, 0);
  background: url(../images/home-banners-gota.png), -moz-linear-gradient(top, rgba(218, 195, 24, 0) 0%, rgba(218, 195, 24, 0.8) 30%, #dac318 100%);
  background: url(../images/home-banners-gota.png), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218, 195, 24, 0)), color-stop(30%, rgba(218, 195, 24, 0.8)), color-stop(100%, #dac318));
  background: url(../images/home-banners-gota.png), -webkit-linear-gradient(top, rgba(218, 195, 24, 0) 0%, rgba(218, 195, 24, 0.8) 30%, #dac318 100%);
  background: url(../images/home-banners-gota.png), -o-linear-gradient(top, rgba(218, 195, 24, 0) 0%, rgba(218, 195, 24, 0.8) 30%, #dac318 100%);
  background: url(../images/home-banners-gota.png), -ms-linear-gradient(top, rgba(218, 195, 24, 0) 0%, rgba(218, 195, 24, 0.8) 30%, #dac318 100%);
  background: url(../images/home-banners-gota.png), linear-gradient(to bottom, rgba(218, 195, 24, 0) 0%, rgba(218, 195, 24, 0.8) 30%, #dac318 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dac318', endColorstr='#dac318', GradientType=0);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  left: 50%;
  bottom: -115px;
  transform: translateX(-50%);
}
.c-home .o-banners__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding: 50px 75px 75px;
  filter: drop-shadow(0px 3px 50px rgba(0, 0, 0, 0.05));
}
.c-home .o-banners__item:before {
  content: '';
  display: block;
  width: calc(100% - 65px);
  height: calc(100%);
  background: #fff;
  position: absolute;
  top: 0;
}
.c-home .o-banners__item:nth-child(1) {
  background: url(../images/home-banner-left-bg.png) no-repeat top right;
  justify-content: flex-end;
}
.c-home .o-banners__item:nth-child(1):before {
  left: 0;
}
.c-home .o-banners__item:nth-child(1) .o-banners__item__img {
  left: -160px;
  bottom: 50px;
}
.c-home .o-banners__item:nth-child(2) {
  background: url(../images/home-banner-right-bg.png) no-repeat top left;
  justify-content: flex-start;
}
.c-home .o-banners__item:nth-child(2):before {
  right: 0;
}
.c-home .o-banners__item:nth-child(2) .o-banners__item__img {
  right: -165px;
  bottom: 50px;
}
.c-home .o-banners__item__img {
  position: absolute;
}
.c-home .o-banners__item__text {
  position: relative;
  max-width: 280px;
}
.c-home .o-banners__item__text h3 {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.c-home .o-banners__item__text h3 strong {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: capitalize;
  display: block;
}
.c-home .o-banners__item__text p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  text-align: center;
}
.c-home .o-banners__item__text__more {
  padding-top: 27px;
}
.c-home .o-banners__item__text__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
}
.c-home .o-banners__item__text__more a:hover {
  background: #097b16 !important;
}
.c-home .o-sabor {
  background: url(../images/home-sabor-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 180px;
  position: relative;
}
.c-home .o-sabor__left {
  position: absolute;
  top: -90px;
  left: 0;
}
.c-home .o-sabor__right {
  position: absolute;
  top: -70px;
  right: 0;
}
.c-home .o-sabor h3 {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-align: center;
}
.c-home .o-sabor h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.c-home .o-sabor p {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.c-home .o-sabor ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.c-home .o-ecologico {
  background: #F4F4F4;
  padding: 65px 0 245px;
}
.c-home .o-ecologico .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
.c-home .o-ecologico__img {
  position: absolute;
  left: -220px;
  top: -150px;
}
.c-home .o-ecologico__text {
  max-width: 470px;
  width: 100%;
}
.c-home .o-ecologico__text h2 {
  font-family: 'Abhaya Libre', serif;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  margin-bottom: 10px;
  max-width: 390px;
  line-height: 1;
}
.c-home .o-ecologico__text p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
}
.c-home .o-ecologico__text__more {
  padding-top: 50px;
}
.c-home .o-ecologico__text__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
}
.c-home .o-ecologico__text__more a:hover {
  background: #097b16 !important;
}
.c-home .o-sostenibilidad {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.c-home .o-sostenibilidad__text {
  padding: 45px 235px 0 130px;
}
.c-home .o-sostenibilidad__text h3 {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.c-home .o-sostenibilidad__text h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.c-home .o-sostenibilidad__text p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
}
.c-home .o-sostenibilidad__text ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
}
.c-home .o-sostenibilidad__text ul li {
  margin-right: 10px;
}
.c-home .o-sostenibilidad__text ul li img {
  display: block;
}
.c-home .o-sostenibilidad__text__more {
  padding-top: 25px;
}
.c-home .o-sostenibilidad__text__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  padding: 12px 40px 10px;
}
.c-home .o-sostenibilidad__text__more a:hover {
  background: #097b16 !important;
}
.c-home .o-sostenibilidad__video {
  margin-top: -65px;
}
.c-home .o-sostenibilidad__video a {
  position: relative;
  display: block;
}
.c-home .o-sostenibilidad__video a:before {
  content: '';
  display: inline-block;
  width: 75px;
  height: 75px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/home-video.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-home .o-sostenibilidad__video a img {
  width: 100%;
  height: 530px;
  display: block;
  object-fit: cover;
}
.c-home .cont--noticias-ecosistema {
  margin-top: 50px;
  padding-top: 90px;
  position: relative;
  background: rgba(157, 204, 234, 0);
  background: url(../images/home-noticias-bg.png), -moz-linear-gradient(top, rgba(157, 204, 234, 0) 0%, #9dccea 72%);
  background: url(../images/home-noticias-bg.png), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157, 204, 234, 0)), color-stop(72%, #9dccea));
  background: url(../images/home-noticias-bg.png), -webkit-linear-gradient(top, rgba(157, 204, 234, 0) 0%, #9dccea 72%);
  background: url(../images/home-noticias-bg.png), -o-linear-gradient(top, rgba(157, 204, 234, 0) 0%, #9dccea 72%);
  background: url(../images/home-noticias-bg.png), -ms-linear-gradient(top, rgba(157, 204, 234, 0) 0%, #9dccea 72%);
  background: url(../images/home-noticias-bg.png), linear-gradient(to bottom, rgba(157, 204, 234, 0) 0%, #9dccea 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dccea', endColorstr='#9dccea', GradientType=0);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  overflow: hidden;
}
.c-home .cont--noticias-ecosistema__nube1 {
  position: absolute;
  top: 60px;
  left: -430px;
  -webkit-animation: nube1 30s infinite;
  /* Safari 4+ */
  -moz-animation: nube1 30s infinite;
  /* Fx 5+ */
  -o-animation: nube1 30s infinite;
  /* Opera 12+ */
  animation: nube1 30s infinite;
  /* IE 10+, Fx 29+ */
}
.c-home .cont--noticias-ecosistema__nube2 {
  position: absolute;
  top: 85px;
  right: -120px;
  -webkit-animation: nube2 20s infinite;
  /* Safari 4+ */
  -moz-animation: nube2 20s infinite;
  /* Fx 5+ */
  -o-animation: nube2 20s infinite;
  /* Opera 12+ */
  animation: nube2 20s infinite;
  /* IE 10+, Fx 29+ */
}
.c-home .cont--noticias-ecosistema__intro {
  padding: 0 20px;
  position: relative;
  z-index: 9;
  padding-bottom: 62px;
}
.c-home .cont--noticias-ecosistema__intro h3 {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
}
.c-home .cont--noticias-ecosistema__intro h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.c-home .cont--noticias-ecosistema__noticias {
  position: relative;
  z-index: 9;
  padding-bottom: 350px;
}
.c-home .cont--noticias-ecosistema__noticias .container {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-gap: 15px;
}
.c-home .cont--noticias-ecosistema__noticias__item {
  position: relative;
}
.c-home .cont--noticias-ecosistema__noticias__item:hover .cont--noticias-ecosistema__noticias__item__img img {
  transform: scale(1.1);
}
.c-home .cont--noticias-ecosistema__noticias__item:hover .cont--noticias-ecosistema__noticias__item__text__more {
  height: 60px;
}
.c-home .cont--noticias-ecosistema__noticias__item__img {
  position: relative;
}
.c-home .cont--noticias-ecosistema__noticias__item__img a:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: 9;
}
.c-home .cont--noticias-ecosistema__noticias__item__img a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-home .cont--noticias-ecosistema__noticias__item__img a img {
  width: 100%;
  height: 455px;
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}
.c-home .cont--noticias-ecosistema__noticias__item__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 45px 35px;
  z-index: 9;
}
.c-home .cont--noticias-ecosistema__noticias__item__text h3 {
  padding-bottom: 10px;
  max-width: 370px;
}
.c-home .cont--noticias-ecosistema__noticias__item__text h3 a {
  font-family: 'Abhaya Libre', serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}
.c-home .cont--noticias-ecosistema__noticias__item__text h3 a:hover {
  text-decoration: underline;
}
.c-home .cont--noticias-ecosistema__noticias__item__text p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}
.c-home .cont--noticias-ecosistema__noticias__item__text__more {
  height: 0;
  transition: all 0.5s;
}
.c-home .cont--noticias-ecosistema__noticias__item__text__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  padding: 7px 50px 5px;
  margin-top: 25px;
}
.c-home .cont--noticias-ecosistema__noticias__item__text__more a:hover {
  background: #097b16 !important;
}
.c-home .cont--noticias-ecosistema__ecosistema__intro {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.c-home .cont--noticias-ecosistema__ecosistema__intro h3 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
}
.c-home .cont--noticias-ecosistema__ecosistema__intro p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.c-home .cont--noticias-ecosistema__ecosistema__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-home .cont--noticias-ecosistema__ecosistema__list li {
  width: 25%;
  text-align: center;
}
.c-home .cont--noticias-ecosistema__ecosistema__list li h3 {
  font-family: 'Abhaya Libre', serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-align: center;
}
.c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont__content {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont__content span {
  height: 76px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont__content h4 {
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  padding-top: 6px;
  text-align: center;
  text-transform: uppercase;
}
.c-feder {
  background: #FAFAFA;
  padding: 27px 0 30px;
}
.c-feder .container {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 50px;
}
.c-feder .o-text p {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
}
.c-nosotros .o-intro {
  padding: 55px 0 105px;
  position: relative;
}
.c-nosotros .o-intro .container {
  position: relative;
}
.c-nosotros .o-intro__hojas-izq {
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-nosotros .o-intro__hojas-izq img {
  display: block;
}
.c-nosotros .o-intro__hojas-der {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-nosotros .o-intro__hojas-der img {
  display: block;
}
.c-nosotros .o-intro__equipo__title {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
}
.c-nosotros .o-intro__equipo__subtitle {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.c-nosotros .o-intro__equipo ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.c-nosotros .o-intro__equipo ul li {
  padding: 10px 7px;
  max-width: 135px;
}
.c-nosotros .o-intro__equipo ul li img {
  max-width: 115px;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  padding: 2px;
}
.c-nosotros .o-intro__equipo ul li h4 {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.c-nosotros .o-intro__equipo ul li p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #818181;
  margin-top: 10px;
  text-align: center;
}
.c-nosotros .o-intro__desc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 65px;
  margin-top: 85px;
}
.c-nosotros .o-intro__desc__item h3 {
  font-family: 'Abhaya Libre', serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  margin-bottom: 15px;
}
.c-nosotros .o-intro__desc__item p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
}
.c-nosotros .cont--premios-sierra {
  background: #f4f4f4;
}
.c-nosotros .o-premios {
  padding: 80px 0 0;
}
.c-nosotros .o-premios__title {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
}
.c-nosotros .o-premios__subtitle {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.c-nosotros .o-premios__desc {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  text-align: center;
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}
.c-nosotros .o-premios__aceites {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 80px;
}
.c-nosotros .o-premios__aceites li {
  cursor: pointer;
  width: 25%;
  text-align: center;
}
.c-nosotros .o-premios__aceites li:hover svg {
  transform: scale(1.05);
}
.c-nosotros .o-premios__aceites li:hover h3 span:before,
.c-nosotros .o-premios__aceites li:hover h3 span:after {
  opacity: 1;
  visibility: visible;
}
.c-nosotros .o-premios__aceites li.js-active h3 span {
  font-weight: 700;
}
.c-nosotros .o-premios__aceites li.js-active h3 span:before,
.c-nosotros .o-premios__aceites li.js-active h3 span:after {
  opacity: 1;
  visibility: visible;
}
.c-nosotros .o-premios__aceites li svg {
  width: 85px;
  height: auto;
  transition: all 0.5s;
}
.c-nosotros .o-premios__aceites li h3 {
  text-align: center;
  margin-top: 12px;
}
.c-nosotros .o-premios__aceites li h3 span {
  font-family: 'Abhaya Libre', serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #818181;
  text-transform: uppercase;
  position: relative;
}
.c-nosotros .o-premios__aceites li h3 span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 28px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/nosotros-hoja-left.svg) no-repeat center;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.c-nosotros .o-premios__aceites li h3 span:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 28px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/nosotros-hoja-right.svg) no-repeat center;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.c-nosotros .o-premios__list {
  margin-bottom: 95px;
}
.c-nosotros .o-premios__list__item {
  display: none;
  padding: 0 50px;
}
.c-nosotros .o-premios__list__item.js-active {
  display: block;
}
.c-nosotros .o-premios__list__item ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.c-nosotros .o-premios__list__item ul li {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #818181;
  padding: 8px 0;
}
.c-nosotros .o-premios__list__item ul li:before {
  content: '- ';
}
.c-nosotros .o-premios__list__item ul li strong {
  font-weight: 300;
}
.c-nosotros .o-premios__more {
  text-align: center;
}
.c-nosotros .o-premios__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  padding: 12px 30px 10px;
}
.c-nosotros .o-premios__more a:hover {
  background: #097b16 !important;
}
.c-nosotros .o-sierra {
  background: url(../images/nosotros-fondo.png) no-repeat top center;
  background-size: cover;
  padding: 475px 0 50px;
  margin-top: -255px;
}
.c-nosotros .o-sierra h3 {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
}
.c-nosotros .o-sierra h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.c-nosotros .o-sierra__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 35px;
}
.c-nosotros .o-sierra__grid p {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}
.c-nosotros .o-sierra ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.c-oleoturismo .o-viajes {
  background: url(../images/oleoturismo-viajes-bg.svg) no-repeat center;
  background-size: cover;
}
.c-oleoturismo .o-viajes .cont--viajes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 115px;
  position: relative;
}
.c-oleoturismo .o-viajes__img {
  position: absolute;
  left: -280px;
  bottom: 0;
}
.c-oleoturismo .o-viajes__img img {
  display: block;
}
.c-oleoturismo .o-viajes__text {
  max-width: 430px;
  width: 100%;
}
.c-oleoturismo .o-viajes__text h2 {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  max-width: 250px;
  margin-bottom: 10px;
}
.c-oleoturismo .o-viajes__text h2 strong {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  display: block;
  margin-top: 5px;
  line-height: 1;
}
.c-oleoturismo .o-viajes__text p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
}
.c-oleoturismo .cont--visita-img {
  background: #F4F4F4;
  overflow: hidden;
}
.c-oleoturismo .o-visita {
  padding: 75px 0 0;
  position: relative;
}
.c-oleoturismo .o-visita h3 {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
}
.c-oleoturismo .o-visita h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.c-oleoturismo .o-visita p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-oleoturismo .o-visita ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
  margin: 0 -30px;
}
.c-oleoturismo .o-visita ul li {
  padding: 30px;
  width: 20%;
}
.c-oleoturismo .o-visita ul li span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin-bottom: 8px;
}
.c-oleoturismo .o-visita ul li p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  text-align: center;
}
.c-oleoturismo .o-visita__more {
  width: 100% !important;
  margin-top: 30px !important;
}
.c-oleoturismo .o-visita__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  padding: 12px 45px 10px;
}
.c-oleoturismo .o-visita__more a:hover {
  background: #097b16 !important;
}
.c-oleoturismo .o-img {
  margin-top: -245px;
}
.c-oleoturismo .o-img img {
  width: 100%;
  height: 710px;
  display: block;
  object-fit: cover;
  object-position: top center;
}
.c-almazara {
  background: #F4F4F4;
}
.c-almazara .o-proyecto {
  position: relative;
}
.c-almazara .o-proyecto .cont--proyecto {
  background: url(../images/almazara-block-bg.svg) no-repeat center #fff;
  background-size: cover;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  max-width: 870px;
  width: 100%;
  margin: -55px auto 0;
  padding: 45px 125px 70px;
  position: relative;
}
.c-almazara .o-proyecto__img {
  position: absolute;
  top: -120px;
  right: -80px;
}
.c-almazara .o-proyecto__title {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
  display: block;
  width: 100%;
}
.c-almazara .o-proyecto__subtitle {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.c-almazara .o-proyecto p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  text-align: center;
}
.c-almazara .o-proceso {
  padding-top: 160px;
  margin-bottom: -130px;
}
.c-almazara .o-proceso .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-almazara .o-proceso__nav {
  position: relative;
}
.c-almazara .o-proceso__nav__flechas img {
  display: block;
}
.c-almazara .o-proceso__nav__item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}
.c-almazara .o-proceso__nav__item.js-active span {
  background: url(../images/almazara-tab-active.svg) no-repeat center;
  color: #fff;
}
.c-almazara .o-proceso__nav__item.js-active img {
  opacity: 1;
  visibility: visible;
}
.c-almazara .o-proceso__nav__item[data-tab="0"] span {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.c-almazara .o-proceso__nav__item[data-tab="1"] span {
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.c-almazara .o-proceso__nav__item[data-tab="2"] span {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.c-almazara .o-proceso__nav__item[data-tab="3"] span {
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.c-almazara .o-proceso__nav__item span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: 'Abhaya Libre', serif;
  font-size: 30px;
  font-size: 1.875rem;
  background: url(../images/almazara-tab.svg) no-repeat center;
  color: #aaa;
  cursor: pointer;
  line-height: 1;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
}
.c-almazara .o-proceso__nav__item img {
  border-radius: 50%;
  border: 1px solid #707070;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.c-almazara .o-proceso__content {
  max-width: 580px;
  width: 100%;
}
.c-almazara .o-proceso__content__intro {
  padding: 0 25px 70px;
}
.c-almazara .o-proceso__content__intro h2 {
  font-family: 'Abhaya Libre', serif;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  line-height: 1;
  padding-bottom: 15px;
}
.c-almazara .o-proceso__content__intro p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
}
.c-almazara .o-proceso__content__list__item {
  background: #fff;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.08);
  padding: 25px 25px 75px;
  display: none;
}
.c-almazara .o-proceso__content__list__item.js-active {
  display: block;
}
.c-almazara .o-proceso__content__list__item span {
  font-family: 'Abhaya Libre', serif;
  font-size: 42px;
  font-size: 2.625rem;
  color: #0FBE23;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.c-almazara .o-proceso__content__list__item p {
  font-size: 16px;
  font-size: 1rem;
  color: #0FBE23;
}
.c-almazara .cont--text-img {
  background: #fff;
}
.c-almazara .o-text {
  padding-top: 315px;
}
.c-almazara .o-text__title {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
  display: block;
  width: 100%;
}
.c-almazara .o-text__subtitle {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.c-almazara .o-text p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  text-align: center;
  padding-bottom: 25px;
}
.c-almazara .o-text__more {
  padding-bottom: 0;
  padding-top: 20px;
}
.c-almazara .o-text__more a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  padding: 12px 35px 10px;
}
.c-almazara .o-text__more a:hover {
  background: #097b16 !important;
}
.c-almazara .o-img {
  margin-top: -270px;
}
.c-almazara .o-img img {
  height: 770px;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}
/* contacto */
.c-contacto {
  background: url(../images/contacto-bg.jpg) no-repeat top center;
  background-size: 100%;
  padding: 210px 0 95px;
}
.c-contacto .o-intro {
  padding-bottom: 150px;
}
.c-contacto .o-intro .cont--text {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.c-contacto .o-intro h1 {
  font-weight: 300;
  font-size: 26px;
  font-size: 1.625rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  line-height: 1;
}
.c-contacto .o-intro h1 strong {
  font-family: 'Abhaya Libre', serif;
  font-size: 60px;
  font-size: 3.75rem;
  display: block;
}
.c-contacto .o-intro p {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}
.c-contacto .o-intro p + p {
  margin-top: 50px;
}
.c-contacto .o-intro p a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
}
.c-contacto .o-intro p a:hover {
  background: #097b16 !important;
}
.c-contacto .o-data .container {
  display: grid;
  grid-template-columns: 1fr 315px;
  grid-gap: 90px;
}
.c-contacto .o-data h3 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  margin-bottom: 20px;
}
.c-contacto .o-data__form .field--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 15px;
}
.c-contacto .o-data__form label {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5B5B5F;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}
.c-contacto .o-data__form label .wpcf7-list-item {
  margin: 0;
}
.c-contacto .o-data__form label a {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5B5B5F;
  text-decoration: underline;
}
.c-contacto .o-data__form label a:hover {
  color: #0FBE23;
}
.c-contacto .o-data__form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaa;
}
.c-contacto .o-data__form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaa;
}
.c-contacto .o-data__form :-ms-input-placeholder {
  /* IE 10+ */
  color: #aaa;
}
.c-contacto .o-data__form :-moz-placeholder {
  /* Firefox 18- */
  color: #aaa;
}
.c-contacto .o-data__form p {
  margin-bottom: 12px;
}
.c-contacto .o-data__form p input[type="text"],
.c-contacto .o-data__form p input[type="email"],
.c-contacto .o-data__form p input[type="tel"],
.c-contacto .o-data__form p textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  border-bottom: 1px solid #5B5B5F;
  color: #aaa;
  padding: 14px 0;
  width: 100%;
  margin: 0;
  transition: all 0.5s;
}
.c-contacto .o-data__form p input[type="text"]:focus,
.c-contacto .o-data__form p input[type="email"]:focus,
.c-contacto .o-data__form p input[type="tel"]:focus,
.c-contacto .o-data__form p textarea:focus {
  border-bottom: 1px solid #0FBE23;
}
.c-contacto .o-data__form p textarea {
  height: 48px;
}
.c-contacto .o-data__form .field--submit {
  padding-top: 15px;
}
.c-contacto .o-data__form .field--submit input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  padding: 12px 65px 10px;
}
.c-contacto .o-data__form .field--submit input[type="submit"]:hover {
  background: #097b16 !important;
}
.c-contacto .o-data__form .field--submit input[type="submit"]:disabled:hover {
  background: #0FBE23;
}
.c-contacto .o-data__info p {
  margin-bottom: 25px;
}
.c-contacto .o-data__info p a {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #818181;
  max-width: 210px;
}
.c-contacto .o-data__info p a:hover {
  color: #0FBE23;
  text-decoration: underline;
}
.c-contacto .o-data__info__loc a {
  background: url(../images/contacto-loc.svg) no-repeat left 1px;
  padding-left: 32px;
}
.c-contacto .o-data__info__tel a {
  background: url(../images/contacto-tel.svg) no-repeat left center;
  padding-left: 32px;
}
.c-contacto .o-data__info__email a {
  background: url(../images/contacto-email.svg) no-repeat left center;
  padding-left: 32px;
}
.c-contacto .o-data__info ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 10px;
}
.c-contacto .o-data__info ul li {
  margin-right: 35px;
}
.c-contacto .o-data__info ul li:last-child {
  margin-right: 0;
}
.c-contacto .o-data__info ul li svg {
  display: block;
}
.c-contacto .o-data__info ul li svg path {
  transition: all 0.5s;
}
.c-contacto .o-data__info ul li:hover a svg path {
  fill: #000;
}
/* blog */
.c-blog {
  padding: 85px 0 50px;
}
.c-blog.single--blog {
  padding: 55px 0 100px;
}
.c-blog .container {
  display: grid;
  grid-template-columns: 1fr 315px;
  grid-gap: 125px;
}
.c-blog .o-listado__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 15px;
  margin-bottom: 100px;
}
.c-blog .o-listado__cont__item {
  position: relative;
}
.c-blog .o-listado__cont__item:hover .o-listado__cont__item__img img {
  transform: scale(1.1);
}
.c-blog .o-listado__cont__item:hover .o-listado__cont__item__text__more {
  height: 60px;
}
.c-blog .o-listado__cont__item__img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.c-blog .o-listado__cont__item__img a:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.6)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 65%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  z-index: 9;
}
.c-blog .o-listado__cont__item__img img {
  height: 330px;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.c-blog .o-listado__cont__item__text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  z-index: 9;
  overflow: hidden;
}
.c-blog .o-listado__cont__item__text h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  margin-bottom: 10px;
  max-width: 300px;
}
.c-blog .o-listado__cont__item__text p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}
.c-blog .o-listado__cont__item__text__more {
  height: 0;
  transition: all 0.5s;
}
.c-blog .o-listado__cont__item__text__more button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  padding: 8px 45px 6px;
  margin-top: 25px;
}
.c-blog .o-listado__cont__item__text__more button:hover {
  background: #097b16 !important;
}
.c-blog .o-listado__pag ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-blog .o-listado__pag ul li {
  padding: 0 4px;
}
.c-blog .o-listado__pag ul li .page-numbers {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #999;
}
.c-blog .o-listado__pag ul li .page-numbers:hover {
  color: #0FBE23;
}
.c-blog .o-listado__pag ul li .page-numbers.current {
  font-weight: 700;
  color: #0FBE23;
}
.c-blog .o-listado__pag ul li .page-numbers.prev:before {
  content: '<';
}
.c-blog .o-listado__pag ul li .page-numbers.next:before {
  content: '>';
}
.c-blog .o-single__intro {
  margin-bottom: 50px;
}
.c-blog .o-single__intro__cat {
  margin-bottom: 5px;
}
.c-blog .o-single__intro__cat a {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0FBE23;
  margin-right: 6px;
}
.c-blog .o-single__intro__cat a:before {
  content: '#';
}
.c-blog .o-single__intro__cat a:hover {
  text-decoration: underline;
}
.c-blog .o-single__intro h1 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 38px;
  font-size: 2.375rem;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
}
.c-blog .o-single__intro h2 {
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #777;
  margin-top: 10px;
}
.c-blog .o-single__intro img {
  margin-top: 25px;
  width: 100%;
}
.c-blog .o-single__content h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  color: #000;
  padding-bottom: 30px;
}
.c-blog .o-single__content h3 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  padding-bottom: 30px;
}
.c-blog .o-single__content h4 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  padding-bottom: 20px;
}
.c-blog .o-single__content p {
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #707070;
  padding-bottom: 25px;
}
.c-blog .o-single__content strong {
  font-weight: 700;
}
.c-blog .o-single__content strong a {
  font-weight: 700;
}
.c-blog .o-single__content a {
  color: #707070;
  text-decoration: underline;
}
.c-blog .o-single__content a:hover {
  color: #0FBE23;
}
.c-blog .o-single__content > img,
.c-blog .o-single__content > figure,
.c-blog .o-single__content > a > img {
  margin-bottom: 40px;
}
.c-blog .o-single__content > ul:not(.blocks-gallery-grid) {
  margin-bottom: 55px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  list-style: inherit;
  list-style-type: inherit;
  margin-left: 20px;
}
.c-blog .o-single__content > ul:not(.blocks-gallery-grid) li {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #555;
  padding: 3px 0;
  line-height: 1.3;
  list-style: inherit;
  list-style-type: inherit;
}
.c-blog .o-single__content > ol {
  counter-reset: i;
  padding-left: 0;
  margin: 0 0 40px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
.c-blog .o-single__content > ol li {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #555;
  padding: 3px 0;
  counter-increment: i;
  line-height: 1.3;
}
.c-blog .o-single__content > ol li:before {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  content: counter(i) '. ';
}
.c-blog .o-single__content blockquote {
  background: url(../images/blog-quote-bg.svg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 30px 80px 40px;
  margin: 30px 0 80px;
}
.c-blog .o-single__content blockquote p {
  font-family: 'Abhaya Libre', serif;
  font-size: 34px;
  font-size: 2.125rem;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 1;
  z-index: 9;
  padding: 0;
}
.c-blog .o-single__content figure {
  margin: 0;
}
.c-blog .o-single__content .wp-block-columns h3 {
  padding-bottom: 15px;
}
.c-blog .o-single__content .wp-block-gallery {
  margin: 40px 0 70px;
}
.c-blog .o-single__content .wp-block-gallery li {
  margin: 0;
  width: 100%;
}
.c-blog .o-single__content .wp-block-gallery.columns-2 .blocks-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.c-blog .o-single__content .wp-block-gallery.columns-3 .blocks-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.c-blog .o-single__content .wp-block-gallery.columns-4 .blocks-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.c-blog .o-single__content .wp-block-gallery.columns-5 .blocks-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.c-blog .o-single__content img {
  width: 100%;
}
.c-blog .o-single__pag {
  margin: 30px 0 40px;
}
.c-blog .o-single__pag ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.c-blog .o-single__pag ul li {
  position: relative;
}
.c-blog .o-single__pag ul li:hover span {
  color: #000;
  text-decoration: underline;
}
.c-blog .o-single__pag ul li span {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0FBE23;
  transition: all 0.5s;
}
.c-blog .o-single__pag ul li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.c-blog .o-sidebar .widget {
  margin-bottom: 45px;
}
.c-blog .o-sidebar .widget .widgettitle {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  padding-bottom: 2px;
  border-bottom: 1px solid #0FBE23;
  margin-bottom: 15px;
}
.c-blog .o-sidebar .widget ul {
  margin-top: 5px;
}
.c-blog .o-sidebar .widget ul li {
  padding: 5px 0;
}
.c-blog .o-sidebar .widget ul li.current-cat a {
  color: #0FBE23;
  text-decoration: underline;
}
.c-blog .o-sidebar .widget ul li a {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #555;
  line-height: 1.5;
}
.c-blog .o-sidebar .widget ul li a:hover {
  color: #0FBE23;
  text-decoration: underline;
}
.c-blog .o-sidebar .widget.recent-posts-widget-with-thumbnails ul {
  margin-top: 5px;
}
.c-blog .o-sidebar .widget.recent-posts-widget-with-thumbnails ul li {
  padding: 7px 0;
  margin: 0;
}
.c-blog .o-sidebar .widget.recent-posts-widget-with-thumbnails ul li a {
  display: grid;
  grid-template-columns: 95px 1fr;
  align-items: center;
  grid-gap: 15px;
}
.c-blog .o-sidebar .widget.recent-posts-widget-with-thumbnails ul li a img {
  margin: 0;
  height: 75px;
  width: 100%;
  object-fit: cover;
}
.c-blog .o-sidebar .widget.recent-posts-widget-with-thumbnails ul li a:hover span {
  color: #0FBE23;
  text-decoration: underline;
}
.c-blog .o-sidebar .widget.recent-posts-widget-with-thumbnails ul li a span {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  transition: all 0.5s;
}
.c-blog .o-sidebar .widget.widget_media_image img {
  border: 1px solid #707070;
}
.c-blog .o-sidebar .widget label {
  display: none;
}
.c-blog .o-sidebar .widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  background: url(../images/sidebar-arrow.svg) no-repeat calc(100% - 17px) center;
  border: 1px solid #ADADAD;
  cursor: pointer;
  color: #ADADAD;
  padding: 10px 30px 8px 20px;
  width: 100%;
}
.c-comentarios-post .o-comments {
  padding-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
}
.c-comentarios-post .o-comments__title {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #000;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  margin-bottom: 10px;
}
.c-comentarios-post .o-comments__listado__item {
  padding: 28px 20px 35px;
}
.c-comentarios-post .o-comments__listado__item:nth-child(2n) {
  background: #F2F2F2;
}
.c-comentarios-post .o-comments__listado__item .item--name-date {
  background: url(../images/avatar.png) no-repeat left center;
  padding-left: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.c-comentarios-post .o-comments__listado__item .item--name-date h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #000;
  line-height: 1;
  padding-bottom: 1px;
  text-transform: capitalize;
}
.c-comentarios-post .o-comments__listado__item .item--name-date time {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
}
.c-comentarios-post .o-comments__listado__item .item--alert {
  padding-bottom: 15px;
}
.c-comentarios-post .o-comments__listado__item .item--alert p {
  font-size: 13px;
  color: #123456;
}
.c-comentarios-post .o-comments__listado__item .item--content {
  padding-bottom: 15px;
}
.c-comentarios-post .o-comments__listado__item .item--content p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8C8C8C;
}
.c-comentarios-post .o-comments__listado__item .item--resp a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.c-comentarios-post .o-comments__listado__item .item--resp a:hover {
  color: #0FBE23;
}
.c-comentarios-post .o-comments__listado__item .comment-edit-link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  margin-bottom: 10px;
}
.c-comentarios-post .o-comments__listado__item .comment-edit-link:hover {
  color: #0FBE23;
}
.c-comentarios-post .o-form form > p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8C8C8C;
  margin-bottom: 20px;
}
.c-comentarios-post .o-form form > p a {
  color: #000;
  text-decoration: underline;
}
.c-comentarios-post .o-form form > p a:hover {
  color: #0FBE23;
}
.c-comentarios-post .o-form__title {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #000;
  padding-bottom: 25px;
}
.c-comentarios-post .o-form__title a {
  color: #000;
  text-decoration: underline;
}
.c-comentarios-post .o-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8C8C8C;
}
.c-comentarios-post .o-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8C8C8C;
}
.c-comentarios-post .o-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #8C8C8C;
}
.c-comentarios-post .o-form :-moz-placeholder {
  /* Firefox 18- */
  color: #8C8C8C;
}
.c-comentarios-post .o-form__cancel {
  margin-bottom: 20px;
}
.c-comentarios-post .o-form__cancel a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 5px 10px;
}
.c-comentarios-post .o-form__cancel a:hover {
  color: #fff;
  background: #0FBE23;
}
.c-comentarios-post .o-form input[type="text"],
.c-comentarios-post .o-form input[type="email"],
.c-comentarios-post .o-form textarea {
  font-size: 15px;
  font-size: 0.9375rem;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 6px 12px;
  color: #8C8C8C;
  width: 100%;
}
.c-comentarios-post .o-form textarea {
  height: 105px;
}
.c-comentarios-post .o-form .field--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.c-comentarios-post .o-form .field--two--legal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.c-comentarios-post .o-form .field--two--legal .field--two__item {
  width: auto;
}
.c-comentarios-post .o-form .field--two--legal label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
  cursor: pointer;
}
.c-comentarios-post .o-form .field--two--legal label a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
  text-decoration: underline;
}
.c-comentarios-post .o-form .field--two--legal label a:hover {
  color: #0FBE23;
}
.c-comentarios-post .o-form .field--two--legal input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
}
.c-comentarios-post .o-form .field--two--legal input[type="submit"]:hover {
  background: #097b16 !important;
}
.c-single-product {
  padding: 190px 0 100px;
}
.c-single-product .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-single-product .o-img {
  width: 50%;
  padding-right: 100px;
  position: relative;
}
.c-single-product .o-img.cosecha--temprana:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 120px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  background: url(../images/producto-cosecha.svg) no-repeat center;
  position: absolute;
  top: 12px;
  right: 120px;
  z-index: 99;
}
.c-single-product .o-img__slider {
  margin-bottom: 55px;
}
.c-single-product .o-img__slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-single-product .o-img__slider img {
  height: 100%;
  object-fit: cover;
}
.c-single-product .o-img__slides {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.c-single-product .o-img .slider--item {
  text-align: center;
}
.c-single-product .o-img .slider--item:before img {
  height: 560px;
  width: auto;
  object-fit: cover;
}
.c-single-product .o-img .slides--item {
  padding: 0 7px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.c-single-product .o-img .slides--item:hover span:before {
  opacity: 1;
  visibility: visible;
}
.c-single-product .o-img .slides--item.slick-current span {
  border: 1px solid #0FBE23;
}
.c-single-product .o-img .slides--item span {
  border: 1px solid transparent;
  position: relative;
  display: block;
  transition: all 0.5s;
}
.c-single-product .o-img .slides--item span:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.5s;
  outline: 0;
  font-size: 40px;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0FBE23;
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  border: 2px solid #0FBE23;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.c-single-product .o-img .slides--item img {
  height: 100px;
  width: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.c-single-product .o-text {
  width: 50%;
}
.c-single-product .o-text h1 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 350px;
}
.c-single-product .o-text h2 {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #9B9B9B;
  line-height: 1.4;
  margin-bottom: 15px;
}
.c-single-product .o-text__desc {
  padding-bottom: 20px;
}
.c-single-product .o-text__desc p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9B9B9B;
  padding-bottom: 10px;
  line-height: 1.7;
}
.c-single-product .o-text__desc p strong {
  font-weight: 500;
}
.c-single-product .o-text__price {
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  margin-bottom: 25px;
}
.c-single-product .o-text__price span {
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
}
.c-single-product .o-text__price > .price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-single-product .o-text__price > .price del {
  color: #CECECE;
  order: 2;
  text-decoration: line-through;
}
.c-single-product .o-text__price > .price del span {
  font-weight: 400;
  color: #CECECE;
}
.c-single-product .o-text__price > .price ins {
  order: 1;
  text-decoration: none;
  margin-right: 15px;
}
.c-single-product .o-text__tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 20px;
}
.c-single-product .o-text__tab li:first-child {
  margin-right: 90px;
}
.c-single-product .o-text__tab li:last-child button svg path {
  stroke: transparent !important;
}
.c-single-product .o-text__tab li button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  align-items: center;
  border: none;
  background: none;
}
.c-single-product .o-text__tab li button svg {
  margin-right: 7px;
  display: block;
}
.c-single-product .o-text__tab li button svg path {
  transition: all 0.5s;
}
.c-single-product .o-text__tab li button:hover {
  text-decoration: underline;
}
.c-single-product .o-text__tab li.js-active button {
  color: #0FBE23;
}
.c-single-product .o-text__tab li.js-active button svg path {
  fill: #0FBE23;
  stroke: #0FBE23;
}
.c-single-product .o-text__content__item {
  display: none;
}
.c-single-product .o-text__content__item.js-active {
  display: block;
}
.c-single-product .o-text__content__item p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #9B9B9B;
  padding-bottom: 25px;
}
.c-single-product .o-text__content__item p:last-child {
  padding-bottom: 0;
}
.c-single-product .o-text .variations {
  margin-bottom: 15px;
}
.c-single-product .o-text .variations__item {
  padding-bottom: 15px;
}
.c-single-product .o-text .variations__item label {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #818181;
  display: block;
  margin-bottom: 8px;
}
.c-single-product .o-text .variations__item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #9B9B9B;
  cursor: pointer;
  background: url(../images/producto-arrow.svg) no-repeat calc(100% - 20px) #fff;
  border: 1px solid #d8d8d8;
  border-radius: 45px;
  padding: 12px 65px 11px 30px;
}
.c-single-product .o-text .single_variation_wrap .woocommerce-variation {
  display: none !important;
}
.c-single-product .o-text .cont--qty-submit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c-single-product .o-text .product--buy button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
  padding: 16px 45px 14px;
}
.c-single-product .o-text .product--buy button:hover {
  background: #097b16 !important;
}
.c-single-product .o-text .product--buy button.disabled {
  background: #0FBE23;
  opacity: 0.5;
}
.c-single-product .o-text .product--buy button.disabled:hover {
  background: #0FBE23 !important;
}
.c-single-product .o-text .quantity {
  margin-right: 30px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.c-single-product .o-text .quantity label {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #818181;
  display: block;
  margin-bottom: 8px;
}
.c-single-product .o-text .quantity input::-webkit-outer-spin-button,
.c-single-product .o-text .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-single-product .o-text .quantity__cont {
  display: inline-block;
  position: relative;
}
.c-single-product .o-text .quantity input[type=number] {
  -moz-appearance: textfield;
}
.c-single-product .o-text .quantity input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 45px;
  padding: 11px 60px 10px 60px;
  max-width: 140px;
  width: 100%;
}
.c-single-product .o-text .quantity .qty--less {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
}
.c-single-product .o-text .quantity .qty--less rect {
  transition: all 0.5s;
}
.c-single-product .o-text .quantity .qty--less:hover svg rect {
  fill: #000;
}
.c-single-product .o-text .quantity .qty--more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
}
.c-single-product .o-text .quantity .qty--more rect {
  transition: all 0.5s;
}
.c-single-product .o-text .quantity .qty--more:hover svg rect {
  fill: #000;
}
.c-relacionados {
  margin-top: 100px;
}
.c-relacionados h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  border-bottom: 1px solid #AAAAAA;
  color: #000;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 60px;
  width: 100%;
}
.c-tienda {
  background: #f2f2f2;
  padding: 200px 0 100px;
}
.c-tienda.tienda--listado {
  background: none;
  padding: 0;
}
.c-tienda .woocommerce > h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #F4F4F4;
  text-align: center;
}
.c-tienda .woocommerce-MyAccount-navigation ul {
  width: 100%;
}
.c-tienda .woocommerce-MyAccount-navigation ul li {
  width: 100%;
  margin-bottom: 10px;
}
.c-tienda .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #222222;
  color: #fff;
}
.c-tienda .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #222222;
  color: #222222;
  padding: 12px 20px;
  width: 100%;
}
.c-tienda .woocommerce-MyAccount-navigation ul li a:hover {
  background: #222222;
  color: #fff;
}
.c-tienda .woocommerce-MyAccount-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #F4F4F4;
  padding-bottom: 15px;
}
.c-tienda .woocommerce-MyAccount-content p {
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
  padding-bottom: 20px;
}
.c-tienda .woocommerce-MyAccount-content p a {
  color: #707070;
  text-decoration: underline;
}
.c-tienda .woocommerce-MyAccount-content p a:hover {
  color: #222;
}
.c-tienda .woocommerce-MyAccount-content p em {
  font-size: 14px;
  font-size: 0.875rem;
  color: #707070;
}
.c-tienda .woocommerce-LostPassword {
  margin-top: 10px;
}
.c-tienda .woocommerce-LostPassword a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  text-decoration: underline;
}
.c-tienda .woocommerce-LostPassword a:hover {
  color: #0FBE23;
}
.c-tienda .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 10px 0 20px;
}
.c-tienda form legend {
  font-size: 16px;
  font-size: 1rem;
  color: #222;
  padding: 0 10px;
}
.c-tienda form input[type="text"],
.c-tienda form input[type="tel"],
.c-tienda form input[type="email"],
.c-tienda form input[type="password"],
.c-tienda form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  border: 1px solid #818181;
  padding: 10px 10px;
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #818181;
  width: 100%;
}
.c-tienda form p {
  padding-bottom: 0;
}
.c-tienda form textarea {
  height: 60px;
}
.c-tienda form label {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #818181;
  margin-bottom: 5px;
  display: block;
}
.c-tienda form label a {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #818181;
  text-decoration: underline;
}
.c-tienda form label a:hover {
  color: #0FBE23;
}
.c-tienda form span.wpcf7-list-item {
  margin: 0;
}
.c-tienda form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #0FBE23;
  border: none;
  border-radius: 45px;
  color: #fff;
  padding: 12px 55px 10px;
  text-transform: uppercase;
  position: relative;
}
.c-tienda form input[type="submit"]:hover {
  background: #097b16 !important;
}
.c-tienda form #respond input#submit,
.c-tienda form a.button,
.c-tienda form button.button,
.c-tienda form input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: 1px solid #0FBE23;
  border-radius: 0;
  color: #0FBE23;
  padding: 10px 20px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
}
.c-tienda form #respond input#submit:hover,
.c-tienda form a.button:hover,
.c-tienda form button.button:hover,
.c-tienda form input.button:hover {
  background: #0FBE23;
  color: #fff;
}
.c-tienda .quantity__cont {
  position: relative;
}
.c-tienda .quantity__cont input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  color: #000;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 45px;
  padding: 10px 30px 10px 30px;
  max-width: 100px;
  width: 100%;
}
.c-tienda  .qty--less {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
}
.c-tienda  .qty--more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
}
.woocommerce table.shop_table {
  background: #fff;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 20px;
}
.woocommerce table.shop_table .product-quantity label {
  display: none;
}
.woocommerce a.remove {
  font-weight: 300;
  font-size: 40px;
}
.woocommerce-cart table.cart img {
  width: 100px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #fff;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-info::before {
  color: #0FBE23;
}
.woocommerce-info {
  border-top-color: #0FBE23;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  background: none;
  border: 1px solid #222222;
  border-radius: 0;
  color: #222222;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background: #222222;
  color: #fff;
}
.woocommerce-account .addresses .title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #F4F4F4;
  padding-bottom: 15px;
}
.woocommerce-account .addresses .title .edit {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 10px;
  color: #fff;
  background: #F4F4F4;
}
.woocommerce-account .addresses .title .edit:hover {
  background: #0FBE23;
}
.woocommerce-account .addresses address {
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #0FBE23 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  border: 1px solid #818181;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #818181;
  width: 100%;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #818181 !important;
  border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #818181 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #818181;
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected],
.select2-results__option {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #818181;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0FBE23;
}
.select2-container--open {
  transform: translateY(-57px);
}
.select2-container--below {
  transform: none;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #0FBE23;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #000;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  color: #5B5B5F;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #0FBE23;
}
.woocommerce-page table.cart td.actions .coupon {
  display: flex;
}
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon + button {
  margin-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  font-size: 15px;
}
#order_review_heading {
  font-size: 20px;
  color: #5B5B5F;
  font-weight: 500;
  margin: 40px 0 20px;
}
.woocommerce-checkout-review-order-table {
  font-size: 15px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline-block;
}
.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background-color: #42BA3B;
}
.woocommerce table.shop_table .product-name a {
  color: #000;
  font-weight: 500;
}
.woocommerce table.shop_table .product-name a:hover {
  color: #0FBE23;
  text-decoration: underline;
}
.woocommerce-info a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-info a:hover {
  color: #0FBE23;
}
#coupon_code {
  max-width: 145px;
  width: 100%;
}
.woocommerce-privacy-policy-text a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-privacy-policy-text a:hover {
  color: #0FBE23;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  color: #000;
  padding: 10px;
  margin-bottom: 35px;
  border-bottom: 1px solid #5B5B5F;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 23px;
}
.woocommerce ul.order_details li {
  font-weight: 300;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.woocommerce ul.order_details li strong {
  font-weight: 500;
}
.woocommerce-bacs-bank-details h2,
.woocommerce-order-details h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.woocommerce-bacs-bank-details h3 {
  font-weight: 300 !important;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.woocommerce-column--billing-address h2,
.woocommerce-column--shipping-address h2 {
  font-family: 'Abhaya Libre', serif;
  font-weight: 400;
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address {
  border: 1px solid #5B5B5F;
  border-radius: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.woocommerce .woocommerce-customer-details address,
.woocommerce .woocommerce-customer-details address p {
  line-height: 25px;
  font-weight: 300;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
  color: #0FBE23;
}
@media screen and (min-width: 2000px) {
  .c-home .o-cabecera__img img {
    object-position: center;
  }
}
@media screen and (max-width: 767px) {
  .c-tienda {
    padding: 100px 0;
  }
  .woocommerce-MyAccount-content {
    margin-top: 40px;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .cont-680 {
    width: 710px;
  }
}
@media screen and (min-width: 991px) {
  .cont-960 {
    width: 960px;
  }
}
@media screen and (min-width: 1160px) {
  .cont-1100 {
    width: 1130px;
  }
}
@media screen and (min-width: 1250px) {
  .cont-1315 {
    max-width: 1230px;
  }
  .cont-1200 {
    max-width: 1230px;
  }
  .cont-1460 {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1375px) {
  .cont-1315 {
    max-width: 1345px;
  }
  .cont-1460 {
    max-width: 1345px;
  }
}
@media screen and (min-width: 1520px) {
  .cont-1460 {
    max-width: 1490px;
  }
}
/* commons */
*:before,
*:after {
  box-sizing: inherit;
}
p {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
li {
  list-style-type: none;
  padding-left: 0;
}
.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
}
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 10px;
}
form div.wpcf7-validation-errors {
  width: 100%;
  text-align: center;
  border: 0;
  border-top: 2px solid red;
  padding-top: 20px;
  color: #999;
}
form div.wpcf7-mail-sent-ok {
  width: 100%;
  text-align: center;
  border: 0;
  border-top: 2px solid green;
  padding-top: 20px;
  color: #999;
}
form span.wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.4);
}
/* responsive */
/* mediaqueries max-1200 */
@media screen and (min-height: 1125px) and (min-width: 1200px) {
  .page-template-page-contacto .c-pie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-height: 710px) and (min-width: 1200px) {
  body.error404 .c-pie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  body.error404 .error-404 {
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 1495px) {
  .c-home .o-cabecera__img img {
    height: 815px;
  }
  .c-home .o-banners .container {
    max-width: 1000px;
  }
  .c-home .o-banners__item {
    padding: 50px 45px 75px;
  }
  .c-home .o-banners__item:nth-child(1) .o-banners__item__img img {
    max-width: 250px;
  }
  .c-home .o-banners__item:nth-child(2) .o-banners__item__img img {
    max-width: 320px;
  }
  .productos--listado > .container {
    position: relative;
    left: -30px;
  }
  .c-home .o-ecologico__img {
    left: -50px;
  }
  .c-home .o-ecologico__img img {
    max-width: 700px;
  }
  .c-home .o-sostenibilidad__text ul li img {
    max-width: 190px;
  }
  .c-nosotros .o-intro__hojas-izq img,
  .c-nosotros .o-intro__hojas-der img {
    max-width: 100px;
  }
  .c-cabecera-gen-tienda .o-img {
    background: rgba(0, 0, 0, 0.3);
  }
  .c-cabecera-gen-tienda .o-img img {
    mix-blend-mode: multiply;
  }
}
@media screen and (max-width: 1450px) {
  .c-header.menu-fijo .o-cont__left {
    left: 15px;
  }
  .c-header.menu-fijo .o-cont__right {
    right: 15px;
  }
  .c-header.menu-fijo .o-cont__right__tel a {
    font-size: 0;
  }
  .c-header.menu-fijo .o-cont__right__tel a:before {
    top: 1px;
  }
  .c-header.menu-fijo .o-cont__right {
    bottom: -9px;
  }
  .c-header .o-cont__right__email {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1374px) {
  .productos--listado > .container {
    position: relative;
    left: 0;
  }
  .productos--listado__list__item {
    padding: 30px 10px;
  }
  .productos--listado .slick-prev {
    left: -10px;
  }
  .productos--listado .slick-next {
    right: -10px;
  }
  .c-almazara .o-proceso .container {
    padding: 0 15px 0 45px;
  }
}
/* mediaqueries max-1200 */
@media screen and (max-height: 850px) and (min-width: 1200px) {
  .c-home .o-cabecera__text__cont h1 {
    font-size: 20px;
  } 
  .c-home .o-cabecera__text__cont h1 strong {
    font-size: 50px;
  }
  .c-home .o-cabecera__text__cont p {
    margin-bottom: 20px;
  }
  .c-home .o-cabecera__img img {
    height: 680px;
  }
  .c-home .o-banners .container {
    padding: 0 80px;
  }
  .c-home .o-banners__item__text {
    max-width: 260px;
  }
  .c-home .o-banners__item__text h3 {
    font-size: 15px;
  }
  .c-home .o-banners__item__text h3 strong {
    font-size: 34px;
  }
  .c-home .o-banners__item__text p {
    font-size: 14px;
  }
  .c-home .o-banners__item__text__more a {
    font-size: 12px;
    padding: 10px 45px 8px;
  }
}
@media screen and (max-width: 1199px) {
  .c-header.menu-fijo .o-cont__menu nav ul li {
    padding: 0 10px;
    z-index: 9;
  }
  .c-header .o-cont__menu nav ul li.h--logo {
    z-index: 8;
  }
  .c-header .o-cont__menu__cart {
    top: 0;
  }
  .c-home .o-banners .container {
    padding: 0 80px;
  }
  .c-home .o-banners__item__text {
    max-width: 260px;
  }
  .c-home .o-banners__item__text h3 {
    font-size: 15px;
  }
  .c-home .o-banners__item__text h3 strong {
    font-size: 34px;
  }
  .c-home .o-banners__item__text p {
    font-size: 14px;
  }
  .c-home .o-banners__item__text__more a {
    font-size: 12px;
    padding: 10px 45px 8px;
  }
  .c-home .o-cabecera__img {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
  }
  .c-home .o-cabecera__img img {
    mix-blend-mode: multiply;
  }
  .c-home .o-ecologico .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .c-home .o-ecologico__img {
    position: relative;
    left: inherit;
    top: -100px;
  }
  .c-home .o-ecologico__img img {
    max-width: 100%;
  }
  .c-home .o-sostenibilidad__text {
    padding: 45px 50px 0 50px;
  }
  .c-home .o-ecologico {
    padding: 65px 0 100px;
  }
  .productos--listado .slick-prev {
    left: 0;
  }
  .productos--listado .slick-next {
    right: 0;
  }
  .c-home .cont--noticias-ecosistema__noticias {
    padding-bottom: 150px;
  }
  .c-home .o-ecologico__text h2 {
    font-size: 32px;
  }
  .c-home .o-sabor {
    padding-bottom: 100px;
  }
  .productos--listado__list__item {
    width: 50%;
    grid-template-columns: 120px 1fr;
    grid-gap: 15px;
  }
  .c-nosotros .o-intro__hojas-izq img,
  .c-nosotros .o-intro__hojas-der img {
    display: none;
  }
  .c-single-product .o-img {
    padding-right: 30px;
  }
  .c-single-product .o-text h1 {
    font-size: 30px;
  }
  .c-almazara .o-proyecto__img {
    top: -40px;
    right: 0;
    max-width: 200px;
  }
  .c-almazara .o-proceso .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
  }
  .c-blog .container {
    grid-gap: 40px;
  }
  .c-blog .o-listado__cont {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content {
    margin-top: 40px;
  }
}
/* mediaqueries max-991 */
@media screen and (max-width: 991px) {
  .logged-in #menu {
    top: 32px;
    height: calc(100vh - 32px);
  }
  #menu {
    background: url(../images/mobile-fondo.png) no-repeat bottom right #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 150px 0 50px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  #menu.js-active {
    opacity: 1;
    visibility: visible;
  }
  #menu:before {
    content: '';
    display: inline-block;
    width: 92px;
    height: 92px;
    position: relative;
    transition: all 0.5s;
    outline: 0;
    background: url(../images/mobile-logo.svg) no-repeat center;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-header.menu-fijo .o-cont {
    padding: 0;
  }
  .c-header .o-cont__menu nav ul li {
    display: block;
    width: 100%;
    padding: 8px !important;
    text-align: center;
  }
  .c-header .o-cont__menu nav ul li a {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
  }
  .c-header .o-cont__menu nav .rrss {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .c-header .o-cont__menu nav .rrss li {
    padding: 0 7px;
    width: auto;
  }
  .c-header .o-cont__menu nav ul li.h--logo {
    display: none;
  }
  .c-header .o-cont {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .c-header {
    position: relative;
    top: 0;
  }
  .c-header .o-cont__left,
  .c-header .o-cont__right,
  .c-header .o-cont__menu__cart {
    display: none;
  }
  .c-header .pre-menu-mobile.js-active .pre-menu-mobile__other__email,
  .c-header .pre-menu-mobile.js-active .pre-menu-mobile__other__tel,
  .c-header .pre-menu-mobile.js-active .pre-menu-mobile__other__cuenta {
    opacity: 1;
    visibility: visible;
  }
  .c-header .pre-menu-mobile.js-active #btn-menu span {
    transition: all 0.5s;
    position: relative;
    top: 0;
  }
  .c-header .pre-menu-mobile.js-active #btn-menu span:nth-child(1) {
    transform: rotate(-45deg);
    top: 6px;
  }
  .c-header .pre-menu-mobile.js-active #btn-menu span:nth-child(2) {
    opacity: 0;
  }
  .c-header .pre-menu-mobile.js-active #btn-menu span:nth-child(3) {
    transform: rotate(45deg);
    top: -6px;
  }
  .c-header.menu-fijo .pre-menu-mobile:not(.js-active),
  .c-header.header--gris .pre-menu-mobile:not(.js-active) {
    background: #fff;
  }
  .c-header.menu-fijo .pre-menu-mobile:not(.js-active) .pre-menu-mobile__menu button span,
  .c-header.header--gris .pre-menu-mobile:not(.js-active) .pre-menu-mobile__menu button span {
    background: #000;
  }
  .c-header.menu-fijo .pre-menu-mobile:not(.js-active) .pre-menu-mobile__menu__wpml ul li:after,
  .c-header.header--gris .pre-menu-mobile:not(.js-active) .pre-menu-mobile__menu__wpml ul li:after {
    color: rgba(0, 0, 0, 0.5);
  }
  .c-header.menu-fijo .pre-menu-mobile:not(.js-active) .pre-menu-mobile__menu__wpml ul li a span,
  .c-header.header--gris .pre-menu-mobile:not(.js-active) .pre-menu-mobile__menu__wpml ul li a span {
    color: #000;
  }
  .c-header.menu-fijo .pre-menu-mobile:not(.js-active) .pre-menu-mobile__logo > a,
  .c-header.header--gris .pre-menu-mobile:not(.js-active) .pre-menu-mobile__logo > a {
    top: -22px;
  }
  .c-header.menu-fijo .pre-menu-mobile:not(.js-active) .pre-menu-mobile__logo > a > svg,
  .c-header.header--gris .pre-menu-mobile:not(.js-active) .pre-menu-mobile__logo > a > svg {
    width: 42px;
    height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .c-header.menu-fijo .pre-menu-mobile:not(.js-active) .pre-menu-mobile__logo__alt,
  .c-header.header--gris .pre-menu-mobile:not(.js-active) .pre-menu-mobile__logo__alt {
    opacity: 1;
    visibility: visible;
  }
  .c-header.menu-fijo .pre-menu-mobile:not(.js-active) .pre-menu-mobile__other__cart a,
  .c-header.header--gris .pre-menu-mobile:not(.js-active) .pre-menu-mobile__other__cart a {
    background: url(../images/mobile-cart-black.svg) no-repeat center;
  }
  .c-header.header--gris .pre-menu-mobile.js-active .pre-menu-mobile__logo {
    opacity: 0;
    visibility: hidden;
  }
  .c-header.menu-fijo .pre-menu-mobile.js-active .pre-menu-mobile__logo {
    opacity: 0;
    visibility: hidden;
  }
  .logged-in .c-header .pre-menu-mobile {
    top: 32px;
  }
  .c-header .pre-menu-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 15px;
    transition: all 0.5s;
    z-index: 9999;
  }
  .c-header .pre-menu-mobile__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-header .pre-menu-mobile__menu button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: none;
    border: none;
    margin-right: 12px;
  }
  .c-header .pre-menu-mobile__menu button span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 4px;
    transition: all 0.5s;
  }
  .c-header .pre-menu-mobile__menu button span:last-child {
    margin-bottom: 0;
  }
  .c-header .pre-menu-mobile__menu__wpml {
    position: relative;
    top: -1px;
  }
  .c-header .pre-menu-mobile__menu__wpml .wpml-ls-legacy-list-horizontal {
    padding: 0;
  }
  .c-header .pre-menu-mobile__menu__wpml .wpml-ls-legacy-list-horizontal a {
    padding: 0;
  }
  .c-header .pre-menu-mobile__menu__wpml ul li a {
    display: inline-block;
  }
  .c-header .pre-menu-mobile__menu__wpml ul li a span {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
  }
  .c-header .pre-menu-mobile__menu__wpml ul li a:hover span {
    text-decoration: underline;
  }
  .c-header .pre-menu-mobile__menu__wpml ul li:after {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
    content: '|';
    margin: 0 2px 0 0;
  }
  .c-header .pre-menu-mobile__menu__wpml ul li:last-child:after {
    display: none;
  }
  .c-header .pre-menu-mobile__menu__wpml .wpml-ls-native {
    font-weight: 700;
  }
  .c-header .pre-menu-mobile__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-header .pre-menu-mobile__logo > a {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-header .pre-menu-mobile__logo svg {
    transition: all 0.5s;
  }
  .c-header .pre-menu-mobile__logo__alt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .c-header .pre-menu-mobile__other {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-header .pre-menu-mobile__other__cuenta {
    margin-right: 10px;
    position: relative;
    top: 4px;
    opacity: 0;
    visibility: hidden;
  }
  .c-header .pre-menu-mobile__other__cuenta svg {
    width: 17px;
    height: auto;
  }
  .c-header .pre-menu-mobile__other__cuenta svg path {
    fill: #fff !important;
    stroke: #fff;
    stroke-width: 4px;
  }
  .c-header .pre-menu-mobile__other__tel {
    margin-right: 9px;
    position: relative;
    top: 2px;
    opacity: 0;
    visibility: hidden;
  }
  .c-header .pre-menu-mobile__other__tel a {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: url(../images/mobile-tel.svg) no-repeat center;
    display: block;
  }
  .c-header .pre-menu-mobile__other__email {
    margin-right: 10px;
    position: relative;
    top: 2px;
    opacity: 0;
    visibility: hidden;
  }
  .c-header .pre-menu-mobile__other__email a {
    font-size: 0;
    width: 23px;
    height: 20px;
    background: url(../images/mobile-mail.svg) no-repeat center;
    display: block;
  }
  .c-header .pre-menu-mobile__other__cart {
    position: relative;
    top: 3px;
  }
  .c-header .pre-menu-mobile__other__cart a {
    background: url(../images/mobile-cart.svg) no-repeat center;
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
  }
  .c-header .pre-menu-mobile__other__cart a span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 10px;
    font-size: 0.625rem;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #0FBE23;
    position: absolute;
    top: -2px;
    right: -9px;
  }
  .productos--listado__list__item__text p {
    max-width: 100%;
  }
  .c-home .o-banners .cont--banners {
    position: relative;
    top: 0;
    margin-top: -25px;
  }
  .c-home .o-banners .container {
    padding: 0 30px;
    display: block;
  }
  .c-home .o-banners .container:before {
    display: none;
  }
  .c-home .o-banners__item {
    background: #fff !important;
    border-radius: 25px 25px 0 0;
    box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.08);
    padding: 70px 35px 35px;
    width: 100%;
    display: block;
  }
  .c-home .o-banners__item:before {
    display: none;
  }
  .c-home .o-banners__item__text {
    max-width: 100%;
  }
  .c-home .o-banners__item .o-banners__item__img {
    left: 50% !important;
    bottom: calc(100% - 60px ) !important;
    transform: translateX(-50%) !important;
    right: inherit !important;
  }
  .c-home .o-banners__item:nth-child(1) {
    margin-bottom: 285px;
  }
  .c-home .o-banners__item:nth-child(1) .o-banners__item__img img {
    height: 270px;
  }
  .c-home .o-banners__item:nth-child(2) .o-banners__item__img img {
    height: 305px;
  }
  .c-home .o-banners__item:nth-child(2) .o-banners__item__img {
    margin-left: -30px;
  }
  .c-home .o-cabecera__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-home .o-cabecera__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-home .o-cabecera__text {
    position: relative;
    top: 0;
    z-index: 9;
    padding: 125px 20px 230px;
  }
  .c-home .o-cabecera__text__cont h1 {
    font-size: 16px;
  }
  .c-home .o-cabecera__text__cont h1 strong {
    font-size: 40px;
  }
  .c-home .o-cabecera__text__cont p {
    font-weight: 300;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .c-home .o-cabecera__text__cont p a {
    font-size: 12px;
    padding: 8px 60px 5px;
  }
  .productos--listado--home {
    padding: 45px 0 50px;
  }
  .productos--listado__title,
  .c-home .o-sabor h2,
  .c-home .o-sostenibilidad__text h2,
  .c-home .cont--noticias-ecosistema__intro h2 {
    font-size: 30px;
  }
  .productos--listado--home,
  .productos--listado--home .productos--listado__list__item__img a {
    background: none;
  }
  .c-home .o-sabor__left img {
    max-width: 110px;
  }
  .c-home .o-sabor__right img {
    max-width: 95px;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__list li {
    padding: 0 7px;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont > svg {
    width: 100%;
    height: auto;
    max-width: 190px;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__intro h3,
  .c-home .cont--noticias-ecosistema__ecosistema__intro p {
    color: #000;
  }
  .c-home .cont--noticias-ecosistema__noticias {
    padding-bottom: 50px;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__intro h3 {
    font-size: 30px;
    line-height: 1;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont__content span {
    height: 65px;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont__content span img {
    max-height: 100%;
  }
  .c-nosotros .o-intro__desc {
    grid-gap: 30px;
  }
  .c-nosotros .o-intro__equipo__subtitle,
  .c-nosotros .o-premios__subtitle {
    font-size: 30px;
  }
  .c-nosotros .o-premios__desc {
    font-size: 14px;
  }
  .productos--listado__title {
    font-size: 30px;
  }
  .c-cabecera-gen-tienda .o-text {
    top: 120px;
  }
  .c-cabecera-gen-tienda .o-text h1 {
    font-size: 20px;
    padding: 0 15px;
    max-width: 400px;
    margin: 0 auto;
  }
  .c-cabecera-gen-tienda .o-text h1 strong {
    font-size: 50px;
  }
  .productos--listado--premium {
    padding: 40px 0;
  }
  .productos--listado--dillar {
    padding: 40px 0;
  }
  .c-single-product {
    padding: 100px 0 20px;
  }
  .c-relacionados {
    margin-top: 60px;
  }
  .c-relacionados h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .c-single-product .o-text__tab li:first-child {
    margin-right: 20px;
  }
  .c-single-product .o-text .product--buy button {
    padding: 16px 20px 14px;
  }
  .c-almazara .o-proyecto {
    padding: 0 15px;
  }
  .c-almazara .o-proyecto .cont--proyecto {
    margin-top: -25px;
  }
  .c-almazara .o-proyecto__subtitle,
  .c-almazara .o-proceso__content__intro h2,
  .c-almazara .o-text__subtitle {
    font-size: 30px;
  }
  .c-almazara .o-proyecto p,
  .c-almazara .o-proceso__content__intro p,
  .c-almazara .o-proceso__content__list__item p,
  .c-almazara .o-text p {
    font-size: 14px;
  }
  .c-almazara .o-proceso__content__intro {
    padding-bottom: 30px;
  }
  .c-almazara .o-proceso .container {
    display: block;
    padding: 0 45px;
  }
  .c-almazara .o-proceso__nav {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .c-almazara .o-proceso__content {
    margin: 60px 0 0;
    max-width: inherit;
  }
  .c-almazara .o-text {
    padding-top: 40px;
  }
  .c-almazara .o-proceso {
    padding-top: 280px;
    margin-bottom: 0;
    padding-bottom: 40px;
    position: relative;
  }
  .c-almazara .o-proceso__content__intro {
    padding-bottom: 30px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .c-almazara .o-proyecto__img {
    top: -100px;
  }
  .c-oleoturismo .o-visita ul {
    justify-content: center;
  }
  .c-oleoturismo .o-visita ul li {
    width: 33.33%;
    padding: 20px;
  }
  .c-oleoturismo .o-viajes__text h2 strong,
  .c-oleoturismo .o-visita h2 {
    font-size: 30px;
  }
  .c-oleoturismo .o-viajes__text p,
  .c-oleoturismo .o-visita p,
  .c-oleoturismo .o-visita ul li p {
    font-size: 14px;
  }
  .c-blog .container {
    grid-template-columns: 1fr;
  }
  .c-contacto .o-data .container {
    display: block;
  }
  .c-contacto .o-data__info {
    margin-top: 50px;
  }
  .c-contacto .o-data__info p a {
    max-width: 100%;
  }
  .c-general {
    padding: 80px 0 50px;
  }
  .c-general h1 {
    font-size: 30px;
  }
  .c-general h2 {
    font-size: 24px;
  }
  .c-general h3 {
    font-size: 21px;
  }
  .c-general p {
    font-size: 14px;
  }
  .error-404 {
    padding: 100px 0 60px 0;
  }
  .error-404 h1 {
    font-size: 30px;
  }
  .error-404 p {
    font-size: 18px;
  }
  .c-pie .o-logo {
    width: 100%;
    text-align: center;
  }
  .c-pie .o-info {
    width: 100%;
    margin-top: 20px;
  }
  .c-pie .o-rrss {
    width: 100%;
    margin-top: 30px;
  }
  .c-pie .o-rrss ul {
    justify-content: center;
  }
}
/* mediaqueries max-768 */
@media screen and (max-width: 767px) {
  #slider-productos .productos--listado__list__item {
    grid-template-columns: 120px 1fr;
    grid-gap: 15px;
  }
  .productos--listado .slick-prev {
    left: -10px;
  }
  .productos--listado .slick-next {
    right: -10px;
  }
  .productos--listado__list__item {
    width: 100%;
  }
  .productos--listado--home .productos--listado__list__item {
    display: none !important;
  }
  .productos--listado--home .productos--listado__list__item:nth-child(1),
  .productos--listado--home .productos--listado__list__item:nth-child(2),
  .productos--listado--home .productos--listado__list__item:nth-child(3) {
    display: grid !important;
    grid-template-columns: 100px 1fr;
    grid-gap: 25px;
  }
  .c-home .o-sabor {
    padding: 0;
  }
  .c-home .o-sabor .container {
    background: rgba(0, 0, 0, 0.2);
    padding: 80px 15px 140px;
  }
  .c-home .o-sabor ul {
    justify-content: center;
    padding-top: 10px;
  }
  .c-home .o-sabor ul li {
    padding: 15px;
  }
  .c-home .o-ecologico {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .c-home .o-ecologico .container {
    display: block;
  }
  .c-home .o-ecologico__img {
    width: 100%;
    top: 0;
    margin-top: -100px;
  }
  .c-home .o-ecologico__text {
    width: 100%;
    margin-top: 25px;
    max-width: 100%;
  }
  .c-home .o-ecologico__text h2 {
    max-width: 100%;
    text-align: center;
    font-size: 30px;
  }
  .c-home .o-ecologico__text p {
    font-size: 14px;
    text-align: center;
  }
  .c-home .o-ecologico__text__more {
    padding-top: 20px;
    text-align: center;
  }
  .c-home .o-ecologico__text__more a {
    font-size: 12px;
    padding: 10px 45px 8px;
  }
  .c-home .o-sostenibilidad__text__more a {
    font-size: 12px;
    padding: 10px 45px 8px;
  }
  .c-home .o-sostenibilidad {
    display: block;
  }
  .c-home .o-sostenibilidad__text {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
  }
  .c-home .o-sostenibilidad__text ul {
    justify-content: center;
  }
  .c-home .o-sostenibilidad__video {
    margin-top: 0;
  }
  .c-home .o-sostenibilidad__video a img {
    height: 250px;
  }
  .c-home .o-sostenibilidad__text p {
    font-size: 14px;
  }
  .c-home .cont--noticias-ecosistema {
    padding-top: 0;
  }
  .c-home .cont--noticias-ecosistema__noticias .container {
    grid-template-columns: 1fr 1fr;
  }
  .c-home .cont--noticias-ecosistema__intro {
    padding-bottom: 30px;
  }
  .c-home .cont--noticias-ecosistema__noticias__item__text {
    padding: 0 15px 10px;
  }
  .c-home .cont--noticias-ecosistema__noticias__item__text p {
    display: none;
  }
  .c-home .cont--noticias-ecosistema__noticias__item__text__more {
    display: none !important;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__list li {
    width: 50%;
    padding-bottom: 20px;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont {
    height: inherit;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__intro p {
    font-size: 14px;
  }
  .c-home .cont--noticias-ecosistema__noticias .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .c-home .cont--noticias-ecosistema__noticias__item__img a img {
    height: 250px;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont__content {
    top: 35px;
  }
  .c-cabecera-gen .o-text,
  .c-cabecera-gen-alt .o-text {
    position: relative;
    top: 0;
    padding: 125px 15px 100px;
  }
  .c-cabecera-gen .o-img,
  .c-cabecera-gen-alt .o-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-cabecera-gen .o-img img,
  .c-cabecera-gen-alt .o-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-cabecera-gen .o-text__title,
  .c-cabecera-gen .o-text h1,
  .c-cabecera-gen-alt .o-text__title,
  .c-cabecera-gen-alt .o-text h1 {
    font-size: 16px;
  }
  .c-cabecera-gen .o-text__title strong,
  .c-cabecera-gen .o-text h1 strong,
  .c-cabecera-gen-alt .o-text__title strong,
  .c-cabecera-gen-alt .o-text h1 strong {
    font-size: 35px;
    padding-top: 5px;
  }
  .c-cabecera-gen .o-text__desc a,
  .c-cabecera-gen .o-text p a,
  .c-cabecera-gen-alt .o-text__desc a,
  .c-cabecera-gen-alt .o-text p a {
    font-size: 12px;
    padding: 8px 40px 6px;
  }
  .c-cabecera-gen .o-text__desc + p,
  .c-cabecera-gen .o-text p + p,
  .c-cabecera-gen-alt .o-text__desc + p,
  .c-cabecera-gen-alt .o-text p + p {
    margin-top: 20px;
  }
  .c-nosotros .o-intro__desc {
    grid-template-columns: 1fr;
  }
  .c-nosotros .o-intro__desc__item h3 {
    text-align: center;
  }
  .c-nosotros .o-intro__desc__item p {
    font-size: 14px;
    text-align: center;
  }
  .c-nosotros .o-intro__desc {
    margin-top: 50px;
  }
  .c-nosotros .o-intro {
    padding: 40px 0 50px;
  }
  .c-nosotros .o-sierra h2 {
    font-size: 30px;
  }
  .c-nosotros .o-sierra__grid {
    grid-template-columns: 1fr;
  }
  .c-nosotros .o-sierra__grid p {
    font-size: 14px;
    text-align: center;
  }
  .c-nosotros .o-sierra {
    padding-top: 320px;
    padding-bottom: 0;
  }
  .c-nosotros .o-sierra .container {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 15%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0.28)), color-stop(100%, rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 15%, rgba(0, 0, 0, 0.25) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 15%, rgba(0, 0, 0, 0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 15%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.28) 15%, rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    padding-bottom: 20px;
  }
  .c-nosotros .o-premios__list {
    margin-bottom: 50px;
  }
  .c-single-product .o-img {
    width: 100%;
    padding: 0 0 50px;
  }
  .c-single-product .o-text {
    width: 100%;
  }
  .c-single-product .o-img__slider img {
    max-height: 300px;
    width: auto;
  }
  .product--buy {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .product--buy button {
    width: 100%;
    border-radius: 0 !important;
  }
  .c-single-product .o-text__tab li:first-child {
    margin-right: 10px;
  }
  .c-almazara .o-proyecto .cont--proyecto {
    padding: 50px 25px 50px;
  }
  .c-oleoturismo .o-viajes__img {
    display: none;
  }
  .c-oleoturismo .o-viajes__text {
    max-width: 100%;
  }
  .c-oleoturismo .o-viajes .cont--viajes {
    padding: 40px 15px 40px;
  }
  .c-oleoturismo .o-visita {
    padding: 40px 15px 0;
  }
  .c-oleoturismo .o-visita ul li {
    width: 50%;
  }
  .c-blog .o-listado__cont {
    grid-gap: 15px;
  }
  .c-blog {
    padding: 40px 0 0;
  }
  .c-blog .o-listado__cont__item__text p {
    display: none;
  }
  .c-blog.single--blog {
    padding: 40px 0 0;
  }
  .c-blog .o-single__intro h1 {
    font-size: 30px;
  }
  .c-blog .o-single__intro h2 {
    font-size: 16px;
  }
  .c-blog .o-single__intro {
    margin-bottom: 30px;
  }
  .c-blog .o-single__content h3 {
    font-size: 21px;
  }
  .c-blog .o-single__content h4 {
    font-size: 18px;
  }
  .c-blog .o-single__content p {
    font-size: 14px;
  }
  .c-blog .o-single__content blockquote {
    padding: 30px 15px 40px;
    margin: 10px 0 30px;
  }
  .c-blog .o-single__content blockquote p {
    font-size: 18px;
  }
  .c-blog .o-single__content > ol,
  .c-blog .o-single__content > ul {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0;
    /* Firefox */
    column-gap: 0;
  }
  .c-blog .o-single__content > ol li,
  .c-blog .o-single__content > ul li {
    font-size: 14px;
  }
  .c-comentarios-post {
    margin-bottom: 30px;
  }
  .c-comentarios-post .o-form .field--two--legal .field--two__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-comentarios-post .o-form .field--two--legal .field--two__item:last-child {
    margin-bottom: 0;
  }
  .c-contacto {
    padding: 90px 0 45px;
  }
  .c-contacto .o-intro h1 {
    font-size: 16px;
  }
  .c-contacto .o-intro h1 strong {
    font-size: 35px;
    padding-top: 5px;
  }
  .c-contacto .o-intro {
    padding: 0 15px 60px;
  }
  .c-contacto .o-intro p {
    font-size: 14px;
  }
  .c-almazara .o-proceso .container {
    padding: 0 30px;
  }
  .c-almazara .o-proceso__nav__item span {
    background-size: 100% !important;
    width: 46px;
    height: 46px;
    font-size: 25px;
  }
  .c-almazara .o-proceso__nav__item[data-tab="1"] span {
    right: -19px;
  }
  .c-almazara .o-proceso__nav__item[data-tab="2"] span {
    bottom: -15px;
  }
  .c-almazara .o-proceso__nav__item[data-tab="0"] span {
    top: -20px;
  }
  .c-almazara .o-proceso__nav__item[data-tab="3"] span {
    left: -19px;
    top: 49%;
  }
  .c-single-product .o-img.cosecha--temprana:before {
    top: 0;
    right: 0;
  }
  .c-single-product .o-text .product--buy button.disabled {
    opacity: 0.7;
  }
  .page-template-page-almazara .c-cabecera-gen .o-img img {
    object-position: left center;
  }
  .page-template-page-quienes-somos .c-cabecera-gen-alt .o-img img {
    object-position: 9% center;
  }
  .c-feder .container {
    display: block;
  }
  .c-feder .o-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .c-feder .o-text {
    text-align: center;
  }
  .c-pie .o-info__data p {
    width: 100%;
    margin: 0 0 15px !important;
    justify-content: center;
  }
  .c-pie .o-info__data p a {
    font-size: 13px;
  }
  .c-pie .o-info__legal ul li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .c-pie .o-info__legal ul li:after {
    display: none;
  }
}
/* mediaqueries max-480 */
@media screen and (max-width: 599px) {
  .c-nosotros .o-premios__list__item.js-active {
    padding: 0;
  }
  .c-nosotros .o-premios__list__item ul {
    grid-template-columns: 1fr 1fr;
  }
  .c-nosotros .o-premios__aceites li {
    width: 50%;
    padding-bottom: 30px;
  }
  .c-nosotros .o-premios__aceites {
    margin-bottom: 30px;
  }
  .c-blog .o-listado__cont {
    grid-template-columns: 1fr;
  }
  .c-blog .o-listado__cont__item__img img {
    height: 250px;
  }
  .wp-block-column {
    margin-bottom: 20px;
  }
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .c-home .cont--noticias-ecosistema__ecosistema__list li .list--cont__content {
    top: 10px;
  }
}
@media screen and (max-width: 374px) {
  .c-single-product .o-text__tab li:first-child {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */