/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,100;0,400;0,600;0,700;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss (1) ***!
  \*******************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss (2) ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
animation-delay
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include animation-delay('slide-down 5s 3'); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
border-radius
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include border-radius(30px); 
Podemos variar el número de valores, @include animation(30px 0 30px 30px); por ejemplo.

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rotate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include rotate(90deg); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
scale
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include scale(1.3); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
transition
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include transition(.3s ease); 
Podemos variar el número de valores, @include @include transition(.3s ease-in .4s);  por ejemplo.

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translate(-50%,-50%); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translateX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translateX(100px); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translateY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translateY(100%);  

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
transform
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.block {
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.relative {
  position: relative;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.pe-none {
  pointer-events: none !important;
}

.noBreak {
  white-space: nowrap;
}

.overflow {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

@media screen and (min-width: 1023px) {
  .only-mobile {
    display: none !important;
  }
}

.only-desktop {
  display: none !important;
}
.only-desktop--flex {
  display: none !important;
}
@media screen and (min-width: 1023px) {
  .only-desktop--flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1023px) {
  .only-desktop {
    display: block !important;
  }
}

.underline {
  text-decoration: underline;
}
.underline--no {
  text-decoration: none;
}

.notOpacity {
  opacity: 1 !important;
}

.no-margin {
  margin: 0;
}
.no-margin--top {
  margin-top: 0 !important;
}
.no-margin--bottom {
  margin-bottom: 0 !important;
}
.no-margin--left {
  margin-left: 0 !important;
}
.no-margin--right {
  margin-right: 0 !important;
}
@media screen and (max-width: 1023px) {
  .no-margin--bottom-resp {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .no-margin--top-resp {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .no-margin--resp {
    margin: 0 !important;
  }
}

.no-padding {
  padding: 0;
}
.no-padding--top {
  padding-top: 0 !important;
}
.no-padding--bottom {
  padding-bottom: 0 !important;
}
.no-padding--left {
  padding-left: 0;
}
.no-padding--right {
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .no-padding--bottom-resp {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .no-padding--top-resp {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .no-padding--right-xs {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .no-padding--left-xs {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .no-padding--resp {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1023px) {
  .no-padding--top-desk {
    padding-top: 0 !important;
  }
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.w80 {
  width: 80% !important;
  margin: auto;
}

.w50 {
  width: 100% !important;
}
@media screen and (min-width: 1023px) {
  .w50 {
    width: 50% !important;
  }
}

.height-auto {
  height: auto !important;
}
@media screen and (max-width: 1023px) {
  .height-auto_mobile {
    height: auto !important;
  }
}

.stroke-white {
  stroke: white;
}

.absolute {
  position: absolute;
}

.opacity-05 {
  opacity: 0.5 !important;
}

.opacity-075 {
  opacity: 0.75 !important;
}

.o-f-contain {
  object-fit: contain !important;
}

.o-f-position-left {
  object-position: left !important;
}

.no-border {
  border: none !important;
}

@font-face {
  font-family: "Quenda";
  src: url(../dist/fonts/icons/Quenda-Bold.eot);
  src: url(../dist/fonts/icons/Quenda-Bold.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Quenda-Bold.woff2) format("woff2"), url(../dist/fonts/icons/Quenda-Bold.woff) format("woff"), url(../dist/fonts/icons/Quenda-Bold.ttf) format("truetype"), url(../dist/fonts/icons/Quenda-Bold.svg#Quenda-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quenda";
  src: url(../dist/fonts/icons/Quenda-Regular.eot);
  src: url(../dist/fonts/icons/Quenda-Regular.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Quenda-Regular.woff2) format("woff2"), url(../dist/fonts/icons/Quenda-Regular.woff) format("woff"), url(../dist/fonts/icons/Quenda-Regular.ttf) format("truetype"), url(../dist/fonts/icons/Quenda-Regular.svg#Quenda-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quenda";
  src: url(../dist/fonts/icons/Quenda-Thin.eot);
  src: url(../dist/fonts/icons/Quenda-Thin.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Quenda-Thin.woff2) format("woff2"), url(../dist/fonts/icons/Quenda-Thin.woff) format("woff"), url(../dist/fonts/icons/Quenda-Thin.ttf) format("truetype"), url(../dist/fonts/icons/Quenda-Thin.svg#Quenda-Thin) format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quenda";
  src: url(../dist/fonts/icons/Quenda-Medium.eot);
  src: url(../dist/fonts/icons/Quenda-Medium.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Quenda-Medium.woff2) format("woff2"), url(../dist/fonts/icons/Quenda-Medium.woff) format("woff"), url(../dist/fonts/icons/Quenda-Medium.ttf) format("truetype"), url(../dist/fonts/icons/Quenda-Medium.svg#Quenda-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quenda";
  src: url(../dist/fonts/icons/Quenda-Light.eot);
  src: url(../dist/fonts/icons/Quenda-Light.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Quenda-Light.woff2) format("woff2"), url(../dist/fonts/icons/Quenda-Light.woff) format("woff"), url(../dist/fonts/icons/Quenda-Light.ttf) format("truetype"), url(../dist/fonts/icons/Quenda-Light.svg#Quenda-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quenda";
  src: url(../dist/fonts/icons/Quenda-Heavy.eot);
  src: url(../dist/fonts/icons/Quenda-Heavy.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Quenda-Heavy.woff2) format("woff2"), url(../dist/fonts/icons/Quenda-Heavy.woff) format("woff"), url(../dist/fonts/icons/Quenda-Heavy.ttf) format("truetype"), url(../dist/fonts/icons/Quenda-Heavy.svg#Quenda-Heavy) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blog Script";
  src: url(../dist/fonts/icons/BlogScript.eot);
  src: url(../dist/fonts/icons/BlogScript.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/BlogScript.woff2) format("woff2"), url(../dist/fonts/icons/BlogScript.woff) format("woff"), url(../dist/fonts/icons/BlogScript.ttf) format("truetype"), url(../dist/fonts/icons/BlogScript.svg#BlogScript) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Light.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-BoldItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Black.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-LightItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Bold.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-BlackItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Italic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-ThinItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-MediumItalic.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Thin.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Medium.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../dist/fonts/icons/Roboto-Regular.woff2) format("woff2"), url(../dist/fonts/icons/Roboto-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roicons";
  src: url(../dist/fonts/icons/roicons.eot);
  src: url(../dist/fonts/icons/roicons.eot#iefix) format("embedded-opentype"), url(../dist/fonts/icons/roicons.ttf) format("truetype"), url(../dist/fonts/icons/roicons.woff) format("woff"), url(../dist/fonts/icons/roicons.svg#roicons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "roicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu-a-sangre:before {
  content: "\e90a";
}

.icon-Union:before {
  content: "\e907";
}

.icon-arrowsarrow-right:before {
  content: "\e908";
}

.icon-direction-right:before {
  content: "\e900";
}

.icon-Plus-Icon:before {
  content: "\e901";
}

.icon-TikTok-1:before {
  content: "\e903";
}

.icon-Socials-1:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-Socials:before {
  content: "\e906";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-arrow-right:before {
  content: "\e902";
}

footer {
  padding: 4.8rem 2.4rem;
  background-color: #184f17;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 4.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  footer .wrapper {
    padding: 0;
  }
}
footer .footer_top .content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .footer_top .content {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_top .content {
    flex-direction: row;
    gap: 6.4rem;
  }
}
footer .footer_top .content .col.logo {
  max-width: 287px;
}
@media screen and (min-width: 768px) {
  footer .footer_top .content .col.logo {
    margin-right: auto;
  }
}
footer .footer_top .content .col.logo .social_grid {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  footer .footer_top .content .col.logo .social_grid {
    margin-top: 1.6rem;
  }
}
footer .footer_top .content .col.logo .social_grid ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 1.6rem;
}
footer .footer_top .content .col.logo .social_grid ul li {
  padding: 0.6rem;
  list-style: none;
}
footer .footer_top .content .col.logo .social_grid ul li a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer_top .content .col.logo .social_grid ul li a svg {
  max-width: 3.2rem;
  max-height: 3.2rem;
  color: #ffffff;
}
footer .footer_top .content .col.menu .menu_nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
footer .footer_top .content .col.menu .menu_nav__list--item {
  list-style: none;
}
footer .footer_top .content .col.menu .menu_nav__list--item a {
  font-size: 1.9rem;
  line-height: 2.6rem;
  font-weight: 700;
  padding: 0.8rem 0;
  display: inline-block;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer .footer_top .content .col.menu .menu_nav__list--item a {
    font-size: 1.9rem;
  }
}
footer .footer_top .content .col.menu .menu_nav__list--item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .footer_top .content .divider {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
footer .footer_bottom {
  margin-top: 4.8rem;
  padding-top: 4rem;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
}
footer .footer_bottom .content {
  display: flex;
  flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  footer .footer_bottom .content {
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1023px) {
  footer .footer_bottom .content {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer_bottom .content .col p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  footer .footer_bottom .content .col p {
    text-align: center;
  }
}
footer .footer_bottom .content .col a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #ffffff;
  text-decoration: none;
}
footer .footer_bottom .content .col a:hover {
  text-decoration: underline;
}
footer .footer_bottom .content .col .legal {
  margin: 0;
  padding: 0;
  display: flex;
}
footer .footer_bottom .content .col .legal li {
  list-style: none;
}
footer .footer_bottom .content .col .legal li a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #ffffff;
  text-decoration: none;
  padding: 0.8rem;
}
footer .footer_bottom .content .col .legal li a:hover {
  text-decoration: underline;
}
footer .footer_bottom .content .col .legal li:first-of-type {
  border-right: solid 1px #ffffff;
}

header {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  header .top_bar {
    display: none;
  }
}

.header__typeMegamenu {
  background-color: white;
  border-bottom: solid 1px #d8d8d8;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .header_navigation {
    height: 6.8rem;
    display: flex;
    align-items: center;
  }
}
.header__typeMegamenu .container {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0.8rem 1.6rem;
    width: 100%;
    height: 6.8rem;
  }
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2.4rem;
    height: 6.8rem;
  }
}
.header__typeMegamenu .container #mobileNav {
  display: block;
  font-size: 1.6rem;
  cursor: pointer;
  position: absolute;
  padding: 14px 10px;
  left: 1.6rem;
  color: rgb(24, 79, 23);
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container #mobileNav {
    display: none;
  }
}
.header__typeMegamenu .container #mobileNav:hover {
  color: #669d20;
}
.header__typeMegamenu .container .logo {
  margin: 0 3.2rem 0 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container .logo {
    margin: 0;
  }
}
.header__typeMegamenu .container .logo img {
  width: 85px;
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container .logo img {
    width: 85px;
  }
}
.header__typeMegamenu .container .header_nav {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container .header_nav {
    position: fixed;
    width: 0%;
    height: 100dvh;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    left: -1100%;
    right: 0;
    padding: 9.6rem 2.4rem 2.4rem 2.4rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    background: #ffffff;
    text-align: center;
  }
  .header__typeMegamenu .container .header_nav.open {
    left: 0;
    opacity: 1;
    z-index: 9999999;
    width: 100%;
    overflow-x: hidden;
  }
  .header__typeMegamenu .container .header_nav.open .mobile_head {
    position: fixed;
    left: 0;
    right: 0;
  }
}
.header__typeMegamenu .container .header_nav #mobileNavClose {
  display: block;
  position: absolute;
  left: 0rem;
  top: 0rem;
  z-index: 10;
}
.header__typeMegamenu .container .header_nav #mobileNavClose em {
  color: #294595;
  font-size: 4.4rem;
  height: 4.4rem;
  width: 4.4rem;
  cursor: pointer;
}
.header__typeMegamenu .container .header_nav #mobileNavClose:hover em {
  color: red;
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav #mobileNavClose {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .info_panel {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #1B1819;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 2.4rem;
  left: 50%;
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .info_panel {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav {
    flex-direction: row;
    align-items: center;
    height: auto;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  margin-left: 0;
  max-width: 1400px;
  padding-left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu {
    gap: 0.8rem;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item {
  list-style: none;
  padding: 2.3rem 0.8rem 1.6rem 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item {
    justify-content: space-between;
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item.last_type {
    margin-left: auto;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item.active > a {
  color: #669d20;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item.active em {
  color: #669d20;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover > a {
  color: #669d20;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover em {
  color: #669d20;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #184F17;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a.active {
  color: #669d20;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
    font-size: 1.5rem;
    line-height: 3.2rem;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item em {
  display: block;
  cursor: pointer;
  color: #184F17;
  font-size: 0.8rem;
  padding: 0.8rem;
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:last-of-type .megamenu {
    right: 0;
    left: initial;
    width: max-content;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:last-of-type .megamenu.simple .megamenu_simple {
    justify-content: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:last-of-type .megamenu.simple .megamenu_simple--column {
    max-width: 240px;
    width: 240px;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:last-of-type .megamenu.simple .megamenu_simple--column.blank {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu {
  display: none;
  position: absolute;
  top: 69px;
  width: auto;
  max-width: 1190px;
  left: 0px;
  right: 0px;
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 0 0 0.8rem 0.8rem;
  z-index: 9;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.menu-show {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu {
    padding: 0.8rem 0;
    background-color: #ffffff;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.active {
    display: block;
    top: 82px;
    left: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.active::after {
    content: "";
    background-color: #ffffff;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple.active .mobile_panel {
    z-index: 1;
    position: relative;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple.active .mobile_panel.panel1s {
    overflow-y: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple {
    display: flex;
    gap: 2.4rem;
    flex-direction: column;
    padding-bottom: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links {
    width: 100%;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list {
    padding: 0;
    list-style: none;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 1rem 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2:last-of-type {
    margin-bottom: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 a {
    text-decoration: none;
    position: relative;
    color: #184F17;
    font-size: 1.7rem;
    line-height: 3.2rem;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
    text-align: left;
    width: 100%;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2 a em {
    color: #184F17;
    font-size: 1.1rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2_title {
    text-align: left;
    padding: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2_title p {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 700;
    color: #184F17;
    text-align: left;
    margin-bottom: 0.8rem;
    font-family: "Quenda", sans-serif;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2_title a {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 700;
    color: #184F17;
    text-decoration: none;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    font-family: "Quenda", sans-serif;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.links .megamenu_list li.menu_item_2_title a em {
    margin-left: 2.4rem;
    position: relative;
    top: 1px;
    transform: rotate(0deg);
    color: #184F17;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .page {
    font-size: 2.8rem;
    line-height: 3.4rem;
    color: #184F17;
    font-weight: 700;
    font-family: "Quenda", sans-serif;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 1.8rem;
    text-transform: capitalize;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 420px;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text .title {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #1B1819;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text .description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #1B1819;
    margin-bottom: 2.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.8rem;
    box-shadow: 0px 4px 26px -2px rgba(56, 99, 1, 0.1);
    width: 100%;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text a span {
    font-size: 2rem;
    line-height: 3rem;
    color: #184F17;
    padding: 1.6rem 1.2rem;
    font-weight: 700;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text a img {
    border-radius: 0.8rem 0.8rem 0 0;
    width: 100%;
    object-fit: cover;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column.publication .publication__text a:hover {
    background: rgba(239, 245, 204, 0.5);
  }
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple {
    display: flex;
    flex-direction: row;
    gap: 2.4rem;
    max-width: 1248px;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    align-items: flex-start;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple--column {
    flex: 1 1 calc((100% - 7.2rem) / 4);
    max-width: calc((100% - 7.2rem) / 4);
    min-width: 0;
    background-color: #ffffff;
    height: auto;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list {
    flex: 1 1 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0 2.4rem;
    list-style: none;
    box-sizing: border-box;
    padding-left: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li {
    padding: 0;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a {
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a:hover span {
    color: #669d20;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a:hover em {
    color: #669d20;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a span {
    color: #184f17;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a em {
    font-size: 1rem;
    color: #184f17;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: red;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li em {
    display: none;
    display: block;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li em {
    display: block;
    cursor: pointer;
    color: #4f5feb;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2 a {
    padding: 1rem 0.8rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2 a span {
    font-size: 1.7rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: #184f17;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2 a:hover span {
    color: #669d20;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title {
    margin-bottom: 0.8rem;
    height: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title a {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 700;
    color: #184F17;
    font-family: "Quenda", sans-serif;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title a {
    padding-bottom: 2.4rem;
    margin-top: 1.6rem;
    text-align: left;
  }
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title a em {
    margin-left: 2.4rem;
    position: relative;
    top: 1px;
    transform: rotate(0deg);
    color: #184F17;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title p {
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 700;
    color: #184F17;
    font-family: "Quenda", sans-serif;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li.menu_item_2_title p {
    padding-bottom: 2.4rem;
    margin-top: 1.6rem;
    text-align: left;
  }
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication .page {
    display: none;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text {
    display: flex;
    flex-direction: column;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text .title {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #1B1819;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2.4rem;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text .description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #1B1819;
    margin-bottom: 2.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0.8rem;
    box-shadow: 0px 4px 26px -2px rgba(56, 99, 1, 0.1);
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text a span {
    font-size: 2rem;
    line-height: 3rem;
    color: #184F17;
    padding: 1.6rem 1.2rem;
    font-weight: 700;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text a img {
    border-radius: 0.8rem 0.8rem 0 0;
    max-height: 174px;
    height: 174px;
    width: 100%;
    object-fit: cover;
  }
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .publication__text a:hover {
    background: rgba(239, 245, 204, 0.5);
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
  display: block;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 99;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback.featured {
  margin-bottom: 0;
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
    margin-bottom: 1.6rem;
  }
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .back {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0.4rem;
  cursor: pointer;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .back span {
  color: #143a14;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3.2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  top: 2px;
  position: relative;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .back em {
  margin-right: 0.8rem;
  margin-left: 0;
  transform: rotate(-180deg);
  position: relative;
  font-size: 1rem;
  top: 2px;
  color: #143a14;
}
.header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback .page {
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #184F17;
  font-weight: 700;
  font-family: "Quenda", sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  margin-top: 2.4rem;
  text-transform: capitalize;
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu .goback {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .mobile_head {
  z-index: 9999999;
  left: -1100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
  padding: 0.8rem 1.6rem 1.6rem 2.4rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .header_nav .mobile_head {
    display: none;
  }
}
.header__typeMegamenu .container .header_nav .mobile_head .lang p {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 3.2rem;
}
.header__typeMegamenu .container .header_nav .mobile_head svg {
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
  stroke: #1D1D1D;
  opacity: 0.6;
}
.header__typeMegamenu .container .header_nav .mobile_head svg:hover {
  stroke: #669d20;
}
.header__typeMegamenu .container .last_navigation {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .header__typeMegamenu .container .last_navigation {
    position: absolute;
    right: 2.4rem;
  }
}
@media screen and (min-width: 1023px) {
  .header__typeMegamenu .container .last_navigation {
    margin-left: 8px;
    padding: 0.8rem;
  }
}
.header__typeMegamenu .container .last_navigation svg.open_search {
  cursor: pointer;
  fill: #184F17;
  position: relative;
  top: 3px;
}
.header__typeMegamenu .container .last_navigation svg.open_search:hover {
  fill: #669d20;
}
.header__typeMegamenu .container .last_navigation svg.close_search {
  cursor: pointer;
  fill: #1D1D1D;
  opacity: 0.6;
  position: relative;
  top: 2px;
}
.header__typeMegamenu .container .last_navigation svg.close_search:hover {
  stroke: #669d20;
}
.header__typeMegamenu .container .last_navigation .open_search.hide {
  display: none;
}
.header__typeMegamenu .container .last_navigation .close_search.hide {
  display: none;
}
.header__typeMegamenu .container .last_navigation a {
  padding: 1.6rem 0.8rem 0.8rem 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #184F17;
}
.header__typeMegamenu .container .last_navigation a.active {
  color: #669d20;
}
.header__typeMegamenu .container .last_navigation a:hover {
  color: #669d20;
}
.header.smooth {
  transition: transform 0.3s ease-in-out;
}

#search-box {
  z-index: 9999999;
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
  height: 6.8rem;
  padding: 0.8rem 0;
  display: none;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px #d8d8d8;
}
@media screen and (min-width: 1023px) {
  #search-box {
    top: 110px;
  }
}
#search-box.open {
  display: flex;
}
@media screen and (max-width: 1023px) {
  #search-box .wrapper {
    padding: 0 1.6rem;
  }
}
#search-box #form_search_header {
  position: relative;
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  max-width: 628px;
}
#search-box #form_search_header .form-group {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
#search-box #form_search_header .form-control {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  height: 4rem;
  box-sizing: border-box;
  padding: 0.8rem 1.6rem;
  font-size: 1.7rem;
  line-height: 3.2rem;
  width: 100%;
  max-width: 628px;
  color: #184F17;
}
#search-box #form_search_header .form-control:focus {
  background-color: #F5FCE9;
}
#search-box #form_search_header .form-control ::placeholder {
  color: #646464;
}
#search-box #form_search_header button {
  background-color: #ffffff;
  border: none;
  height: 4rem;
  box-sizing: border-box;
  font-size: 18px;
  left: 5px;
  position: relative;
  padding: 0.8rem 0.4rem;
  cursor: pointer;
  border-radius: 0;
}
#search-box #form_search_header button svg {
  cursor: pointer;
  fill: #184F17;
}
#search-box #form_search_header button svg:hover {
  fill: #669d20;
}
#search-box #form_search_header #clear {
  position: absolute;
  right: 1.6rem;
  cursor: pointer;
  display: none;
}

.top_bar {
  background-color: #184F17;
  height: 4.2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 2.4rem;
}
.top_bar a {
  padding: 0.8rem;
  font-size: 1.7rem;
  line-height: 3.2rem;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.top_bar a:hover {
  text-decoration: underline;
}
.top_bar .divider {
  margin: 0 0.8rem;
  width: 1px;
  height: 2.6rem;
  background-color: #ffffff;
}
.top_bar .lang_desktop {
  padding: 0.8rem 0 0.8rem 0.8rem;
}
.top_bar .lang_desktop p {
  font-size: 1.7rem;
  line-height: 3.2rem;
  color: #ffffff;
}

@media screen and (min-width: 1023px) {
  #white_flavour .top_bar {
    background: rgba(30, 30, 30, 0.4);
  }
  #white_flavour .header__typeMegamenu {
    background: rgba(0, 0, 0, 0.15);
    border-bottom: none;
  }
  #white_flavour .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
    color: #ffffff;
  }
  #white_flavour .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item em {
    color: #ffffff;
  }
  #white_flavour .header__typeMegamenu .container .last_navigation svg.open_search {
    fill: #ffffff;
  }
  #white_flavour .header__typeMegamenu .container .last_navigation svg.open_search:hover {
    fill: #669d20;
  }
  #white_flavour:hover .top_bar {
    background-color: #184F17;
  }
  #white_flavour:hover .header__typeMegamenu {
    background-color: white;
    border-bottom: solid 1px #d8d8d8;
  }
  #white_flavour:hover .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
    color: #184F17;
  }
  #white_flavour:hover .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item em {
    color: #184F17;
  }
  #white_flavour:hover .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover > a {
    color: #669d20;
  }
  #white_flavour:hover .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover > em {
    color: #669d20;
  }
  #white_flavour:hover .header__typeMegamenu .container .last_navigation svg.open_search {
    fill: #184F17;
  }
  #white_flavour:hover .header__typeMegamenu .container .last_navigation svg.open_search:hover {
    fill: #669d20;
  }
  #white_flavour:hover .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item .megamenu.simple .megamenu_simple .links > ul.megamenu_list li a:hover em {
    color: #669d20;
  }
  #white_flavour.white_click .top_bar {
    background-color: #184F17;
  }
  #white_flavour.white_click .header__typeMegamenu {
    background-color: white;
    border-bottom: solid 1px #d8d8d8;
  }
  #white_flavour.white_click .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item > a {
    color: #184F17;
  }
  #white_flavour.white_click .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item em {
    color: #184F17;
  }
  #white_flavour.white_click .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover > a {
    color: #669d20;
  }
  #white_flavour.white_click .header__typeMegamenu .container .header_nav .nav ul.menu li.menu_item:hover em {
    color: #669d20;
  }
  #white_flavour.white_click .header__typeMegamenu .container .last_navigation svg.open_search {
    fill: initial;
  }
  #white_flavour.white_click .header__typeMegamenu .container .last_navigation svg.open_search:hover {
    fill: #669d20;
  }
}
#roiup-geolocation .current-flag .current-lang {
  font-size: 1.7rem;
  line-height: 3.2rem;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #roiup-geolocation .current-flag .current-lang {
    color: #184F17;
  }
}
#roiup-geolocation .current-flag .current-lang em {
  font-size: 7px;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  #roiup-geolocation .current-flag .current-lang em {
    color: #184F17;
    top: 0;
  }
}
#roiup-geolocation .current-flag img {
  cursor: pointer;
}
#roiup-geolocation .dropdown {
  background: #ffffff;
  border-radius: 0.8rem;
  padding: 1.6rem;
  box-shadow: 0px 172px 48px 0px rgba(0, 0, 0, 0), 0px 110px 44px 0px rgba(0, 0, 0, 0.01), 0px 62px 37px 0px rgba(0, 0, 0, 0.05), 0px 27px 27px 0px rgba(0, 0, 0, 0.09), 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 4.7rem;
  width: 30rem;
  right: 2.4rem;
  min-height: 20rem;
  display: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #roiup-geolocation .dropdown {
    width: 32.1rem;
    right: initial;
    left: 2.4rem;
  }
}
#roiup-geolocation .dropdown::before {
  content: "";
  border-bottom: 17px solid #ffffff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -11px;
  right: 12px;
}
@media screen and (max-width: 768px) {
  #roiup-geolocation .dropdown::before {
    right: initial;
    left: 12px;
  }
}
#roiup-geolocation .dropdown #closeDrop {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 10px;
  width: initial;
  height: initial;
}
#roiup-geolocation .dropdown h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #184F17;
  margin-bottom: 1.5rem;
  text-align: left;
}
#roiup-geolocation .dropdown .current-language > span {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2d2d2d;
  margin-bottom: 1.2rem;
}
#roiup-geolocation .dropdown .current-language .current-lang {
  background-color: #E8F7D0;
  padding: 0.8rem 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
#roiup-geolocation .dropdown .other-langs > span {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #2d2d2d;
  margin-bottom: 0.8rem;
  display: block;
}
#roiup-geolocation .dropdown .other-langs .list-lang a {
  border-radius: 0.4rem;
  padding: 0.8rem 1.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  text-transform: none;
  cursor: pointer;
  text-decoration: none;
}
#roiup-geolocation .dropdown .other-langs .list-lang a .lang-name {
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: #646464;
  cursor: pointer;
}
#roiup-geolocation .dropdown .other-langs .list-lang a:hover {
  background-color: #E8F7D0;
  cursor: pointer;
  text-decoration: none;
}
#roiup-geolocation .dropdown .other-langs .list-lang a:hover .lang-name {
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: #184F17;
}
#roiup-geolocation .dropdown .other-langs .list-lang a:last-of-type {
  margin-bottom: 0;
}
#roiup-geolocation .dropdown .other-langs .list-lang a.current-lang-item {
  background-color: #E8F7D0;
  cursor: pointer;
}
#roiup-geolocation .dropdown .other-langs .list-lang a.current-lang-item .lang-name {
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: #184F17;
}

.block_banner_01 .wrapper_large {
  padding: 0;
}
.block_banner_01 .content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content {
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-height: 600px;
  }
}
.block_banner_01 .content .col {
  position: relative;
  overflow: hidden;
  background-color: #d3efa7;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content .col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.block_banner_01 .content .col:last-of-type {
  background-color: #d3efa7;
  display: flex;
  align-items: center;
  padding: 4.8rem 2.4rem 9.6rem;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content .col:last-of-type {
    padding: 4.8rem;
  }
}
.block_banner_01 .content .col .text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content .col .text {
    max-width: 750px;
    margin: 0 auto;
  }
}
.block_banner_01 .content .col .text h2 {
  font-size: 4.8rem;
  line-height: 5.3rem;
  color: #ffffff;
  font-weight: 700;
  color: #184f17;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content .col .text h2 {
    font-size: 40px; /* Fallback para IE */
    font-size: clamp(40px, 5vw, 89px);
    line-height: 1;
  }
}
.block_banner_01 .content .col .text p {
  font-size: 2rem;
  line-height: 3rem;
  color: #184f17;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content .col .text p {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_banner_01 .content .col .text p a {
  color: #184f17;
  text-decoration: underline;
}
.block_banner_01 .content .col .text ul, .block_banner_01 .content .col .text ol {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
}
.block_banner_01 .content .col .text ul li, .block_banner_01 .content .col .text ol li {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184f17;
  margin-bottom: 3.2rem;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content .col .text ul li, .block_banner_01 .content .col .text ol li {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_banner_01 .content .col .text ul li a, .block_banner_01 .content .col .text ol li a {
  color: #184f17;
  text-decoration: underline;
}
.block_banner_01 .content .col .absolute_media {
  position: absolute;
  bottom: 2.2rem;
  right: 1rem;
  max-height: 127px;
  max-width: 127px;
  object-fit: contain;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content .col .absolute_media {
    max-width: 154px;
    max-height: 154px;
  }
}
.block_banner_01 .content .col.pic {
  min-height: 300px;
}
@media screen and (min-width: 560px) {
  .block_banner_01 .content .col.pic {
    min-height: 400px;
  }
}
.block_banner_01 .content .col.pic img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1023px) {
  .block_banner_01 .content .col.pic {
    order: 2;
    min-height: initial;
  }
}

.block_banner_02 {
  padding: 4.8rem 0 9.6rem;
}
@media screen and (min-width: 1023px) {
  .block_banner_02 {
    padding: 9.6rem 0;
  }
}
.block_banner_02 .title_section {
  font-size: 4rem;
  line-height: 4.6rem;
  font-weight: 700;
  color: #184f17;
  margin-bottom: 3.2rem;
}
.block_banner_02 .title_section span {
  color: #65A11C;
}
@media screen and (min-width: 1023px) {
  .block_banner_02 .title_section {
    font-size: 36px; /* Fallback para IE */
    font-size: clamp(34px, 3vw, 42px);
    line-height: 1;
  }
}
.block_banner_02 .block_banner_02_grid .flex {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 1023px) {
  .block_banner_02 .block_banner_02_grid .flex {
    flex-direction: row;
  }
}
.block_banner_02 .block_banner_02_grid .column {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 2.4rem;
}
.block_banner_02 .block_banner_02_grid .column::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: 4;
  background: rgb(30, 31, 36);
  background: linear-gradient(0deg, rgba(30, 31, 36, 0.6) 0%, rgba(30, 31, 36, 0.7343312325) 50%);
}
@media screen and (min-width: 560px) and (max-width: 1023px) {
  .block_banner_02 .block_banner_02_grid .column {
    height: 55vh;
  }
}
@media screen and (min-width: 1023px) {
  .block_banner_02 .block_banner_02_grid .column {
    height: 65vh;
  }
}
.block_banner_02 .block_banner_02_grid .column .default {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
  transition: opacity 0.35s ease;
  z-index: 3;
}
.block_banner_02 .block_banner_02_grid .column .hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
  transition: opacity 0.35s ease;
  z-index: 2;
}
.block_banner_02 .block_banner_02_grid .column:hover .default {
  opacity: 0;
}
.block_banner_02 .block_banner_02_grid .column .content {
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.block_banner_02 .block_banner_02_grid .column .content--white {
  color: #ffffff;
}
.block_banner_02 .block_banner_02_grid .column .content--white p {
  color: #ffffff;
}
.block_banner_02 .block_banner_02_grid .column .content h2 {
  font-size: 3.3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #ffffff;
}
@media screen and (min-width: 1023px) {
  .block_banner_02 .block_banner_02_grid .column .content h2 {
    font-size: 28px; /* Fallback para IE */
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1;
  }
}
.block_banner_02 .block_banner_02_grid .column .content .excerpt {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 80px;
  overflow: hidden;
}
@media screen and (min-width: 1023px) {
  .block_banner_02 .block_banner_02_grid .column .content .excerpt {
    font-size: 2rem;
    line-height: 3rem;
    height: 96px;
  }
}
.block_banner_02 .block_banner_02_grid .column .content a {
  max-width: max-content;
  margin-top: auto;
}
.block_banner_02 .block_banner_02_grid .column .content .hide_text {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.block_banner_02 .block_banner_02_grid .column:hover .content .hide_text {
  max-height: 500px;
  transition: max-height 0.6s ease-in;
}

.block_banner_03 {
  padding: 0;
}
@media screen and (min-width: 1023px) {
  .block_banner_03 {
    padding: 4.8rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .block_banner_03 .wrapper {
    padding: 0;
  }
}
.block_banner_03--container {
  padding: 4.8rem 2.4rem;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #D3EFA7;
}
@media screen and (min-width: 1023px) {
  .block_banner_03--container {
    padding: 4.8rem 6.4rem;
    border-radius: 0.8rem;
  }
}
.block_banner_03--container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_banner_03--container .content.rows {
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .block_banner_03--container .content.rows {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1023px) {
  .block_banner_03--container .content.rows {
    flex-direction: row;
    gap: 4.8rem;
  }
}
.block_banner_03--container .content.rows .col {
  flex-basis: 100%;
}
@media screen and (min-width: 1023px) {
  .block_banner_03--container .content.rows .col {
    flex-basis: 50%;
  }
}
.block_banner_03--container .content.rows .col h2, .block_banner_03--container .content.rows .col p {
  text-align: left;
}
.block_banner_03--container .content.rows .col .button {
  margin: 2.4rem 0 0 0;
}
.block_banner_03--container .content .col h2 {
  font-size: 3.3rem;
  line-height: 3.9rem;
  color: #184F17;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1023px) {
  .block_banner_03--container .content .col h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    text-align: center;
  }
}
.block_banner_03--container .content .col p {
  font-size: 2rem;
  line-height: 3rem;
  color: #184F17;
  font-weight: 400;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1023px) {
  .block_banner_03--container .content .col p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
}
.block_banner_03--container .content .col .button {
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 1023px) {
  .block_banner_03--container .content .col .button {
    margin: 2.4rem auto 0;
  }
}
.block_banner_03--container .content .col img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 1023px) {
  .block_banner_03--container .content .col.pic {
    order: 2;
  }
}

.block_banner_04 .wrapper_large {
  padding: 0;
}
.block_banner_04 .content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block_banner_04 .content {
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
  }
}
.block_banner_04 .content .col {
  position: relative;
  overflow: hidden;
  background-color: #d3efa7;
}
@media screen and (min-width: 768px) {
  .block_banner_04 .content .col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.block_banner_04 .content .col:last-of-type {
  background-color: #d3efa7;
  display: flex;
  align-items: center;
  padding: 4.8rem 2.4rem 9.6rem;
}
@media screen and (min-width: 768px) {
  .block_banner_04 .content .col:last-of-type {
    padding: 4.8rem;
  }
}
.block_banner_04 .content .col .text {
  display: flex;
  flex-direction: column;
}
.block_banner_04 .content .col .text h1, .block_banner_04 .content .col .text h2 {
  font-size: 4rem;
  line-height: 4.5rem;
  color: #ffffff;
  font-weight: 700;
  color: #184f17;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_banner_04 .content .col .text h1, .block_banner_04 .content .col .text h2 {
    font-size: 6.7rem;
    line-height: 7.2rem;
  }
}
.block_banner_04 .content .col .text p {
  font-size: 2rem;
  line-height: 3rem;
  color: #2D2D2D;
}
.block_banner_04 .content .col .text p a {
  color: #184f17;
  text-decoration: underline;
}
.block_banner_04 .content .col .text ul, .block_banner_04 .content .col .text ol {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
}
.block_banner_04 .content .col .text ul li, .block_banner_04 .content .col .text ol li {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184f17;
  margin-bottom: 3.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_banner_04 .content .col .text ul li, .block_banner_04 .content .col .text ol li {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_banner_04 .content .col .text ul li a, .block_banner_04 .content .col .text ol li a {
  color: #184f17;
  text-decoration: underline;
}
.block_banner_04 .content .col.pic {
  min-height: 700px;
}
.block_banner_04 .content .col.pic img, .block_banner_04 .content .col.pic video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block_banner_04 .content .col.pic {
    order: 2;
    min-height: 600px;
  }
}

.block_carrusel_01 .marquee_wrapper {
  overflow: hidden;
  width: 100%;
}
.block_carrusel_01 .marquee_wrapper .marquee_inner {
  display: flex;
}
.block_carrusel_01 .marquee_wrapper .marquee_inner .item {
  flex-shrink: 0;
  width: clamp(348px, 20vw, 300px);
  object-fit: cover;
  overflow: hidden;
}
.block_carrusel_01 .marquee_wrapper .marquee_inner .item img {
  object-fit: cover;
  width: 348px;
  height: 300px;
}

.block_carrusel_02 {
  padding: 4.8rem 0 7.8rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel_02 {
    padding: 6.4rem 0;
  }
}
.block_carrusel_02.bg_green {
  background-color: #f4fbe9;
}
@media screen and (min-width: 768px) {
  .block_carrusel_02.bg_green {
    padding: 9.6rem 0;
  }
}
.block_carrusel_02 .title_section {
  font-size: 4rem;
  line-height: 4.6rem;
  font-weight: 700;
  color: #184f17;
  margin-bottom: 3.2rem;
}
.block_carrusel_02 .title_section span {
  color: #65A11C;
}
.cpt_single_producto .block_carrusel_02 .title_section {
  text-align: center;
}
.cpt_single_producto .block_carrusel_02 .title_section span {
  display: block;
}
@media screen and (min-width: 768px) {
  .block_carrusel_02 .title_section {
    font-size: 34px; /* Fallback para IE */
    font-size: clamp(34px, 3vw, 42px);
    line-height: 1;
  }
}
.block_carrusel_02 .block_carrusel_02__js {
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .block_carrusel_02 .block_carrusel_02__js {
    overflow: visible !important;
  }
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper {
  padding: 2px 0 0 0;
  align-items: stretch !important;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper .item_product {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  box-shadow: 0px 4px 15px -2px rgba(56, 99, 1, 0.25);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  height: auto !important;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper .item_product::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(239, 245, 204, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out;
  z-index: 0;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper .item_product:hover::before {
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%) scale(1);
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper .item_product .pic {
  padding: 2.4rem;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper .item_product .pic img {
  object-fit: contain;
  margin: 0 auto;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper .item_product .name {
  padding: 2.4rem;
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper .item_product .name p {
  font-weight: 700;
  color: #184f17;
  font-family: "Quenda", sans-serif;
  font-size: 16px; /* Fallback para IE */
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-wrapper .item_product a {
  text-decoration: none;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02__navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02__navigation {
    z-index: 9;
    width: 100%;
    display: flex;
    gap: 0.8rem;
    justify-content: flex-end;
    margin-top: 2.4rem;
  }
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next {
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev {
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #184F17;
  background-color: transparent;
  padding: 1.8rem;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev em, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next em {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #184F17;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev:hover, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next:hover {
  background-color: #184F17;
  cursor: pointer;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev:hover em, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next:hover em {
  color: #ffffff;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev.swiper-button-disabled, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next.swiper-button-disabled {
  border: solid 2px #8D8D8D;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev.swiper-button-disabled em, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next.swiper-button-disabled em {
  color: #8D8D8D;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev.swiper-button-disabled:hover, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next.swiper-button-disabled:hover {
  background-color: transparent;
  cursor: default;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev.swiper-button-disabled:hover em, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next.swiper-button-disabled:hover em {
  color: #8D8D8D;
}
.block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-prev.swiper-button-disabled em, .block_carrusel_02 .block_carrusel_02__js .block_carrusel_02-swiper-button-next.swiper-button-disabled em {
  opacity: 1;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-pagination {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block_carrusel_02 .block_carrusel_02__js .swiper-pagination {
    bottom: -42px;
  }
}
.block_carrusel_02 .block_carrusel_02__js .swiper-pagination .swiper-pagination-bullet {
  background: #184F17;
  opacity: 0.25;
  margin: 0.8rem;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.block_carrusel_02 .block_carrusel_02__js .swiper-pagination .swiper-pagination-bullet-active {
  background: #184F17;
  opacity: 1;
}
.block_carrusel_02 .wrapper {
  padding: 0 0 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel_02 .wrapper {
    padding: 0 2.4rem;
  }
}

.wave {
  position: relative;
  bottom: -6px;
}

.svg-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .svg-desktop {
    display: block;
  }
}

.svg-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .svg-mobile {
    display: none;
  }
}

.block_carrusel_03 {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_carrusel_03 {
    padding: 9.6rem 0;
  }
}
@media (max-width: 768px) {
  .block_carrusel_03 .wrapper {
    padding: 0;
  }
}
.block_carrusel_03 .content {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel_03 .content {
    flex-direction: row;
    gap: 6.4rem;
    align-items: center;
  }
}
.block_carrusel_03 .content .col .title_section {
  font-size: 4rem;
  line-height: 4.7rem;
  color: #184F17;
}
.block_carrusel_03 .content .col .title_section span {
  color: #669D20;
}
@media screen and (min-width: 1023px) {
  .block_carrusel_03 .content .col .title_section {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .block_carrusel_03 .content .col .title_section {
    padding: 0 2.4rem;
  }
}
@media (min-width: 768px) {
  .block_carrusel_03 .content .col .block_carrusel_03__navigation {
    margin-top: 3.2rem;
    display: flex;
    gap: 1.6rem;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next {
    height: 4.5rem;
    width: 4.5rem;
    background: transparent;
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev {
    height: 4.5rem;
    width: 4.5rem;
    background: transparent;
    z-index: 9;
    cursor: pointer;
    border-radius: 50%;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    border: solid 2px #184F17;
    background-color: transparent;
    padding: 1.8rem;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev em, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next em {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #184F17;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev:hover, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next:hover {
    background-color: #184F17;
    cursor: pointer;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev:hover em, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next:hover em {
    color: #ffffff;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev.swiper-button-disabled, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next.swiper-button-disabled {
    border: solid 2px #8D8D8D;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev.swiper-button-disabled em, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next.swiper-button-disabled em {
    color: #8D8D8D;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev.swiper-button-disabled:hover, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next.swiper-button-disabled:hover {
    background-color: transparent;
    cursor: default;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev.swiper-button-disabled:hover em, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next.swiper-button-disabled:hover em {
    color: #8D8D8D;
  }
  .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-prev.swiper-button-disabled em, .block_carrusel_03 .content .col .block_carrusel_03__navigation .block_carrusel_03-swiper-button-next.swiper-button-disabled em {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .block_carrusel_03 .content .col.swiper_col {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.block_carrusel_03 .content .col.swiper_col .swiper {
  width: 100%;
}
.block_carrusel_03 .content .col.swiper_col .swiper-wrapper {
  display: flex !important;
  align-items: stretch;
}
@media (max-width: 768px) {
  .block_carrusel_03 .content .col.swiper_col .swiper-wrapper {
    padding-left: 2.4rem;
  }
}
.block_carrusel_03 .content .col.swiper_col .swiper-wrapper .item_product {
  height: auto;
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 0 0 0.8rem 0.8rem;
  overflow: hidden;
}
.block_carrusel_03 .content .col.swiper_col .swiper-wrapper .item_product .pic {
  overflow: hidden;
  flex-shrink: 0;
}
.block_carrusel_03 .content .col.swiper_col .swiper-wrapper .item_product .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block_carrusel_03 .content .col.swiper_col .swiper-wrapper .item_product .text {
  padding: 3.2rem 2.4rem;
  background-color: #E8F7D0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1 1 auto;
  justify-content: flex-start;
}
.block_carrusel_03 .content .col.swiper_col .swiper-wrapper .item_product .text h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .block_carrusel_03 .content .col.swiper_col .swiper-wrapper .item_product .text h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_carrusel_03 .content .col.swiper_col .swiper-wrapper .item_product .text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .block_carrusel_03 .content .col.swiper_col .swiper-wrapper .item_product .text p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 768px) {
  .block_carrusel_03 .content .col.text_col {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.block_carrusel_04 {
  padding: 2.4rem 0 6.4rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel_04 {
    padding: 0 0 6.4rem;
  }
}
.block_carrusel_04 .block_carrusel_04__js {
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .block_carrusel_04 .block_carrusel_04__js {
    overflow: visible !important;
    padding-top: 3.2rem;
  }
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper {
  padding: 2px 0px 0;
  display: flex;
  justify-content: stretch;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #D8D8D8;
  flex: 0 0 auto !important;
  height: auto;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product .top {
  padding: 1.6rem 2.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product .top img {
  margin: 0 auto;
  max-width: 120px;
  height: 138px;
  object-fit: contain;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product .middle {
  padding: 1.6rem 2.4rem;
  position: relative;
  z-index: 1;
  min-height: 124px;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product .middle h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #669D20;
  font-family: "Nunito", sans-serif;
  margin-bottom: 0.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product .middle p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2D2D2D;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product .bottom {
  padding: 0.8rem 2.4rem 1.6rem;
  margin-top: auto;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product .bottom .link {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem 0;
  text-decoration: none;
  align-items: center;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-wrapper .item_product .bottom .link em {
  font-size: 0.8rem;
  top: 0;
  position: relative;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04__navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04__navigation {
    z-index: 9;
    width: 100%;
    display: flex;
    gap: 0.8rem;
    justify-content: flex-end;
    margin-top: 2.4rem;
  }
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next {
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev {
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #184F17;
  background-color: transparent;
  padding: 1.8rem;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev em, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next em {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #184F17;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev:hover, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next:hover {
  background-color: #184F17;
  cursor: pointer;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev:hover em, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next:hover em {
  color: #ffffff;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev.swiper-button-disabled, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next.swiper-button-disabled {
  border: solid 2px #8D8D8D;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev.swiper-button-disabled em, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next.swiper-button-disabled em {
  color: #8D8D8D;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev.swiper-button-disabled:hover, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next.swiper-button-disabled:hover {
  background-color: transparent;
  cursor: default;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev.swiper-button-disabled:hover em, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next.swiper-button-disabled:hover em {
  color: #8D8D8D;
}
.block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-prev.swiper-button-disabled em, .block_carrusel_04 .block_carrusel_04__js .block_carrusel_04-swiper-button-next.swiper-button-disabled em {
  opacity: 1;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-pagination {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block_carrusel_04 .block_carrusel_04__js .swiper-pagination {
    bottom: -48px;
  }
}
.block_carrusel_04 .block_carrusel_04__js .swiper-pagination .swiper-pagination-bullet {
  background: #184F17;
  opacity: 0.25;
  margin: 0.8rem;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.block_carrusel_04 .block_carrusel_04__js .swiper-pagination .swiper-pagination-bullet-active {
  background: #184F17;
  opacity: 1;
}
.block_carrusel_04 .block-text-media__content {
  display: flex;
  flex-direction: column;
}
.block_carrusel_04 .block-text-media__content h1, .block_carrusel_04 .block-text-media__content h2 {
  font-size: 3.2rem;
  line-height: 3.9rem;
  color: #184F17;
  margin-bottom: 1.6rem;
}
.block_carrusel_04 .block-text-media__content h1 span, .block_carrusel_04 .block-text-media__content h2 span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .block_carrusel_04 .block-text-media__content h1, .block_carrusel_04 .block-text-media__content h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.block_carrusel_04 .block-text-media__content h3, .block_carrusel_04 .block-text-media__content h4, .block_carrusel_04 .block-text-media__content h5, .block_carrusel_04 .block-text-media__content h6 {
  font-size: 3.3rem;
  line-height: 3.9rem;
  margin-bottom: 1.6rem;
  color: #184F17;
}
.block_carrusel_04 .block-text-media__content h3 span, .block_carrusel_04 .block-text-media__content h4 span, .block_carrusel_04 .block-text-media__content h5 span, .block_carrusel_04 .block-text-media__content h6 span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .block_carrusel_04 .block-text-media__content h3, .block_carrusel_04 .block-text-media__content h4, .block_carrusel_04 .block-text-media__content h5, .block_carrusel_04 .block-text-media__content h6 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    margin-bottom: 1.6rem;
  }
}
.block_carrusel_04 .block-text-media__content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #646464;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_carrusel_04 .block-text-media__content p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_carrusel_04 .block-text-media__content p:last-of-type {
  margin-bottom: 0;
}
.block_carrusel_04 .block-text-media__content p a {
  color: #184F17;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: underline;
}
.block_carrusel_04 .block-text-media__content p a:hover {
  color: #184F17;
}
.block_carrusel_04 .block-text-media__content p + p {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + h2 {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + h3 {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + h4 {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + h5 {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + h6 {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + img {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + ul {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + ol {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + div {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p + img {
  margin-top: 0rem;
}
.block_carrusel_04 .block-text-media__content p a.button {
  margin: 0;
  color: #ffffff !important;
}
.block_carrusel_04 .block-text-media__content a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.block_carrusel_04 .block-text-media__content a:hover {
  color: #184F17;
  text-decoration: underline;
}
.block_carrusel_04 .block-text-media__content > ul, .block_carrusel_04 .block-text-media__content ol {
  margin-bottom: 1.6rem;
}
.block_carrusel_04 .block-text-media__content > ul li, .block_carrusel_04 .block-text-media__content ol li {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #646464;
  margin-bottom: 1.8rem;
  position: relative;
}
.block_carrusel_04 .block-text-media__content > ul li a, .block_carrusel_04 .block-text-media__content ol li a {
  color: #294595;
}

.block_slider_01 {
  position: relative;
}
.block_slider_01 .block_slider_01_js .swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .block_slider_01 .block_slider_01_js .swiper-slide {
    min-height: 600px;
  }
}
.block_slider_01 .block_slider_01_js .swiper-slide.video .video-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
}
.block_slider_01 .block_slider_01_js .swiper-slide.image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
}
.block_slider_01 .block_slider_01_js .swiper-slide:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 35.85%, rgba(0, 0, 0, 0.06) 45.01%, rgba(0, 0, 0, 0.19) 71.78%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.block_slider_01 .block_slider_01_js .item_slider {
  padding: 0 0 8.8rem;
}
@media screen and (min-width: 1023px) and (max-width: 1400px) {
  .block_slider_01 .block_slider_01_js .item_slider .wrapper {
    padding: 0 8rem;
  }
}
.block_slider_01 .block_slider_01_js .content {
  max-width: 750px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .block_slider_01 .block_slider_01_js .content {
    width: 60%;
    max-width: initial;
  }
}
.block_slider_01 .block_slider_01_js .content.reveal_title {
  opacity: 0;
  transform: translateY(2em);
}
.block_slider_01 .block_slider_01_js .content.reveal_title.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-in-out 0.7s;
}
.block_slider_01 .block_slider_01_js .content h1, .block_slider_01 .block_slider_01_js .content h2, .block_slider_01 .block_slider_01_js .content h3, .block_slider_01 .block_slider_01_js .content h4, .block_slider_01 .block_slider_01_js .content h5, .block_slider_01 .block_slider_01_js .content h6 {
  color: #ffffff;
  font-size: 4.8rem;
  line-height: 5.3rem;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .block_slider_01 .block_slider_01_js .content h1, .block_slider_01 .block_slider_01_js .content h2, .block_slider_01 .block_slider_01_js .content h3, .block_slider_01 .block_slider_01_js .content h4, .block_slider_01 .block_slider_01_js .content h5, .block_slider_01 .block_slider_01_js .content h6 {
    font-size: 40px; /* Fallback para IE */
    font-size: clamp(40px, 5vw, 89px);
    line-height: 1;
  }
}
.block_slider_01 .swiper__controls {
  position: absolute;
  z-index: 4;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .block_slider_01 .swiper__controls {
    display: none;
  }
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-next {
  height: 4.5rem;
  width: 4.5rem;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  right: 24px;
  position: absolute;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev {
  height: 4.5rem;
  width: 4.5rem;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  left: 24px;
  position: absolute;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev, .block_slider_01 .swiper__controls .block_slider_01-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #ffffff;
  background: transparent;
  padding: 1.8rem;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev em, .block_slider_01 .swiper__controls .block_slider_01-swiper-button-next em {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #ffffff;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev:hover, .block_slider_01 .swiper__controls .block_slider_01-swiper-button-next:hover {
  background-color: #184F17;
  border: solid 2px #184F17;
  cursor: pointer;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev:hover em, .block_slider_01 .swiper__controls .block_slider_01-swiper-button-next:hover em {
  color: #ffffff;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev.swiper-button-disabled, .block_slider_01 .swiper__controls .block_slider_01-swiper-button-next.swiper-button-disabled {
  border: solid 2px #8D8D8D;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev.swiper-button-disabled:hover, .block_slider_01 .swiper__controls .block_slider_01-swiper-button-next.swiper-button-disabled:hover {
  background-color: transparent;
  cursor: default;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev.swiper-button-disabled:hover em, .block_slider_01 .swiper__controls .block_slider_01-swiper-button-next.swiper-button-disabled:hover em {
  color: #8D8D8D;
}
.block_slider_01 .swiper__controls .block_slider_01-swiper-button-prev.swiper-button-disabled em, .block_slider_01 .swiper__controls .block_slider_01-swiper-button-next.swiper-button-disabled em {
  opacity: 1;
  color: #8D8D8D;
}
.block_slider_01 .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block_slider_01 .swiper-pagination .swiper-pagination-bullet {
  background: rgba(115, 115, 115, 0.45);
  opacity: 1;
  margin: 0.8rem;
}
.block_slider_01 .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.block_slider_01:hover .swiper__controls {
  opacity: 1;
}

.block_slider_02 {
  position: relative;
  padding: 0 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .block_slider_02 .wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .block_slider_02 {
    padding: 0 0 6.4rem;
  }
}
.block_slider_02__js {
  border-radius: 1.8rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .block_slider_02__js {
    overflow: visible !important;
    border-radius: 0;
  }
}
.block_slider_02__js .swiper-wrapper {
  min-height: 430px;
}
@media screen and (min-width: 768px) {
  .block_slider_02__js .swiper-wrapper {
    min-height: 480px;
  }
}
.block_slider_02__js .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_slider_02__js .item {
    border-radius: 1.8rem;
  }
}
.block_slider_02__js .item .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 43.11%, rgba(0, 0, 0, 0.6) 75.44%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
@media screen and (min-width: 768px) {
  .block_slider_02__js .item .overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 43.11%, rgba(0, 0, 0, 0.6) 75.44%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  }
}
.block_slider_02__js .item picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
  min-height: 700px;
}
@media screen and (min-width: 768px) {
  .block_slider_02__js .item picture img {
    min-height: 480px;
    border-radius: 1.8rem;
  }
}
.block_slider_02__js .item .text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  padding: 4.8rem 2.4rem;
  z-index: 2;
  min-height: 430px;
  justify-content: flex-end;
}
@media screen and (min-width: 1023px) {
  .block_slider_02__js .item .text {
    padding: 4.8rem 6.4rem;
    max-width: 60%;
    min-height: 480px;
  }
}
.block_slider_02__js .item .text h3 {
  font-size: 4rem;
  line-height: 4.7rem;
  font-family: "Quenda", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.blog .block_slider_02__js .item .text h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
}
@media screen and (min-width: 768px) {
  .block_slider_02__js .item .text h3 {
    font-size: 34px;
    font-size: clamp(22px, 3.4vw, 36px);
    line-height: 1.25;
  }
  .blog .block_slider_02__js .item .text h3 {
    font-size: 34px;
    font-size: clamp(22px, 3.4vw, 36px);
    line-height: 1.25;
  }
}
.block_slider_02__js .item .text > img {
  max-width: 206px;
  object-fit: contain;
}
.block_slider_02 .block_slider_02__navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .block_slider_02 .block_slider_02__navigation {
    z-index: 9;
    width: 100%;
    display: flex;
    gap: 0.8rem;
    justify-content: flex-end;
    margin-top: 0.8rem;
  }
}
.block_slider_02 .block_slider_02-swiper-button-next {
  height: 4.5rem;
  width: 4.5rem;
  background: #ffffff;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.block_slider_02 .block_slider_02-swiper-button-prev {
  height: 4.5rem;
  width: 4.5rem;
  background: #ffffff;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.block_slider_02 .block_slider_02-swiper-button-prev, .block_slider_02 .block_slider_02-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #184F17;
  background-color: #ffffff;
  padding: 1.8rem;
}
.block_slider_02 .block_slider_02-swiper-button-prev em, .block_slider_02 .block_slider_02-swiper-button-next em {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #184F17;
}
.block_slider_02 .block_slider_02-swiper-button-prev:hover, .block_slider_02 .block_slider_02-swiper-button-next:hover {
  background-color: #184F17;
  cursor: pointer;
}
.block_slider_02 .block_slider_02-swiper-button-prev:hover em, .block_slider_02 .block_slider_02-swiper-button-next:hover em {
  color: #ffffff;
}
.block_slider_02 .block_slider_02-swiper-button-prev.swiper-button-disabled, .block_slider_02 .block_slider_02-swiper-button-next.swiper-button-disabled {
  border: solid 2px #8D8D8D;
}
.block_slider_02 .block_slider_02-swiper-button-prev.swiper-button-disabled em, .block_slider_02 .block_slider_02-swiper-button-next.swiper-button-disabled em {
  color: #8D8D8D;
}
.block_slider_02 .block_slider_02-swiper-button-prev.swiper-button-disabled:hover, .block_slider_02 .block_slider_02-swiper-button-next.swiper-button-disabled:hover {
  background-color: transparent;
  cursor: default;
}
.block_slider_02 .block_slider_02-swiper-button-prev.swiper-button-disabled:hover em, .block_slider_02 .block_slider_02-swiper-button-next.swiper-button-disabled:hover em {
  color: #8D8D8D;
}
.block_slider_02 .block_slider_02-swiper-button-prev.swiper-button-disabled em, .block_slider_02 .block_slider_02-swiper-button-next.swiper-button-disabled em {
  opacity: 1;
}
.block_slider_02 .swiper-pagination {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block_slider_02 .swiper-pagination {
    bottom: -30px;
  }
}
.block_slider_02 .swiper-pagination .swiper-pagination-bullet {
  background: #184F17;
  opacity: 0.25;
  margin: 0.8rem;
}
.block_slider_02 .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.block_slider_02 .swiper-pagination .swiper-pagination-bullet-active {
  background: #184F17;
  opacity: 1;
}

.block_slider_03 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .block_slider_03 {
    padding: 0 0 6.4rem 0;
    border-radius: 8px;
    overflow: hidden;
  }
}
.block_slider_03 .wrapper {
  padding: 0;
}
.block_slider_03 .slider_03_content {
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .block_slider_03 .slider_03_content {
    flex-direction: row;
    align-items: stretch;
  }
}
.block_slider_03 .slider_03_content .col {
  position: relative;
  overflow: hidden;
  background-color: #E8F7D0;
}
@media screen and (min-width: 768px) {
  .block_slider_03 .slider_03_content .col {
    flex: 1;
    display: flex;
    align-items: center;
    max-height: 668px;
  }
}
.block_slider_03 .slider_03_content .col:last-of-type {
  background-color: #E8F7D0;
}
.block_slider_03 .slider_03_content .col .text {
  display: flex;
  flex-direction: column;
  padding: 4.8rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_slider_03 .slider_03_content .col .text {
    padding: 4.8rem 6.4rem;
  }
}
.block_slider_03 .slider_03_content .col .text h3 {
  font-size: 3.3rem;
  line-height: 3.9rem;
  color: #184F17;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_slider_03 .slider_03_content .col .text h3 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.block_slider_03 .slider_03_content .col .text h1, .block_slider_03 .slider_03_content .col .text h2, .block_slider_03 .slider_03_content .col .text h4, .block_slider_03 .slider_03_content .col .text h5, .block_slider_03 .slider_03_content .col .text h6 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_slider_03 .slider_03_content .col .text h1, .block_slider_03 .slider_03_content .col .text h2, .block_slider_03 .slider_03_content .col .text h4, .block_slider_03 .slider_03_content .col .text h5, .block_slider_03 .slider_03_content .col .text h6 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_slider_03 .slider_03_content .col .text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.block_slider_03 .slider_03_content .col .text p span, .block_slider_03 .slider_03_content .col .text p b {
  color: #184F17;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .block_slider_03 .slider_03_content .col .text p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_slider_03 .slider_03_content .col .text p a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.block_slider_03 .slider_03_content .col .text p a:hover {
  color: #184F17;
  text-decoration: underline;
}
.block_slider_03 .slider_03_content .col .text ul li, .block_slider_03 .slider_03_content .col .text ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.block_slider_03 .slider_03_content .col .text ul li span, .block_slider_03 .slider_03_content .col .text ul li b, .block_slider_03 .slider_03_content .col .text ol li span, .block_slider_03 .slider_03_content .col .text ol li b {
  color: #2D2D2D;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .block_slider_03 .slider_03_content .col .text ul li, .block_slider_03 .slider_03_content .col .text ol li {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_slider_03 .slider_03_content .col .text a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.block_slider_03 .slider_03_content .col .text a:hover {
  color: #184F17;
  text-decoration: underline;
}
.block_slider_03 .slider_03_content .block_slider_03__js {
  width: 100%;
  height: 100%;
}
.block_slider_03 .slider_03_content .block_slider_03__js .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.block_slider_03 .slider_03_content .block_slider_03__js .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.block_slider_03 .slider_03_content .block_slider_03__js .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .block_slider_03 .slider_03_content .block_slider_03__js .swiper-slide img {
    aspect-ratio: 3/4;
    max-height: 400px;
  }
}
.block_slider_03 .slider_03_content .slider_03__navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-next {
  height: 5.7rem;
  width: 5.7rem;
  background: #BCE536;
  position: absolute;
  z-index: 9;
  right: -27px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-next svg {
  position: absolute;
  left: 18px;
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-prev {
  height: 5.7rem;
  width: 5.7rem;
  background: #BCE536;
  position: absolute;
  z-index: 9;
  left: -27px;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-prev svg {
  position: absolute;
  right: 18px;
  transform: rotate(-180deg);
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-prev, .block_slider_03 .slider_03_content .slider_03-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-prev:hover, .block_slider_03 .slider_03_content .slider_03-swiper-button-next:hover {
  background-color: #E8F7D0;
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-prev em, .block_slider_03 .slider_03_content .slider_03-swiper-button-next em {
  color: #184F17;
  font-size: 2.4rem;
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-prev.hide, .block_slider_03 .slider_03_content .slider_03-swiper-button-next.hide {
  display: none;
}
.block_slider_03 .slider_03_content .slider_03-swiper-button-prev.swiper-button-disabled, .block_slider_03 .slider_03_content .slider_03-swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0 !important;
}

.swiper-pagination-counter {
  z-index: 1;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  gap: 0.4rem;
  border-radius: 1000px;
  background: rgba(29, 29, 29, 0.25);
  width: max-content;
  padding: 0.4rem 1.6rem;
  left: 50%;
  transform: translateX(-50%);
}

.block_texto_destacado_01 {
  padding: 11.4rem 0 6.4rem;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_01 {
    padding: 15.5rem 0 8rem;
  }
}
.block_texto_destacado_01 .content {
  display: flex;
  flex-direction: column;
}
.block_texto_destacado_01 .content .text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.block_texto_destacado_01 .content .text h2 {
  font-size: 9.5rem;
  line-height: 6rem;
  color: #ffffff;
  font-weight: 700;
  color: #669d20;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: "Blog Script", sans-serif !important;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_01 .content .text h2 {
    font-size: 11.2rem;
    line-height: 6rem;
  }
}
.block_texto_destacado_01 .content .text h2 span {
  font-size: 4rem;
  color: #184f17;
  font-family: "Quenda", sans-serif;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_01 .content .text h2 span {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.block_texto_destacado_01 .content .text p {
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: #242423;
  font-weight: 400;
  margin-bottom: 1.2rem;
  text-align: center;
}
.block_texto_destacado_01 .content .text p strong, .block_texto_destacado_01 .content .text p b {
  font-weight: 700;
}
.block_texto_destacado_01 .content .text p a {
  color: #184f17;
  text-decoration: underline;
}
.block_texto_destacado_01 .content .text ul, .block_texto_destacado_01 .content .text ol {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
}
.block_texto_destacado_01 .content .text ul li, .block_texto_destacado_01 .content .text ol li {
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: #242423;
  font-weight: 400;
  position: relative;
  text-align: center;
}
.block_texto_destacado_01 .content .text ul li a, .block_texto_destacado_01 .content .text ol li a {
  color: #184f17;
  text-decoration: underline;
}

.block_texto_destacado_02 {
  padding: 6.4rem 0;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_02 {
    padding: 8rem 0 10rem;
  }
}
.block_texto_destacado_02 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_texto_destacado_02 .content h2.destacado {
  font-size: 3.3rem;
  line-height: 3.9rem;
  color: #184F17;
  text-align: left;
  max-width: 800px;
  margin-bottom: 3.2rem;
}
.block_texto_destacado_02 .content h2.destacado span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_02 .content h2.destacado {
    font-size: 40px; /* Fallback para IE */
    font-size: clamp(40px, 3.5vw, 50px);
    line-height: 1.2;
    order: 2;
    margin-bottom: 1.6rem;
  }
}
.block_texto_destacado_02 .content img {
  margin-bottom: 3.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_02 .content img {
    order: 1;
    margin-bottom: 4.8rem;
  }
}
.block_texto_destacado_02 .content .text {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_02 .content .text {
    gap: 1.6rem;
    order: 3;
  }
}
.block_texto_destacado_02 .content .text h2, .block_texto_destacado_02 .content .text h3, .block_texto_destacado_02 .content .text h4, .block_texto_destacado_02 .content .text h5, .block_texto_destacado_02 .content .text h6 {
  font-size: 2.8rem;
  line-height: 34rem;
  color: #184F17;
  text-align: left;
}
.block_texto_destacado_02 .content .text h2 span, .block_texto_destacado_02 .content .text h3 span, .block_texto_destacado_02 .content .text h4 span, .block_texto_destacado_02 .content .text h5 span, .block_texto_destacado_02 .content .text h6 span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_02 .content .text h2, .block_texto_destacado_02 .content .text h3, .block_texto_destacado_02 .content .text h4, .block_texto_destacado_02 .content .text h5, .block_texto_destacado_02 .content .text h6 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.block_texto_destacado_02 .content .text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  font-weight: 400;
  text-align: left;
}
.block_texto_destacado_02 .content .text p strong, .block_texto_destacado_02 .content .text p b {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_02 .content .text p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_texto_destacado_02 .content .text ul, .block_texto_destacado_02 .content .text ol {
  margin-bottom: 1.8rem;
  padding-left: 0;
  text-align: left;
}
.block_texto_destacado_02 .content .text ul li, .block_texto_destacado_02 .content .text ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  font-weight: 400;
  position: relative;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_02 .content .text ul li, .block_texto_destacado_02 .content .text ol li {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_texto_destacado_02 .content .text a {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #184F17;
  font-weight: 400;
}
.block_texto_destacado_02 .content .text a:hover {
  color: #65A11C;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_02 .content .text a {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}

.block_texto_destacado_03 {
  background-color: #184F17;
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_03 {
    padding: 9.6rem 0;
  }
}
.block_texto_destacado_03 .block_texto_destacado_03__row {
  padding: 2.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .block_texto_destacado_03 .block_texto_destacado_03__row {
    padding: 2.4rem 4.8rem;
    flex-direction: row;
    gap: 4.8rem;
  }
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_03 .block_texto_destacado_03__row .col {
    flex: 0 0 calc(50% - 2.4rem);
    max-width: calc(50% - 2.4rem);
  }
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content {
  display: flex;
  flex-direction: column;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content h1, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h2 {
  font-size: 4rem;
  line-height: 4.7rem;
  color: #ffffff;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content h1 span, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h2 span {
  color: #D3EFA7;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h1, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h2 {
    font-size: 5rem;
    line-height: 5.6rem;
    margin-bottom: 1.6rem;
  }
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content h3, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h4, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h5, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h6 {
  font-size: 3.3rem;
  line-height: 3.9rem;
  color: #ffffff;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content h3 span, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h4 span, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h5 span, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h6 span {
  color: #D3EFA7;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h3, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h4, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h5, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content h6 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #ffffff;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_texto_destacado_03 .block_texto_destacado_03__row .col .content p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p:last-of-type {
  margin-bottom: 0;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p a {
  color: #D3EFA7;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: underline;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p a:hover {
  color: #ffffff;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + p {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + h2 {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + h3 {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + h4 {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + h5 {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + h6 {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + img {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + ul {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + ol {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + div {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p + img {
  margin-top: 0rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content p a.button {
  margin: 0;
  color: #ffffff !important;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content a {
  color: #D3EFA7;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content > ul, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content > ol {
  margin-bottom: 1.6rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content > ul li, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content > ol li {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.8rem;
  position: relative;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content > ul li a, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content > ol li a {
  color: #294595;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content ul, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content ol {
  margin-bottom: 1.6rem;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content ul li, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content ol li {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.8rem;
  position: relative;
}
.block_texto_destacado_03 .block_texto_destacado_03__row .col .content ul li a, .block_texto_destacado_03 .block_texto_destacado_03__row .col .content ol li a {
  color: #294595;
}

.block_hero_01 {
  height: 520px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block_hero_01:after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.85%, rgba(0, 0, 0, 0.06) 45.01%, rgba(0, 0, 0, 0.19) 71.78%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
@media screen and (min-width: 768px) {
  .block_hero_01 {
    height: 450px;
  }
}
@media screen and (min-width: 1400px) {
  .block_hero_01 {
    height: 520px;
  }
}
.block_hero_01 .wrapper {
  position: relative;
  z-index: 1;
}
.block_hero_01 .img_bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  inset: 0;
}
.block_hero_01 .text {
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.block_hero_01 .text h1 {
  font-size: 4.8rem;
  line-height: 5.3rem;
  font-weight: 700;
  color: #ffffff;
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .block_hero_01 .text h1 {
    font-size: 6.7rem;
    line-height: 7.2rem;
  }
}
.block_hero_01 .text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_hero_01 .text p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.block_hero_01 .wave_hero {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -1px;
}
.block_hero_01 .svg-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .block_hero_01 .svg-desktop {
    display: block;
    width: 100vw;
  }
}
.block_hero_01 .svg-mobile {
  display: block;
  width: 101%;
}
@media screen and (min-width: 768px) {
  .block_hero_01 .svg-mobile {
    display: none;
  }
}

.block_instagram {
  padding-top: 6.4rem;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_instagram {
    padding-top: 4rem;
  }
}
.block_instagram h2 {
  font-size: 4rem;
  line-height: 4.7rem;
  font-weight: 700;
  color: #184F17;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_instagram h2 {
    font-size: 40px; /* Fallback para IE */
    font-size: clamp(40px, 4vw, 50px);
    line-height: 1;
  }
}
.block_instagram h2 span {
  color: #65A11C;
}
.block_instagram .social_grid {
  margin-bottom: 4.8rem;
}
.block_instagram .social_grid ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 1.6rem;
}
.block_instagram .social_grid ul li {
  padding: 0.6rem;
  list-style: none;
}
.block_instagram .social_grid ul li a {
  text-decoration: none;
  color: #184F17;
}
.block_instagram .social_grid ul li a svg {
  max-width: 3.2rem;
  max-height: 3.2rem;
  color: #184F17;
}
.block_instagram .social_grid ul li a:hover svg {
  color: #669d20;
}
.block_instagram .eapps-widget-toolbar, .block_instagram .eapps-instagram-feed-posts-grid-load-more, .block_instagram .eapps-widget-show-toolbar > a {
  display: none !important;
}
.block_instagram #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
  background-color: #AAE854 !important;
}
.block_instagram #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav-icon {
  fill: #184F17 !important;
}

.block_newsletter {
  padding: 3.2rem 0;
  background-color: #f4fbe9;
}
@media screen and (min-width: 1023px) {
  .block_newsletter {
    padding: 9.6rem 0;
  }
}
.block_newsletter .content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.block_newsletter .content .col.form_col {
  flex-basis: 100%;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content .col.form_col {
    flex-basis: 40%;
    max-width: 450px;
  }
}
.block_newsletter .content .col.form_col .text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}
.block_newsletter .content .col.form_col .text h2 {
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-weight: 700;
  color: #184F17;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content .col.form_col .text h2 {
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
.block_newsletter .content .col.form_col .text p {
  font-size: 1.9rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #2d2d2d;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content .col.form_col .text p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.block_newsletter .content .col.form_col .contact_form {
  display: block;
}
.block_newsletter .content .col.form_col .contact_form.sended {
  background-color: #184F17;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.4rem;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form label {
  color: #1d1d1d;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form input {
  margin-top: 0.8rem;
  padding: 1.6rem;
  box-sizing: border-box;
  height: 5.4rem;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #BBBBBB;
  transition: border-color 0.3s ease;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form input::placeholder {
  color: #646464;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form input:focus {
  outline: none;
  border: solid 1px #143A14;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form input:hover {
  border: solid 1px #143A14;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-not-valid {
  border: solid 1px #B10403;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form select {
  margin-top: 0.8rem;
  padding: 1.6rem;
  box-sizing: border-box;
  height: 5.6rem;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #BBBBBB;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\"><path d=\"M1 1L5.5 5.5L10 1\" stroke=\"%23143A14\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.4rem;
  cursor: pointer;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form select::-ms-expand {
  display: none;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form select:hover {
  border: solid 1px #143A14;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form input[type=submit] {
  background-color: #AAE854;
  color: #184F17;
  border-radius: 100px;
  padding: 1.6rem 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-family: "Quenda", sans-serif;
  border: none;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  height: 5.8rem;
  margin: 0.8rem 0 0;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form input[type=submit]:hover {
  background-color: #184F17;
  color: #ffffff;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .checkbox_group p {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .checkbox_group p .text_legal {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #024B23;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .checkbox_group p .text_legal span {
  color: #024B23;
  text-decoration: none;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-acceptance,
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  align-items: flex-start;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-acceptance input[type=checkbox],
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  height: 16px;
  accent-color: #AAE854;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-acceptance a,
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox a {
  color: white;
  text-decoration: none;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  width: auto;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-form .wpcf7-not-valid-tip {
  background-color: #FDD;
  color: #2D2D2D;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 0.4rem;
  max-width: max-content;
  position: absolute;
  z-index: 1;
  top: 39px;
}
.block_newsletter .content .col.form_col .contact_form .row_group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content .col.form_col .contact_form .row_group {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.block_newsletter .content .col.form_col .contact_form .legal_form p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #646464;
}
.block_newsletter .content .col.form_col .contact_form .legal_form p a {
  color: #184F17;
  text-decoration: underline;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7 form.invalid .wpcf7-response-output, .block_newsletter .content .col.form_col .contact_form .wpcf7 form.unaccepted .wpcf7-response-output, .block_newsletter .content .col.form_col .contact_form .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0.8rem;
  font-size: 1.7rem;
  line-height: 2.5rem;
  border: none !important;
}
.block_newsletter .content .col.form_col .contact_form .wpcf7-response-output {
  background-color: #FDD;
  color: #2D2D2D;
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
  font-weight: 700;
  padding: 0.4rem;
}
.block_newsletter .content .col.form_col .contact_form form.sent .wpcf7-response-output {
  background-color: #F5FCE9 !important;
  border: solid 1px #007E3B !important;
  color: #184F17 !important;
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
  font-weight: 700 !important;
  padding: 0.8rem 1.6rem !important;
}
.block_newsletter .content .col.pic {
  flex-basis: 100%;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content .col.pic {
    flex-basis: 55%;
    max-width: 700px;
    margin-left: auto;
  }
}
.block_newsletter .content.variacion_dos {
  gap: 2.4rem;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content.variacion_dos {
    gap: 4.8rem;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.block_newsletter .content.variacion_dos .col.text_col {
  flex-basis: 100%;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content.variacion_dos .col.text_col {
    flex-basis: 55%;
  }
}
.block_newsletter .content.variacion_dos .col.text_col .text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 0;
}
.block_newsletter .content.variacion_dos .col.text_col .text h2 {
  font-size: 4rem;
  line-height: 4.7rem;
  font-weight: 700;
  color: #184F17;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content.variacion_dos .col.text_col .text h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.block_newsletter .content.variacion_dos .col.text_col .text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #2d2d2d;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content.variacion_dos .col.text_col .text p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_newsletter .content.variacion_dos .col.form_col {
  flex-basis: 100%;
}
@media screen and (min-width: 1023px) {
  .block_newsletter .content.variacion_dos .col.form_col {
    flex-basis: 45%;
    max-width: initial;
  }
}

.wave {
  position: relative;
  bottom: -6px;
}

.svg-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .svg-desktop {
    display: block;
  }
}

.svg-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .svg-mobile {
    display: none;
  }
}

.block_goals_card {
  padding: 4.8rem 0;
  background-color: #d3efa7;
}
@media screen and (min-width: 768px) {
  .block_goals_card {
    padding: 8rem 0;
  }
}
.block_goals_card h2 {
  margin-bottom: 2.4rem;
  font-size: 4rem;
  line-height: 4.7rem;
  color: #024B23;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_goals_card h2 {
    font-size: 40px; /* Fallback para IE */
    font-size: clamp(40px, 3.5vw, 50px);
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.block_goals_card .goals_card_repeater {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_goals_card .goals_card_repeater {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.block_goals_card .goals_card_repeater .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 0;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .block_goals_card .goals_card_repeater .item {
    flex: 1 1 calc(50% - 1.6rem);
    max-width: 350px;
  }
}
@media screen and (min-width: 1023px) {
  .block_goals_card .goals_card_repeater .item {
    flex: 1 1 calc(24% - 1.6rem);
  }
}
.block_goals_card .goals_card_repeater .item img {
  max-width: 88px;
  object-fit: contain;
  margin: 0 auto;
}
.block_goals_card .goals_card_repeater .item p {
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 700;
  font-family: "Quenda", sans-serif;
  text-align: center;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .block_goals_card .goals_card_repeater .item p {
    font-size: 20px; /* Fallback para IE */
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.2;
  }
}

.block_goals_card_02 {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_goals_card_02 {
    padding: 6.4rem 0 9.6rem;
  }
}
.block_goals_card_02 h2 {
  margin-bottom: 2.4rem;
  font-size: 4rem;
  line-height: 4.7rem;
  color: #184F17;
  text-align: center;
  margin-bottom: 4.8rem;
}
.block_goals_card_02 h2 span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .block_goals_card_02 h2 {
    font-size: 5rem;
    line-height: 5.6rem;
    margin-bottom: 3.2rem;
  }
}
.block_goals_card_02 .goals_card_02_repeater {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .block_goals_card_02 .goals_card_02_repeater {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.block_goals_card_02 .goals_card_02_repeater .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.4rem;
  flex: 1 1 100%;
  background-color: #E8F7D0;
  border-radius: 2.4rem;
  box-shadow: 0 2px 4px 0 rgba(29, 58, 58, 0.15);
}
@media screen and (min-width: 768px) {
  .block_goals_card_02 .goals_card_02_repeater .item {
    flex: 1 1 calc(50% - 2.4rem);
  }
}
@media screen and (min-width: 1023px) {
  .block_goals_card_02 .goals_card_02_repeater .item {
    flex: 1 1 calc(33% - 2.4rem);
  }
}
.block_goals_card_02 .goals_card_02_repeater .item span {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-family: "Quenda", sans-serif;
  color: #669D20;
  display: block;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
.block_goals_card_02 .goals_card_02_repeater .item h2 {
  margin-top: 4.4rem;
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-weight: 700;
  font-family: "Quenda", sans-serif;
  text-align: left;
  color: #184F17;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .block_goals_card_02 .goals_card_02_repeater .item h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}

.block_goals_03 {
  padding: 3.2rem 0;
  background: #F5FCE9;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .block_goals_03 {
    padding: 6.4rem 0;
  }
}
.block_goals_03__columns {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  box-sizing: border-box;
}
@media screen and (min-width: 1023px) {
  .block_goals_03__columns {
    flex-direction: row;
    align-items: center;
  }
}
.block_goals_03__columns .column_l {
  background: #F5FCE9;
}
@media screen and (min-width: 1023px) {
  .block_goals_03__columns .column_l {
    flex-basis: 40%;
    top: 0;
  }
}
.block_goals_03__columns .column_l__text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 1023px) {
  .block_goals_03__columns .column_l__text {
    gap: 2.4rem;
  }
}
.block_goals_03__columns .column_l__text h2 {
  font-size: 4rem;
  color: #669D20;
  line-height: 4.7rem;
}
@media screen and (min-width: 1023px) {
  .block_goals_03__columns .column_l__text h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.block_goals_03__columns .column_l__text p {
  font-size: 1.6rem;
  color: #2D2D2D;
  line-height: 2.5rem;
}
@media screen and (min-width: 1023px) {
  .block_goals_03__columns .column_l__text p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_goals_03__columns .column_r {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3.2rem;
}
@media screen and (min-width: 1023px) {
  .block_goals_03__columns .column_r {
    flex-direction: row;
    gap: 4.8rem 2.4rem;
    flex-basis: 60%;
    margin-top: 2.4rem;
  }
}
.block_goals_03__columns .column_r .card_item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 1023px) {
  .block_goals_03__columns .column_r .card_item {
    flex: 1 1 calc(49% - 2.4rem);
    max-width: calc(49% - 2.4rem);
  }
}
.block_goals_03__columns .column_r .card_item img {
  width: 6.4rem;
  object-fit: contain;
  margin-bottom: 1.6rem;
}
.block_goals_03__columns .column_r .card_item h3 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #006633;
  margin-bottom: 0.8rem;
}
.block_goals_03__columns .column_r .card_item p {
  font-size: 1.7rem;
  color: #2D2D2D;
  line-height: 2.6rem;
}

.block_goals_card_04 {
  padding: 4.8rem 0;
}
@media screen and (min-width: 1023px) {
  .block_goals_card_04 {
    padding: 6.4rem 0;
  }
}
.block_goals_card_04 h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.8rem;
  color: #184F17;
  margin: 0 auto 3.2rem;
}
@media screen and (min-width: 1023px) {
  .block_goals_card_04 h2 {
    font-size: 5rem;
    line-height: 5.6rem;
    max-width: 700px;
    margin: 0 auto 4.8rem;
  }
}
.block_goals_card_04 h2 span {
  color: #669D20;
}
.block_goals_card_04 .goals_card_content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .block_goals_card_04 .goals_card_content {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (min-width: 1023px) {
  .block_goals_card_04 .goals_card_content {
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 4.8rem;
  }
}
.block_goals_card_04 .goals_card_content .col {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_goals_card_04 .goals_card_content .col {
    gap: 4.8rem;
  }
}
.block_goals_card_04 .goals_card_content .col .item {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .block_goals_card_04 .goals_card_content .col .item {
    max-width: 270px;
    padding: 0 1.6rem;
  }
}
@media screen and (min-width: 1023px) {
  .block_goals_card_04 .goals_card_content .col .item {
    padding: 0;
  }
}
.block_goals_card_04 .goals_card_content .col .item .text .title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2.9rem;
  color: #184F17;
  font-family: "Quenda", sans-serif;
}
@media screen and (min-width: 768px) {
  .block_goals_card_04 .goals_card_content .col .item .text .title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_goals_card_04 .goals_card_content .col .item .text .title span {
  color: #669D20;
}
.block_goals_card_04 .goals_card_content .col .item .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .block_goals_card_04 .goals_card_content .col .item .text p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .block_goals_card_04 .goals_card_content .col.left_side {
    width: 50%;
    flex-basis: 50%;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .block_goals_card_04 .goals_card_content .col.right_side {
    width: 50%;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1023px) {
  .block_goals_card_04 .goals_card_content .col.right_side {
    order: 2;
  }
}
.block_goals_card_04 .goals_card_content .col.image {
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .block_goals_card_04 .goals_card_content .col.image {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1023px) {
  .block_goals_card_04 .goals_card_content .col.image {
    min-width: 500px;
  }
}

@media screen and (min-width: 1023px) {
  .hero_single_product {
    padding: 4.8rem 0;
  }
}
@media screen and (max-width: 1023px) {
  .hero_single_product .wrapper {
    padding: 0;
  }
}
.hero_single_product #mobile_title h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 700;
  color: #184F17;
  padding: 2.4rem 2.4rem 1.6rem;
}
.hero_single_product #mobile_title h1 span {
  color: #669D20;
}
@media screen and (min-width: 1023px) {
  .hero_single_product #mobile_title {
    display: none;
  }
}
.hero_single_product .content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1023px) {
  .hero_single_product .content {
    flex-direction: row;
  }
}
.hero_single_product .content .col {
  flex-basis: 100%;
}
@media screen and (min-width: 1023px) {
  .hero_single_product .content .col {
    flex-basis: 50%;
    width: 50%;
  }
}
.hero_single_product .content .col.galery .gallery-main {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.hero_single_product .content .col.galery .gallery-main .swiper-slide {
  aspect-ratio: 13/15;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1023px) {
  .hero_single_product .content .col.galery .gallery-main .swiper-slide {
    max-height: 750px;
  }
}
.hero_single_product .content .col.galery .gallery-main .swiper-slide .slide-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
}
.hero_single_product .content .col.galery .gallery-main .swiper-slide .slide-media--image img, .hero_single_product .content .col.galery .gallery-main .swiper-slide .slide-media--video video {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  height: 100%;
  cursor: pointer;
}
.hero_single_product .content .col.galery .gallery-main .swiper-slide .slide-media img {
  cursor: pointer;
}
@media screen and (min-width: 1023px) {
  .hero_single_product .content .col.galery .gallery-main .swiper-slide .slide-media img {
    max-height: 750px;
    width: 100%;
  }
}
.hero_single_product .content .col.galery .gallery-main .swiper-slide .slide-media .play_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .hero_single_product .content .col.galery .gallery-main .swiper-slide .slide-media .play_video {
    width: 60px;
  }
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav {
  z-index: 9;
  width: 100%;
  display: flex;
  gap: 0.8rem;
  position: absolute;
  bottom: 24px;
  left: calc(100% - 174px);
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .arrow {
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #ffffff;
  background-color: #ffffff;
  padding: 1.8rem;
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .arrow em {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #184F17;
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .arrow:hover {
  background-color: #184F17;
  border: solid 2px #184F17;
  cursor: pointer;
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .arrow:hover em {
  color: #ffffff;
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .arrow.swiper-button-disabled {
  border: solid 2px #ffffff;
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .arrow.swiper-button-disabled:hover {
  background-color: #184F17;
  border: solid 2px #184F17;
  cursor: default;
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .arrow.swiper-button-disabled:hover em {
  color: #ffffff;
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .arrow.swiper-button-disabled em {
  opacity: 1;
}
.hero_single_product .content .col.galery .gallery-main .gallery-nav .gallery-autoplay-toggle {
  background: none;
  border: none;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  cursor: pointer;
}
.hero_single_product .content .col.galery .gallery-thumbs {
  margin-top: 1.6rem;
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper {
  padding: 0;
}
@media screen and (min-width: 1023px) {
  .hero_single_product .content .col.galery .gallery-thumbs .swiper-wrapper {
    justify-content: center;
  }
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb {
  position: relative;
  width: 8rem;
  height: 8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  border: solid 1px #007E3B;
  opacity: 1;
  cursor: pointer;
  margin-right: 0.8rem;
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb {
  /* Placeholder cuando no hay imagen */
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb .thumb--placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 0.85rem;
  color: #777;
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb {
  /* Badge de vídeo (▶) */
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb .thumb-badge {
  position: absolute;
  right: 28px;
  bottom: 25px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  pointer-events: none;
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb:hover {
  border: solid 3px #007E3B;
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb:focus-visible {
  border: solid 3px #007E3B;
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb.swiper-slide-thumb-active {
  opacity: 1;
  border: solid 3px #007E3B;
  transform: none;
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-slide.thumb[aria-disabled=true] {
  opacity: 0.4;
  pointer-events: none;
}
.hero_single_product .content .col.galery .gallery-thumbs {
  /* Oculta el último margen derecho si hace falta */
}
.hero_single_product .content .col.galery .gallery-thumbs .swiper-wrapper .swiper-slide.thumb:last-child {
  margin-right: 0;
}
.hero_single_product .content .col.datos {
  padding: 3.2rem 2.4rem 4.8rem;
}
@media screen and (min-width: 1023px) {
  .hero_single_product .content .col.datos {
    padding: 6.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .hero_single_product .content .col.datos .desktop_title {
    display: none;
  }
}
.hero_single_product .content .col.datos .desktop_title h1 {
  font-size: 55px; /* Fallback para IE */
  font-size: clamp(55px, 4vw, 67px);
  line-height: 1.2;
  font-weight: 700;
  color: #184F17;
  margin-bottom: 1.6rem;
}
.hero_single_product .content .col.datos .desktop_title h1 span {
  color: #669D20;
}
.hero_single_product .content .col.datos .description {
  margin-bottom: 4.8rem;
}
.hero_single_product .content .col.datos .description p {
  font-size: 2.1rem;
  line-height: 3rem;
  font-weight: 400;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1023px) {
  .hero_single_product .content .col.datos .description p {
    font-size: 1.9rem;
    line-height: 3rem;
  }
}
.hero_single_product .content .col.datos .subtitle {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #184F17;
  margin-bottom: 1.6rem;
}
.hero_single_product .content .col.datos .tags_formatos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.8rem;
  gap: 0.8rem 0;
}
.hero_single_product .content .col.datos .tags_formatos .tag {
  background-color: #EFEFEF;
  padding: 0.4rem 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #646464;
  margin-bottom: 1.2rem;
  max-height: 3.4rem;
}
.hero_single_product .content .col.datos .tags_formatos .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 3.4rem;
}
.hero_single_product .content .col.datos .tags_formatos .dot:after {
  content: "";
  margin: 0 1.2rem;
  background-color: #184F17;
  width: 4px;
  height: 4px;
  border-radius: 100px;
}
.hero_single_product .content .col.datos .carrusel_sabores {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1023px) {
  .hero_single_product .content .col.datos .carrusel_sabores {
    margin: 0 -2.4rem 0 0;
  }
}
.hero_single_product .content .col.datos .carrusel_sabores__js .rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1023px) {
  .hero_single_product .content .col.datos .carrusel_sabores__js .rows {
    margin-bottom: 1.6rem;
  }
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 1023px) {
  .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation {
    display: none;
  }
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next {
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev {
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  border: solid 2px #184F17;
  background-color: transparent;
  padding: 1.8rem;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev em, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next em {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #184F17;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev:hover, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next:hover {
  background-color: #184F17;
  cursor: pointer;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev:hover em, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next:hover em {
  color: #ffffff;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev.swiper-button-disabled, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next.swiper-button-disabled {
  border: solid 2px #8D8D8D;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev.swiper-button-disabled em, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next.swiper-button-disabled em {
  color: #8D8D8D;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev.swiper-button-disabled:hover, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next.swiper-button-disabled:hover {
  background-color: transparent;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev.swiper-button-disabled:hover em, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next.swiper-button-disabled:hover em {
  color: #8D8D8D;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-prev.swiper-button-disabled em, .hero_single_product .content .col.datos .carrusel_sabores__js .column .carrusel_sabores__navigation .carrusel_sabores-swiper-button-next.swiper-button-disabled em {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .hero_single_product .content .col.datos .carrusel_sabores__js .swiper-wrapper {
    overflow-x: scroll;
    display: flex;
    gap: 1.6rem;
    padding-bottom: 0.8rem;
  }
}
.hero_single_product .content .col.datos .carrusel_sabores__js .item_sabor {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .hero_single_product .content .col.datos .carrusel_sabores__js .item_sabor {
    width: 80px;
  }
}
.hero_single_product .content .col.datos .carrusel_sabores__js .item_sabor img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 8px;
}
.hero_single_product .content .col.datos .carrusel_sabores__js .item_sabor p {
  color: #646464;
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding: 0 0.6rem;
}
.hero_single_product .content .col.datos .banner_info {
  background-color: #F5FCE9;
  border-radius: 8px;
  border: solid 1px #7AB929;
  padding: 1.6rem 2.4rem;
  display: flex;
  gap: 0.8rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .hero_single_product .content .col.datos .banner_info {
    margin-top: 4.8rem;
  }
}
.hero_single_product .content .col.datos .banner_info .content {
  display: flex;
  flex-direction: column;
}
.hero_single_product .content .col.datos .banner_info .content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #2D2D2D;
}
.hero_single_product .content .col.datos .banner_info .content p.title {
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #184F17;
  margin-bottom: 0.8rem;
  font-family: "Quenda", sans-serif;
}
.hero_single_product .content .col.datos .banner_info .content a.link_arrow {
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
  text-decoration: none;
}
.hero_single_product .content .col.datos .banner_info .content a.link_arrow em {
  font-size: 0.8rem;
  color: #184F17;
}

.pg-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999999999;
}
.pg-lightbox.is-open {
  display: block;
}
.pg-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.pg-lightbox__content {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  justify-items: center;
  padding: 24px;
  gap: 12px;
}
.pg-lightbox__stage {
  max-width: 90vw;
  max-height: 90vh;
  display: grid;
  place-items: center;
}
.pg-lightbox__close {
  background: transparent;
  border: none;
  border-radius: 999px;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  font-size: 24px;
  display: grid;
  place-items: center;
  color: #ffffff;
}
.pg-lightbox__prev, .pg-lightbox__next {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 999px;
  min-width: 40px;
  min-height: 40px;
  cursor: pointer;
  font-size: 12px;
  display: grid;
  place-items: center;
  color: #184F17;
}
.pg-lightbox__prev:hover, .pg-lightbox__next:hover {
  background-color: #184F17;
  color: #ffffff;
}
.pg-lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* ================================
   PROGRESS LINEAL (tipo YouTube)
================================ */
.progress {
  --progress: 0%; /* se rellena desde JS */
  --track: #e6e6e6; /* color de fondo (gris) */
  --bar: #ffffff; /* color de progreso (blanco) */
  --height: 4px; /* grosor de la línea */
  position: relative;
  width: 100%;
  height: var(--height);
  background-color: var(--track);
  overflow: hidden;
  display: none;
}

.progress__bar {
  width: var(--progress);
  height: 100%;
  background-color: var(--bar);
  transition: width 0.4s ease;
  display: none;
}

.block_carrusel_juverdelicia {
  padding: 4.8rem 0 6.4rem;
  background-color: #E8F7D0;
}
@media screen and (min-width: 1023px) {
  .block_carrusel_juverdelicia {
    padding: 9.6rem 0;
  }
}
.block_carrusel_juverdelicia .title_section {
  font-size: 4rem;
  line-height: 4.7rem;
  font-weight: 700;
  color: #184F17;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1023px) {
  .block_carrusel_juverdelicia .title_section {
    font-size: 40px; /* Fallback para IE */
    font-size: clamp(40px, 3.5vw, 50px);
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto 3.2rem;
  }
}
.block_carrusel_juverdelicia .out_arrow {
  position: relative;
}
@media screen and (min-width: 768px) {
  .block_carrusel_juverdelicia .out_arrow {
    padding: 0 4.4rem;
  }
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  text-decoration: none;
  border-radius: 0.8rem;
  box-shadow: rgba(56, 99, 1, 0.1);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(239, 245, 204, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out;
  z-index: 0;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta:hover::before {
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%) scale(1);
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .top {
  padding: 0.8rem;
  border-radius: 0.6rem;
  border: solid 1px #7AB929;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.8rem;
  background-color: #ffffff;
  width: max-content;
  z-index: 4;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .top p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #184F17;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .middle {
  z-index: 4;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .middle h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  text-align: center;
  color: #184F17;
  margin-bottom: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  z-index: 4;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .bottom .col p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #184F17;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .bottom .col .nivel {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .bottom .col .nivel span {
  background-color: #184F17;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100px;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .bottom .col .nivel span.empty {
  background-color: #E8F7D0;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .bottom .col .total {
  margin-top: 0.4rem;
}
.block_carrusel_juverdelicia .carrusel_juverdelicia__js .item_receta .bottom .col .total p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
  margin-bottom: 0;
}
.block_carrusel_juverdelicia .swiper-pagination {
  bottom: -6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 2;
  position: static !important;
  bottom: auto !important;
  transform: none !important;
  margin-top: 32px !important;
  display: flex;
  justify-content: center;
  pointer-events: auto;
  z-index: 1;
}
.block_carrusel_juverdelicia .swiper-pagination .swiper-pagination-bullet {
  background: #184F17;
  opacity: 0.25;
  margin: 0.8rem;
}
.block_carrusel_juverdelicia .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.block_carrusel_juverdelicia .swiper-pagination .swiper-pagination-bullet-active {
  background: #184F17;
  opacity: 1;
}
.block_carrusel_juverdelicia .block_carrusel_juverdelicia__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .block_carrusel_juverdelicia .block_carrusel_juverdelicia__navigation {
    display: none;
  }
}
.block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-next {
  height: 2rem;
  width: 2rem;
  background: #AAE854;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-next {
    right: -16px;
  }
}
.block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-prev {
  height: 2rem;
  width: 2rem;
  background: #AAE854;
  z-index: 9;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-prev {
    left: -16px;
  }
}
.block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-prev, .block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  padding: 1.8rem;
  pointer-events: auto;
  cursor: pointer;
}
.block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-prev em, .block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-next em {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #184F17;
}
.block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-prev:hover, .block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-next:hover {
  background-color: #ffffff;
  cursor: pointer;
}
.block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-prev:hover em, .block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-next:hover em {
  color: #184F17;
}
.block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-prev.swiper-button-disabled em, .block_carrusel_juverdelicia .block_carrusel_juverdelicia-swiper-button-next.swiper-button-disabled em {
  opacity: 1;
}

.block_grid_productos {
  padding: 3.2rem 0 6.4rem;
}
@media screen and (max-width: 768px) {
  .block_grid_productos {
    padding: 4.8rem 0 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .block_grid_productos .wrapper {
    padding: 0 0.8rem;
  }
}
.block_grid_productos .grid_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .block_grid_productos .grid_list {
    gap: 1.6rem;
  }
}
.block_grid_productos .grid_list .item {
  max-width: 460px;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
  background: linear-gradient(to top, #F5FCE9 0, #F5FCE9 30px, transparent 30px);
  position: relative;
  flex: 0 0 calc((100% - 0.8rem) / 2);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .block_grid_productos .grid_list .item {
    flex: 1 1 calc((100% - 3.2rem) / 3);
  }
}
.block_grid_productos .grid_list .item .svg_bg {
  position: absolute;
  bottom: -60px;
  z-index: 0;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block_grid_productos .grid_list .item .svg_bg {
    bottom: 0;
  }
}
.block_grid_productos .grid_list .item .top {
  padding: 0.8rem 1.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .block_grid_productos .grid_list .item .top {
    padding: 3.2rem 1.6rem;
  }
}
.block_grid_productos .grid_list .item .top img {
  aspect-ratio: 1/1;
}
.block_grid_productos .grid_list .item .top .default {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.35s ease;
  z-index: 3;
  max-height: 364px;
  object-fit: contain;
}
.block_grid_productos .grid_list .item .top .hover {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: block;
  transition: opacity 0.35s ease;
  z-index: 2;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  clip-path: circle(0% at 50% 50%);
  transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), clip-path 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.block_grid_productos .grid_list .item .bottom {
  display: flex;
  justify-content: center;
  padding: 2.4rem 0.8rem 2.4rem;
  z-index: 1;
  position: relative;
  background-color: #f5fcea;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .block_grid_productos .grid_list .item .bottom {
    padding: 2.4rem;
  }
}
.block_grid_productos .grid_list .item .bottom h2.name {
  font-weight: 700;
  color: #184F17;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.3;
}
.block_grid_productos .grid_list .item:hover {
  background: #E8F7D0;
  text-decoration: none;
  border-radius: 0 0 0.8rem 0.8rem;
}
.block_grid_productos .grid_list .item:hover .top .default {
  transform: rotate(15deg);
}
.block_grid_productos .grid_list .item:hover .top .hover {
  opacity: 1;
  transform: scale(1);
  clip-path: circle(75% at 50% 50%);
}
@media screen and (max-width: 768px) {
  .block_grid_productos .grid_list .item:hover .top .hover {
    transform: scale(0.9);
  }
}
.block_grid_productos .grid_list .item:hover .bottom {
  background-color: #E8F7D0;
  border-radius: 0 0 0.8rem 0.8rem;
}
.block_grid_productos .grid_list .item:hover .svg_bg {
  opacity: 0;
}
.block_grid_productos .grid_list .item > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_grid_productos .grid_list .item.static {
  border-radius: 0rem !important;
}
.block_grid_productos .grid_list .item.static:hover {
  border-radius: 0rem !important;
}
.block_grid_productos .load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .block_grid_productos .load-more-wrap {
    margin-bottom: 3.2rem;
  }
}

.filtros_box {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .filtros_box {
    margin-top: 4.8rem;
  }
}
.filtros_box h2 {
  font-size: 3.3rem;
  line-height: 3.9rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .filtros_box h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}
.filtros_box .filter_actions {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .filtros_box .filter_actions {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.filtros_box .filter_actions select {
  margin-top: 0.8rem;
  padding: 1.6rem;
  box-sizing: border-box;
  height: 5.6rem;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #143A14;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\"><path d=\"M1 1L5.5 5.5L10 1\" stroke=\"%23143A14\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.4rem;
  cursor: pointer;
}
.filtros_box .filter_actions select::-ms-expand {
  display: none;
}
.filtros_box .filter_actions select:hover {
  border: solid 2px #143A14;
}
@media screen and (min-width: 768px) {
  .filtros_box .filter_actions select {
    max-width: 300px;
  }
}
.filtros_box .filter_actions button {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #184F17;
  font-size: 2.1rem;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
  max-width: max-content;
  padding: 0.4rem 0;
}
.filtros_box .filter_actions button:disabled {
  color: #646464;
  cursor: default !important;
}
.filtros_box .available-formats {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .filtros_box .available-formats {
    flex-direction: row;
    gap: 1.6rem;
    align-items: center;
  }
}
.filtros_box .available-formats p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  color: #184F17;
}
.filtros_box .available-formats .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.filtros_box .available-formats .list .text {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #646464;
}
.filtros_box .available-formats .list .dot {
  position: relative;
}
.filtros_box .available-formats .list .dot:after {
  content: ".";
  color: #646464;
  font-size: 1.7rem;
}

.accordion_group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .accordion_group {
    max-width: 840px;
    margin: 0 auto;
    gap: 1.6rem;
  }
}
.accordion_group .accordion_item {
  border: solid 2px #184F17;
  border-radius: 8px;
  background-color: #E8F7D0;
}
.accordion_group .accordion_item .accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.6rem;
}
.accordion_group .accordion_item .accordion__header p {
  font-size: 1.9rem;
  line-height: 2.6rem;
  color: #184F17;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .accordion_group .accordion_item .accordion__header p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.accordion_group .accordion_item .accordion__header svg {
  position: relative;
  color: #184F17;
  min-width: 25px;
}
.accordion_group .accordion_item .accordion__header .minus {
  display: none;
}
.accordion_group .accordion_item .accordion__header .plus {
  display: block;
}
.accordion_group .accordion_item .accordion__content {
  max-height: 0;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.accordion_group .accordion_item .accordion__content__body {
  padding: 0 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 1023px) {
  .accordion_group .accordion_item .accordion__content__body {
    flex-direction: row;
  }
}
.accordion_group .accordion_item .accordion__content__body p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #184F17;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .accordion_group .accordion_item .accordion__content__body p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.accordion_group .accordion_item .accordion__content__body ul, .accordion_group .accordion_item .accordion__content__body ol {
  margin-bottom: 1.6rem;
}
.accordion_group .accordion_item .accordion__content__body ul li, .accordion_group .accordion_item .accordion__content__body ol li {
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #184F17;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .accordion_group .accordion_item .accordion__content__body ul li, .accordion_group .accordion_item .accordion__content__body ol li {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.accordion_group .accordion_item .accordion__content__body a {
  color: #184F17;
  text-decoration: underline;
}
.accordion_group .accordion_item .accordion__content__body a:hover {
  color: #184F17;
  text-decoration: underline;
}
.accordion_group .accordion_item.active .accordion__header .minus {
  display: block;
}
.accordion_group .accordion_item.active .accordion__header .plus {
  display: none;
}
.accordion_group .accordion_item.active .accordion__content {
  max-height: 2000px;
}

.block_faqs {
  position: relative;
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .block_faqs {
    padding: 6.4rem 0 9.6rem;
  }
}
.block_faqs .content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .block_faqs .content {
    gap: 6.2rem;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .block_faqs .content .col.text {
    order: 1;
    max-width: 269px;
  }
}
.block_faqs .content .col .box {
  border: solid 2px #184F17;
  border-radius: 8px;
  padding: 1.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.block_faqs .content .col .box h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
}
.block_faqs .content .col .box p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
}
.block_faqs .content .col .box a {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #184F17;
  font-weight: 700;
  text-decoration: none;
  padding: 0.8rem 0;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.block_faqs .content .col .box a em {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .block_faqs .content .col.questions {
    order: 2;
  }
}

.search_page {
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .search_page {
    padding-top: 2.4rem;
  }
}
.search_page.blog {
  padding-top: 0;
}
.search_page #search-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.search_page .search_post_result {
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: center;
  margin-top: 0rem;
  color: #2D2D2D;
  margin-bottom: 2.4rem;
}
.search_page .search_post_result span {
  font-weight: 700;
}
.search_page .filter_type {
  margin: 1.9rem 0;
}
.search_page .filter_type ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search_page .filter_type ul {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .search_page .filter_type ul::-webkit-scrollbar {
    width: 1px;
    height: 2px;
    bottom: 2rem;
    display: none;
  }
  .search_page .filter_type ul::-webkit-scrollbar-thumb {
    background: #184f17;
    -webkit-box-shadow: none;
  }
  .search_page .filter_type ul::-webkit-scrollbar-thumb:window-inactive {
    background: #F4F4F4;
  }
}
.search_page .filter_type ul li {
  list-style: none;
  border-bottom: solid 1px #F4F4F4;
  color: #F4F4F4;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  white-space: nowrap;
}
.search_page .filter_type ul li.active {
  border-bottom: solid 1px #184f17;
  color: #184f17;
  font-weight: 700;
}
.search_page .filter_type ul li:hover {
  color: #1B1819;
  background-color: #184f17;
}

.home_blog--content {
  position: relative;
}
.home_blog--content .blog_top {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.home_blog--content .blog_top .column {
  width: 100%;
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top .column:first-of-type {
    flex-basis: 50%;
  }
  .home_blog--content .blog_top .column:last-of-type {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1023px) {
  .home_blog--content .blog_top .column:first-of-type {
    flex-basis: 60%;
  }
  .home_blog--content .blog_top .column:last-of-type {
    flex-basis: 40%;
  }
}
.home_blog--content .blog_top .column.search_bar {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.home_blog--content .blog_top .column.search_bar #form_search, .home_blog--content .blog_top .column.search_bar #form_search_global {
  width: 100%;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top .column.search_bar #form_search, .home_blog--content .blog_top .column.search_bar #form_search_global {
    position: relative;
    align-items: center;
    display: flex;
    width: initial;
  }
}
.home_blog--content .blog_top .column.search_bar #form_search .form-group, .home_blog--content .blog_top .column.search_bar #form_search_global .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .home_blog--content .blog_top .column.search_bar #form_search .form-group, .home_blog--content .blog_top .column.search_bar #form_search_global .form-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.home_blog--content .blog_top .column.search_bar #form_search svg, .home_blog--content .blog_top .column.search_bar #form_search_global svg {
  z-index: 1;
  position: absolute;
  left: 4.2rem;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top .column.search_bar #form_search svg, .home_blog--content .blog_top .column.search_bar #form_search_global svg {
    left: 1.6rem;
  }
}
.home_blog--content .blog_top .column.search_bar #form_search .form-control, .home_blog--content .blog_top .column.search_bar #form_search_global .form-control {
  background-color: #ffffff;
  border: solid 1px #184F17;
  border-radius: 100px;
  height: 5rem;
  box-sizing: border-box;
  padding: 0.4rem 1.6rem 0.4rem 5.8rem;
  min-width: 308px;
  font-size: 1.7rem;
  color: #646464;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .home_blog--content .blog_top .column.search_bar #form_search .form-control, .home_blog--content .blog_top .column.search_bar #form_search_global .form-control {
    width: 100%;
    font-size: 1.3rem;
    min-width: initial;
  }
}
.home_blog--content .blog_top .column.search_bar #form_search button, .home_blog--content .blog_top .column.search_bar #form_search_global button {
  background-color: #AAE854;
  border: none;
  border-radius: 100px;
  height: 3.8rem;
  padding: 0.8rem 3.2rem;
  box-sizing: border-box;
  font-size: 1.7rem;
  right: 4px;
  position: absolute;
  padding: 0.8rem 1.6rem;
  color: #184F17;
  cursor: pointer;
  font-family: "Quenda", sans-serif;
  font-weight: 700;
}
.home_blog--content .blog_top .column.search_bar #form_search button:hover, .home_blog--content .blog_top .column.search_bar #form_search_global button:hover {
  background-color: #184F17;
  color: #ffffff;
}
.home_blog--content .blog_top .column.search_bar #form_search button, .home_blog--content .blog_top .column.search_bar #form_search_global button {
  right: 27px;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top .column.search_bar #form_search button, .home_blog--content .blog_top .column.search_bar #form_search_global button {
    right: 6px;
  }
}
.home_blog--content .blog_top .center.search_bar {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .home_blog--content .blog_top .center.search_bar #form_search .form-control, .home_blog--content .blog_top .center.search_bar #form_search_global .form-control {
    min-width: 440px;
  }
}
.home_blog--content .category_list {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .home_blog--content .category_list {
    overflow-x: hidden;
    padding-bottom: 4.4rem;
    padding-top: 2.4rem;
  }
}
.home_blog--content .category_list ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .home_blog--content .category_list ul {
    flex-wrap: wrap;
    gap: 2.4rem 2rem;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
  }
}
.home_blog--content .category_list ul li {
  list-style: none;
  display: flex;
  gap: 1.6rem;
}
.home_blog--content .category_list ul li a {
  white-space: nowrap;
}
.home_blog--content .category_list ul li .button_reverse {
  color: #184F17;
  background-color: #ffffff;
  border: solid 1px #184F17;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 2.6rem;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  max-width: max-content;
}
.home_blog--content .category_list ul li .button_reverse:hover {
  background-color: #184F17;
  color: #ffffff !important;
}
.home_blog--content .category_list ul li .button_reverse.active {
  background-color: #184F17;
  color: #ffffff !important;
}
.home_blog--content .category_list ul li .button_reverse.active:hover {
  background-color: #184F17;
  color: #ffffff !important;
}
.home_blog--content .home_blog--list {
  margin-top: 4.8rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  position: relative;
  margin-bottom: 2.4rem;
  align-items: stretch;
}
@media screen and (min-width: 560px) {
  .home_blog--content .home_blog--list {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.home_blog--content .home_blog--list .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
@media screen and (min-width: 560px) {
  .home_blog--content .home_blog--list .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 1023px) {
  .home_blog--content .home_blog--list .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.home_blog--content .home_blog--list .item:hover .text {
  background-color: #F5FCE9;
  box-shadow: 0px 4px 26px 0px rgba(56, 99, 1, 0.1);
}
.home_blog--content .home_blog--list .item .post-category {
  position: absolute;
  top: 1.6rem;
  left: 2.4rem;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 0.8rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #184F17;
  z-index: 1;
}
.home_blog--content .home_blog--list .item .text {
  padding: 1.6rem 2.4rem;
  border-radius: 0 0 0.8rem 0.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .home_blog--content .home_blog--list .item .text {
    flex: 1 1 auto;
  }
}
.home_blog--content .home_blog--list .item img {
  width: 100%;
  aspect-ratio: 7/5;
  max-height: 301;
  object-fit: cover;
  overflow: hidden;
}
.home_blog--content .home_blog--list .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #184F17;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  font-family: "Nunito", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 59px;
}
.home_blog--content .home_blog--list .item .time {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-top: 0;
}
.home_blog--content .home_blog--list .item p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 50px;
  margin-bottom: 3.2rem;
}
.home_blog--content .home_blog--list .item p:empty {
  display: none;
}
.home_blog--content .home_blog--list .item .link {
  margin-top: auto;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem 0;
  text-decoration: none;
  align-items: center;
}
.home_blog--content .home_blog--list .item .link em {
  font-size: 0.8rem;
  top: 2px;
  position: relative;
}
.home_blog--content .home_blog--list.product_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .home_blog--content .home_blog--list.product_grid {
    gap: 1.6rem;
  }
}
.home_blog--content .home_blog--list.product_grid .item_producto {
  max-width: 460px;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #ffffff;
  position: relative;
  flex: 0 0 calc((100% - 0.8rem) / 2);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .home_blog--content .home_blog--list.product_grid .item_producto {
    flex: 1 1 calc((100% - 3.2rem) / 3);
  }
}
.home_blog--content .home_blog--list.product_grid .item_producto .svg_bg {
  position: absolute;
  bottom: -60px;
  z-index: 0;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home_blog--content .home_blog--list.product_grid .item_producto .svg_bg {
    bottom: 0;
  }
}
.home_blog--content .home_blog--list.product_grid .item_producto .top {
  padding: 0.8rem 1.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home_blog--content .home_blog--list.product_grid .item_producto .top {
    padding: 3.2rem 1.6rem;
  }
}
.home_blog--content .home_blog--list.product_grid .item_producto .top img {
  aspect-ratio: 1/1;
}
.home_blog--content .home_blog--list.product_grid .item_producto .top .default {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.35s ease;
  z-index: 3;
  max-height: 364px;
  object-fit: contain;
}
.home_blog--content .home_blog--list.product_grid .item_producto .top .hover {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: block;
  transition: opacity 0.35s ease;
  z-index: 2;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  clip-path: circle(0% at 50% 50%);
  transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), clip-path 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.home_blog--content .home_blog--list.product_grid .item_producto .bottom {
  display: flex;
  justify-content: center;
  padding: 3.2rem 0.8rem 2.4rem;
  z-index: 1;
  position: relative;
  background-color: #f5fcea;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .home_blog--content .home_blog--list.product_grid .item_producto .bottom {
    padding: 3.2rem 2.4rem;
  }
}
.home_blog--content .home_blog--list.product_grid .item_producto .bottom h2.name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #184F17;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home_blog--content .home_blog--list.product_grid .item_producto .bottom h2.name {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.home_blog--content .home_blog--list.product_grid .item_producto:hover {
  background-color: #E8F7D0;
  text-decoration: none;
  border-radius: 0 0 0.8rem 0.8rem;
}
.home_blog--content .home_blog--list.product_grid .item_producto:hover .top .default {
  transform: rotate(15deg);
}
.home_blog--content .home_blog--list.product_grid .item_producto:hover .top .hover {
  opacity: 1;
  transform: scale(1);
  clip-path: circle(75% at 50% 50%);
}
.home_blog--content .home_blog--list.product_grid .item_producto:hover .bottom {
  background-color: #E8F7D0;
  border-radius: 0 0 0.8rem 0.8rem;
}
.home_blog--content .home_blog--list.product_grid .item_producto:hover .svg_bg {
  opacity: 0;
}
.home_blog--content .home_blog--list.product_grid .item_producto > img {
  height: 100%;
  object-fit: cover;
}
.home_blog--content .home_blog--list.receta_grid .item_receta {
  flex: 1 1 100%;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
@media screen and (min-width: 560px) {
  .home_blog--content .home_blog--list.receta_grid .item_receta {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .home_blog--content .home_blog--list.receta_grid .item_receta {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.home_blog--content .load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
  margin-bottom: 4.8rem;
}

.section_related {
  background-color: #E8F7D0;
  padding: 2.4rem 0 6.4;
}
@media screen and (min-width: 768px) {
  .section_related {
    padding: 6.4rem 0;
  }
}
.section_related h2.title {
  color: #184F17;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 3.9rem;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .section_related h2.title {
    font-size: 3.8rem;
    line-height: 4.5rem;
    margin-bottom: 6.4rem;
  }
}

.related_post {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 2.4rem;
  position: relative;
  align-items: stretch;
}
@media screen and (min-width: 560px) {
  .related_post {
    flex-direction: row;
    align-items: stretch;
  }
}
.related_post .item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  text-decoration: none;
  height: auto;
}
@media screen and (min-width: 560px) {
  .related_post .item {
    flex: 1 1 calc((100% - 2.4rem) / 2);
    max-width: calc((100% - 2.4rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .related_post .item {
    flex: 1 1 calc((100% - 4.8rem) / 3);
    max-width: calc((100% - 4.8rem) / 3);
  }
}
.related_post .item:hover .text {
  background-color: #F5FCE9;
  box-shadow: 0px 4px 26px 0px rgba(56, 99, 1, 0.1);
}
.related_post .item .post-category {
  position: absolute;
  top: 1.6rem;
  left: 2.4rem;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 0.8rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #184F17;
  z-index: 1;
}
.related_post .item .text {
  padding: 1.6rem 2.4rem;
  border-radius: 0 0 0.8rem 0.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .related_post .item .text {
    flex: 1 1 auto;
  }
}
.related_post .item img {
  width: 100%;
  aspect-ratio: 7/5;
  max-height: 301;
  object-fit: cover;
  overflow: hidden;
}
.related_post .item h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #184F17;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  font-family: "Nunito", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 59px;
}
.related_post .item .time {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #2D2D2D;
  margin-top: 0;
}
.related_post .item p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #646464;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 50px;
  margin-bottom: 3.2rem;
}
.related_post .item p:empty {
  display: none;
}
.related_post .item .link {
  margin-top: auto;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
  display: flex;
  gap: 0.8rem;
  padding: 0.8rem 0;
  text-decoration: none;
  align-items: center;
}
.related_post .item .link em {
  font-size: 0.8rem;
  top: 2px;
  position: relative;
}

.item_producto {
  border-radius: 0.8rem 0.8rem 0 0;
  background: #ffffff;
  position: relative;
  flex: 0 0 calc((100% - 0.8rem) / 2);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .item_producto {
    flex: 1 1 calc((100% - 3.2rem) / 3);
  }
}
.item_producto .svg_bg {
  position: absolute;
  bottom: -60px;
  z-index: 0;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .item_producto .svg_bg {
    bottom: 0;
  }
}
.item_producto .top {
  padding: 0.8rem 1.6rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .item_producto .top {
    padding: 3.2rem 1.6rem;
  }
}
.item_producto .top img {
  aspect-ratio: 1/1;
}
.item_producto .top .default {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.35s ease;
  z-index: 3;
  max-height: 364px;
  object-fit: contain;
}
.item_producto .top .hover {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: block;
  transition: opacity 0.35s ease;
  z-index: 2;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
  clip-path: circle(0% at 50% 50%);
  transition: opacity 0.45s ease, transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), clip-path 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.item_producto .bottom {
  display: flex;
  justify-content: center;
  padding: 3.2rem 0.8rem 2.4rem;
  z-index: 1;
  position: relative;
  background-color: #f5fcea;
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .item_producto .bottom {
    padding: 3.2rem 2.4rem;
  }
}
.item_producto .bottom h2.name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #184F17;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .item_producto .bottom h2.name {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.item_producto:hover {
  background-color: #E8F7D0;
  text-decoration: none;
  border-radius: 0 0 0.8rem 0.8rem;
}
.item_producto:hover .top .default {
  transform: rotate(15deg);
}
.item_producto:hover .top .hover {
  opacity: 1;
  transform: scale(1);
  clip-path: circle(75% at 50% 50%);
}
.item_producto:hover .bottom {
  background-color: #E8F7D0;
  border-radius: 0 0 0.8rem 0.8rem;
}
.item_producto:hover .svg_bg {
  opacity: 0;
}
.item_producto > img {
  height: 100%;
  object-fit: cover;
}

.item_receta {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  text-decoration: none;
  border-radius: 0.8rem;
  box-shadow: rgba(56, 99, 1, 0.1);
  background-color: #ffffff;
  box-shadow: 0px 4px 26px -4px rgba(56, 99, 1, 0.1);
}
.item_receta:hover {
  background-color: #F5FCE9;
}
.item_receta .top {
  padding: 0.8rem;
  border-radius: 0.6rem;
  border: solid 1px #7AB929;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.8rem;
  background-color: #ffffff;
  width: max-content;
}
.item_receta .top p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #184F17;
}
.item_receta .middle h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  text-align: center;
  color: #184F17;
  margin-bottom: 1.6rem;
}
.item_receta .bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.item_receta .bottom .col p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #184F17;
}
.item_receta .bottom .col .nivel {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.item_receta .bottom .col .nivel span {
  background-color: #184F17;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100px;
}
.item_receta .bottom .col .nivel span.empty {
  background-color: #E8F7D0;
}
.item_receta .bottom .col .total {
  margin-top: 0.4rem;
}
.item_receta .bottom .col .total p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
  margin-bottom: 0;
}

.no_results {
  display: flex;
  flex-direction: column;
  max-width: 550px;
  margin: 0 auto 9.6rem;
}
.no_results h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .no_results h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.no_results p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin-bottom: 2.4rem;
}
.no_results a {
  margin: 0 auto;
}

.single_content {
  margin-top: 4.8rem;
  margin-bottom: 6.4rem;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .single_content {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .single_content {
    margin-top: 6.4rem;
    margin-bottom: 9.6rem;
  }
}
@media screen and (min-width: 768px) {
  .single_content {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .single_content .wrapper {
    padding: 0;
  }
}
.single_content--block {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .single_content--block {
    flex-direction: row;
    max-width: 850px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .single_content--block .content {
    padding: 0 2.4rem;
  }
}
.single_content--block .content h2 {
  font-size: 3.8rem;
  line-height: 4.5rem;
  margin-bottom: 1.6rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .single_content--block .content h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    margin-bottom: 2.4rem;
  }
}
.single_content--block .content h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  margin-bottom: 1.6rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .single_content--block .content h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.single_content--block .content h4, .single_content--block .content h5, .single_content--block .content h6 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.6rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .single_content--block .content h4, .single_content--block .content h5, .single_content--block .content h6 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.single_content--block .content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #646464;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .single_content--block .content p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.single_content--block .content p em {
  display: block;
}
@media screen and (min-width: 768px) {
  .single_content--block .content p em {
    display: none;
  }
}
.single_content--block .content p a {
  color: #184F17;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: underline;
}
.single_content--block .content p a:hover {
  color: #184F17;
}
.single_content--block .content p + p {
  margin-top: 1.6rem;
}
.single_content--block .content p + h2 {
  margin-top: 4.8rem;
}
.single_content--block .content p + h3 {
  margin-top: 4.8rem;
}
.single_content--block .content p + h4 {
  margin-top: 4.8rem;
}
.single_content--block .content p + h5 {
  margin-top: 4.8rem;
}
.single_content--block .content p + h6 {
  margin-top: 4.8rem;
}
.single_content--block .content p + img {
  margin-top: 1.6rem;
}
.single_content--block .content p + ul {
  margin-top: 1.6rem;
}
.single_content--block .content p + ol {
  margin-top: 1.6rem;
}
.single_content--block .content p + div {
  margin-top: 1.6rem;
}
.single_content--block .content p + img {
  margin-top: 2.4rem;
}
.single_content--block .content p a.button {
  margin: 0;
  color: #ffffff !important;
}
.single_content--block .content a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.single_content--block .content a:hover {
  color: #184F17;
  text-decoration: underline;
}
.single_content--block .content > ul, .single_content--block .content > ol {
  margin-bottom: 1.6rem;
}
.single_content--block .content > ul li, .single_content--block .content > ol li {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #646464;
  margin-bottom: 1.8rem;
  position: relative;
}
.single_content--block .content > ul li a, .single_content--block .content > ol li a {
  color: #294595;
}
.single_content--block .content ul, .single_content--block .content ol {
  margin-bottom: 1.6rem;
}
.single_content--block .content ul li, .single_content--block .content ol li {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #646464;
  margin-bottom: 1.8rem;
  position: relative;
}
.single_content--block .content ul li a, .single_content--block .content ol li a {
  color: #294595;
}
.single_content--block .content img {
  margin-bottom: 0;
}
.single_content--block .content img.aligncenter {
  margin: 0 auto;
}
.single_content--block .content iframe {
  margin-bottom: 0;
  max-width: 100%;
}
.single_content--block .content iframe p {
  margin-bottom: 0;
}
.single_content--block .content .post_share {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}
.single_content--block .content .post_share > h2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #1B1819;
  margin-bottom: 1.6rem;
}
.single_content--block .content .post_share .social-share {
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  padding: 0;
  margin: 0;
}
.single_content--block .content .post_share .social-share li {
  list-style: none;
}
.single_content--block .content .post_share .social-share li a em {
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
}
.single_content--block .content .post_share .social-share li a em::before {
  color: #294595;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #BBB;
}
.post-navigation .next-post {
  text-align: right;
}
.post-navigation .next-post .nav-label {
  justify-content: flex-end;
}
.post-navigation .prev-post .nav-title {
  padding-left: 3rem;
  text-align: left;
}
.post-navigation a {
  text-decoration: none;
  color: #184F17;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.6rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.post-navigation a:hover {
  text-decoration: none !important;
  color: #184F17;
}
.post-navigation .nav-title {
  display: block;
  color: #2D2D2D;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 12px;
  overflow: hidden;
  max-width: 200px;
}
.post-navigation .nav-label {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.post-navigation .nav-label:hover {
  color: #184F17;
}

.share_post {
  margin-top: 3.2rem !important;
  margin-bottom: 4.8rem;
}
.share_post h3 {
  font-size: 2rem !important;
  line-height: 3rem !important;
  font-family: "Nunito", sans-serif;
  color: #184F17;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.share_post h3 .share_mb {
  color: #184F17;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .share_post h3 .share_mb {
    display: none;
  }
}
.share_post .share_dk .group ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.6rem;
}
.share_post .share_dk .group ul li {
  list-style: none;
}
.share_post .share_dk .group ul li.share_web {
  display: none;
}
@media screen and (min-width: 768px) {
  .share_post .share_dk .group ul li.share_web {
    display: block;
  }
}
.share_post .share_dk .group ul li.share-native-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .share_post .share_dk .group ul li.share-native-only {
    display: none;
  }
}
.share_post .share_dk .group a {
  border: solid 1px #184F17;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.6rem;
  width: 3.6rem;
  text-decoration: none;
}
.section_block_hero_post {
  background-color: #F5FCE9;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .section_block_hero_post {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .section_block_hero_post .wrapper {
    padding: 0;
  }
}
.section_block_hero_post .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1023px) {
  .section_block_hero_post .content {
    flex-direction: row;
  }
}
.section_block_hero_post .content .col {
  position: relative;
}
@media screen and (min-width: 1023px) {
  .section_block_hero_post .content .col {
    flex: 1 1 0;
    min-width: 0;
  }
}
.section_block_hero_post .content .col .post-category {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 0.8rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #184F17;
  z-index: 1;
}
.section_block_hero_post .content .col img {
  object-fit: cover;
}
.section_block_hero_post .content .col .date {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .section_block_hero_post .content .col .date {
    font-size: 1.7rem;
    line-height: 2.6rem;
    margin-bottom: 1.6rem;
  }
}
.section_block_hero_post .content .col h1 {
  font-size: 3.3rem;
  line-height: 3.9rem;
  font-weight: 700;
  color: #184F17;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .section_block_hero_post .content .col h1 {
    font-size: clamp(42px, 3vw, 50px);
    line-height: 1.2;
    margin-bottom: 1.6rem;
  }
}
.section_block_hero_post .content .col .excerpt {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .section_block_hero_post .content .col .excerpt {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.section_block_hero_post .content .col .share_hero {
  margin-top: 3.2rem;
}
.section_block_hero_post .content .col .share_hero ul.share-list {
  display: flex;
  gap: 2.4rem;
  padding: 0;
  margin: 0;
}
.section_block_hero_post .content .col .share_hero ul.share-list li {
  list-style: none;
}
.section_block_hero_post .content .col .share_hero ul.share-list li a {
  padding: 0.4rem;
}
.section_block_hero_post .content .col .share_hero ul.share-list li a svg {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .section_block_hero_post .content .col.pic {
    order: 2;
  }
}
.section_block_hero_post .content .col.text {
  padding: 4.8rem 2.4rem 2.4rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .section_block_hero_post .content .col.text {
    font-size: 1.7rem;
    padding: 0 6.4rem 0 0;
    order: 1;
  }
}

.hero_blog_page {
  margin: 4.8rem 0 0 0;
}
.hero_blog_page .title_h1 {
  color: #184F17;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .hero_blog_page .title_h1 {
    font-size: 6.7rem;
    line-height: 7.2rem;
  }
}

.contact_form-section {
  padding: 4.8rem 0 0 0;
}
@media screen and (min-width: 1023px) {
  .contact_form-section {
    padding: 6.4rem 0 4.8rem 0;
  }
}
.contact_form-section {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
@media screen and (min-width: 1023px) {
  .contact_form-section {
    flex-direction: row;
  }
}
.contact_form-section .col {
  flex: 1 1 100%;
}
@media screen and (min-width: 1023px) {
  .contact_form-section .col {
    flex: 1 1 calc((100% - 4.8rem) / 2);
    max-width: calc((100% - 4.8rem) / 2);
  }
}
.contact_form-section .col_form_info > h2 {
  font-size: 4rem;
  line-height: 4.7rem;
  color: #669D20;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1023px) {
  .contact_form-section .col_form_info > h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.contact_form-section .col_form_info > h2 span {
  color: #184F17;
}
.contact_form-section .col_form_info > p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #2D2D2D;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1023px) {
  .contact_form-section .col_form_info > p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.contact_form-section .col_form_info .banner_info {
  background-color: #F5FCE9;
  border-radius: 8px;
  border: solid 1px #7AB929;
  padding: 2.4rem 2.4rem 1.6rem 2.4rem;
  display: flex;
  gap: 1.6rem;
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .contact_form-section .col_form_info .banner_info {
    padding: 2.4rem;
  }
}
.contact_form-section .col_form_info .banner_info:last-of-type {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .contact_form-section .col_form_info .banner_info:last-of-type {
    margin-bottom: 4.8rem;
  }
}
.contact_form-section .col_form_info .banner_info .title svg {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 3.2rem;
  color: #887D6E;
  margin-bottom: 0;
}
.contact_form-section .col_form_info .banner_info .content p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .contact_form-section .col_form_info .banner_info .content p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.contact_form-section .col_form_info .banner_info .content p.title {
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #184F17;
  margin-bottom: 0.8rem;
  font-family: "Quenda", sans-serif;
}
@media screen and (min-width: 768px) {
  .contact_form-section .col_form_info .banner_info .content p.title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.contact_form-section .col_form_info .banner_info .content p a {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
}
.contact_form-section .col_form_info .banner_info .content a {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .contact_form-section .col_form_info .maps iframe {
    height: 458px;
  }
}

@media screen and (max-width: 1023px) {
  .contact-wrap {
    padding: 0 !important;
  }
  .contact-wrap .col.padd {
    padding: 0 2.4rem;
  }
}

.form {
  background-color: #E8F7D0;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (min-width: 1023px) {
  .form {
    padding: 0 4.8rem;
    border-radius: 0.8rem;
  }
}
.form.contact-page-form {
  padding-top: 4.8rem;
  padding-bottom: 6.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 1023px) {
  .form.contact-page-form {
    padding-bottom: 4.8rem;
  }
}
.form h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #184F17;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .form h2 {
    max-width: 600px;
    margin: 0 auto;
  }
}
.form .contact_form {
  display: block;
}
@media screen and (max-width: 1023px) {
  .form .contact_form {
    max-width: 600px;
    margin: 0 auto;
  }
}
.form .contact_form.sended {
  background-color: #184F17;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.4rem;
}
.form .contact_form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.form .contact_form .wpcf7-form label {
  color: #1d1d1d;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
.form .contact_form .wpcf7-form input {
  margin-top: 0.8rem;
  padding: 1.6rem;
  box-sizing: border-box;
  height: 5.4rem;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #BBBBBB;
  transition: border-color 0.3s ease;
}
.form .contact_form .wpcf7-form input::placeholder {
  color: #646464;
}
.form .contact_form .wpcf7-form input:focus {
  outline: none;
  border: solid 1px #143A14;
}
.form .contact_form .wpcf7-form input:hover {
  border: solid 1px #143A14;
}
.form .contact_form .wpcf7-form .wpcf7-not-valid {
  border: solid 1px #B10403;
}
.form .contact_form .wpcf7-form select {
  margin-top: 0.8rem;
  padding: 1.6rem;
  box-sizing: border-box;
  height: 5.6rem;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #BBBBBB;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\"><path d=\"M1 1L5.5 5.5L10 1\" stroke=\"%23143A14\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.4rem;
  cursor: pointer;
}
.form .contact_form .wpcf7-form select::-ms-expand {
  display: none;
}
.form .contact_form .wpcf7-form select:hover {
  border: solid 1px #143A14;
}
.form .contact_form .wpcf7-form textarea {
  padding: 1.6rem;
  box-sizing: border-box;
  height: 130px;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #143A14;
  transition: border-color 0.3s ease;
}
.form .contact_form .wpcf7-form textarea::placeholder {
  color: #646464;
}
.form .contact_form .wpcf7-form input[type=submit] {
  background-color: #AAE854;
  color: #184F17;
  border-radius: 100px;
  padding: 1.6rem 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-family: "Quenda", sans-serif;
  border: none;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  height: 5.8rem;
  margin: 0.8rem 0 0;
}
.form .contact_form .wpcf7-form input[type=submit]:hover {
  background-color: #184F17;
  color: #ffffff;
}
.form .contact_form .wpcf7-form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.form .contact_form .wpcf7-form .wpcf7-checkbox label input {
  width: 2.4rem;
}
.form .contact_form .wpcf7-form .wpcf7-checkbox label span {
  color: #2D2D2D;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.form .contact_form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.form .contact_form .wpcf7-form .checkbox_group p {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.form .contact_form .wpcf7-form .checkbox_group p .text_legal {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #024B23;
}
.form .contact_form .wpcf7-form .checkbox_group p .text_legal span {
  color: #024B23;
  text-decoration: none;
}
.form .contact_form .wpcf7-form .checkbox-legal {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}
.form .contact_form .wpcf7-form .checkbox-legal a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
}
.form .contact_form .wpcf7-form .checkbox-legal input[type=checkbox] {
  width: 18px;
}
.form .contact_form .wpcf7-form .wpcf7-acceptance,
.form .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  align-items: flex-start;
}
.form .contact_form .wpcf7-form .wpcf7-acceptance input[type=checkbox],
.form .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  margin-right: 0rem;
  margin-top: 0rem;
  height: 16px;
  accent-color: #AAE854;
}
.form .contact_form .wpcf7-form .wpcf7-acceptance a,
.form .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox a {
  color: white;
  text-decoration: none;
}
.form .contact_form .wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}
.form .contact_form .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  width: auto;
}
.form .contact_form .wpcf7-form .wpcf7-not-valid-tip {
  background-color: #FDD;
  color: #2D2D2D;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 0.4rem;
  max-width: max-content;
  position: absolute;
  z-index: 1;
  top: 39px;
}
.form .contact_form .row_group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .form .contact_form .row_group {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.form .contact_form .legal_form p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #646464;
}
.form .contact_form .legal_form p a {
  color: #184F17;
  text-decoration: underline;
}
.form .contact_form .wpcf7 form.invalid .wpcf7-response-output, .form .contact_form .wpcf7 form.unaccepted .wpcf7-response-output, .form .contact_form .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0.8rem;
  font-size: 1.7rem;
  line-height: 2.5rem;
  border: none !important;
}
.form .contact_form .wpcf7-response-output {
  background-color: #FDD;
  color: #2D2D2D;
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
  font-weight: 700;
  padding: 0.4rem;
}
.form .contact_form form.sent .wpcf7-response-output {
  background-color: #F5FCE9 !important;
  border: solid 1px #007E3B !important;
  color: #184F17 !important;
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
  font-weight: 700 !important;
  padding: 0.8rem 1.6rem !important;
}

.hero_single_promociones .wrapper_large {
  padding: 0;
}
.hero_single_promociones .content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero_single_promociones .content {
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-height: 700px;
  }
}
.hero_single_promociones .content .col {
  position: relative;
  overflow: hidden;
  background-color: #d3efa7;
  padding: 4.8rem 2.4rem 3.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .hero_single_promociones .content .col {
    padding: 3.2rem 0;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.hero_single_promociones .content .col:last-of-type {
  background-color: #d3efa7;
  display: flex;
  align-items: center;
  padding: 4.8rem 2.4rem 3.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .hero_single_promociones .content .col:last-of-type {
    padding: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .hero_single_promociones .content .col .content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.hero_single_promociones .content .col .text {
  display: flex;
  flex-direction: column;
}
.hero_single_promociones .content .col .text img {
  margin-bottom: 3.2rem;
  max-width: 500px;
}
.hero_single_promociones .content .col .text h2 {
  font-size: 3.3rem;
  line-height: 3.9rem;
  color: #2D2D2D;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .hero_single_promociones .content .col .text h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}
.hero_single_promociones .content .col .text h2 span {
  color: #BA0E0D;
}
.hero_single_promociones .content .col .text p {
  font-size: 3.3rem;
  line-height: 3.9rem;
  color: #2D2D2D;
  font-weight: 400;
  font-family: "Quenda", sans-serif;
}
@media screen and (min-width: 768px) {
  .hero_single_promociones .content .col .text p {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}
.hero_single_promociones .content .col .duracion {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #2D2D2D;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  margin-top: 2.4rem;
}
.hero_single_promociones .content .col.pic {
  min-height: 400px;
  padding: 0;
  position: relative;
}
.hero_single_promociones .content .col.pic img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .hero_single_promociones .content .col.pic img {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .hero_single_promociones .content .col.pic {
    order: 2;
    min-height: initial;
    padding: 0;
  }
}
.hero_single_promociones .content .col.pic .status {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 0.8rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  z-index: 1;
}
.hero_single_promociones .content .col.pic .status--activa {
  color: #184F17;
}
.hero_single_promociones .content .col.pic .status--inactiva {
  color: #920B0A;
}

.mecanica {
  padding: 4.8rem 0;
}
@media screen and (min-width: 768px) {
  .mecanica {
    padding: 6.4rem 0 9.6rem;
  }
}
.mecanica h2 {
  font-size: 4rem;
  line-height: 4.7rem;
  color: #184F17;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .mecanica h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.mecanica .mecanica_repeater {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .mecanica .mecanica_repeater {
    flex-direction: row;
    gap: 4.8rem;
  }
}
.mecanica .mecanica_repeater .item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.8rem;
}
.mecanica .mecanica_repeater .item .step img {
  margin: 0 auto;
  padding: 0.4rem;
}
.mecanica .mecanica_repeater .item .step_text {
  display: flex;
  gap: 1.6rem;
}
.mecanica .mecanica_repeater .item .step_text span {
  font-size: 8.9rem;
  line-height: 8.9rem;
  font-weight: 700;
  color: #184F17;
  font-family: "Quenda", sans-serif;
}
.mecanica .mecanica_repeater .item .step_text p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .mecanica .mecanica_repeater .item .step_text p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.mecanica .confirmacion {
  margin-top: 3.2rem;
  display: flex;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .mecanica .confirmacion {
    max-width: 900px;
    margin: 3.2rem auto 0;
    align-items: center;
    justify-content: center;
    gap: 4.8rem;
  }
}
.mecanica .confirmacion p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  max-width: 65%;
}
@media screen and (min-width: 768px) {
  .mecanica .confirmacion p {
    font-size: 1.7rem;
    line-height: 2.6rem;
    text-align: center;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .mecanica .confirmacion svg:last-of-type {
    display: none;
  }
}

.from_promocion {
  background-color: #D3EFA7;
  padding: 9.6rem 0;
}
.from_promocion .content {
  gap: 3.2rem;
  display: flex;
}
.from_promocion .pic {
  display: none;
}
@media screen and (min-width: 768px) {
  .from_promocion .pic {
    display: flex;
  }
}
.from_promocion .pic.bottom {
  align-items: flex-end;
}
.from_promocion .pic.bottom img {
  object-fit: contain;
}
.from_promocion .pic.top {
  align-items: flex-start;
}
.from_promocion .pic.top img {
  object-fit: contain;
}
.from_promocion .form {
  background-color: #D3EFA7;
  max-width: 555px;
  margin: 0 auto 3.2rem;
  padding-left: 0;
  padding-right: 0;
}
.from_promocion .form h2 {
  font-size: 4rem;
  line-height: 4.7rem;
  color: #184F17;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .from_promocion .form h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
@media screen and (min-width: 768px) {
  .from_promocion .form .contact_form {
    padding: 0 3.2rem;
  }
}
.from_promocion .form .contact_form .legal_form {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .from_promocion .form .contact_form .legal_form {
    margin-top: 0;
  }
}
.from_promocion .form .contact_form .legal_form p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #2D2D2D;
  font-weight: 700;
  text-align: center;
}
.from_promocion .form .contact_form .legal_form p a {
  color: #184F17;
  text-decoration: underline;
}
.from_promocion .form .contact_form .wpcf7-form input[type=submit] {
  background-color: #184F17;
  color: #ffffff;
  border-radius: 100px;
  padding: 1.6rem 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-family: "Quenda", sans-serif;
  border: none;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  height: 5.8rem;
  margin: 0.8rem 0 0;
}
.from_promocion .form .contact_form .wpcf7-form input[type=submit]:hover {
  background-color: #143A14;
  color: #ffffff;
}

.promocion_participar {
  position: relative;
}

.no_participar {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 9.6rem 2.4rem;
  display: none;
}
.no_participar.inactivo {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  display: block;
  width: 100%;
}
.no_participar h2 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 5.3rem;
  color: #ffffff;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .no_participar h2 {
    font-size: 8.9rem;
    line-height: 8.9rem;
  }
}

.hero_resultado {
  padding: 4.8rem 0;
  position: relative;
  background-color: #fafbeb;
  background-image: url(../dist/fonts/icons/background_momento.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero_resultado .content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero_resultado h1 {
  text-align: center;
  font-size: 3.3rem;
  line-height: 3.9rem;
  color: #184F17;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .hero_resultado h1 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.hero_resultado h2 {
  text-align: center;
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .hero_resultado h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.hero_resultado img {
  margin: 0 auto 3.2rem;
}
.hero_resultado .button {
  margin: 2.4rem auto 2.4rem;
}

.bg_wave {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.promociones {
  padding: 6.4rem 0;
}
.promociones .title {
  font-size: 3.8rem;
  line-height: 4.5rem;
  color: #184F17;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .promociones .repeater_promos .wrapper {
    padding: 0;
  }
}
.promociones .repeater_promos .promo_item {
  overflow: hidden;
  clip-path: url(#square-card-image-frame);
}
.promociones .repeater_promos .promo_item .content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .promociones .repeater_promos .promo_item .content {
    min-height: 540px;
    flex-direction: row;
  }
}
.promociones .repeater_promos .promo_item .content .col {
  position: relative;
}
@media screen and (min-width: 768px) {
  .promociones .repeater_promos .promo_item .content .col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .promociones .repeater_promos .promo_item .content .col.pic {
    order: 2;
    flex: 1 1 auto;
  }
}
.promociones .repeater_promos .promo_item .content .col.pic .img_bg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .promociones .repeater_promos .promo_item .content .col.pic .img_bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    inset: 0;
  }
}
.promociones .repeater_promos .promo_item .content .col.pic .status {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 0.8rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  z-index: 1;
}
.promociones .repeater_promos .promo_item .content .col.pic .status--activa {
  color: #184F17;
}
.promociones .repeater_promos .promo_item .content .col.pic .status--inactiva {
  color: #920B0A;
}
.promociones .repeater_promos .promo_item .content .col.text {
  padding: 4.8rem 2.4rem;
  background-color: #D3EFA7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .promociones .repeater_promos .promo_item .content .col.text {
    order: 1;
    padding: 3.2rem 4.8rem;
    flex: 1 1 auto;
  }
}
.promociones .repeater_promos .promo_item .content .col.text img {
  margin-bottom: 1.6rem;
  max-width: max-content;
}
.promociones .repeater_promos .promo_item .content .col.text h2 {
  font-size: 4rem;
  line-height: 4.7rem;
  color: #184F17;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .promociones .repeater_promos .promo_item .content .col.text h2 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
}
.promociones .repeater_promos .promo_item .content .col.text .duracion {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #2D2D2D;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  margin-top: 3.2rem;
}

.svg-full {
  position: relative;
  top: 11px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .svg-full {
    top: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .svg-full {
    top: 23px;
  }
}
.svg-full.promo_top {
  top: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .svg-full.promo_top {
    top: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .svg-full.promo_top {
    top: 14px;
  }
}

.svg-bottom {
  position: relative;
  bottom: 8px;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .svg-bottom {
    bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .svg-bottom {
    bottom: 23px;
  }
}
.svg-bottom.promo_bottom {
  bottom: 8px;
}
@media screen and (min-width: 768px) {
  .svg-bottom.promo_bottom {
    bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .svg-bottom.promo_bottom {
    bottom: 8px;
  }
}

.promo_right {
  position: relative;
  right: 8px;
  z-index: 1;
}
.promo_right svg {
  transform: rotate(90deg);
  transform-origin: center;
  display: block;
}
@media screen and (min-width: 768px) {
  .promo_right {
    bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .promo_right {
    bottom: 23px;
  }
}

.ticket_form {
  background-color: #ffffff;
  padding: 4.8rem 0 6.4rem;
}
.ticket_form .content {
  max-width: 600px;
  margin: 0 auto;
}
.ticket_form h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ticket_form h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.ticket_form .contact_form {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}
.ticket_form .contact_form.sended {
  background-color: #184F17;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.4rem;
}
.ticket_form .contact_form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.ticket_form .contact_form .wpcf7-form label {
  color: #1d1d1d;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
.ticket_form .contact_form .wpcf7-form input {
  margin-top: 0.8rem;
  padding: 1.6rem;
  box-sizing: border-box;
  height: 5.6rem;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #BBBBBB;
  transition: border-color 0.3s ease;
  position: relative;
}
.ticket_form .contact_form .wpcf7-form input::placeholder {
  color: #646464;
}
.ticket_form .contact_form .wpcf7-form input:focus {
  outline: none;
  border: solid 1px #143A14;
}
.ticket_form .contact_form .wpcf7-form input:hover {
  border: solid 1px #143A14;
}
.ticket_form .contact_form .wpcf7-form .wpcf7-not-valid {
  border: solid 1px #B10403;
}
.ticket_form .contact_form .wpcf7-form input[type=submit] {
  background-color: #AAE854;
  color: #184F17;
  border-radius: 100px;
  padding: 1.6rem 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-family: "Quenda", sans-serif;
  border: none;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  height: 5.8rem;
  margin: 0.8rem 0 0;
}
.ticket_form .contact_form .wpcf7-form input[type=submit]:hover {
  background-color: #184F17;
  color: #ffffff;
}
.ticket_form .contact_form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.ticket_form .contact_form .wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}
.ticket_form .contact_form .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  width: auto;
}
.ticket_form .contact_form .wpcf7-form .wpcf7-not-valid-tip {
  background-color: #FDD;
  color: #2D2D2D;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 0.4rem;
  max-width: max-content;
  position: absolute;
  z-index: 1;
  top: 39px;
}
.ticket_form .contact_form .wpcf7-form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #F5FCE9;
  border: solid 1px #007E3B;
  color: #184F17;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 0.4rem;
}
.ticket_form .contact_form .row_group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1023px) {
  .ticket_form .contact_form .row_group {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.ticket_form .contact_form .wpcf7 form.invalid .wpcf7-response-output, .ticket_form .contact_form .wpcf7 form.unaccepted .wpcf7-response-output, .ticket_form .contact_form .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0.8rem;
  font-size: 1.7rem;
  line-height: 2.5rem;
  border: none !important;
}
.ticket_form .contact_form .wpcf7-response-output {
  background-color: #FDD;
  color: #2D2D2D;
  font-size: 1.3rem;
  line-height: 1.8rem !important;
  font-weight: 700;
  padding: 0.4rem;
}
.ticket_form .contact_form form.sent .wpcf7-response-output {
  background-color: #F5FCE9 !important;
  border: solid 1px #007E3B !important;
  color: #184F17 !important;
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
  font-weight: 700 !important;
  padding: 0.8rem 1.6rem !important;
}

.form-ticket input[type=file] {
  cursor: pointer;
  position: relative;
}

.form-ticket input[type=file]::file-selector-button {
  opacity: 0;
  background-color: #ffffff;
  border-left: solid 1px #184F17;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 0.6rem 1.6rem;
  border-radius: 0 0.8rem 0.8rem 0;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  height: 5.6rem;
  color: #646464;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.form-ticket input[type=file]::file-selector-button:hover {
  background-color: #184F17;
  color: #ffffff;
}

.form-ticket .sm {
  font-size: 1.3rem;
  color: #646464;
  margin-top: 0.6rem;
}

.form-ticket {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.form-ticket__button {
  background-color: #ffffff;
  border-left: solid 1px #184F17;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 0.6rem 1.6rem;
  border-radius: 0 0.8rem 0.8rem 0;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  right: 0px;
  height: 5.4rem;
  bottom: -2px;
  color: #184F17 !important;
  font-size: 1.7rem !important;
  line-height: 2.6rem !important;
  display: flex;
  align-items: center;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
}
.form-ticket__button:hover {
  background-color: #184F17 !important;
  color: #ffffff !important;
  border: solid 1px #184F17;
}

.form-ticket__button:focus-visible {
  outline: 1px solid #184F17;
  outline-offset: 2px;
}

.block-text-media {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  box-sizing: border-box;
  align-items: center;
}
.video_variation .block-text-media {
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .video_variation .block-text-media {
    gap: 4.8rem;
  }
}
.block_carrusel_04 .block-text-media {
  gap: 0rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 1023px) {
  .block_carrusel_04 .block-text-media {
    gap: 4.8rem;
    padding: 0rem 4.8rem;
  }
}
@media (min-width: 1023px) {
  .block-text-media {
    gap: 6.4rem;
    flex-direction: row;
  }
}
.block-text-media__col {
  width: 100%;
  box-sizing: border-box;
  order: 1;
}
.block-text-media__col.media ~ .media {
  padding-top: 0;
}
@media (min-width: 768px) {
  .block-text-media__col.media ~ .media {
    padding-top: 0;
  }
}
.block-text-media__col.media img {
  border-radius: 0.8rem;
  margin-bottom: 0;
}
.block-text-media__col.text {
  padding-top: 0;
}
@media (min-width: 768px) {
  .block-text-media__col.text {
    padding-top: 0;
  }
}
.block-text-media__col.text .block-text-media__button {
  display: flex;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
.block-text-media__col.text .block-text-media__button a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .block-text-media__col:first-of-type {
    flex-basis: 50%;
  }
  .block-text-media__col:last-of-type {
    flex-basis: 50%;
  }
}
@media (max-width: 1023px) {
  .block-text-media__col.order_last {
    order: 2;
  }
}
.block-text-media__iframe {
  position: relative;
  width: 100%;
}
.block-text-media__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-text-media__iframe .open_modal_trigger {
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video_variation .block-text-media__iframe {
  margin-top: 4.8rem;
}
.block-text-media__iframe .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .block-text-media__iframe .poster_modal {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.8rem;
  }
}
.block-text-media__video video {
  width: 100%;
  height: 100%;
}
.video_variation .block-text-media {
  padding: 2.4rem 0;
}
@media (min-width: 1023px) {
  .video_variation .block-text-media {
    padding: 2.4rem 4.8rem;
    align-items: initial;
  }
}

.text-media {
  box-sizing: border-box;
  padding: 2.4rem 0;
}
@media (min-width: 1023px) {
  .text-media {
    padding: 6.4rem 0;
  }
}
.text-media .block-text-media__content {
  display: flex;
  flex-direction: column;
}
.text-media h1, .text-media h2 {
  font-size: 4rem;
  line-height: 4.7rem;
  color: #184F17;
}
.text-media h1 span, .text-media h2 span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .text-media h1, .text-media h2 {
    font-size: 5rem;
    line-height: 5.6rem;
    margin-bottom: 1.6rem;
  }
}
.text-media h1 + *, .text-media h2 + * {
  margin-top: 1.6rem;
}
.text-media h3, .text-media h4, .text-media h5, .text-media h6 {
  font-size: 3.3rem;
  line-height: 3.9rem;
  margin-bottom: 1.6rem;
  color: #184F17;
}
.text-media h3 span, .text-media h4 span, .text-media h5 span, .text-media h6 span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .text-media h3, .text-media h4, .text-media h5, .text-media h6 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    margin-bottom: 1.6rem;
  }
}
.text-media p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #646464;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .text-media p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.text-media p:last-of-type {
  margin-bottom: 0;
}
.text-media p a {
  color: #184F17;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: underline;
}
.text-media p a:hover {
  color: #184F17;
}
.text-media p + p {
  margin-top: 0rem;
}
.text-media p + h2 {
  margin-top: 0rem;
}
.text-media p + h3 {
  margin-top: 0rem;
}
.text-media p + h4 {
  margin-top: 0rem;
}
.text-media p + h5 {
  margin-top: 0rem;
}
.text-media p + h6 {
  margin-top: 0rem;
}
.text-media p + img {
  margin-top: 0rem;
}
.text-media p + ul {
  margin-top: 0rem;
}
.text-media p + ol {
  margin-top: 0rem;
}
.text-media p + div {
  margin-top: 0rem;
}
.text-media p + img {
  margin-top: 0rem;
}
.text-media p a.button {
  margin: 0;
  color: #ffffff !important;
}
.text-media a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.text-media a:hover {
  color: #184F17;
  text-decoration: underline;
}
.text-media ul, .text-media ol {
  margin-bottom: 1.6rem;
}
.text-media ul li, .text-media ol li {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #646464;
  margin-bottom: 1.8rem;
  position: relative;
}
.text-media ul li a, .text-media ol li a {
  color: #294595;
}

.video_variation {
  padding: 4.8rem 0 6.4rem;
}
@media (min-width: 1023px) {
  .video_variation {
    padding: 6.4rem 0 9.6rem;
  }
}

.block_trabaja_01 {
  background-color: #E8F7D0;
}
.block_trabaja_01 .wrapper_large {
  padding: 0;
}
.block_trabaja_01 .content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 1023px) {
  .block_trabaja_01 .content {
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-height: 700px;
  }
}
.block_trabaja_01 .content .col {
  position: relative;
  overflow: hidden;
  background-color: #E8F7D0;
}
@media screen and (min-width: 1023px) {
  .block_trabaja_01 .content .col {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.block_trabaja_01 .content .col.col_form {
  background-color: #E8F7D0;
  display: flex;
  flex-direction: column;
  padding: 4.8rem 2.4rem;
}
@media screen and (min-width: 1023px) {
  .block_trabaja_01 .content .col.col_form {
    padding: 4.8rem;
  }
}
@media screen and (min-width: 1023px) {
  .block_trabaja_01 .content .col.col_form {
    padding: 4.8rem 6.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .block_trabaja_01 .content .col.col_form {
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
  }
}
.block_trabaja_01 .content .col.col_form h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #184F17;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 1023px) {
  .block_trabaja_01 .content .col.col_form h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
    max-width: 536px;
  }
}
.block_trabaja_01 .content .col.col_form .contact_form {
  display: block;
  max-width: 536px;
}
.block_trabaja_01 .content .col.col_form .contact_form.sended {
  background-color: #184F17;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.4rem;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form label {
  color: #1d1d1d;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form input {
  margin-top: 0.8rem;
  padding: 1.6rem;
  box-sizing: border-box;
  height: 5.4rem;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #BBBBBB;
  transition: border-color 0.3s ease;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form input::placeholder {
  color: #646464;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form input:focus {
  outline: none;
  border: solid 1px #143A14;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form input:hover {
  border: solid 1px #143A14;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-not-valid {
  border: solid 2px #B10403;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form select {
  margin-top: 0.8rem;
  padding: 1.6rem;
  box-sizing: border-box;
  height: 5.6rem;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #BBBBBB;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"7\" viewBox=\"0 0 11 7\" fill=\"none\"><path d=\"M1 1L5.5 5.5L10 1\" stroke=\"%23143A14\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.4rem;
  cursor: pointer;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form select::-ms-expand {
  display: none;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form select:hover {
  border: solid 1px #143A14;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form textarea {
  padding: 1.6rem;
  box-sizing: border-box;
  height: 130px;
  color: #143A14;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 0.8rem;
  width: 100%;
  border: solid 1px #BBBBBB;
  transition: border-color 0.3s ease;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form textarea::placeholder {
  color: #646464;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form input[type=submit] {
  background-color: #AAE854;
  color: #184F17;
  border-radius: 100px;
  padding: 1.6rem 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-family: "Quenda", sans-serif;
  border: none;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  height: 5.8rem;
  margin: 0.8rem 0 0;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form input[type=submit]:hover {
  background-color: #184F17;
  color: #ffffff;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-checkbox label input {
  width: 2.4rem;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-checkbox label span {
  color: #2D2D2D;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.6rem;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .checkbox_group p {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .checkbox_group p .text_legal {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #024B23;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .checkbox_group p .text_legal span {
  color: #024B23;
  text-decoration: none;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .checkbox-legal {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .checkbox-legal a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
  color: #184F17;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .checkbox-legal input[type=checkbox] {
  width: 18px;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-acceptance,
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  align-items: flex-start;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-acceptance input[type=checkbox],
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox input[type=checkbox] {
  margin-right: 0rem;
  margin-top: 0rem;
  height: 16px;
  accent-color: #AAE854;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-acceptance a,
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-form-control.wpcf7-checkbox a {
  color: white;
  text-decoration: none;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  width: auto;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7-not-valid-tip {
  background-color: #FDD;
  color: #2D2D2D;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 0.4rem;
  max-width: max-content;
  position: absolute;
  z-index: 1;
  top: 39px;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #F5FCE9;
  border: solid 1px #007E3B;
  color: #184F17;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 0.4rem;
}
.block_trabaja_01 .content .col.col_form .contact_form .row_group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1023px) {
  .block_trabaja_01 .content .col.col_form .contact_form .row_group {
    flex-direction: row;
    gap: 2.4rem;
  }
}
.block_trabaja_01 .content .col.col_form .contact_form .legal_form p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #646464;
}
.block_trabaja_01 .content .col.col_form .contact_form .legal_form p a {
  color: #184F17;
  text-decoration: underline;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7 form.invalid .wpcf7-response-output, .block_trabaja_01 .content .col.col_form .contact_form .wpcf7 form.unaccepted .wpcf7-response-output, .block_trabaja_01 .content .col.col_form .contact_form .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0.8rem;
  font-size: 1.7rem;
  line-height: 2.5rem;
  border: none !important;
}
.block_trabaja_01 .content .col.col_form .contact_form .wpcf7-response-output {
  background-color: #FDD;
  color: #2D2D2D;
  font-size: 1.3rem;
  line-height: 1.8rem !important;
  font-weight: 700;
  padding: 0.4rem;
}
.block_trabaja_01 .content .col.col_form .contact_form form.sent .wpcf7-response-output {
  background-color: #F5FCE9 !important;
  border: solid 1px #007E3B !important;
  color: #184F17 !important;
  font-size: 1.3rem !important;
  line-height: 1.8rem !important;
  font-weight: 700 !important;
  padding: 0.8rem 1.6rem !important;
}
.block_trabaja_01 .content .col.pic {
  min-height: 400px;
}
.block_trabaja_01 .content .col.pic img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1023px) {
  .block_trabaja_01 .content .col.pic {
    min-height: initial;
  }
}

.form-cv, .form-ticket {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form-cv p, .form-ticket p {
  width: 100%;
}
.form-cv label, .form-ticket label {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.form-cv input[type=file], .form-ticket input[type=file] {
  cursor: pointer;
  position: relative;
}

.form-cv input[type=file]::file-selector-button, .form-ticket input[type=file]::file-selector-button {
  opacity: 0;
  background-color: #ffffff;
  border-left: solid 1px #184F17;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 0.6rem 1.6rem;
  border-radius: 0 0.8rem 0.8rem 0;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  height: 5.4rem;
  color: #646464;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.form-cv input[type=file]::file-selector-button:hover, .form-ticket input[type=file]::file-selector-button:hover {
  background-color: #184F17;
  color: #ffffff;
}

.form-cv .sm, .form-ticket .sm {
  font-size: 1.3rem;
  color: #646464;
  margin-top: 0.6rem;
}

.form-cv, .form-ticket {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.form-cv__button {
  background-color: #ffffff;
  border-left: solid 1px #184F17;
  border-top: none;
  border-right: none;
  border-bottom: none;
  padding: 0.6rem 1.6rem;
  border-radius: 0 0.8rem 0.8rem 0;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  right: 0px;
  height: 5.1rem;
  bottom: 25px;
  color: #184F17 !important;
  font-size: 1.7rem !important;
  line-height: 2.6rem !important;
  display: flex;
  align-items: center;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
}
.form-cv__button:hover {
  background-color: #184F17 !important;
  color: #ffffff !important;
  border: solid 1px #184F17;
}

.form-cv__button:focus-visible, .form-ticketZ__button:focus-visible {
  outline: 1px solid #184F17;
  outline-offset: 2px;
}

.block_eficiencia_energetica {
  padding: 6.4rem 0;
  background-color: #F5FCE9;
}
@media screen and (min-width: 768px) {
  .block_eficiencia_energetica {
    padding: 6.4rem 0 9.6rem;
  }
}
.block_eficiencia_energetica .top .repeater_logos {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_eficiencia_energetica .top .repeater_logos {
    flex-direction: row;
    gap: 5rem;
    max-width: 850px;
    margin: 0 auto;
    justify-content: center;
  }
}
.block_eficiencia_energetica .text {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .block_eficiencia_energetica .text {
    max-width: 850px;
    margin: 2.4rem auto 0;
  }
}
.block_eficiencia_energetica .text h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
  margin-bottom: 2.4rem;
}
.block_eficiencia_energetica .text h2 span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .block_eficiencia_energetica .text h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_eficiencia_energetica .repeater_normas {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .repeater_normas {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 0 4.8rem 2.4rem;
  }
}
.block_eficiencia_energetica .repeater_normas__item {
  padding-top: 2.4rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .repeater_normas__item {
    flex: 0 0 calc(50% - 1.2rem);
    max-width: calc(50% - 1.2rem);
    box-sizing: border-box;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.block_eficiencia_energetica .repeater_normas__item .title {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.block_eficiencia_energetica .repeater_normas__item .title span, .block_eficiencia_energetica .repeater_normas__item .title b {
  color: #184F17;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .repeater_normas__item .title {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_eficiencia_energetica .repeater_normas__item .item_box {
  padding: 2.4rem 1.6rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .repeater_normas__item .item_box {
    padding: 3.2rem;
    height: 100%;
  }
}
.block_eficiencia_energetica .repeater_normas__item .item_box h1, .block_eficiencia_energetica .repeater_normas__item .item_box h2, .block_eficiencia_energetica .repeater_normas__item .item_box h3, .block_eficiencia_energetica .repeater_normas__item .item_box h4, .block_eficiencia_energetica .repeater_normas__item .item_box h5, .block_eficiencia_energetica .repeater_normas__item .item_box h6 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .repeater_normas__item .item_box h1, .block_eficiencia_energetica .repeater_normas__item .item_box h2, .block_eficiencia_energetica .repeater_normas__item .item_box h3, .block_eficiencia_energetica .repeater_normas__item .item_box h4, .block_eficiencia_energetica .repeater_normas__item .item_box h5, .block_eficiencia_energetica .repeater_normas__item .item_box h6 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_eficiencia_energetica .repeater_normas__item .item_box p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.block_eficiencia_energetica .repeater_normas__item .item_box p span, .block_eficiencia_energetica .repeater_normas__item .item_box p b {
  color: #184F17;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .repeater_normas__item .item_box p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_eficiencia_energetica .repeater_normas__item .item_box p a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.block_eficiencia_energetica .repeater_normas__item .item_box p a:hover {
  color: #184F17;
  text-decoration: underline;
}
.block_eficiencia_energetica .repeater_normas__item .item_box ul li, .block_eficiencia_energetica .repeater_normas__item .item_box ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.block_eficiencia_energetica .repeater_normas__item .item_box ul li span, .block_eficiencia_energetica .repeater_normas__item .item_box ul li b, .block_eficiencia_energetica .repeater_normas__item .item_box ol li span, .block_eficiencia_energetica .repeater_normas__item .item_box ol li b {
  color: #2D2D2D;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .repeater_normas__item .item_box ul li, .block_eficiencia_energetica .repeater_normas__item .item_box ol li {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_eficiencia_energetica .repeater_normas__item .item_box a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.block_eficiencia_energetica .repeater_normas__item .item_box a:hover {
  color: #184F17;
  text-decoration: underline;
}
.block_eficiencia_energetica .bottom {
  padding-top: 3.2rem;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .bottom {
    max-width: 850px;
    margin: 0 auto;
  }
}
.block_eficiencia_energetica .bottom h1, .block_eficiencia_energetica .bottom h2, .block_eficiencia_energetica .bottom h3, .block_eficiencia_energetica .bottom h4, .block_eficiencia_energetica .bottom h5, .block_eficiencia_energetica .bottom h6 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  color: #184F17;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .bottom h1, .block_eficiencia_energetica .bottom h2, .block_eficiencia_energetica .bottom h3, .block_eficiencia_energetica .bottom h4, .block_eficiencia_energetica .bottom h5, .block_eficiencia_energetica .bottom h6 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.block_eficiencia_energetica .bottom p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.block_eficiencia_energetica .bottom p span, .block_eficiencia_energetica .bottom p b {
  color: #184F17;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .bottom p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_eficiencia_energetica .bottom p a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.block_eficiencia_energetica .bottom p a:hover {
  color: #184F17;
  text-decoration: underline;
}
.block_eficiencia_energetica .bottom ul li, .block_eficiencia_energetica .bottom ol li {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin-bottom: 1.6rem;
}
.block_eficiencia_energetica .bottom ul li span, .block_eficiencia_energetica .bottom ul li b, .block_eficiencia_energetica .bottom ol li span, .block_eficiencia_energetica .bottom ol li b {
  color: #2D2D2D;
  font-weight: 700;
}
@media screen and (min-width: 1023px) {
  .block_eficiencia_energetica .bottom ul li, .block_eficiencia_energetica .bottom ol li {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.block_eficiencia_energetica .bottom a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.block_eficiencia_energetica .bottom a:hover {
  color: #184F17;
  text-decoration: underline;
}

.block_grid_patrocinios {
  padding: 6.4rem 0;
}
@media screen and (min-width: 768px) {
  .block_grid_patrocinios {
    padding: 9.6rem 0;
  }
}
.block_grid_patrocinios .title {
  font-size: 4rem;
  line-height: 4.7rem;
  color: #184F17;
  margin-bottom: 3.2rem;
  text-align: center;
}
.block_grid_patrocinios .title span {
  color: #669D20;
}
@media screen and (min-width: 768px) {
  .block_grid_patrocinios .title {
    font-size: 5rem;
    line-height: 5.6rem;
    margin-bottom: 4.2rem;
  }
}
.block_grid_patrocinios .grid_patrocinios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .block_grid_patrocinios .grid_patrocinios {
    gap: 4.8rem 1.6rem;
  }
}
.block_grid_patrocinios .grid_patrocinios .item {
  flex: 0 0 calc((100% - 0.8rem) / 2);
  max-width: calc((100% - 0.8rem) / 2);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .block_grid_patrocinios .grid_patrocinios .item {
    flex: 0 0 calc((100% - 3.2rem) / 3);
    max-width: calc((100% - 3.2rem) / 3);
    gap: 2.4rem;
  }
}
.block_grid_patrocinios .grid_patrocinios .item .top {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.block_grid_patrocinios .grid_patrocinios .item .top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843) 0%, rgba(0, 0, 0, 0.5019607843) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: inherit;
}
@media screen and (min-width: 768px) {
  .block_grid_patrocinios .grid_patrocinios .item .top {
    border-radius: 0.8rem;
  }
}
.block_grid_patrocinios .grid_patrocinios .item .top img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.block_grid_patrocinios .grid_patrocinios .item .bottom {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.block_grid_patrocinios .grid_patrocinios .item .bottom h2 {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #184F17;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block_grid_patrocinios .grid_patrocinios .item .bottom h2 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
.block_grid_patrocinios .grid_patrocinios:has(.item:hover) .item:not(:hover) .top::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .block_grid_patrocinios .mobile_init {
    padding: 0;
  }
}

.legales-page {
  margin-bottom: 6.4rem;
}
.legales-page h2 {
  font-size: 3.8rem;
  line-height: 4.5rem;
  margin-bottom: 1.6rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .legales-page h2 {
    font-size: 3.8rem;
    line-height: 4.5rem;
    margin-bottom: 2.4rem;
  }
}
.legales-page h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  margin-bottom: 1.6rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .legales-page h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.legales-page h4, .legales-page h5, .legales-page h6 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1.6rem;
  color: #184F17;
}
@media screen and (min-width: 768px) {
  .legales-page h4, .legales-page h5, .legales-page h6 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.legales-page p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #646464;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .legales-page p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.legales-page p em {
  display: block;
}
@media screen and (min-width: 768px) {
  .legales-page p em {
    display: none;
  }
}
.legales-page p a {
  color: #184F17;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: underline;
}
.legales-page p a:hover {
  color: #184F17;
}
.legales-page p + p {
  margin-top: 1.6rem;
}
.legales-page p + h2 {
  margin-top: 4.8rem;
}
.legales-page p + h3 {
  margin-top: 4.8rem;
}
.legales-page p + h4 {
  margin-top: 4.8rem;
}
.legales-page p + h5 {
  margin-top: 4.8rem;
}
.legales-page p + h6 {
  margin-top: 4.8rem;
}
.legales-page p + img {
  margin-top: 1.6rem;
}
.legales-page p + ul {
  margin-top: 1.6rem;
}
.legales-page p + ol {
  margin-top: 1.6rem;
}
.legales-page p + div {
  margin-top: 1.6rem;
}
.legales-page p + img {
  margin-top: 2.4rem;
}
.legales-page p a.button {
  margin: 0;
  color: #ffffff !important;
}
.legales-page a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.legales-page a:hover {
  color: #184F17;
  text-decoration: underline;
}
.legales-page > ul, .legales-page > ol {
  margin-bottom: 1.6rem;
}
.legales-page > ul li, .legales-page > ol li {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #646464;
  margin-bottom: 1.8rem;
  position: relative;
}
.legales-page > ul li a, .legales-page > ol li a {
  color: #294595;
}
.legales-page ul, .legales-page ol {
  margin-bottom: 1.6rem;
}
.legales-page ul li, .legales-page ol li {
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #646464;
  margin-bottom: 1.8rem;
  position: relative;
}
.legales-page ul li a, .legales-page ol li a {
  color: #294595;
}
.legales-page img {
  margin-bottom: 0;
}
.legales-page iframe {
  margin-bottom: 0;
  max-width: 100%;
}
.legales-page iframe p {
  margin-bottom: 0;
}
.legales-page table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 15px;
  color: #333;
}
.legales-page caption {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.legales-page table th,
.legales-page table td {
  padding: 12px 14px;
  border: 1px solid #E5E5E5;
  vertical-align: top;
  text-align: left;
}
.legales-page table th {
  background-color: #F7F7F7;
  font-weight: 600;
}
.legales-page tbody tr:nth-child(even) {
  background-color: #FAFAFA;
}
.legales-page tbody tr:hover {
  background-color: #F0F6FF;
}
.legales-page table a {
  color: #184F17;
  font-size: 1.7rem;
  line-height: 2.6rem;
  text-decoration: underline;
}
.legales-page table a:hover {
  text-decoration: none;
}

.hero_simple {
  padding-top: 4.8rem;
  background-color: #B7E477;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero_simple {
    padding-top: 6.4rem;
  }
}
.hero_simple h1 {
  font-size: 4rem;
  line-height: 4.7rem;
  font-weight: 700;
  color: #184F17;
  max-width: 650px;
  text-align: center;
  margin: 0 auto 3.2rem;
}
@media screen and (min-width: 768px) {
  .hero_simple h1 {
    font-size: 5rem;
    line-height: 5.6rem;
    margin: 0 auto;
  }
}

.single-consulta #page,
.page-template-page-landing-php #page {
  background: #e8f5dc;
}
.single-consulta #main .wf-wrap,
.page-template-page-landing-php #main .wf-wrap {
  width: 100% !important;
  padding: 0 !important;
}
.single-consulta #footer > .wf-wrap,
.single-consulta #footer #bottom-bar > .wf-wrap,
.page-template-page-landing-php #footer > .wf-wrap,
.page-template-page-landing-php #footer #bottom-bar > .wf-wrap {
  padding: 60px 50px 0 50px !important;
}

#phantom {
  z-index: 9999 !important;
}

.hero {
  background-color: #D3EFA7;
  text-align: center;
  padding-top: 4rem;
  position: relative;
  padding-bottom: 7rem;
}
.hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 56px;
  display: block;
  width: 100%;
  background-image: url(../dist/fonts/icons/roto_verde_claro.png);
  background-position: center top;
}
.hero--logos {
  margin-bottom: 3.5rem;
}
.hero--logos img {
  max-width: 47rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .hero--logos img {
    max-width: 100%;
  }
}
.hero--title {
  margin: 0 auto;
}
.hero--title h1 {
  font-family: "Blog Script", sans-serif;
  font-size: 5rem;
  line-height: 5.6rem;
  color: #5A9114;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Quenda", sans-serif;
}
@media screen and (max-width: 1024px) {
  .hero--title h1 {
    font-size: 3.3rem;
    line-height: 3.9rem;
  }
}
.hero--title h1 span {
  color: #184F17;
}
.hero--title p {
  color: #446c3e;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  color: #184F17;
}
@media screen and (max-width: 1024px) {
  .hero--title p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.hero .logo-juver {
  width: 190px;
  transform: translateY(-17%);
}
@media screen and (max-width: 1024px) {
  .hero .logo-juver {
    width: 155px;
    transform: translateY(-29%);
  }
}
@media screen and (max-width: 560px) {
  .hero > .wrapper-xs {
    padding: 0 2rem;
  }
}

.bottom-form {
  height: 11rem;
  position: relative;
}
.bottom-form::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 94px;
  display: block;
  width: 100%;
  background-image: url(../dist/fonts/icons/roto_verde_oscuro.png);
  z-index: 99;
  background-position: center top;
}

.ia-form {
  background-color: #f5fcea;
  padding-top: 6.4rem;
}
.consulta-template-default .ia-form {
  display: none;
}
.ia-form .velo {
  display: none;
}
.ia-form .velo.active {
  position: fixed;
  z-index: 99999;
  background: rgb(181, 202, 141);
  height: 100%;
  width: 100vw;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ia-form .velo img {
  width: 184px;
  height: 178px;
}
.ia-form .velo .spinner {
  text-align: center;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ia-form .velo .spin_text {
  margin-top: 16px;
  background-color: #ffffff;
  border-radius: 7px;
  padding: 4px 12px;
  text-align: center;
  color: #00692f;
  font-family: "Nunito", sans-serif !important;
  font-size: 17px;
  font-weight: 600;
}
.ia-form .velo .hidden_bar {
  opacity: 0;
}
.ia-form .velo .console-container,
.ia-form .velo .console-container_res {
  color: #00692f;
  font-family: "Nunito", sans-serif !important;
  font-size: 19px;
  font-weight: 900;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 20px;
}
.ia-form .velo .console-underscore,
.ia-form .velo .console-underscore_res {
  display: inline-block;
  position: relative;
  left: 2px;
}
.ia-form .velo #text {
  white-space: break-spaces;
}
.ia-form .consulta-velo {
  position: absolute;
  z-index: 9999;
  height: 100%;
  width: 200%;
  left: -50%;
}
.ia-form .wrapper-xs {
  position: relative;
}
.ia-form .wrapper-xs:after {
  content: url(../dist/fonts/icons/padre_naranja.png);
  position: absolute;
  right: 0px;
  bottom: -126px;
  transform: translateX(71%);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .ia-form .wrapper-xs:after {
    display: none;
  }
}
.consulta-template-default .ia-form .wrapper-xs:after {
  display: none;
}
.ia-form .wrapper-xs:before {
  content: url(../dist/fonts/icons/Hijo_naranja.png);
  position: absolute;
  left: 0;
  bottom: -150px;
  transform: translateX(-58%) scale(0.8);
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .ia-form .wrapper-xs:before {
    bottom: -205px;
    transform: translateX(-2%) scale(0.8);
  }
}
.consulta-template-default .ia-form .wrapper-xs:before {
  display: none;
}

.wrapper-xs {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .wrapper-xs {
    padding: 0 6rem;
  }
}

#IALanding {
  background-color: #f5fcea;
}

@media screen and (max-width: 560px) {
  #IAForm {
    max-width: 326px;
    margin: 0 auto;
  }
}
#IAForm p {
  color: #386236;
  font-size: 2.9rem;
  line-height: 47px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #IAForm p {
    font-size: 2rem;
    line-height: 30px;
  }
}
#IAForm #seleccion_22 {
  display: none;
}
#IAForm #seleccion_22.active {
  display: block;
}
#IAForm .choice {
  margin-bottom: 6.5rem;
}
#IAForm .choice:last-of-type {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1024px) {
  #IAForm .choice {
    margin-bottom: 3.8rem;
  }
}
#IAForm .choice .main_font {
  font-family: "Quenda", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.5rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
  #IAForm .choice .main_font {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
#IAForm .choice .field-add input {
  border: 1px solid #d0e6bd;
  background: #fff;
  height: 40px;
}
#IAForm .field-box {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 400px) {
  #IAForm .field-box {
    flex-direction: column;
    max-width: 242px;
    margin: 0 auto;
  }
}
#IAForm .field-box.carrusel_ia, #IAForm .field-box.carrusel_ia_tipo, #IAForm .field-box.carrusel_ia_tiempo, #IAForm .field-box.carrusel_ia_nivel, #IAForm .field-box.carrusel_ia_sabor, #IAForm .field-box.carrusel_ia_type {
  display: block;
  position: relative;
}
#IAForm .field-box.carrusel_ia.no_carrusel, #IAForm .field-box.carrusel_ia_tipo.no_carrusel, #IAForm .field-box.carrusel_ia_tiempo.no_carrusel, #IAForm .field-box.carrusel_ia_nivel.no_carrusel, #IAForm .field-box.carrusel_ia_sabor.no_carrusel, #IAForm .field-box.carrusel_ia_type.no_carrusel {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  #IAForm .field-box.carrusel_ia.no_carrusel, #IAForm .field-box.carrusel_ia_tipo.no_carrusel, #IAForm .field-box.carrusel_ia_tiempo.no_carrusel, #IAForm .field-box.carrusel_ia_nivel.no_carrusel, #IAForm .field-box.carrusel_ia_sabor.no_carrusel, #IAForm .field-box.carrusel_ia_type.no_carrusel {
    flex-direction: column;
    max-width: 242px;
    margin: 0 auto;
  }
}
#IAForm .field-box.carrusel_ia.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_tipo.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_tiempo.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_nivel.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_sabor.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_type.no_carrusel .swiper-slide {
  margin-right: 2rem;
}
@media screen and (max-width: 1024px) {
  #IAForm .field-box.carrusel_ia.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_tipo.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_tiempo.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_nivel.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_sabor.no_carrusel .swiper-slide, #IAForm .field-box.carrusel_ia_type.no_carrusel .swiper-slide {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  #IAForm .field-box.carrusel_ia.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_tipo.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_tiempo.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_nivel.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_sabor.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_type.no_carrusel .swiper-slide:last-of-type {
    margin-bottom: 0;
  }
}
#IAForm .field-box.carrusel_ia.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_tipo.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_tiempo.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_nivel.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_sabor.no_carrusel .swiper-slide:last-of-type, #IAForm .field-box.carrusel_ia_type.no_carrusel .swiper-slide:last-of-type {
  margin-right: 0;
}
#IAForm .field-box .swiper-container {
  overflow: hidden;
}
#IAForm .field-box .swiper-container.inactive {
  opacity: 0.4;
  cursor: default;
}
#IAForm .field-box .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #IAForm .field-box .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}
#IAForm .field-box .swiper__controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
#IAForm .field-box .swiper__controls.controls_mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  #IAForm .field-box .swiper__controls.controls_mobile {
    display: none;
  }
}
#IAForm .field-box .swiper__controls .carousel-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-prev,
#IAForm .field-box .swiper__controls .carouselType-swiper-button-prev {
  height: 4rem;
  width: 4rem;
  background: #AAE854;
  position: absolute;
  z-index: 9;
  left: -5rem;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#IAForm .field-box .swiper__controls .carousel-swiper-button-prev img,
#IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-prev img,
#IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-prev img,
#IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-prev img,
#IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-prev img,
#IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-prev img,
#IAForm .field-box .swiper__controls .carouselType-swiper-button-prev img {
  height: 25px;
  transform: rotate(180deg);
  position: relative;
  right: 1px;
}
@media screen and (max-width: 768px) {
  #IAForm .field-box .swiper__controls .carousel-swiper-button-prev,
  #IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-prev,
  #IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-prev,
  #IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-prev,
  #IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-prev,
  #IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-prev,
  #IAForm .field-box .swiper__controls .carouselType-swiper-button-prev {
    left: -4rem;
  }
  #IAForm .field-box .swiper__controls .carousel-swiper-button-prev img,
  #IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-prev img,
  #IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-prev img,
  #IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-prev img,
  #IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-prev img,
  #IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-prev img,
  #IAForm .field-box .swiper__controls .carouselType-swiper-button-prev img {
    height: 20px;
  }
}
#IAForm .field-box .swiper__controls .carousel-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-next,
#IAForm .field-box .swiper__controls .carouselType-swiper-button-next {
  height: 4rem;
  width: 4rem;
  background: #AAE854;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  right: -5rem;
  transform: translateY(-50%);
  cursor: pointer;
}
#IAForm .field-box .swiper__controls .carousel-swiper-button-next img,
#IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-next img,
#IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-next img,
#IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-next img,
#IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-next img,
#IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-next img,
#IAForm .field-box .swiper__controls .carouselType-swiper-button-next img {
  height: 25px;
  left: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #IAForm .field-box .swiper__controls .carousel-swiper-button-next,
  #IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-next,
  #IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-next,
  #IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-next,
  #IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-next,
  #IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-next,
  #IAForm .field-box .swiper__controls .carouselType-swiper-button-next {
    right: -5rem;
  }
  #IAForm .field-box .swiper__controls .carousel-swiper-button-next img,
  #IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-next img,
  #IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-next img,
  #IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-next img,
  #IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-next img,
  #IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-next img,
  #IAForm .field-box .swiper__controls .carouselType-swiper-button-next img {
    height: 20px;
  }
}
#IAForm .field-box .swiper__controls .carousel-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-prev,
#IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-next,
#IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-prev, #IAForm .field-box .swiper__controls .carouselType-swiper-button-next,
#IAForm .field-box .swiper__controls .carouselType-swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
#IAForm .field-box .swiper__controls .carousel-swiper-button-prev svg,
#IAForm .field-box .swiper__controls .carousel-swiper-button-next svg,
#IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-next svg,
#IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-next svg,
#IAForm .field-box .swiper__controls .carousel_tipo-swiper-button-prev svg,
#IAForm .field-box .swiper__controls .carousel_tiempo-swiper-button-prev svg,
#IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-next svg,
#IAForm .field-box .swiper__controls .carousel_nivel-swiper-button-prev svg,
#IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-next svg,
#IAForm .field-box .swiper__controls .carousel_sabor-swiper-button-prev svg,
#IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-next svg,
#IAForm .field-box .swiper__controls .carousel_sabor_2-swiper-button-prev svg, #IAForm .field-box .swiper__controls .carouselType-swiper-button-next svg,
#IAForm .field-box .swiper__controls .carouselType-swiper-button-prev svg {
  color: blue;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
#IAForm .field-box .swiper__controls .swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: no-drop;
  background-color: #ffffff;
}
#IAForm .field-box .swiper__controls .carouselType-swiper-button-next img {
  top: 5px;
  left: 6px;
}
#IAForm .field-box .radio {
  position: relative;
  align-items: center;
  margin-right: 2rem;
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  height: 196px;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  max-width: 286px;
  background: #ffffff;
  border: solid 1px #D8D8D8;
}
#IAForm .field-box .radio.large {
  height: 243px;
}
@media screen and (max-width: 1024px) {
  #IAForm .field-box .radio.large {
    height: 238px;
  }
}
@media screen and (max-width: 1024px) {
  #IAForm .field-box .radio {
    margin-right: 0;
    margin-bottom: 2rem;
    flex: initial;
    height: 169px;
  }
  #IAForm .field-box .radio:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #IAForm .field-box .radio {
    height: 190px;
  }
}
@media screen and (max-width: 575px) {
  #IAForm .field-box .radio {
    height: 185px;
  }
}
@media screen and (max-width: 480px) {
  #IAForm .field-box .radio {
    height: 164px;
  }
}
@media screen and (max-width: 360px) {
  #IAForm .field-box .radio {
    height: 139px;
  }
}
#IAForm .field-box .radio:last-of-type {
  margin-right: 0;
}
#IAForm .field-box .radio.selection_route {
  justify-content: flex-start;
  overflow: hidden;
}
#IAForm .field-box .radio input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#IAForm .field-box .radio input[type=radio]:checked ~ .checkmark {
  box-shadow: inset 0 0 0 2px #76bc21;
}
#IAForm .field-box .radio input[type=radio]:checked ~ img, #IAForm .field-box .radio input[type=radio]:checked ~ p {
  opacity: 0.7;
}
#IAForm .field-box .radio input[type=radio]:disabled {
  cursor: no-drop;
}
#IAForm .field-box .radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: none;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 #b5ca8d;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
#IAForm .field-box .radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#IAForm .field-box .radio img {
  opacity: 0.9;
}
#IAForm .field-box .radio img.zumo {
  height: 186px;
}
@media screen and (max-width: 1024px) {
  #IAForm .field-box .radio img.zumo {
    height: 184px;
  }
}
#IAForm .field-box .radio img.sabor {
  height: 132px;
}
@media screen and (max-width: 1024px) {
  #IAForm .field-box .radio img.sabor {
    height: 98px;
  }
}
@media screen and (max-width: 360px) {
  #IAForm .field-box .radio img.sabor {
    height: 84px;
  }
}
#IAForm .field-box .radio img.tipo {
  height: 132px;
}
@media screen and (max-width: 1024px) {
  #IAForm .field-box .radio img.tipo {
    height: 98px;
  }
}
@media screen and (max-width: 360px) {
  #IAForm .field-box .radio img.tipo {
    height: 84px;
  }
}
#IAForm .field-box .radio img.dificultad {
  height: 60px;
  margin-bottom: 23px;
}
@media screen and (max-width: 560px) {
  #IAForm .field-box .radio img.dificultad {
    height: 53px;
  }
}
#IAForm .field-box .radio p {
  opacity: 0.9;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0;
  padding: 1.2rem 1rem 1.6rem;
}
@media screen and (max-width: 1024px) {
  #IAForm .field-box .radio p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
#IAForm .field-box .radio p span {
  display: block;
}
@media screen and (max-width: 560px) {
  #IAForm .field-box .radio p.sm {
    font-size: 2rem;
  }
  #IAForm .field-box .radio p.sm span {
    font-size: 2rem;
  }
}
#IAForm .field-box .radio p.xl {
  font-size: 5.2rem;
  line-height: 3.8rem;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 0;
}
#IAForm .field-box .radio p.xl span {
  font-size: 2.4rem;
  line-height: 3.4rem;
  display: block;
  margin-top: 1rem;
}
#IAForm .field-box .radio.multi p {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #IAForm .field-box .carrusel_ia_type .swiper-slide {
    max-width: 286px;
  }
}
#IAForm .field-box.carrusel_ia_type {
  display: flex;
  justify-content: center;
}
#IAForm .field-box.carrusel_ia_type .radio {
  height: 214px;
}
@media screen and (max-width: 768px) {
  #IAForm .field-box.carrusel_ia_type .radio {
    height: 184px;
  }
}
@media screen and (min-width: 768px) {
  #IAForm .field-box.carrusel_ia_type .swiper__controls {
    display: none;
  }
}
#IAForm button[type=submit] {
  margin: 0 auto;
}
#IAForm button[type=submit]:disabled {
  cursor: no-drop;
  background-color: #838383;
}
#IAForm button[type=submit]:disabled:hover {
  background-color: #838383 !important;
}
#IAForm .legal_info {
  font-size: 1.3rem;
  line-height: 1.8rem;
  width: 70%;
  margin: 4.8rem auto 7rem;
  color: #646464;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}
@media screen and (max-width: 560px) {
  #IAForm .legal_info {
    font-size: 1rem;
    line-height: 1.4rem;
    width: 100%;
  }
}

#seleccion_22 .radio p {
  line-height: 24px !important;
}

#recipe-box {
  background: #f5fcea;
  overflow: hidden;
  position: relative;
  padding-bottom: 140px;
}
#recipe-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 94px;
  display: block;
  width: 100%;
  background-image: url(../dist/fonts/icons/roto_verde_oscuro.png);
  z-index: 99;
  background-position: center top;
}
.page-juver-delicia #recipe-box::before {
  display: none;
}
.page-juver-delicia #recipe-box {
  display: none;
}
@media screen and (max-width: 767px) {
  #recipe-box .wrapper-xs {
    padding: 0 2rem;
  }
}

.recipe {
  padding-top: 4rem;
  padding-bottom: 0;
  z-index: 99;
  position: relative;
  display: none;
}
.recipe.active {
  display: block;
}

.recipe-paper {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 20px;
  -webkit-box-shadow: 13px 11px 0px 0px rgb(138, 168, 56);
  -moz-box-shadow: 13px 11px 0px 0px rgb(138, 168, 56);
  box-shadow: 13px 11px 0px 0px rgb(138, 168, 56);
  margin-bottom: 9.6rem;
}
.recipe-paper .recipe-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .recipe-paper .recipe-head {
    justify-content: center;
  }
}
.recipe-paper h2.title {
  font-family: "Quenda", sans-serif;
  font-size: 3.8rem;
  line-height: 4.5rem;
  color: #006633;
  margin-top: 3.6rem;
}
@media screen and (max-width: 1024px) {
  .recipe-paper h2.title {
    font-size: 3.3rem;
    line-height: 3.9rem;
    margin-left: 2rem;
    color: #006633;
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recipe-paper h2.title {
    text-align: center;
    margin-left: 0;
    font-size: 2.8rem;
    margin-top: 0;
  }
}
.recipe-paper img {
  max-width: 200px;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .recipe-paper img {
    display: none;
  }
}
.recipe-paper .legal_info {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #646464;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .recipe-paper .legal_info {
    padding-left: 0;
    padding-right: 0;
  }
}

.ok-recipe {
  display: none;
  color: #006633;
  padding: 0 2rem;
}
@media screen and (max-width: 560px) {
  .ok-recipe {
    padding: 0;
  }
}
.ok-recipe.active {
  display: block;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .ok-recipe.active {
    margin-top: 2rem;
  }
}
.ok-recipe h1,
.ok-recipe h2,
.ok-recipe h3,
.ok-recipe h4,
.ok-recipe h5,
.ok-recipe h6 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  color: #063;
  margin-bottom: 2rem;
  font-weight: 700;
  font-family: "Quenda", sans-serif;
}
@media screen and (max-width: 560px) {
  .ok-recipe h1,
  .ok-recipe h2,
  .ok-recipe h3,
  .ok-recipe h4,
  .ok-recipe h5,
  .ok-recipe h6 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}
.ok-recipe p,
.ok-recipe span,
.ok-recipe a {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: #006633;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ok-recipe p,
  .ok-recipe span,
  .ok-recipe a {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.ok-recipe ul {
  padding-left: 0;
  margin-bottom: 2rem;
}
.ok-recipe ul li {
  list-style: none;
  color: #006633;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
}
.ok-recipe ul li > span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ok-recipe ul li {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
.ok-recipe ol {
  list-style: auto;
  padding-left: 18px;
}
.ok-recipe ol li {
  color: #006633;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 767px) {
  .ok-recipe ol li {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

.error-recipe {
  display: none;
}
.error-recipe.active {
  display: block;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 20px;
  margin-top: 3rem;
}
.error-recipe.active h2 {
  color: #006633;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0rem;
}
@media screen and (max-width: 1024px) {
  .error-recipe.active h2 {
    font-size: 2rem;
    line-height: 30px;
  }
}

.action-recipe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 4.8rem;
  margin-top: 3.2rem;
  gap: 1.6rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .action-recipe {
    justify-content: flex-end;
    flex-wrap: nowrap;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4.8rem;
    margin-top: 5.6rem;
  }
}
.action-recipe .cta_group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  position: relative;
}
@media screen and (max-width: 560px) {
  .action-recipe .cta_group {
    flex-direction: column;
    width: 100%;
  }
  .action-recipe .cta_group .button_secondary {
    max-width: initial !important;
    order: 2;
  }
  .action-recipe .cta_group .button_primary {
    order: 1;
    max-width: initial !important;
  }
  .action-recipe .cta_group .share-button {
    order: 3;
  }
}
.action-recipe .cta_group .popup_share {
  position: absolute;
  background-color: #ffffff;
  padding: 1rem 1rem 1rem 1rem;
  height: 4rem;
  top: 60px;
  box-shadow: 0px 0px 14px -3px #575757;
  border-radius: 12px;
  left: 56px;
  display: none;
}
.action-recipe .cta_group .popup_share.active {
  display: block;
}
.action-recipe .cta_group .popup_share .box {
  display: flex;
  gap: 1.2rem;
}
.action-recipe .cta_group .popup_share img {
  width: 20px;
  margin: 0;
}
.action-recipe .cta_group .popup_share a:last-of-type img {
  margin-top: 3px;
  width: 24px;
}
.action-recipe .cta_group .popup_share a svg path {
  color: #046230;
}
@media screen and (max-width: 560px) {
  .action-recipe .cta_group {
    margin-top: 0rem;
  }
}
.action-recipe .cta_group .share_dk {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .action-recipe .cta_group .share_dk {
    display: none;
  }
}
.action-recipe .cta_group .share_mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .action-recipe .cta_group .share_mb {
    display: flex;
  }
}

#selectorIngredientes {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#selectorIngredientes .help {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #386236;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #selectorIngredientes .help {
    text-align: center;
  }
}

body.admin-bar #phantom {
  z-index: 999 !important;
}

.sticky-mobile-header:not(.floating-navigation-below-slider) .sticky-mobile-on.masthead {
  z-index: 99999;
}

.hide {
  display: none !important;
}

.main_choice {
  padding-bottom: 53px !important;
}

.field-add {
  max-width: 540px;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.field-add .add-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  width: 466px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .field-add .add-row {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: auto;
  }
}
.field-add .add-row .ac {
  position: relative;
  flex: 1;
}
.field-add .add-row .ac input {
  width: 100%;
  height: 40px;
  padding: 0.8rem 1.6rem;
  border: 1px solid #d0e6bd;
  border-radius: 0;
  width: 100%;
  min-width: 375px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #828282;
  margin-bottom: 0;
}
.field-add .add-row .ac input::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #828282;
  display: none;
}
@media screen and (max-width: 768px) {
  .field-add .add-row .ac input {
    max-width: 242px;
    min-width: initial;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.field-add .add-row .ac .ac-panel {
  position: absolute;
  top: calc(100% - 0px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  max-height: 220px;
  overflow: auto;
  z-index: 50;
}

.ac-option {
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #828282;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .ac-option {
    font-size: 1.6rem;
  }
}

.ac-option[aria-selected=true],
.ac-option:hover {
  background: #e7f3d7;
}

.btn-add {
  height: 40px;
  padding: 0 14px;
  border-radius: 22px;
  border: 1px solid #5ea10e;
  background: transparent;
  color: #1c682a;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Nunito" !important;
}
.btn-add:hover {
  color: #fff;
  background-color: #046230;
}
@media screen and (max-width: 768px) {
  .btn-add {
    max-width: 242px;
    width: 100%;
  }
}

.btn-add:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.chips {
  margin-top: 1rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.chip {
  align-items: center;
  border-radius: 0.4rem;
  background: #adcb8b;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #386236;
  display: flex;
  gap: 0.4rem;
  padding: 0 0.6rem;
  height: 2.4rem;
  font-family: "Nunito-Rounded";
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.chip-del {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.chip-del svg {
  display: block;
  width: 16px;
  height: 16px;
}

.chip-del:focus-visible {
  outline: 2px solid #386236;
  outline-offset: 2px;
  border-radius: 999px;
}

p.feedback {
  margin-top: 1.6rem !important;
  font-size: 1.8rem !important;
  line-height: 2.4rem !important;
  color: #386236 !important;
  font-weight: 300 !important;
  max-width: 466px;
}

.is-hidden {
  display: none;
}

.carousel.inactive,
.carousel_sabor.inactive,
.carousel_tipo.inactive,
.carousel_tiempo.inactive,
.carousel_nivel.inactive {
  pointer-events: none !important;
  opacity: 0.4; /* opcional: efecto visual */
}

.carousel.inactive .swiper-button-prev,
.carousel.inactive .swiper-button-next,
.carousel_sabor.inactive .swiper-button-prev,
.carousel_sabor.inactive .swiper-button-next,
.carousel_tipo.inactive .swiper-button-prev,
.carousel_tipo.inactive .swiper-button-next,
.carousel_tiempo.inactive .swiper-button-prev,
.carousel_tiempo.inactive .swiper-button-next,
.carousel_nivel.inactive .swiper-button-prev,
.carousel_nivel.inactive .swiper-button-next {
  opacity: 0.2;
  pointer-events: none !important;
}

.swiper-container.inactive + .swiper__controls,
.swiper-container.inactive ~ .swiper__controls {
  pointer-events: none;
}
.swiper-container.inactive + .swiper__controls .carousel-swiper-button-prev,
.swiper-container.inactive + .swiper__controls .carousel-swiper-button-next,
.swiper-container.inactive + .swiper__controls .carousel_tipo-swiper-button-next,
.swiper-container.inactive + .swiper__controls .carousel_tiempo-swiper-button-next,
.swiper-container.inactive + .swiper__controls .carousel_tipo-swiper-button-prev,
.swiper-container.inactive + .swiper__controls .carousel_tiempo-swiper-button-prev,
.swiper-container.inactive + .swiper__controls .carousel_nivel-swiper-button-next,
.swiper-container.inactive + .swiper__controls .carousel_nivel-swiper-button-prev,
.swiper-container.inactive + .swiper__controls .carousel_sabor-swiper-button-next,
.swiper-container.inactive + .swiper__controls .carousel_sabor-swiper-button-prev,
.swiper-container.inactive + .swiper__controls .carousel_sabor_2-swiper-button-next,
.swiper-container.inactive + .swiper__controls .carousel_sabor_2-swiper-button-prev,
.swiper-container.inactive + .swiper__controls .carouselType-swiper-button-next,
.swiper-container.inactive + .swiper__controls .carouselType-swiper-button-prev,
.swiper-container.inactive ~ .swiper__controls .carousel-swiper-button-prev,
.swiper-container.inactive ~ .swiper__controls .carousel-swiper-button-next,
.swiper-container.inactive ~ .swiper__controls .carousel_tipo-swiper-button-next,
.swiper-container.inactive ~ .swiper__controls .carousel_tiempo-swiper-button-next,
.swiper-container.inactive ~ .swiper__controls .carousel_tipo-swiper-button-prev,
.swiper-container.inactive ~ .swiper__controls .carousel_tiempo-swiper-button-prev,
.swiper-container.inactive ~ .swiper__controls .carousel_nivel-swiper-button-next,
.swiper-container.inactive ~ .swiper__controls .carousel_nivel-swiper-button-prev,
.swiper-container.inactive ~ .swiper__controls .carousel_sabor-swiper-button-next,
.swiper-container.inactive ~ .swiper__controls .carousel_sabor-swiper-button-prev,
.swiper-container.inactive ~ .swiper__controls .carousel_sabor_2-swiper-button-next,
.swiper-container.inactive ~ .swiper__controls .carousel_sabor_2-swiper-button-prev,
.swiper-container.inactive ~ .swiper__controls .carouselType-swiper-button-next,
.swiper-container.inactive ~ .swiper__controls .carouselType-swiper-button-prev {
  opacity: 0.3;
  cursor: not-allowed;
}

.consulta_page_content .bottom_consulta .wrapper-xs {
  position: relative;
}
.consulta_page_content .bottom_consulta .wrapper-xs:after {
  content: url(../dist/fonts/icons/padre_naranja.png);
  position: absolute;
  right: 0px;
  bottom: 10px;
  transform: translateX(71%);
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .consulta_page_content .bottom_consulta .wrapper-xs:after {
    display: none;
  }
}
.consulta_page_content .bottom_consulta .wrapper-xs:before {
  content: url(../dist/fonts/icons/Hijo_naranja.png);
  position: absolute;
  left: 0;
  bottom: 10px;
  transform: translateX(-58%) scale(0.8);
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .consulta_page_content .bottom_consulta .wrapper-xs:before {
    bottom: 0;
    transform: translateX(-2%) scale(0.8);
  }
}

* {
  outline: none;
  box-sizing: border-box;
}
*:hover {
  outline: none;
}
*:active {
  outline: none;
}
*:focus {
  outline: none;
}

html {
  font-family: "Nunito", sans-serif;
  font-size: 62.5%; /* Para usar rem de forma "amable": 10px = 1rem */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  overflow-x: hidden;
  box-sizing: border-box;
}
html.no_scroll, body.no_scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quenda", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, a {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2.4rem;
  box-sizing: border-box;
}

.wrapper_large {
  width: 100%;
  max-width: 2100px;
  margin: 0 auto;
  padding: 0 2.4rem;
  box-sizing: border-box;
}

.button {
  border-radius: 100px;
  padding: 1.6rem 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: max-content;
  min-height: 5.6rem;
  font-family: "Quenda", sans-serif;
  position: relative;
  background: #184f17;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
.button::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #143a14;
  width: 0;
  height: 0;
  top: var(--ripple-y, 50%);
  left: var(--ripple-x, 50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.6s ease-out, height 0.6s ease-out, opacity 0.8s ease-out;
  opacity: 0;
}
.button:hover::after {
  width: var(--ripple-size, 300px);
  height: var(--ripple-size, 300px);
  opacity: 1;
}
.button:hover {
  color: #ffffff;
}
.button:hover .button__label {
  color: #ffffff;
}
.button .button__label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  color: #ffffff;
}
.button:disabled::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #838383;
  width: 0;
  height: 0;
  top: var(--ripple-y, 50%);
  left: var(--ripple-x, 50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.6s ease-out, height 0.6s ease-out, opacity 0.8s ease-out;
  opacity: 0;
}

.button_primary {
  border-radius: 100px;
  padding: 1.6rem 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: max-content;
  min-height: 5.6rem;
  font-family: "Quenda", sans-serif;
  position: relative;
  background: #aae854;
  border: none;
  overflow: hidden;
  text-decoration: none;
}
.button_primary::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #184f17;
  width: 0;
  height: 0;
  top: var(--ripple-y, 50%);
  left: var(--ripple-x, 50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.6s ease-out, height 0.6s ease-out, opacity 0.8s ease-out;
  opacity: 0;
}
.button_primary:hover::after {
  width: var(--ripple-size, 300px);
  height: var(--ripple-size, 300px);
  opacity: 1;
}
.button_primary:hover {
  color: #ffffff;
}
.button_primary:hover .button__label {
  color: #ffffff;
}
.button_primary .button__label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  color: #184f17;
}

.button_secondary {
  border-radius: 100px;
  padding: 1.6rem 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 2.6rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  max-width: max-content;
  min-height: 5.6rem;
  font-family: "Quenda", sans-serif;
  position: relative;
  background: #ffffff;
  border: none;
  overflow: hidden;
  text-decoration: none;
  border: solid 1px #143a14;
}
.button_secondary::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #143a14;
  width: 0;
  height: 0;
  top: var(--ripple-y, 50%);
  left: var(--ripple-x, 50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.6s ease-out, height 0.6s ease-out, opacity 0.8s ease-out;
  opacity: 0;
}
.button_secondary:hover::after {
  width: var(--ripple-size, 300px);
  height: var(--ripple-size, 300px);
  opacity: 1;
}
.button_secondary:hover {
  color: #ffffff;
}
.button_secondary:hover .button__label {
  color: #ffffff;
}
.button_secondary .button__label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  color: #143a14;
}

.space {
  height: 2000px;
}

.reveal__down {
  opacity: 0;
  transform: translateY(2em);
}
.reveal__down.active {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease-in-out 0.7s;
}
.reveal__right {
  opacity: 0;
  transform: translateX(100%);
}
.reveal__right.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.5s ease-in-out 0.5s;
}
.reveal__left {
  opacity: 0;
  transform: translateX(-2em);
}
.reveal__left.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.6s ease-in-out 0.7s;
}
.reveal__content {
  opacity: 0;
}
.reveal__content.active {
  opacity: 1;
  transition: all 0.4s ease-in-out 0.6s;
}

.separation.h-xl {
  height: 6.4rem;
}
@media screen and (min-width: 768px) {
  .separation.h-xl {
    height: 9.6rem;
  }
}
.separation.h-sm {
  height: 4.8rem;
}
@media screen and (min-width: 768px) {
  .separation.h-sm {
    height: 6.4rem;
  }
}

.main_top {
  margin-top: 69px;
  overflow: hidden;
}
@media screen and (min-width: 1023px) {
  .main_top {
    margin-top: 111px;
  }
}

.main_top_large {
  margin-top: 69px;
}
@media screen and (min-width: 1023px) {
  .main_top_large {
    margin-top: 111px;
  }
}

.p-24 {
  padding-top: 2.4rem;
}

.breadcrumb {
  border-top: solid 1px #D8D9E0;
  border-bottom: solid 1px #D8D9E0;
  background-color: #E8F7D0;
  margin: 0;
  padding: 1.2rem 0;
  display: block;
  position: relative;
}
.breadcrumb nav a {
  color: #184F17;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb nav a:hover {
  color: #006633;
}
.breadcrumb nav .separator {
  color: #184F17;
}
.breadcrumb nav .separator::after {
  content: "\e900";
  font-family: "roicons" !important;
  color: #184F17;
  font-size: 2rem;
  position: relative;
  top: 5px;
}
.breadcrumb nav span {
  color: #184F17;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb nav .last {
  font-weight: 700;
}

.wpml-ls-statics-footer, .otgs-development-site-front-end {
  display: none !important;
}

.btm-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.btm-modal.open {
  display: block;
  z-index: 999999999;
}
.btm-modal .content {
  display: flex;
  height: 100%;
  align-items: center;
}
.btm-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.btm-modal__dialog {
  position: relative;
  max-width: 960px;
  margin: 5vh auto;
  padding: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btm-modal__dialog {
    height: 60vh;
    padding: 3.2rem;
  }
}
.btm-modal__close {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  font-size: 4rem;
  line-height: 1;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  z-index: 99999;
}
.btm-modal__ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 560px) and (max-width: 1023px) {
  .btm-modal__ratio {
    padding-top: 48.25%;
  }
}
.btm-modal__ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.btm-modal-open {
  overflow: hidden;
}

.location_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.location_modal.open {
  display: block;
  z-index: 999999999;
}
.location_modal .content {
  display: flex;
  height: 100%;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 768px) {
  .location_modal .content {
    align-items: center;
  }
}
.location_modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 29, 29, 0.5);
}
.location_modal__dialog {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.location_modal .box {
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 3.2rem 2.4rem;
  background-color: #FFFFFF;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .location_modal .box {
    border-radius: 0.8rem;
    max-width: 552px;
    padding: 4.8rem 3.2rem;
  }
}
.location_modal .box h2 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  text-align: center;
  margin-bottom: 1.6rem;
  color: #184F17;
  clear: both;
}
@media screen and (min-width: 768px) {
  .location_modal .box h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.location_modal .box p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .location_modal .box p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.location_modal .box .botonera {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .location_modal .box .botonera {
    flex-direction: row;
  }
}
.location_modal .box .botonera button {
  width: 100%;
  max-width: initial;
}
