/*------------------------------------*\
* Imports SCSS general
\*------------------------------------*/
/*! 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.
 */
/* line 11, ../scss/global/normalize.scss */
#reveal-images {
  opacity: 0;
  transition: opacity 0.2s ease;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../scss/global/normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../scss/global/normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../scss/global/normalize.scss */
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.
 */
/* line 53, ../scss/global/normalize.scss */
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.
 */
/* line 64, ../scss/global/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../scss/global/normalize.scss */
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.
 */
/* line 85, ../scss/global/normalize.scss */
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.
 */
/* line 95, ../scss/global/normalize.scss */
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.
 */
/* line 105, ../scss/global/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../scss/global/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 133, ../scss/global/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../scss/global/normalize.scss */
sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../scss/global/normalize.scss */
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.
 */
/* line 176, ../scss/global/normalize.scss */
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.
 */
/* line 187, ../scss/global/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 208, ../scss/global/normalize.scss */
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.
 */
/* line 220, ../scss/global/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 231, ../scss/global/normalize.scss */
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.
 */
/* line 242, ../scss/global/normalize.scss */
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.
 */
/* line 255, ../scss/global/normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 263, ../scss/global/normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 282, ../scss/global/normalize.scss */
[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.
 */
/* line 292, ../scss/global/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 301, ../scss/global/normalize.scss */
[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.
 */
/* line 310, ../scss/global/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Add the correct display in all browsers.
 */
/* line 330, ../scss/global/normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 341, ../scss/global/normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 349, ../scss/global/normalize.scss */
[hidden] {
  display: none;
}

/**Imports Karma font*/
@font-face {
  font-family: Karma;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/karma/Karma-Bold.woff2") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Karma;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/karma/Karma-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Karma;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/karma/Karma-Medium.woff2") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Karma;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/karma/Karma-SemiBold.woff2") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Arquitecta;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaRegular/font.woff2") format("woff2"), url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaRegular/font.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Arquitecta;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaBook/font.woff2") format("woff2"), url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaBook/font.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Arquitecta;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaBold/font.woff2") format("woff2"), url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaBold/font.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Arquitecta;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaBlack/font.woff2") format("woff2"), url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaBlack/font.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Arquitecta;
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaMedium/font.woff2") format("woff2"), url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaMedium/font.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CanteenBN';
  src: url('/wp-content/themes/theme-pastas-gallo/assets/fonts/CanteenBN/CanteenBNBold.woff2') format('woff2'),
       url('/wp-content/themes/theme-pastas-gallo/assets/fonts/CanteenBN/CanteenBNBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'CanteenBN';
  src: url('/wp-content/themes/theme-pastas-gallo/assets/fonts/CanteenBN/CanteenBNMedium.woff2') format('woff2'),
       url('/wp-content/themes/theme-pastas-gallo/assets/fonts/CanteenBN/CanteenBNMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'CanteenBN';
  src: url('/wp-content/themes/theme-pastas-gallo/assets/fonts/CanteenBN/CanteenBNLight.woff2') format('woff2'),
       url('/wp-content/themes/theme-pastas-gallo/assets/fonts/CanteenBN/CanteenBNLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/*------------------------------------*\
* Media Queries
\*------------------------------------*/
/* line 2, ../scss/global/globals.scss */
*,
::after,
::before {
  box-sizing: border-box;
}

/* line 8, ../scss/global/globals.scss */
* {
  font-family: "Arquitecta";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #000000;
}

/* line 13, ../scss/global/globals.scss */
a:hover {
  text-decoration: none !important;
}

/* line 17, ../scss/global/globals.scss */
a {
  display: block;
  text-decoration: none;
}

/* line 22, ../scss/global/globals.scss */
.calidad-gallo {
  background-color: #f0ebe7;
}

@media (max-width: 1023px) {
  /* line 26, ../scss/global/globals.scss */
  .only-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  /* line 32, ../scss/global/globals.scss */
  .only-mobile {
    display: none !important;
  }
}

/* line 38, ../scss/global/globals.scss */
.elementor-widget-heading h4.elementor-heading-title {
  font-family: "Arquitecta", Sans-serif;
  font-weight: 900;
}

/* line 43, ../scss/global/globals.scss */
h6.elementor-heading-title.elementor-size-default {
  font-family: "Arquitecta" !important;
  text-transform: uppercase;
  font-size: 18px;
}

/* line 50, ../scss/global/globals.scss */
.elementor-text-editor.elementor-clearfix h4 {
  font-family: "Arquitecta" !important;
  color: #e1302b;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 55, ../scss/global/globals.scss */
.elementor-text-editor.elementor-clearfix h4 strong {
  font-family: "Arquitecta" !important;
  color: #e1302b;
  text-transform: uppercase;
  font-size: 16px;
}

/* line 64, ../scss/global/globals.scss */
.status-recipe {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 70, ../scss/global/globals.scss */
.elementor a {
  font-family: "Arquitecta" !important;
  color: #e1302b;
}

/* line 75, ../scss/global/globals.scss */
.alert-danger {
  width: 100%;
}

/* line 79, ../scss/global/globals.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* line 94, ../scss/global/globals.scss */
h1,
h2 {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  /* line 94, ../scss/global/globals.scss */
  h1,
  h2 {
    font-size: 40px;
  }
}

/* line 99, ../scss/global/globals.scss */
h2.white {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1023px) {
  /* line 99, ../scss/global/globals.scss */
  h2.white {
    font-size: 40px;
  }
}

/* line 103, ../scss/global/globals.scss */
h3, h1 .smallTitle {
  font-family: Karma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
@media (max-width: 767px) {
  /* line 103, ../scss/global/globals.scss */
  h3, h1 .smallTitle {
    font-size: 20px;
  }
}

/* line 107, ../scss/global/globals.scss */
h1 .smallTitle {
  margin-bottom: 10px;
  text-transform: capitalize;
}

/* line 112, ../scss/global/globals.scss */
.content-title h1 {
  display: flex;
  flex-direction: column;
}

/* line 117, ../scss/global/globals.scss */
p.description-title {
  text-align: center;
}

/* line 121, ../scss/global/globals.scss */
.modal-backdrop.show {
  opacity: 0.8;
  background-color: #ffffff;
}

/* line 126, ../scss/global/globals.scss */
input {
  border-radius: 0 !important;
}

/* line 130, ../scss/global/globals.scss */
.breadcumb {
  position: absolute;
  left: 60px;
  top: 120px;
}
/* line 134, ../scss/global/globals.scss */
.breadcumb ul {
  list-style: none;
  display: flex;
}
/* line 137, ../scss/global/globals.scss */
.breadcumb ul li {
  display: flex;
  font-family: Arquitecta;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
}
/* line 146, ../scss/global/globals.scss */
.breadcumb ul li a {
  font-family: Arquitecta;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #e1302b;
}
/* line 155, ../scss/global/globals.scss */
.breadcumb ul li a:hover {
  color: #e1302b;
}
/* line 159, ../scss/global/globals.scss */
.breadcumb ul li span {
  margin: 4px 11px;
  font-size: 11px;
}

/* line 167, ../scss/global/globals.scss */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 172, ../scss/global/globals.scss */
input {
  outline: 0;
  box-shadow: 0;
}

/* line 177, ../scss/global/globals.scss */
h2.elementor-heading-title.elementor-size-default {
  text-align: left !important;
  font-size: 24px !important;
  color: #e1302b !important;
  margin-bottom: 20px;
}

/* line 183, ../scss/global/globals.scss */
h3.elementor-heading-title.elementor-size-default {
  text-align: left !important;
  font-size: 20px !important;
  color: #e1302b !important;
  margin-bottom: 20px;
}

/* line 190, ../scss/global/globals.scss */
.elementor a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: contents;
}

/* line 197, ../scss/global/globals.scss */
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

/* line 201, ../scss/global/globals.scss */
#CybotCookiebotDialog * {
  font-size: 12px;
}

/* line 205, ../scss/global/globals.scss */
.wpml-ls-legacy-dropdown {
  width: FIT-CONTENT;
  max-width: 100%;
}

/* line 210, ../scss/global/globals.scss */
.wpml-ls-legacy-dropdown a {
  background-color: transparent;
  border: 0px;
  font-size: 13px;
}

/* line 217, ../scss/global/globals.scss */
.wpml-ls-legacy-dropdown a:hover {
  background: none !important;
  color: white !important;
}

/* line 222, ../scss/global/globals.scss */
.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
  font-size: 13px;
  color: black;
}

/* line 229, ../scss/global/globals.scss */
.home .wpml-ls-legacy-list-horizontal a span {
  color: white;
}
/* line 234, ../scss/global/globals.scss */
.home .sticky-home .wpml-ls-legacy-list-horizontal a span {
  color: black;
}

/* line 240, ../scss/global/globals.scss */
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background-color: transparent !important;
  color: white !important;
}

.soup-bricks-img{
  width: 970px;
  height: 590px;
}

/* line 246, ../scss/global/globals.scss */
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0px !important;
}

/* line 252, ../scss/global/globals.scss */
.sticky-home .wpml-ls-legacy-dropdown a span, .sticky-home .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  color: black;
}
/* line 257, ../scss/global/globals.scss */
.sticky-home .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: white;
}
/* line 262, ../scss/global/globals.scss */
.sticky-home .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  color: black;
}

/* line 268, ../scss/global/globals.scss */
.wpml-ls-item a {
  color: #fff;
  height: 12px;
}

/* line 274, ../scss/global/globals.scss */
.wpml-ls-first-item {
  border-right: 1px solid white;
}

/* line 280, ../scss/global/globals.scss */
.wpml-ls-current-language a span {
  color: #e1302b !important;
  font-weight: 900;
}

@media (max-width: 1023px) {
  /* line 288, ../scss/global/globals.scss */
  .wpml-ls-legacy-list-horizontal a:after {
    display: none !important;
  }

  /* line 293, ../scss/global/globals.scss */
  .wpml-ls-legacy-list-horizontal a span {
    font-size: 20px;
    color: black;
    font-weight: 900;
  }

  /* line 299, ../scss/global/globals.scss */
  .wpml-ls-first-item {
    border-right: 1px solid black;
    margin-right: 10px;
    margin-top: 70px !important;
  }

  /* line 306, ../scss/global/globals.scss */
  .wpml-ls-legacy-list-horizontal {
    margin-left: -25px;
  }

  /* line 311, ../scss/global/globals.scss */
  .wpml-ls-item {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
/* line 1, ../scss/global/buttons.scss */
.pastas-gallo-button {
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  color: #ffffff !important;
  background-color: #e1302b;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
  display: block !important;
}
/* line 12, ../scss/global/buttons.scss */
.pastas-gallo-button.medium {
  padding: 0;
  height: 30px;
  width: 165px;
}
/* line 17, ../scss/global/buttons.scss */
.pastas-gallo-button:hover {
  transform: scale(1.05) !important;
  color: #ffffff;
}

/* line 23, ../scss/global/buttons.scss */
.black-button {
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  background-color: #000000;
  text-transform: uppercase;
  color: #ffffff !important;
}
/* line 33, ../scss/global/buttons.scss */
.black-button:hover {
  color: #ffffff;
}

/* line 40, ../scss/global/buttons.scss */
span.pastas-gallo-button:hover {
  cursor: pointer;
}

/* line 1, ../scss/global/form.scss */
label {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

/* line 10, ../scss/global/form.scss */
input,
textarea,
select {
  width: 100%;
  margin-top: 5px;
}
/* line 15, ../scss/global/form.scss */
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* line 20, ../scss/global/form.scss */
input,
textarea {
  border: none;
  background-color: #f6f6f6;
  color: #e1302b;
}

/* line 27, ../scss/global/form.scss */
input {
  padding: 0 15px;
}

/* line 31, ../scss/global/form.scss */
textarea {
  padding: 20px 15px;
}

/* line 35, ../scss/global/form.scss */
input,
select {
  height: 30px;
}

/* line 41, ../scss/global/form.scss */
form p {
  margin: 0;
}

/* line 46, ../scss/global/form.scss */
br {
  display: none;
}

/* line 50, ../scss/global/form.scss */
.mid-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 54, ../scss/global/form.scss */
.mid-form label {
  width: calc(50% - 10px);
}
@media (max-width: 1023px) {
  /* line 54, ../scss/global/form.scss */
  .mid-form label {
    width: 100%;
  }
}

/* line 62, ../scss/global/form.scss */
.wpcf7-submit {
  max-width: 110px;
}

/* line 66, ../scss/global/form.scss */
.acceptance-container {
  display: flex;
  flex-direction: column;
}
/* line 69, ../scss/global/form.scss */
.acceptance-container label {
  text-transform: none;
}
/* line 72, ../scss/global/form.scss */
.acceptance-container span {
  width: 100%;
  color: #e1302b;
}
/* line 76, ../scss/global/form.scss */
.acceptance-container a {
  font-weight: bold;
  color: #e1302b;
  text-decoration: underline !important;
}

/* line 83, ../scss/global/form.scss */
.wpcf7-list-item-label {
  display: flex;
  flex-wrap: wrap;
}
/* line 86, ../scss/global/form.scss */
.wpcf7-list-item-label a {
  margin-left: 5px;
}

/* line 91, ../scss/global/form.scss */
.wpcf7-form-control-wrap {
  width: 100%;
}
/* line 93, ../scss/global/form.scss */
.wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
/* line 96, ../scss/global/form.scss */
.wpcf7-form-control-wrap label {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
/* line 100, ../scss/global/form.scss */
.wpcf7-form-control-wrap label input {
  margin: 0;
  margin-right: 15px;
  border: none;
  width: 15px;
  height: 15px;
}

/* line 1, ../scss/lib/_iconfont.scss */
.icon-instagram::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/svg/instagram-square-brands.svg");
  background-size: cover;
  background-position: center;
  display: block;
  width: 23px;
  height: 23px;
  color: black;
}
@media (max-width: 767px) {
  /* line 1, ../scss/lib/_iconfont.scss */
  .icon-instagram::before {
    width: 23px;
    height: 23px;
  }
}

/* line 16, ../scss/lib/_iconfont.scss */
.icon-facebook::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/svg/facebook-square-brands.svg");
  background-size: cover;
  background-position: center;
  display: block;
  width: 23px;
  height: 23px;
  color: black;
}
@media (max-width: 767px) {
  /* line 16, ../scss/lib/_iconfont.scss */
  .icon-facebook::before {
    width: 23px;
    height: 23px;
  }
}

/* line 31, ../scss/lib/_iconfont.scss */
.icon-twitter::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/svg/youtube-square-brands.svg");
  background-size: cover;
  background-position: center;
  display: block;
  width: 23px;
  height: 23px;
  color: black;
}
@media (max-width: 767px) {
  /* line 31, ../scss/lib/_iconfont.scss */
  .icon-twitter::before {
    width: 23px;
    height: 23px;
  }
}

/* line 46, ../scss/lib/_iconfont.scss */
.arrow-button-right::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/btn-flechaderecha-rojo.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 12px;
  height: 12px;
  color: black;
}
@media (max-width: 767px) {
  /* line 46, ../scss/lib/_iconfont.scss */
  .arrow-button-right::before {
    width: 12px;
    height: 12px;
  }
}

/* line 61, ../scss/lib/_iconfont.scss */
.arrow-button-left::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/btn-flechadizquierda-rojo.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 12px;
  height: 12px;
  color: black;
}
@media (max-width: 767px) {
  /* line 61, ../scss/lib/_iconfont.scss */
  .arrow-button-left::before {
    width: 12px;
    height: 12px;
  }
}

/*time icons*/
/* line 79, ../scss/lib/_iconfont.scss */
.icon-low-time::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/ico_tiempo_low.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: black;
}
@media (max-width: 767px) {
  /* line 79, ../scss/lib/_iconfont.scss */
  .icon-low-time::before {
    width: 40px;
    height: 40px;
  }
}

/* line 94, ../scss/lib/_iconfont.scss */
.icon-low-medium-time::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/ico_tiempo_medium.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: black;
}
@media (max-width: 767px) {
  /* line 94, ../scss/lib/_iconfont.scss */
  .icon-low-medium-time::before {
    width: 40px;
    height: 40px;
  }
}

/* line 109, ../scss/lib/_iconfont.scss */
.icon-long-medium-time::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/ico_tiempo_long_medium.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: black;
}
@media (max-width: 767px) {
  /* line 109, ../scss/lib/_iconfont.scss */
  .icon-long-medium-time::before {
    width: 40px;
    height: 40px;
  }
}

/* line 124, ../scss/lib/_iconfont.scss */
.icon-long-time::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/ico_tiempo_long.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: black;
}
@media (max-width: 767px) {
  /* line 124, ../scss/lib/_iconfont.scss */
  .icon-long-time::before {
    width: 40px;
    height: 40px;
  }
}

/*Level icons*/
/* line 142, ../scss/lib/_iconfont.scss */
.icon-baja::before, .icon-low::before, .icon-low2::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/ico_dificultad_baja.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: black;
}
@media (max-width: 767px) {
  /* line 142, ../scss/lib/_iconfont.scss */
  .icon-baja::before, .icon-low::before, .icon-low2::before {
    width: 40px;
    height: 40px;
  }
}

/* line 157, ../scss/lib/_iconfont.scss */
.icon-media::before, .icon-medium::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/ico_dificultad_media.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: black;
}
@media (max-width: 767px) {
  /* line 157, ../scss/lib/_iconfont.scss */
  .icon-media::before, .icon-medium::before {
    width: 40px;
    height: 40px;
  }
}

/* line 172, ../scss/lib/_iconfont.scss */
.icon-alta::before, .icon-high::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/ico_dificultad_alta.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: black;
}
@media (max-width: 767px) {
  /* line 172, ../scss/lib/_iconfont.scss */
  .icon-alta::before, .icon-high::before {
    width: 40px;
    height: 40px;
  }
}

/* line 187, ../scss/lib/_iconfont.scss */
.icon-people {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/ico_comensales.png");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: black;
}
@media (max-width: 767px) {
  /* line 187, ../scss/lib/_iconfont.scss */
  .icon-people {
    width: 40px;
    height: 40px;
  }
}

/* line 202, ../scss/lib/_iconfont.scss */
.check-solid {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/check-solid.svg");
  background-size: cover;
  background-position: center;
  display: block;
  width: 10px;
  height: 10px;
  color: black;
}
@media (max-width: 767px) {
  /* line 202, ../scss/lib/_iconfont.scss */
  .check-solid {
    width: 10px;
    height: 10px;
  }
}

/* line 1, ../scss/global/custom-grid.scss */
.container {
  padding: 0;
}
@media (min-width: 1024px) and (max-width: 1360px) {
  /* line 1, ../scss/global/custom-grid.scss */
  .container {
    max-width: 1235px;
  }
}

/* line 7, ../scss/global/custom-grid.scss */
.row {
  margin: 0;
}

/* line 10, ../scss/global/custom-grid.scss */
[class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 14, ../scss/global/custom-grid.scss */
.elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0;
  max-width: 1235px;
}

/* line 18, ../scss/global/custom-grid.scss */
.elementor-column-gap-default
> .elementor-row
> .elementor-column
> .elementor-element-populated {
  padding: 0px !important;
}

/*------------------------------------*\
* Imports SCSS modules wp-modules
\*------------------------------------*/
/* line 1, ../scss/modules/wp-modules/header.scss */
.header-menu {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/wp-modules/header.scss */
  .header-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
/* line 20, ../scss/modules/wp-modules/header.scss */
.header-menu .logo-site.only-desktop {
  width: 100px;
  height: auto;
}
/* line 25, ../scss/modules/wp-modules/header.scss */
.header-menu a.active {
  position: relative;
}
/* line 27, ../scss/modules/wp-modules/header.scss */
.header-menu a.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background-color: #e1302b;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  /* line 27, ../scss/modules/wp-modules/header.scss */
  .header-menu a.active:before {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 45, ../scss/modules/wp-modules/header.scss */
  .header-menu .first-child-node {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  /* line 45, ../scss/modules/wp-modules/header.scss */
  .header-menu .first-child-node {
    font-size: 13px;
  }
}
/* line 53, ../scss/modules/wp-modules/header.scss */
.header-menu .container-category-product-menu {
  display: flex;
  align-items: center;
}
/* line 56, ../scss/modules/wp-modules/header.scss */
.header-menu .container-category-product-menu .category-image-menu {
  max-width: 70px;
}
@media (max-width: 1023px) {
  /* line 56, ../scss/modules/wp-modules/header.scss */
  .header-menu .container-category-product-menu .category-image-menu {
    align-items: center;
    width: 100%;
    height: auto;
  }
}
/* line 65, ../scss/modules/wp-modules/header.scss */
.header-menu .container-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  /* line 65, ../scss/modules/wp-modules/header.scss */
  .header-menu .container-menu {
    display: block !important;
    height: 100vh;
    background-color: white;
    padding: 120px 50px;
    z-index: -2;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: -100vh;
    left: 0%;
  }
}
/* line 80, ../scss/modules/wp-modules/header.scss */
.header-menu .container-menu.show-menu {
  transition: all 0.3s ease-in-out;
  top: 0vh;
}
/* line 84, ../scss/modules/wp-modules/header.scss */
.header-menu .container-menu.slide-to-left {
  transition: left 0.3s ease-in-out;
  position: absolute;
  left: -100%;
}
/* line 90, ../scss/modules/wp-modules/header.scss */
.header-menu .red-square-mobile-animation {
  position: absolute;
}
/* line 92, ../scss/modules/wp-modules/header.scss */
.header-menu .red-square-mobile-animation img {
  width: 60px;
  height: auto;
}
/* line 97, ../scss/modules/wp-modules/header.scss */
.header-menu .is-parent-dropdown {
  position: relative;
}
/* line 99, ../scss/modules/wp-modules/header.scss */
.header-menu .is-parent-dropdown:hover {
  cursor: pointer;
}
/* line 102, ../scss/modules/wp-modules/header.scss */
.header-menu .is-parent-dropdown:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 45%;
  width: 10px;
  height: 2px;
  background-color: #e1302b;
  transform: rotate(450deg);
  -webkit-transform: rotate(450deg);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 115, ../scss/modules/wp-modules/header.scss */
.header-menu .is-parent-dropdown:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 45%;
  width: 10px;
  height: 2px;
  background-color: #e1302b;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 129, ../scss/modules/wp-modules/header.scss */
.header-menu .is-parent-dropdown[aria-expanded="true"]:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 45%;
  width: 10px;
  height: 2px;
  background-color: #e1302b;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 141, ../scss/modules/wp-modules/header.scss */
.header-menu .is-parent-dropdown[aria-expanded="true"]:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 45%;
  width: 10px;
  height: 2px;
  background-color: #e1302b;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 156, ../scss/modules/wp-modules/header.scss */
.header-menu .second-child-node {
  padding-left: 15px;
}
/* line 158, ../scss/modules/wp-modules/header.scss */
.header-menu .second-child-node:hover {
  cursor: pointer;
}
/* line 162, ../scss/modules/wp-modules/header.scss */
.header-menu .burger-button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #e1302b;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  outline: none;
  transition: rotate 0.25s ease-in-out;
  padding: 0;
}
@media (min-width: 1024px) {
  /* line 162, ../scss/modules/wp-modules/header.scss */
  .header-menu .burger-button {
    display: none;
  }
}
/* line 181, ../scss/modules/wp-modules/header.scss */
.header-menu .burger-button span {
  width: 18px;
  height: 2px;
  background-color: #ffffff;
}
/* line 185, ../scss/modules/wp-modules/header.scss */
.header-menu .burger-button span.line-one {
  margin-bottom: 5px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 190, ../scss/modules/wp-modules/header.scss */
.header-menu .burger-button span.line-two {
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 196, ../scss/modules/wp-modules/header.scss */
.header-menu .burger-button.toogle-button .line-one {
  position: absolute;
  left: 8px;
  top: 14px;
  transform: rotate(405deg) translateY(2px) translateX(0);
  -webkit-transform: rotate(405deg) translateY(2px) translateX(0);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 205, ../scss/modules/wp-modules/header.scss */
.header-menu .burger-button.toogle-button .line-two {
  position: absolute;
  left: 7px;
  top: 16px;
  transform: rotate(495deg) translateY(1px) translateX(0);
  -webkit-transform: rotate(495deg) translateY(1px) translateX(0);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 216, ../scss/modules/wp-modules/header.scss */
.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 220, ../scss/modules/wp-modules/header.scss */
.header-menu ul a {
  display: flex;
  width: fit-content;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: black;
  font-size: 13px;
}
@media (max-width: 1023px) {
  /* line 220, ../scss/modules/wp-modules/header.scss */
  .header-menu ul a {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  /* line 220, ../scss/modules/wp-modules/header.scss */
  .header-menu ul a {
    padding: 7px 0;
    position: relative;
  }
}
/* line 234, ../scss/modules/wp-modules/header.scss */
.header-menu ul a::after {
  display: none;
}
@media (max-width: 1023px) {
  /* line 234, ../scss/modules/wp-modules/header.scss */
  .header-menu ul a::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -7px;
    width: 25px;
    height: 25px;
    background-color: #e1302b;
    z-index: -1;
  }
}
/* line 248, ../scss/modules/wp-modules/header.scss */
.header-menu ul a.regular-typography {
  font-weight: normal;
}
/* line 253, ../scss/modules/wp-modules/header.scss */
.header-menu .first-accordion {
  position: absolute;
  width: 270px;
  background-color: #ffffff;
  padding: 30px;
  padding-bottom: 15px;
}
/* line 259, ../scss/modules/wp-modules/header.scss */
.header-menu .first-accordion .collapse.show {
  visibility: visible;
}
/* line 262, ../scss/modules/wp-modules/header.scss */
.header-menu .first-accordion:hover {
  display: block;
}
@media (min-width: 1024px) {
  /* line 253, ../scss/modules/wp-modules/header.scss */
  .header-menu .first-accordion {
    top: 75%;
  }
}
@media (max-width: 1023px) {
  /* line 253, ../scss/modules/wp-modules/header.scss */
  .header-menu .first-accordion {
    /*display: block !important;*/
    width: 100%;
    height: 100vh;
    padding: 120px 50px;
    top: 0;
    left: 100%;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
}
/* line 278, ../scss/modules/wp-modules/header.scss */
.header-menu .first-accordion li {
  margin-bottom: 15px;
}
/* line 281, ../scss/modules/wp-modules/header.scss */
.header-menu .first-accordion.slide-to-left {
  left: 100%;
  transition: all 0.3s ease-in-out;
  overflow: auto;
}
/* line 287, ../scss/modules/wp-modules/header.scss */
.header-menu .left-menu,
.header-menu .right-menu {
  display: flex;
  width: calc(50% - 50px);
}
@media (max-width: 1023px) {
  /* line 287, ../scss/modules/wp-modules/header.scss */
  .header-menu .left-menu,
  .header-menu .right-menu {
    display: block;
    width: 100%;
  }
}
/* line 296, ../scss/modules/wp-modules/header.scss */
.header-menu .left-list,
.header-menu .right-list {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 296, ../scss/modules/wp-modules/header.scss */
  .header-menu .left-list,
  .header-menu .right-list {
    display: block;
  }
}
/* line 304, ../scss/modules/wp-modules/header.scss */
.header-menu .left-menu {
  justify-content: flex-end;
  padding-right: 100px;
}
@media (max-width: 1023px) {
  /* line 304, ../scss/modules/wp-modules/header.scss */
  .header-menu .left-menu {
    padding: 0;
  }
}
/* line 311, ../scss/modules/wp-modules/header.scss */
.header-menu .right-menu {
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 311, ../scss/modules/wp-modules/header.scss */
  .header-menu .right-menu {
    padding: 0;
  }
}
/* line 321, ../scss/modules/wp-modules/header.scss */
.header-menu .left-list .nav-li-first-child {
  margin-left: 50px;
}
@media (max-width: 1023px) {
  /* line 321, ../scss/modules/wp-modules/header.scss */
  .header-menu .left-list .nav-li-first-child {
    margin: 0;
    margin-bottom: 15px;
  }
}
/* line 330, ../scss/modules/wp-modules/header.scss */
.header-menu .right-list .nav-li-first-child {
  margin-right: 50px;
}
@media (max-width: 1023px) {
  /* line 330, ../scss/modules/wp-modules/header.scss */
  .header-menu .right-list .nav-li-first-child {
    margin: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 338, ../scss/modules/wp-modules/header.scss */
  .header-menu .first-group {
    height: 100%;
  }
}
/* line 343, ../scss/modules/wp-modules/header.scss */
.header-menu .header-list {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 343, ../scss/modules/wp-modules/header.scss */
  .header-menu .header-list {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 343, ../scss/modules/wp-modules/header.scss */
  .header-menu .header-list {
    position: relative;
    height: 100%;
  }
}
/* line 354, ../scss/modules/wp-modules/header.scss */
.header-menu .header-list:hover .first-accordion {
  display: block;
  max-height: 90vh;
  overflow-y: auto;
}
/* line 360, ../scss/modules/wp-modules/header.scss */
.header-menu .header-list .first-accordion {
  display: none;
}
/* line 363, ../scss/modules/wp-modules/header.scss */
.header-menu .header-list .arrow-button-right {
  position: absolute;
  right: 70px;
}
@media (min-width: 1024px) {
  /* line 363, ../scss/modules/wp-modules/header.scss */
  .header-menu .header-list .arrow-button-right {
    display: none;
    position: relative;
    right: -20px;
    transform: rotate(90deg);
  }
}
/* line 374, ../scss/modules/wp-modules/header.scss */
.header-menu .arrow-button-left {
  position: absolute;
  left: 25px;
  top: 130px;
}
@media (min-width: 1024px) {
  /* line 374, ../scss/modules/wp-modules/header.scss */
  .header-menu .arrow-button-left {
    display: none;
  }
}
/* line 382, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page {
  height: 100px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 388, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page:after {
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  background-color: white;
  position: absolute;
  z-index: -2;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 388, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page:after {
    display: none;
  }
}
/* line 401, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page a {
  color: white;
}
@media (max-width: 1023px) {
  /* line 401, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page a {
    color: #000000;
  }
}
/* line 408, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .first-accordion a {
  color: #000000;
}
/* line 412, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .red-square-mobile-animation {
  width: 160px;
  height: 80px;
  background: red;
  display: flex;
  justify-content: center;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  /* line 412, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page .red-square-mobile-animation {
    display: none;
  }
}
/* line 423, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .red-square-mobile-animation.header-menu-open {
  width: 0px;
  height: 0px;
  transition: all 0.4s ease-in-out;
}
/* line 427, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .red-square-mobile-animation.header-menu-open img {
  top: 0px;
  width: 60px;
  transition: all 0.4s ease-in-out;
}
/* line 433, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .red-square-mobile-animation img {
  top: 30px;
  position: absolute;
  width: 100px;
  height: auto;
  transition: all 0.4s ease-in-out;
}
/* line 441, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .red-square {
  display: flex;
  justify-content: center;
  background-color: #e1302b;
  width: 220px;
  height: 110px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 441, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page .red-square {
    display: none;
  }
}
/* line 451, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .red-square .logo-link {
  display: block;
  width: 120px;
  height: 120px;
  transition: all 0.4s ease-in-out;
}
/* line 457, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .red-square .logo-site {
  position: absolute;
  top: 50px;
  width: 120px;
  height: auto;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  /* line 457, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page .red-square .logo-site {
    top: 30px;
    margin-bottom: 0px;
    width: 100px;
    transition: all 0.4s ease-in-out;
  }
}
/* line 473, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .search-menu .search.form-search-fields input {
  font-family: "Arquitecta";
  font-weight: normal;
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px;
}
@media (max-width: 1023px) {
  /* line 473, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page .search-menu .search.form-search-fields input {
    border-bottom: 1px solid #e1302b;
    color: black;
  }
}
/* line 483, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .search-menu .search.form-search-fields input::placeholder {
  color: #ffffff;
}
@media (max-width: 1023px) {
  /* line 483, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page .search-menu .search.form-search-fields input::placeholder {
    color: black;
  }
}
/* line 491, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .search-menu .red-search {
  max-width: 40px;
  height: auto;
  display: none;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 495, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page .search-menu .red-search.button {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 502, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page .search-menu .white-search.button {
    display: block;
  }
}
/* line 508, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .search-menu .white-search {
  display: block;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 508, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page .search-menu .white-search {
    display: none;
  }
}
/* line 515, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page .active-input {
  color: white !important;
}
/* line 518, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home {
  height: 50px;
}
@media (min-width: 1024px) {
  /* line 518, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page.sticky-home {
    height: 50px;
    max-height: 50px;
  }
}
/* line 525, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home:after {
  top: 0;
  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
/* line 532, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .active-input {
  color: black !important;
}
/* line 535, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .red-search {
  max-width: 40px;
  height: auto;
  display: none;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 539, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page.sticky-home .red-search.button {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 546, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page.sticky-home .white-search.button {
    display: none;
  }
}
/* line 554, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .search-menu .search.form-search-fields input {
  border-radius: 0px;
  border-bottom: 1px solid #e1302b;
}
/* line 557, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .search-menu .search.form-search-fields input::placeholder {
  color: #000000;
}
/* line 562, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .search-menu .red-search {
  max-width: 40px;
  height: auto;
  display: block;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 562, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page.sticky-home .search-menu .red-search {
    display: none;
  }
}
/* line 570, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .search-menu .white-search {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 570, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page.sticky-home .search-menu .white-search {
    display: none;
  }
}
/* line 577, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .red-square-mobile-animation {
  width: 0px;
  height: 0px;
  transition: all 0.4s ease-in-out;
}
/* line 581, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .red-square-mobile-animation img {
  top: 0px;
  width: 60px;
  transition: all 0.4s ease-in-out;
}
/* line 587, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home a {
  color: #000000;
}
@media (min-width: 1024px) {
  /* line 590, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page.sticky-home .red-square {
    height: 0px;
    width: 100px;
    margin-top: -50px;
    transition: all 0.4s ease-in-out;
  }
}
/* line 597, ../scss/modules/wp-modules/header.scss */
.header-menu.is-front-page.sticky-home .red-square .logo-link {
  width: 100px;
  height: 100px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  /* line 602, ../scss/modules/wp-modules/header.scss */
  .header-menu.is-front-page.sticky-home .red-square .logo-site {
    width: 100px;
    transition: all 0.4s ease-in-out;
  }
}
/* line 611, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
}
@media (max-width: 1023px) {
  /* line 611, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu {
    position: relative;
    margin-bottom: 15px;
  }
}
/* line 621, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu.active-search .red-search {
  max-width: 40px;
  height: auto;
  display: none;
}
/* line 626, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu.active-search .white-search {
  display: none;
}
/* line 630, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu .red-search {
  display: block;
  max-width: 40px;
}
@media (max-width: 1023px) {
  /* line 630, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .red-search {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 630, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .red-search {
    display: none;
  }
}
/* line 640, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu .white-search {
  display: none;
}
@media (max-width: 1023px) {
  /* line 640, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .white-search {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 640, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .white-search {
    display: none;
  }
}
/* line 650, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu img:hover {
  cursor: pointer;
}
/* line 654, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu .search.form-search-fields {
	display: flex;
	align-items: center;
}
/* line 657, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu .search.form-search-fields button {
  padding: 0;
}
@media (max-width: 1023px) {
  /* line 657, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .search.form-search-fields button {
    display: block;
  }
}
@media (min-width: 1024px) {
  /* line 662, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .search.form-search-fields button .white-search {
    display: none;
  }
}
@media (min-width: 1024px) {
  /* line 667, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .search.form-search-fields button .red-search {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 667, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .search.form-search-fields button .red-search {
    display: block;
  }
}
/* line 676, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu .search.form-search-fields input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e1302b;
  font-size: 16px;
  height: 20px;
  padding: 0;
  margin: 0;
  color: #000000;
  width: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 676, ../scss/modules/wp-modules/header.scss */
  .header-menu .search-menu .search.form-search-fields input {
    width: 160px;
  }
}
/* line 690, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu .search.form-search-fields input::placeholder {
  color: #000000;
}
/* line 693, ../scss/modules/wp-modules/header.scss */
.header-menu .search-menu .search.form-search-fields input.active-input {
  width: 160px;
  transition: all 0.4s ease-in-out;
}
/* line 700, ../scss/modules/wp-modules/header.scss */
.header-menu .only-litle-desktop {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 700, ../scss/modules/wp-modules/header.scss */
  .header-menu .only-litle-desktop {
    display: block !important;
  }
	.header-menu .left-menu {
		padding-right: 20px;
	}
	.header-menu .left-list .nav-li-first-child {
		margin-left: 20px;
	}
	.header-menu .right-menu {
		padding-left: 20px;
	}
	.header-menu .right-list .nav-li-first-child {
		margin-right: 20px;
	}
	.search-field.active-input {
		width: 90px !important;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 5px 6px 6px;
	}
	.header-menu .search-menu {
		right: 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.header-menu .left-menu {
		padding-right: 10px;
	}
	.header-menu .left-list .nav-li-first-child {
		margin-left: 10px;
	}
	.header-menu .right-menu {
		padding-left: 10px;
	}
	.header-menu .right-list .nav-li-first-child {
		margin-right: 10px;
	}
	.search-field.active-input {
		width: 90px !important;
	}
	.wpml-ls-legacy-list-horizontal a {
		padding: 5px 6px 6px;
	}
	.header-menu .search-menu {
		right: 10px;
	}
}
/* line 705, ../scss/modules/wp-modules/header.scss */
.header-menu .only-litle-desktop .red-search {
  max-width: 40px;
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* line 705, ../scss/modules/wp-modules/header.scss */
  .header-menu .only-litle-desktop .red-search {
    display: block !important;
  }
}

/* line 715, ../scss/modules/wp-modules/header.scss */
button#mobile-search-button-menu:focus {
  outline: none;
}

/* line 719, ../scss/modules/wp-modules/header.scss */
.search.form-search-fields.mobile-search-input {
  width: 0;
  display: none !important;
  transition: all 0.4s ease-in-out;
}
/* line 723, ../scss/modules/wp-modules/header.scss */
.search.form-search-fields.mobile-search-input.active {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.4s ease-in-out;
}
/* line 730, ../scss/modules/wp-modules/header.scss */
.search.form-search-fields.mobile-search-input .only-mobile-button-search {
  position: relative;
  top: unset;
  right: unset;
}

/* line 737, ../scss/modules/wp-modules/header.scss */
.only-mobile-button-search {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  display: none;
  outline: none;
  background-color: white;
  border: none;
}
/* line 746, ../scss/modules/wp-modules/header.scss */
.only-mobile-button-search :focus {
  outline: none;
}
/* line 749, ../scss/modules/wp-modules/header.scss */
.only-mobile-button-search.active {
  display: block;
}
/* line 752, ../scss/modules/wp-modules/header.scss */
.only-mobile-button-search img {
  max-width: 40px;
}

/* line 757, ../scss/modules/wp-modules/header.scss */
.animated {
  transition: width 0.4s;
}

/* line 763, ../scss/modules/wp-modules/header.scss */
.home .header-menu.is-front-page .active-search .red-search {
  display: none !important;
}
/* line 766, ../scss/modules/wp-modules/header.scss */
.home .header-menu.is-front-page .active-search .white-search {
  display: block;
}
/* line 768, ../scss/modules/wp-modules/header.scss */
.home .header-menu.is-front-page .active-search .white-search.target-image {
  display: none !important;
}
/* line 775, ../scss/modules/wp-modules/header.scss */
.home .header-menu.is-front-page.sticky-home .active-search .red-search {
  display: block !important;
}
/* line 777, ../scss/modules/wp-modules/header.scss */
.home .header-menu.is-front-page.sticky-home .active-search .red-search.target-image {
  display: none !important;
}
/* line 781, ../scss/modules/wp-modules/header.scss */
.home .header-menu.is-front-page.sticky-home .active-search .white-search {
  display: none !important;
}

/* line 790, ../scss/modules/wp-modules/header.scss */
.list-style .elementor-text-editor.elementor-clearfix ul {
  list-style-type: disc;
  padding-left: 20px;
}

/* line 796, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogPoweredbyLink {
  display: none;
}

/* line 801, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyContent {
  padding: 0px;
  padding-top: 35px;
  padding-bottom: 15px;
}

/* line 808, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  width: 100%;
  padding-left: 0;
  margin-left: -7px;
}

/* line 815, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  width: 162px !important;
  background-color: #e1302b !important;
  border: unset !important;
  padding: 5px !important;
  font-family: Arquitecta !important;
  font-size: 16px !important;
  font-weight: regular !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 828, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: black !important;
  border: unset !important;
  padding: 5px !important;
  font-family: Arquitecta !important;
  font-size: 16px !important;
  font-weight: regular !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: fit-content !important;
}

/* line 841, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyLevelButtons {
  margin-top: 11px;
}

/* line 846, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyContentTitle {
  font-family: Arquitecta !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-top: 25px !important;
}

/* line 854, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyContentText {
  font-family: Arquitecta !important;
  font-size: 16px !important;
}

/* line 860, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyLevelDetailsButton {
  font-family: Arquitecta !important;
}

/* line 865, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: unset !important;
}

/* line 870, ../scss/modules/wp-modules/header.scss */
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  border: unset !important;
  background: transparent !important;
}

/* line 1, ../scss/modules/wp-modules/footer.scss */
.main-footer {
  background-color: #181818;
  padding-top: 50px;
  padding-bottom: 110px;
  z-index: 3;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/wp-modules/footer.scss */
  .main-footer {
    padding-bottom: 50px;
  }
}
/* line 10, ../scss/modules/wp-modules/footer.scss */
.main-footer ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 1023px) {
  /* line 10, ../scss/modules/wp-modules/footer.scss */
  .main-footer ul {
    margin-bottom: 35px;
  }
}
/* line 17, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-row {
  width: calc(100% - 180px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 85px;
}
@media (max-width: 1023px) {
  /* line 17, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 1360px) {
  /* line 17, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-row {
    width: calc(100% - 150px);
  }
}
/* line 34, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-row .widget-area {
  flex: 1;
}
@media (min-width: 1024px) {
  /* line 34, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-row .widget-area {
    padding-right: 25px;
  }
}
/* line 41, ../scss/modules/wp-modules/footer.scss */
.main-footer h4 {
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.71px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  /* line 41, ../scss/modules/wp-modules/footer.scss */
  .main-footer h4 {
    margin-bottom: 10px;
  }
}
/* line 49, ../scss/modules/wp-modules/footer.scss */
.main-footer a {
  font-size: 11px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #948274;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 54, ../scss/modules/wp-modules/footer.scss */
.main-footer .contact-phone {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.82px;
  color: #ffffff;
  margin-top: -5px;
}
/* line 58, ../scss/modules/wp-modules/footer.scss */
.main-footer .social-icons {
  display: flex;
}
/* line 60, ../scss/modules/wp-modules/footer.scss */
.main-footer .social-icons a {
  margin-right: 20px;
}
/* line 62, ../scss/modules/wp-modules/footer.scss */
.main-footer .social-icons a:last-child {
  margin-right: 0;
}
/* line 67, ../scss/modules/wp-modules/footer.scss */
.main-footer .mas-widget-area {
  display: flex;
  justify-content: center;
}
/* line 71, ../scss/modules/wp-modules/footer.scss */
.main-footer .social-widget-area,
.main-footer .contact-widget-area {
  display: flex;
  justify-content: flex-end;
}
/* line 76, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 180px);
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  /* line 76, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-privacy-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1360px) {
  /* line 76, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-privacy-row {
    width: calc(100% - 150px);
  }
}
/* line 91, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics {
  flex: 3;
}
/* line 94, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 1023px) {
  /* line 94, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul {
    justify-content: center;
    flex-direction: column;
  }
}
/* line 102, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.18px;
  color: #ffffff;
  display: block;
  padding: 0 20px;
  text-transform: none;
}

@media (max-width: 1440px) {
  .main-footer .footer-privacy-row .copyright {
      flex: .8!important
  }
  .main-footer .footer-privacy-row .container-politics {
      flex: 4;
  }
}
@media (max-width: 1200px) {
  .main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a {
      padding: 0 10px;
  }
  .main-footer .footer-privacy-row .copyright {
      flex: 0.8;
  }
  .main-footer .footer-privacy-row .container-politics {
      flex: 4;
  }
  .main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a {
      padding: 0 8px;
  }
}
@media (max-width: 1023px) {
  /* line 102, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a {
    padding: 0;
  }
}
/* line 110, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-privacy-policy {
  padding-left: 0;
}
/* line 113, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-link {
  position: relative;
}
/* line 115, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: white;
}
@media (max-width: 1023px) {
  /* line 115, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-link::after {
    display: none;
  }
}
/* line 128, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 13px;
  background-color: white;
}
@media (max-width: 1023px) {
  /* line 128, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-link::before {
    display: none;
  }
}
/* line 142, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-cookie {
  position: relative;
}
/* line 144, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-cookie::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: white;
}
@media (max-width: 1023px) {
  /* line 144, ../scss/modules/wp-modules/footer.scss */
  .main-footer .footer-privacy-row .container-politics .container-use-conditions-link ul li a.use-conditions-cookie::after {
    display: none;
  }
}
/* line 163, ../scss/modules/wp-modules/footer.scss */
.main-footer .footer-privacy-row .copyright {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.18px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  flex: 1;
  text-align: right;
}
/* line 171, ../scss/modules/wp-modules/footer.scss */
.main-footer .container-contact-link {
  margin-top: -10px;
}

/* line 1, ../scss/modules/wp-modules/page-404.scss */
.page-404 {
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/page-404.scss */
  .page-404 {
    height: 100vh;
  }
}
/* line 12, ../scss/modules/wp-modules/page-404.scss */
.page-404 img {
  margin-bottom: 15px;
}
/* line 15, ../scss/modules/wp-modules/page-404.scss */
.page-404 .red-title {
  font-family: Karma;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 20, ../scss/modules/wp-modules/page-404.scss */
.page-404 .code-error {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 20, ../scss/modules/wp-modules/page-404.scss */
  .page-404 .code-error {
    font-size: 40px;
  }
}
/* line 24, ../scss/modules/wp-modules/page-404.scss */
.page-404 .black-title {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 29, ../scss/modules/wp-modules/page-404.scss */
.page-404 .description {
  text-align: center;
  margin-bottom: 40px;
}
/* line 33, ../scss/modules/wp-modules/page-404.scss */
.page-404 .content-buttons {
  width: 325px;
  display: flex;
  justify-content: space-between;
}
/* line 37, ../scss/modules/wp-modules/page-404.scss */
.page-404 .content-buttons .pastas-gallo-button {
  width: calc(50% - 7.5px);
}
/* line 41, ../scss/modules/wp-modules/page-404.scss */
.page-404 .container-404-page {
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  /* line 41, ../scss/modules/wp-modules/page-404.scss */
  .page-404 .container-404-page {
    width: 100%;
    padding: 0 30px;
  }
}

/* line 1, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title {
  padding-top: 130px;
  padding-bottom: 50px;
  background-color: #f0ebe7;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/product-page-title.scss */
  .product-page-title {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, ../scss/modules/wp-modules/product-page-title.scss */
  .product-page-title {
    padding-top: 80px;
  }
}
/* line 12, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title .content-title {
  max-width: 580px;
  margin: 0 auto;
}
/* line 15, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title .content-title.not-banner {
  padding-top: 18px;
}
@media (max-width: 767px) {
  /* line 15, ../scss/modules/wp-modules/product-page-title.scss */
  .product-page-title .content-title.not-banner {
    padding-top: 23px;
  }
}
/* line 21, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title .content-title.has-icon-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}
@media (max-width: 767px) {
  /* line 21, ../scss/modules/wp-modules/product-page-title.scss */
  .product-page-title .content-title.has-icon-category {
    margin-top: 0px;
  }
}
/* line 30, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title .content-title.has-icon-category img {
  max-width: 90px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-top: -45px;
}
/* line 36, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title .content-title.has-icon-category img.only-mobile {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 42, ../scss/modules/wp-modules/product-page-title.scss */
  .product-page-title .description-title {
    padding: 0 30px;
  }
}
/* line 47, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title h1 {
  text-transform: uppercase;
}
/* line 50, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title h1,
.product-page-title h3,
.product-page-title p {
  text-align: center;
}
/* line 55, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title h1,
.product-page-title h3 {
  margin-bottom: 10px;
}
/* line 59, ../scss/modules/wp-modules/product-page-title.scss */
.product-page-title p {
  margin-bottom: 0;
}

/* line 65, ../scss/modules/wp-modules/product-page-title.scss */
.page-productos .product-page-title {
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 65, ../scss/modules/wp-modules/product-page-title.scss */
  .page-productos .product-page-title {
    padding-top: 100px;
  }
}

/* line 2, ../scss/modules/wp-modules/product-section.scss */
.product-section {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  /* line 2, ../scss/modules/wp-modules/product-section.scss */
  .product-section {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  /* line 2, ../scss/modules/wp-modules/product-section.scss */
  .product-section {
    grid-auto-rows: 240px;
  }
}
/* line 13, ../scss/modules/wp-modules/product-section.scss */
.product-section .link-square {
  display: block;
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 13, ../scss/modules/wp-modules/product-section.scss */
  .product-section .link-square {
    width: 100%;
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 13, ../scss/modules/wp-modules/product-section.scss */
  .product-section .link-square {
    height: 400px;
  }
}
/* line 24, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  /* line 30, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category-container.preload .product-category:not(:hover) {
    /*-webkit-animation: background-size-reverse 0s both;
    animation: background-size-reverse 0s both;
    animation-delay: 0s;*/
  }
}
@media (min-width: 1024px) {
  /* line 39, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category-container.preload .product-category-description:not(:hover) {
    -webkit-animation: change-product-category-description-reverse 0s both;
    animation: change-product-category-description-reverse 0s both;
  }
}
@media (min-width: 1024px) {
  /* line 46, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category-container.preload .link-title {
    -webkit-animation: change-white-title-reverse 0s both;
    animation: change-white-title-reverse 0s both;
  }
}
@media (min-width: 1024px) {
  /* line 53, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category-container.preload .red-overlay::after {
    -webkit-animation: change-content-reverse 0s both;
    animation: change-content-reverse 0s both;
  }
}
@media (min-width: 1024px) {
  /* line 60, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category-container.preload .black-button {
    -webkit-animation: change-button-reverse 0s both;
    animation: change-button-reverse 0s both;
    animation-delay: 0s;
  }
}
/* line 69, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1023px) {
  /* line 69, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category {
    min-height: 240px;
  }
}
@media (min-width: 1024px) {
  /* line 88, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:not(:hover) {
    /*-webkit-animation: background-size-reverse 0.6s both;
    animation: background-size-reverse 0.6s both;
    animation-delay: 0.1s;
    animation-timing-function: $cubic;*/
  }
}
@media (min-width: 1024px) {
  /* line 96, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:hover {
    transition: 0.4s ease-in-out;
    transform: scale(1.2);
    /*-webkit-animation: background-size-hover 0.6s both;
    animation: background-size-hover 0.6s both;
    animation-delay: 0.1s;
    animation-timing-function: $cubic;*/
  }
}
@media (min-width: 1024px) {
  /* line 105, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:hover .red-overlay {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 109, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:hover .red-overlay::after {
    -webkit-animation: change-content-hover 0.6s both;
    animation: change-content-hover 0.6s both;
    animation-timing-function: ease-in;
  }
}
@media (min-width: 1024px) {
  /* line 117, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:hover .link-title {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: change-white-title-hover 0.6s both;
    animation: change-white-title-hover 0.6s both;
    animation-timing-function: ease-in;
  }
}
@media (min-width: 1024px) {
  /* line 127, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:hover .product-category-description {
    -webkit-animation: change-product-category-description-hover 0.6s both;
    animation: change-product-category-description-hover 0.6s both;
    animation-timing-function: ease-in;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 127, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:hover .product-category-description {
    left: 0;
  }
}
@media (min-width: 1024px) {
  /* line 138, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:hover .product-category-description .black-button {
    -webkit-animation: change-button-hover 0.6s both;
    animation: change-button-hover 0.6s both;
    animation-delay: 0.1s;
    animation-timing-function: ease-in;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 138, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category:hover .product-category-description .black-button {
    left: 50%;
  }
}
/* line 151, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.1;
  z-index: -1;
}
/* line 162, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category .red-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 162, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category .red-overlay {
    flex-direction: column;
    width: 100px;
    height: 100px;
    background-color: #e1302b;
    position: absolute;
    z-index: 1;
  }
}
/* line 175, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category .red-overlay::after {
  content: "";
  width: 140px;
  height: 140px;
  background-color: #e1302b;
  position: absolute;
  z-index: -1;
  top: -40px;
}
@media (min-width: 1024px) {
  /* line 175, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category .red-overlay::after {
    -webkit-animation: change-content-reverse 0.6s both;
    animation: change-content-reverse 0.6s both;
    animation-timing-function: ease-in;
  }
}
@media (max-width: 1023px) {
  /* line 175, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category .red-overlay::after {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 175, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category .red-overlay::after {
    left: 50%;
    top: 50%;
    display: none;
  }
}
/* line 197, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category .red-overlay .black-button {
  position: absolute;
  bottom: -15px;
}
@media (min-width: 1024px) {
  /* line 197, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category .red-overlay .black-button {
    display: none;
  }
}
/* line 204, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category .red-overlay .black-button:hover ::after {
  content: "";
  width: 120px;
  height: 5px;
  background-color: #000000;
}
/* line 213, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category .link-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  /* line 213, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category .link-title {
    -webkit-animation: change-white-title-reverse 0.6s both;
    animation: change-white-title-reverse 0.6s both;
    animation-timing-function: ease-in;
  }
}
/* line 223, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category h2 {
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
}
/* line 229, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category-description {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background-color: #e1302b;
  background-color: #e1302b;
  width: 100%;
  padding: 30px 130px 45px 130px;
  position: absolute;
  bottom: -100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
@media (min-width: 1024px) {
  /* line 242, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category-description:not(:hover) {
    -webkit-animation: change-product-category-description-reverse 0.6s both;
    animation: change-product-category-description-reverse 0.6s both;
    animation-timing-function: ease-in;
  }
}
@media (max-width: 1023px) {
  /* line 229, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category-description {
    display: none;
  }
}
/* line 252, ../scss/modules/wp-modules/product-section.scss */
.product-section .product-category-description .black-button {
  position: absolute;
  width: 70px;
  height: 30px;
  margin-bottom: 20px;
  top: -208px;
  opacity: 0;
}
@media (min-width: 1024px) {
  /* line 259, ../scss/modules/wp-modules/product-section.scss */
  .product-section .product-category-description .black-button:not(:hover) {
    -webkit-animation: change-button-reverse 0.6s both;
    animation: change-button-reverse 0.6s both;
    animation-timing-function: ease-in;
  }
}

@media (min-width: 1024px) {
  /* line 271, ../scss/modules/wp-modules/product-section.scss */
  .link-square:not(:hover) .background-style {
    -webkit-animation: background-size-reverse-before 0.6s both;
    animation: background-size-reverse 0.6s both;
    animation-delay: 0.1s;
    animation-timing-function: ease-in;
  }
}
@media (min-width: 1024px) {
  /* line 281, ../scss/modules/wp-modules/product-section.scss */
  .link-square:hover .background-style {
    -webkit-animation: background-size-hover-before 0.6s both;
    animation: background-size-hover 0.6s both;
    animation-delay: 0.1s;
    animation-timing-function: ease-in;
  }
}

/* line 291, ../scss/modules/wp-modules/product-section.scss */
.background-style {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center;
  background-size: cover;
  z-index: -2;
}
@media (min-width: 1024px) {
  /* line 302, ../scss/modules/wp-modules/product-section.scss */
  .background-style:not(:hover) {
    -webkit-animation: background-size-reverse-before 0.6s both;
    animation: background-size-reverse 0.6s both;
    animation-delay: 0.1s;
    animation-timing-function: ease-in;
  }
}
@media (min-width: 1024px) {
  /* line 310, ../scss/modules/wp-modules/product-section.scss */
  .background-style:hover {
    -webkit-animation: background-size-hover-before 0.6s both;
    animation: background-size-hover 0.6s both;
    animation-delay: 0.1s;
    animation-timing-function: ease-in;
    transform: scale(1.2);
  }
}

@keyframes background-size-hover-before {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes background-size-reverse-before {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes background-size-hover {
  from {
    background-size: 100%;
  }
  to {
    background-size: 120%;
  }
}
@keyframes background-size-reverse {
  from {
    background-size: 120%;
  }
  to {
    background-size: 100%;
  }
}
@keyframes change-product-category-description-reverse {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: -150px;
    opacity: 0;
  }
}
@keyframes change-product-category-description-hover {
  from {
    bottom: -150px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes change-white-title-hover {
  from {
    top: 0px;
  }
  to {
    position: absolute;
    top: -90px;
  }
}
@keyframes change-white-title-reverse {
  from {
    position: absolute;
    top: -90px;
  }
  to {
    top: 0px;
  }
}
@keyframes change-content-hover {
  from {
    top: -40px;
  }
  to {
    top: 200px;
  }
}
@keyframes change-content-reverse {
  from {
    top: 200px;
  }
  to {
    top: -40px;
  }
}
@keyframes change-button-hover {
  from {
    top: -208px;
    opacity: 0;
  }
  to {
    top: -15px;
    opacity: 1;
  }
}
@keyframes change-button-reverse {
  from {
    top: -15px;
    opacity: 1;
  }
  to {
    top: -208px;
    opacity: 0;
  }
}
/* line 2, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-button-prev,
.pastas-gallo-global-slider-style .swiper-container-rtl .swiper-button-next {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/btn-flechaizq-rojo_2@3x.png");
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
  top: 50%;
}
/* line 10, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-button-prev:after,
.pastas-gallo-global-slider-style .swiper-container-rtl .swiper-button-next:after {
  display: none;
}
/* line 13, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-button-prev:focus,
.pastas-gallo-global-slider-style .swiper-container-rtl .swiper-button-next:focus {
  outline: none;
}
@media (max-width: 1023px) {
  /* line 2, ../scss/modules/wp-modules/globals-slider.scss */
  .pastas-gallo-global-slider-style .swiper-button-prev,
  .pastas-gallo-global-slider-style .swiper-container-rtl .swiper-button-next {
    left: 3%;
    display: none !important;
  }
}
/* line 21, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-button-next,
.pastas-gallo-global-slider-style .swiper-container-rtl .swiper-button-prev {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/btn-flechader-rojo_2@3x.png");
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
  top: 50%;
}
/* line 29, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-button-next:after,
.pastas-gallo-global-slider-style .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
/* line 32, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-button-next:focus,
.pastas-gallo-global-slider-style .swiper-container-rtl .swiper-button-prev:focus {
  outline: none;
}
@media (max-width: 1023px) {
  /* line 21, ../scss/modules/wp-modules/globals-slider.scss */
  .pastas-gallo-global-slider-style .swiper-button-next,
  .pastas-gallo-global-slider-style .swiper-container-rtl .swiper-button-prev {
    display: none !important;
  }
}
/* line 39, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-pagination,
.pastas-gallo-global-slider-style .swiper-pagination-recipe,
.pastas-gallo-global-slider-style .pagination-related-products {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* line 46, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-pagination .swiper-pagination-bullet,
.pastas-gallo-global-slider-style .swiper-pagination-recipe .swiper-pagination-bullet,
.pastas-gallo-global-slider-style .pagination-related-products .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #e1302b;
  opacity: 1;
}
/* line 51, ../scss/modules/wp-modules/globals-slider.scss */
.pastas-gallo-global-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pastas-gallo-global-slider-style .swiper-pagination-recipe .swiper-pagination-bullet.swiper-pagination-bullet-active,
.pastas-gallo-global-slider-style .pagination-related-products .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}

/* line 62, ../scss/modules/wp-modules/globals-slider.scss */
.slider-recipes.single-recipes-slider-recipe-related .pastas-gallo-global-slider-style .swiper-button-prev,
.slider-recipes.single-recipes-slider-recipe-related .pastas-gallo-global-slider-style .swiper-button-next {
  top: 40%;
}

/* line 70, ../scss/modules/wp-modules/globals-slider.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/btn-flechaizq-rojo_2@3x.png") !important;
  background-size: cover !important;
  background-position: center !important;
  width: 80px !important;
  height: 80px !important;
  top: 50%;
  left: 0;
  transition: 0.2s ease-in-out;
}
/* line 80, ../scss/modules/wp-modules/globals-slider.scss */
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  display: none;
}
/* line 83, ../scss/modules/wp-modules/globals-slider.scss */
.swiper-button-prev:focus,
.swiper-container-rtl .swiper-button-next:focus {
  outline: none;
}
@media (min-width: 1024px) {
  /* line 86, ../scss/modules/wp-modules/globals-slider.scss */
  .swiper-button-prev:hover,
  .swiper-container-rtl .swiper-button-next:hover {
    transform: scale(1.2) !important;
  }
}
@media (max-width: 1023px) {
  /* line 70, ../scss/modules/wp-modules/globals-slider.scss */
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    display: none !important;
  }
}

/* line 96, ../scss/modules/wp-modules/globals-slider.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/btn-flechader-rojo_2@3x.png") !important;
  background-size: cover !important;
  background-position: center !important;
  width: 80px !important;
  height: 80px !important;
  top: 50%;
  right: 0;
  transition: 0.2s ease-in-out;
}
/* line 106, ../scss/modules/wp-modules/globals-slider.scss */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
/* line 109, ../scss/modules/wp-modules/globals-slider.scss */
.swiper-button-next:focus,
.swiper-container-rtl .swiper-button-prev:focus {
  outline: none;
}
@media (min-width: 1024px) {
  /* line 112, ../scss/modules/wp-modules/globals-slider.scss */
  .swiper-button-next:hover,
  .swiper-container-rtl .swiper-button-prev:hover {
    transform: scale(1.2) !important;
  }
}
@media (max-width: 1023px) {
  /* line 96, ../scss/modules/wp-modules/globals-slider.scss */
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    display: none !important;
  }
}

/* line 122, ../scss/modules/wp-modules/globals-slider.scss */
.elementor-text-editor h2 {
  text-align: left !important;
}
/* line 124, ../scss/modules/wp-modules/globals-slider.scss */
.elementor-text-editor h2 .strong {
  text-align: left;
  color: #e1302b !important;
  margin-bottom: 20px;
  font-size: 24px !important;
  font-weight: 600 !important;
}

/* line 1, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: auto;
  max-width: 310px;
  width: calc(33% - 33.33px);
  margin-right: 50px;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  /* line 12, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe {
    max-width: 315px;
    width: calc(100% - 60px);
    margin: 0 auto;
    box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe {
    width: calc(50% - 25px);
    max-width: 100%;
    margin-right: 50px;
  }
  /* line 27, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 33, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe:hover .image-slide-recipe div {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 46, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .image-slide-recipe {
  display: block;
  width: 315px;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 46, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe .image-slide-recipe {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 46, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe .image-slide-recipe {
    width: 100%;
    height: 200px;
  }
}
/* line 61, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .image-slide-recipe div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 73, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe .content-recipe-slide {
    flex: none;
    max-width: 100%;
  }
}
/* line 78, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .content-recipe-slide .pastas-gallo-button {
  display: flex;
  max-width: 125px;
  font-size: 16px;
  margin: -15px auto 10px auto;
  z-index: 1;
  position: relative;
}
/* line 86, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .content-recipe-slide h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  max-width: 260px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 86, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe .content-recipe-slide h5 {
    max-width: 100%;
  }
}
/* line 109, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .content-recipe-slide h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  max-width: 150px;
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 126, ../scss/modules/wp-modules/card-recipe.scss */
  .card-recipe .content-recipe-slide p {
    max-width: 100%;
  }
}
/* line 132, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .status-recipe {
  display: flex;
  align-items: center;
}
/* line 135, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .status-recipe span {
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  text-transform: uppercase;
}
/* line 138, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .status-recipe span.time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
/* line 143, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .status-recipe span.time img {
  max-width: 18px;
  width: 100%;
  height: auto;
  margin-left: 5px;
}
/* line 150, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .status-recipe span.dificulty {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 154, ../scss/modules/wp-modules/card-recipe.scss */
.card-recipe .status-recipe span.dificulty img {
  max-width: 18px;
  width: 100%;
  height: auto;
  margin-right: 5px;
}

/* line 165, ../scss/modules/wp-modules/card-recipe.scss */
#result-recomender {
  max-width: 310px;
  margin: auto;
}
/* line 168, ../scss/modules/wp-modules/card-recipe.scss */
#result-recomender .card-recipe {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 174, ../scss/modules/wp-modules/card-recipe.scss */
#result-recomender .card-recipe .image-slide-recipe {
  width: 100%;
  max-width: 140px;
  max-height: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 184, ../scss/modules/wp-modules/card-recipe.scss */
#result-recomender .card-recipe h5 {
  max-width: 315px;
  max-width: 180px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* line 194, ../scss/modules/wp-modules/card-recipe.scss */
#result-recomender .card-recipe h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 10px;
}
/* line 210, ../scss/modules/wp-modules/card-recipe.scss */
#result-recomender .card-recipe .status-recipe {
  display: none;
}
/* line 214, ../scss/modules/wp-modules/card-recipe.scss */
#result-recomender .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 35px;
}

/* line 1, ../scss/modules/wp-modules/card-blog.scss */
.card-post {
  position: relative;
  background-color: #f0ebe7;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/card-blog.scss */
  .card-post {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
/* line 8, ../scss/modules/wp-modules/card-blog.scss */
.card-post .post-image-link {
  width: 260px;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 8, ../scss/modules/wp-modules/card-blog.scss */
  .card-post .post-image-link {
    width: 200px;
    height: 200px;
  }
}
/* line 19, ../scss/modules/wp-modules/card-blog.scss */
.card-post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
/* line 25, ../scss/modules/wp-modules/card-blog.scss */
.card-post .card-body-post {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px 35px 40px 35px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 25, ../scss/modules/wp-modules/card-blog.scss */
  .card-post .card-body-post {
    max-width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 34, ../scss/modules/wp-modules/card-blog.scss */
  .card-post .card-body-post .link-display {
    max-width: 100%;
  }
}
/* line 39, ../scss/modules/wp-modules/card-blog.scss */
.card-post .card-body-post h4 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  line-height: 0.83;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 39, ../scss/modules/wp-modules/card-blog.scss */
  .card-post .card-body-post h4 {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 39, ../scss/modules/wp-modules/card-blog.scss */
  .card-post .card-body-post h4 {
    font-size: 24px;
  }
}
/* line 58, ../scss/modules/wp-modules/card-blog.scss */
.card-post .card-body-post p {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 58, ../scss/modules/wp-modules/card-blog.scss */
  .card-post .card-body-post p {
    max-width: 100%;
  }
}
/* line 69, ../scss/modules/wp-modules/card-blog.scss */
.card-post .card-body-post .pastas-gallo-button {
  position: absolute;
  bottom: -15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 69, ../scss/modules/wp-modules/card-blog.scss */
  .card-post .card-body-post .pastas-gallo-button {
    left: 35%;
  }
}

@media (max-width: 767px) {
  /* line 80, ../scss/modules/wp-modules/card-blog.scss */
  .swiper-slide.card-post {
    max-width: 200px;
  }
}

/* line 1, ../scss/modules/wp-modules/search-page.scss */
.content-title-search {
  webkit-box-shadow: 0 9px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 9px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 20px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/wp-modules/search-page.scss */
  .content-title-search {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/search-page.scss */
  .content-title-search {
    padding: 30px 30px 15px 30px;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../scss/modules/wp-modules/search-page.scss */
  .content-title-search {
    display: none;
  }
}
/* line 15, ../scss/modules/wp-modules/search-page.scss */
.content-title-search h1 {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 15, ../scss/modules/wp-modules/search-page.scss */
  .content-title-search h1 {
    text-align: center;
  }
}
/* line 22, ../scss/modules/wp-modules/search-page.scss */
.content-title-search .search-text {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  /* line 22, ../scss/modules/wp-modules/search-page.scss */
  .content-title-search .search-text {
    text-align: center;
    margin-bottom: 0px;
  }
}

/* line 31, ../scss/modules/wp-modules/search-page.scss */
.search-page {
  max-width: 1045px;
  margin: 0 auto;
  padding-top: 70px;
  min-height: calc(100vh - 650px);
}
@media (max-width: 1023px) {
  /* line 31, ../scss/modules/wp-modules/search-page.scss */
  .search-page {
    padding: 0;
    padding-top: 25px;
    min-height: calc(100vh - 400px);
  }
}
/* line 41, ../scss/modules/wp-modules/search-page.scss */
.search-page h1 {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 41, ../scss/modules/wp-modules/search-page.scss */
  .search-page h1 {
    text-align: center;
  }
}
/* line 48, ../scss/modules/wp-modules/search-page.scss */
.search-page .search-text {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  /* line 48, ../scss/modules/wp-modules/search-page.scss */
  .search-page .search-text {
    text-align: center;
  }
}
/* line 54, ../scss/modules/wp-modules/search-page.scss */
.search-page h3 {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  font-family: Arquitecta, sans-serif;
  text-align: left;
}
@media (max-width: 1023px) {
  /* line 54, ../scss/modules/wp-modules/search-page.scss */
  .search-page h3 {
    font-size: 16px;
    text-align: center;
  }
}
/* line 63, ../scss/modules/wp-modules/search-page.scss */
.search-page .nav.nav-tabs.only-mobile {
  margin-left: 30px;
}
/* line 66, ../scss/modules/wp-modules/search-page.scss */
.search-page .nav-tabs {
  border-bottom: 1px solid #e1302b;
}
/* line 68, ../scss/modules/wp-modules/search-page.scss */
.search-page .nav-tabs .count {
  padding: 0 2px;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 74, ../scss/modules/wp-modules/search-page.scss */
.search-page .nav-link {
  display: block;
  padding: 0;
  margin-right: 40px;
  border: none;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767px) {
  /* line 74, ../scss/modules/wp-modules/search-page.scss */
  .search-page .nav-link {
    margin-right: 0;
  }
}
/* line 84, ../scss/modules/wp-modules/search-page.scss */
.search-page .nav-tabs .nav-item.show .nav-link,
.search-page .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 4px solid #e1302b;
  padding: 0;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  /* line 84, ../scss/modules/wp-modules/search-page.scss */
  .search-page .nav-tabs .nav-item.show .nav-link,
  .search-page .nav-tabs .nav-link.active {
    border-bottom: none;
  }
}
/* line 93, ../scss/modules/wp-modules/search-page.scss */
.search-page .nav-tabs .nav-item.show .nav-link:hover,
.search-page .nav-tabs .nav-link.active:hover {
  border: none;
  border-bottom: 4px solid #e1302b;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  /* line 93, ../scss/modules/wp-modules/search-page.scss */
  .search-page .nav-tabs .nav-item.show .nav-link:hover,
  .search-page .nav-tabs .nav-link.active:hover {
    border-bottom: none;
  }
}
/* line 102, ../scss/modules/wp-modules/search-page.scss */
.search-page .nav-tabs .nav-link:focus,
.search-page .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 4px solid #e1302b;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  /* line 102, ../scss/modules/wp-modules/search-page.scss */
  .search-page .nav-tabs .nav-link:focus,
  .search-page .nav-tabs .nav-link:hover {
    border-bottom: none;
  }
}
/* line 111, ../scss/modules/wp-modules/search-page.scss */
.search-page .tab-content {
  padding-top: 40px;
}
/* line 114, ../scss/modules/wp-modules/search-page.scss */
.search-page .content-result-product {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 50px;
  margin-bottom: 75px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 114, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-product {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 114, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-product {
    padding: 0px 30px;
  }
}
@media (max-width: 1023px) {
  /* line 114, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-product {
    margin-bottom: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 131, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-product .card-product {
    width: calc(20% - 50px);
    margin-right: 50px;
    margin-bottom: 50px;
  }
}
/* line 138, ../scss/modules/wp-modules/search-page.scss */
.search-page .content-result-product img {
  width: 100%;
}
/* line 141, ../scss/modules/wp-modules/search-page.scss */
.search-page .content-result-product h4 {
  font-size: 18px;
  text-align: center;
}
/* line 146, ../scss/modules/wp-modules/search-page.scss */
.search-page .content-result-recipe {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 146, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-recipe {
    width: calc(100% - 80px);
    margin: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 146, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-recipe {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 146, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-recipe {
    padding: 0px 30px;
  }
}
@media (max-width: 1023px) {
  /* line 146, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-recipe {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  /* line 164, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-recipe .card-recipe {
    margin-bottom: 50px;
  }
}
/* line 170, ../scss/modules/wp-modules/search-page.scss */
.search-page .content-result-article {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 50px;
  margin-bottom: 150px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 170, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-article {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 170, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-article {
    padding: 0px 30px;
  }
}
@media (max-width: 1023px) {
  /* line 170, ../scss/modules/wp-modules/search-page.scss */
  .search-page .content-result-article {
    margin-bottom: 90px;
  }
}
/* line 185, ../scss/modules/wp-modules/search-page.scss */
.search-page .content-result-article .card-post {
  width: calc(33% - 30.33px);
  margin-right: 50px;
  margin-bottom: 50px;
}
/* line 189, ../scss/modules/wp-modules/search-page.scss */
.search-page .content-result-article .card-post:nth-child(3n) {
  margin-right: 0;
}
/* line 195, ../scss/modules/wp-modules/search-page.scss */
.search-page .swiper-slide-active .nav-link {
  border-bottom: 4px solid #e1302b !important;
}
@media (max-width: 767px) {
  /* line 202, ../scss/modules/wp-modules/search-page.scss */
  .search-page #tabCategorySearch .swiper-wrapper {
    margin-left: -75px;
  }
}
@media (max-width: 1023px) {
  /* line 208, ../scss/modules/wp-modules/search-page.scss */
  .search-page #tabCategorySearch .swiper-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 214, ../scss/modules/wp-modules/search-page.scss */
  .search-page .card-recipe {
    max-width: unset !important;
    width: 100% !important;
  }
}

/* line 222, ../scss/modules/wp-modules/search-page.scss */
.result-search {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 222, ../scss/modules/wp-modules/search-page.scss */
  .result-search {
    width: calc(100% - 60px);
    margin: auto;
  }
}
/* line 228, ../scss/modules/wp-modules/search-page.scss */
.result-search.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0 148px 0;
}
@media (max-width: 767px) {
  /* line 228, ../scss/modules/wp-modules/search-page.scss */
  .result-search.error {
    padding: 70px 0 141px 0;
  }
}
/* line 237, ../scss/modules/wp-modules/search-page.scss */
.result-search.error img {
  max-width: 150px;
  height: auto;
  margin: auto;
}

/* line 245, ../scss/modules/wp-modules/search-page.scss */
.search.form-search-fields.search-page-form {
  padding-top: 150px;
  max-width: 1045px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 245, ../scss/modules/wp-modules/search-page.scss */
  .search.form-search-fields.search-page-form {
    width: calc(100% - 60px);
    padding-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 245, ../scss/modules/wp-modules/search-page.scss */
  .search.form-search-fields.search-page-form {
    max-width: 70%;
    padding-top: 90px;
    margin-bottom: 30px;
  }
}
/* line 260, ../scss/modules/wp-modules/search-page.scss */
.search.form-search-fields.search-page-form input.search-field {
  font-family: "Arquitecta";
  font-weight: normal;
  font-size: 16px;
  background-color: transparent;
  border: none;
  border-radius: unset;
  box-shadow: unset;
  border-bottom: 1px solid #e1302b;
  max-width: 180px;
}
/* line 271, ../scss/modules/wp-modules/search-page.scss */
.search.form-search-fields.search-page-form button.btn.btn-default.right {
  padding: 0;
}
/* line 274, ../scss/modules/wp-modules/search-page.scss */
.search.form-search-fields.search-page-form .red-search {
  max-width: 40px;
}

/* line 281, ../scss/modules/wp-modules/search-page.scss */
.tab-content.not-result .tab-pane {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 1, ../scss/modules/wp-modules/politics-page.scss */
.politics-section {
  max-width: 800px;
  margin: auto;
}
/* line 4, ../scss/modules/wp-modules/politics-page.scss */
.politics-section .politics-title-section {
  padding: 200px 0 0 0;
  margin-bottom: 110px;
}
/* line 7, ../scss/modules/wp-modules/politics-page.scss */
.politics-section .politics-title-section h1 {
  font-size: 40px;
  text-transform: uppercase;
}

/* line 1, ../scss/modules/wp-modules/shared-social.scss */
.shared-social {
  position: absolute;
  top: 190px;
  right: 0;
  background-color: #e1302b;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/shared-social.scss */
  .shared-social {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 30;
  }
}
@media (min-width: 1024px) {
  /* line 12, ../scss/modules/wp-modules/shared-social.scss */
  .shared-social .collapse:not(.show) {
    display: block;
  }
}
/* line 17, ../scss/modules/wp-modules/shared-social.scss */
.shared-social .class-button-shared {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 22, ../scss/modules/wp-modules/shared-social.scss */
.shared-social img {
  width: 32px;
  height: auto;
}
/* line 26, ../scss/modules/wp-modules/shared-social.scss */
.shared-social .card-body {
  background-color: #e1302b;
  padding: 5px;
  border: none;
}

/* line 34, ../scss/modules/wp-modules/shared-social.scss */
.single-content .shared-social {
  top: 42vh;
}
@media (max-width: 767px) {
  /* line 34, ../scss/modules/wp-modules/shared-social.scss */
  .single-content .shared-social {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 30;
  }
}

/* line 1, ../scss/modules/wp-modules/product-section-red-banner.scss */
.red-banner {
  background-color: #e1302b;
  padding: 70px 0 90px 0;
  margin: 120px 0 120px 0;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/* line 14, ../scss/modules/wp-modules/product-section-red-banner.scss */
.red-banner .content-red-banner {
  max-width: 620px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 14, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner .content-red-banner {
    padding: 0 40px;
  }
}
/* line 21, ../scss/modules/wp-modules/product-section-red-banner.scss */
.red-banner .content-red-banner h5 {
  font-family: Karma, sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  /* line 21, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner .content-red-banner h5 {
    font-size: 20px;
  }
}
/* line 24, ../scss/modules/wp-modules/product-section-red-banner.scss */
.red-banner .content-red-banner h6 {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  line-height: 34px;
}
/* line 28, ../scss/modules/wp-modules/product-section-red-banner.scss */
.red-banner .content-red-banner p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
/* line 30, ../scss/modules/wp-modules/product-section-red-banner.scss */
.red-banner .content-red-banner p strong {
  color: white;
  font-weight: 900;
}
/* line 36, ../scss/modules/wp-modules/product-section-red-banner.scss */
.red-banner .image-red-banner {
  max-width: 160px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  /* line 36, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner .image-red-banner {
    top: 0%;
    bottom: 0;
  }
}
/* line 51, ../scss/modules/wp-modules/product-section-red-banner.scss */
.red-banner .image-red-banner-mobile {
  max-width: 160px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
@media (max-width: 1023px) {
  /* line 51, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner .image-red-banner-mobile {
    top: 0%;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  /* line 67, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner .espiga {
    position: absolute;
    right: 0;
    height: 570px;
    width: auto;
    bottom: -120px;
  }
}
@media (max-width: 1023px) {
  /* line 67, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner .espiga {
    position: relative;
    max-width: 310px;
    width: calc(100% - 60px);
    margin: auto;
  }
}

/* line 85, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas .red-banner, .term-ensaladas .red-banner, .term-pasta-clasica .red-banner, .term-integral .red-banner {
  height: 550px;
  margin-bottom: 300px;
  margin-top: 0px;
}
/* line 90, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas .red-banner .image-red-banner, .term-ensaladas .red-banner .image-red-banner, .term-pasta-clasica .red-banner .image-red-banner, .term-integral .red-banner .image-red-banner {
  max-width: none;
  width: auto;
  height: 510px;
  top: 90%;
}
/* line 96, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas .red-banner .espiga, .term-ensaladas .red-banner .espiga, .term-pasta-clasica .red-banner .espiga, .term-integral .red-banner .espiga {
  display: none;
}
/* line 100, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas #new-sopas-content, .term-ensaladas #new-sopas-content, .term-pasta-clasica #new-sopas-content, .term-integral #new-sopas-content {
  margin-bottom: 50px;
}
/* line 102, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas #new-sopas-content h2, .term-ensaladas #new-sopas-content h2, .term-pasta-clasica #new-sopas-content h2, .term-integral #new-sopas-content h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
/* line 111, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas #new-sopas-content h2 br, .term-ensaladas #new-sopas-content h2 br, .term-pasta-clasica #new-sopas-content h2 br, .term-integral #new-sopas-content h2 br {
  display: block;
}
/* line 115, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas #new-sopas-content p, .term-ensaladas #new-sopas-content p, .term-pasta-clasica #new-sopas-content p, .term-integral #new-sopas-content p {
  max-width: 622px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 30px auto 60px;
  text-align: center;
}
/* line 122, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas #new-sopas-content #new-sopas-image, .term-ensaladas #new-sopas-content #new-sopas-image, .term-pasta-clasica #new-sopas-content #new-sopas-image, .term-integral #new-sopas-content #new-sopas-image {
  width: 100%;
  display: block;
}
/* line 126, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-sopas #new-sopas-content #new-sopas-image-mobile, .term-ensaladas #new-sopas-content #new-sopas-image-mobile, .term-pasta-clasica #new-sopas-content #new-sopas-image-mobile, .term-integral #new-sopas-content #new-sopas-image-mobile {
  display: none;
}

@media (max-width: 1023px) {
  /* line 135, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas .red-banner .image-red-banner, .term-ensaladas .red-banner .image-red-banner, .term-pasta-clasica .red-banner .image-red-banner, .term-integral .red-banner .image-red-banner {
    top: 90%;
  }
  /* line 138, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas .red-banner .content-red-banner, .term-ensaladas .red-banner .content-red-banner, .term-pasta-clasica .red-banner .content-red-banner, .term-integral .red-banner .content-red-banner {
    margin-top: 0;
  }
  /* line 143, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas #new-sopas-content #new-sopas-image-mobile, .term-ensaladas #new-sopas-content #new-sopas-image-mobile, .term-pasta-clasica #new-sopas-content #new-sopas-image-mobile, .term-integral #new-sopas-content #new-sopas-image-mobile {
    width: 100%;
    display: none;
  }
  /* line 147, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas #new-sopas-content #new-sopas-image, .term-ensaladas #new-sopas-content #new-sopas-image, .term-pasta-clasica #new-sopas-content #new-sopas-image, .term-integral #new-sopas-content #new-sopas-image {
    display: block;
  }
}
@media (max-width: 639px) {
  /* line 156, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas .red-banner .image-red-banner, .term-ensaladas .red-banner .image-red-banner, .term-pasta-clasica .red-banner .image-red-banner, .term-integral .red-banner .image-red-banner {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 449px) {
  /* line 165, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner .image-red-banner {
    display: none;
  }
  /* line 168, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .red-banner .image-red-banner-mobile {
    display: block;
    top: 100%;
    width: 100%;
    max-width: none;
  }

  /* line 177, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-pasta-clasica .red-banner .image-red-banner-mobile {
    width: 75%;
  }

  /* line 183, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas .red-banner, .term-ensaladas .red-banner, .term-pasta-clasica .red-banner, .term-integral .red-banner {
    height: 570px;
    margin-bottom: 310px;
  }
  /* line 187, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas .red-banner .image-red-banner, .term-ensaladas .red-banner .image-red-banner, .term-pasta-clasica .red-banner .image-red-banner, .term-integral .red-banner .image-red-banner {
    max-width: none;
    width: 100%;
    height: auto;
  }
  /* line 194, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas #new-sopas-content #new-sopas-image-mobile, .term-ensaladas #new-sopas-content #new-sopas-image-mobile, .term-pasta-clasica #new-sopas-content #new-sopas-image-mobile, .term-integral #new-sopas-content #new-sopas-image-mobile {
    width: 100%;
    display: block;
  }
  /* line 198, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-sopas #new-sopas-content #new-sopas-image, .term-ensaladas #new-sopas-content #new-sopas-image, .term-pasta-clasica #new-sopas-content #new-sopas-image, .term-integral #new-sopas-content #new-sopas-image {
    display: none;
  }
}
/* line 205, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-content {
  padding-top: 50px;
}
/* line 208, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-content p {
  width: 806px;
  margin: 0 auto;
  font-family: Arquitecta;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
/* line 222, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-content #new-legumbres-balance-desktop {
  height: 590px;
  width: 880px;
  margin: 0 auto;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/platos_desktop.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 75px;
}
/* line 232, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-content #new-legumbres-balance-desktop #new-legumbres-info {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/bocadillo_dektop.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 260px;
  display: none;
  position: relative;
  top: 90px;
  left: 70px;
}
/* line 243, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-content #new-legumbres-balance-desktop #new-legumbres-info p {
  text-transform: uppercase;
  padding-top: 60px;
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 192px;
  height: 126px;
}
/* line 259, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-content #new-legumbres-balance-desktop #new-legumbres-info p br {
  display: block;
}
/* line 263, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-content #new-legumbres-balance-desktop #new-legumbres-info p span {
  font-family: Arquitecta;
  font-size: 18px;
  color: #000;
  font-weight: 900;
}
/* line 273, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-content #new-legumbres-balance-mobile {
  display: none;
}

@media (max-width: 915px) {
  /* line 279, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .new-legumbres-block {
    margin-bottom: 20px;
    background-color: #fff;
  }

  /* line 285, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content p {
    width: 100%;
    padding: 0 20px;
    font-size: 26px;
  }
  /* line 291, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-desktop {
    display: none;
  }
  /* line 294, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-mobile {
    display: block;
  }
  /* line 297, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-mobile p {
    margin-top: 25px;
    margin-bottom: 60px;
  }
  /* line 302, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-mobile br {
    display: block;
  }
  /* line 306, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-mobile #new-legumbres-info {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/bocadillo_mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 215px;
    margin: 50px auto 25px;
  }
  /* line 314, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-mobile #new-legumbres-info p {
    text-transform: uppercase;
    padding-top: 38px;
    font-family: Arquitecta;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 208px;
    height: 126px;
  }
  /* line 330, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-mobile #new-legumbres-info p br {
    display: block;
  }
  /* line 334, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-mobile #new-legumbres-info p span {
    font-family: Arquitecta;
    font-size: 18px;
    font-weight: 900;
    color: #000;
  }
  /* line 343, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-content #new-legumbres-balance-mobile img {
    width: 100%;
    padding: 0 20px 50px;
    margin-top: 40px;
  }
}
/* line 352, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop {
  display: block;
  height: 1980px;
  background-color: #e1302b;
  padding-top: 70px;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_madera_desktop.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 820px;
}
/* line 362, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop p.title {
  font-family: Karma;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
/* line 373, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop p.title span {
  font-family: Arquitecta;
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.6;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
/* line 387, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop p.text {
  width: 496px;
  margin: 56px auto 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
/* line 400, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop img.plato {
  width: 787px;
  margin: 0 auto;
  display: block;
  margin-top: -140px;
}
/* line 407, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop p.title2 {
  margin-top: 90px;
  font-family: Karma;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 419, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop p.title2 span {
  font-family: Arquitecta;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
/* line 433, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop p.text2 {
  width: 492px;
  margin-top: 5px;
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
/* line 447, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop #cucharas {
  margin: 62px auto 0;
  width: 800px;
  position: relative;
}
/* line 452, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop #cucharas div {
  height: 360px;
  width: 820px;
  position: absolute;
}
/* line 456, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop #cucharas div div {
  width: 180px;
}
/* line 459, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop #cucharas div div#cuchara-garbanzos {
  top: 60px;
  left: 75px;
}
/* line 464, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop #cucharas div div#cuchara-lentejas {
  left: 310px;
}
/* line 468, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop #cucharas div div#cuchara-guisantes {
  right: 95px;
  top: 60px;
}
/* line 475, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop #cucharas div img {
  width: 100%;
  margin-top: 20px;
}
/* line 480, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop #cucharas div p {
  width: 100%;
  font-family: Arquitecta;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  color: red;
  margin-bottom: 25px;
  text-transform: uppercase;
}
/* line 498, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop .cucharas_img {
  width: 100%;
}
/* line 502, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-desktop br {
  display: block;
}

/* line 507, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-red-block-mobile {
  display: none;
}

@media (max-width: 915px) {
  /* line 512, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-desktop {
    display: none;
  }

  /* line 515, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile {
    display: block;
    overflow: hidden;
    background-color: #e1302b;
    padding-top: 70px;
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_madera_mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 710px;
  }
  /* line 525, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile p.title {
    font-family: Karma;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  /* line 536, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile p.title span {
    font-family: Arquitecta;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  /* line 550, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile p.text {
    width: 100%;
    margin: 56px auto 0;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  /* line 563, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile img.plato {
    width: 100%;
    margin: 200px auto 0;
    display: block;
    transform: scale(1.9);
  }
  /* line 570, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile p.title2 {
    margin-top: 290px;
    font-family: Karma;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #e1302b;
  }
  /* line 582, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile p.title2 span {
    font-family: Arquitecta;
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase;
  }
  /* line 596, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile p.text2 {
    width: 100%;
    margin-top: 5px;
    font-family: Arquitecta;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }
  /* line 610, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile br {
    display: block;
  }
  /* line 614, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas {
    position: relative;
  }
  /* line 617, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas div {
    position: absolute;
    left: 50%;
  }
  /* line 621, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas div #cuchara-garbanzos {
    margin-top: 54px;
  }
  /* line 623, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas div #cuchara-garbanzos p {
    font-family: Arquitecta;
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #e1302b;
  }
  /* line 635, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas div #cuchara-lentejas {
    margin-top: 142px;
  }
  /* line 637, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas div #cuchara-lentejas p {
    font-family: Arquitecta;
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #e1302b;
  }
  /* line 649, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas div #cuchara-guisantes {
    margin-top: 225px;
  }
  /* line 651, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas div #cuchara-guisantes p {
    font-family: Arquitecta;
    font-size: 24px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: normal;
    color: #e1302b;
  }
  /* line 664, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-red-block-mobile #cucharas img {
    width: 50%;
  }
}
/* line 671, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios {
  height: 900px;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/escena_desktop.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 450px;
  padding-top: 90px;
  position: relative;
}
/* line 683, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios p.title {
  font-family: Karma;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 694, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios p.title span {
  font-family: Arquitecta;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}
/* line 707, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios {
  width: 600px;
  height: 360px;
  margin: 100px auto 0;
  background-color: #e1302b;
  overflow: hidden;
}
/* line 715, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios .swiper-slide {
  padding: 100px 100px;
  font-family: Arquitecta;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
/* line 727, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios .swiper-slide strong {
  font-family: Arquitecta;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
/* line 740, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios .swiper-pagination {
  margin-top: -60px;
  position: relative;
}
/* line 743, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
  margin: 0 4px 2px;
}
/* line 750, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios .swiper-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin-bottom: 0px;
}
/* line 759, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios_clone {
  width: 600px;
  height: 0px;
  margin: 0 auto;
}
/* line 764, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios_clone .swiper-button-prev {
  background-color: #000;
  position: relative;
  top: -173px;
  left: -25px;
  width: 50px !important;
  height: 50px !important;
}
/* line 772, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios_clone .swiper-button-prev span {
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* line 785, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios_clone .swiper-button-next {
  background-color: #000;
  position: relative;
  top: -200px;
  left: 575px;
  width: 50px !important;
  height: 50px !important;
}
/* line 793, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios .slider_beneficios_clone .swiper-button-next span {
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* line 807, ../scss/modules/wp-modules/product-section-red-banner.scss */
#new-legumbres-beneficios br {
  display: block;
}

/* line 812, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-112 .description-title {
  width: 382px;
  margin: 0 auto;
}
/* line 817, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-112 .title-cards h3 {
  font-family: Karma;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 828, ../scss/modules/wp-modules/product-section-red-banner.scss */
.term-112 .title-cards h2 {
  font-family: Arquitecta;
  font-size: 40px !important;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

@media (max-width: 915px) {
  /* line 842, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-beneficios {
    background-position: 0 545px;
    height: 677px;
  }
  /* line 846, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-beneficios .slider_beneficios {
    width: 315px;
    height: 315px;
    margin: 100px auto 0;
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/escena_mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 500px;
  }
  /* line 856, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-beneficios .slider_beneficios .swiper-slide {
    padding: 50px 35px;
    font-family: Arquitecta;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
  }
  /* line 867, ../scss/modules/wp-modules/product-section-red-banner.scss */
  #new-legumbres-beneficios .slider_beneficios .swiper-pagination {
    margin-top: -10px;
  }

  /* line 874, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-112 .content-recipe-slider-single-page {
    padding: 0 95px;
  }
  /* line 877, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-112 .instagram-red-row {
    margin-top: 20px;
  }
  /* line 880, ../scss/modules/wp-modules/product-section-red-banner.scss */
  .term-112 .description-title {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 1, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 1, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_productos_desktop@1x.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
/* line 12, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second::after {
  display: none;
}
@media (max-width: 1023px) {
  /* line 12, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_productos_mobile@1x.jpg");
  }
}
/* line 30, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second h2 {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
/* line 34, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .breadcumb {
  top: 26px;
}
/* line 38, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .link-title h2 {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
/* line 42, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .product-page-title {
  width: 100%;
  background-color: unset;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  /* line 42, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .product-page-title {
    padding-top: 72px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 51, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .content-col {
    width: 100%;
  }
}
/* line 56, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .row-two-item {
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  -ms-grid-columns: repeat(2, 1fr);
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/estanteria_desktop@2x.png");
  background-size: cover;
  background-position: bottom;
  padding: 50px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 56, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .row-two-item {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 56, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .row-two-item {
    grid-template-columns: repeat(1, 1fr);
    background-image: none;
    padding: 0;
  }
}
@media (min-width: 1800px) {
  /* line 56, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .row-two-item {
    padding: 60px 0;
  }
}
/* line 80, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .product-category-second-level {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 80, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .product-category-second-level {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  /* line 80, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .product-category-second-level {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/estanteria_desktop@2x.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 40px;
  }
}
/* line 95, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .product-category-second-level:nth-child(odd) {
  align-items: flex-end;
}
/* line 98, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .product-category-second-level:nth-child(even) {
  align-items: flex-start;
}
/* line 101, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .product-category-second-level img {
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) and (max-width: 1360px) {
  /* line 101, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .product-category-second-level img {
    max-width: 380px;
  }
}
@media (min-width: 1360px) {
  /* line 101, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .product-category-second-level img {
    max-width: 380px;
  }
}
@media (min-width: 1800px) {
  /* line 101, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .product-category-second-level img {
    max-width: 380px;
  }
}
/* line 117, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .content-slider-products h3 {
  font-family: Karma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 117, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .content-slider-products h3 {
    font-size: 20px;
  }
}
/* line 121, ../scss/modules/wp-modules/product-level-three.scss */
.product-level-second .content-slider-products h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
@media (max-width: 1023px) {
  /* line 126, ../scss/modules/wp-modules/product-level-three.scss */
  .product-level-second .related-products {
    margin-top: -40px;
  }
}

/* line 133, ../scss/modules/wp-modules/product-level-three.scss */
.term-pan-rallado .image-tip {
  bottom: 15px !important;
}
@media (max-width: 1400px) {
  /* line 133, ../scss/modules/wp-modules/product-level-three.scss */
  .term-pan-rallado .image-tip {
    display: none;
  }
}

/* line 1, ../scss/modules/wp-modules/product-principal-banner.scss */
.product-principal-banner {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/product-principal-banner.scss */
  .product-principal-banner {
    height: 160px;
  }
}

@media (max-width: 767px) {
  /* line 10, ../scss/modules/wp-modules/product-principal-banner.scss */
  section.product-principal-banner.image-banner {
    display: none;
  }
}

/* line 15, ../scss/modules/wp-modules/product-principal-banner.scss */
section.product-principal-banner.image-banner-mobile {
  display: none;
}
@media (max-width: 767px) {
  /* line 15, ../scss/modules/wp-modules/product-principal-banner.scss */
  section.product-principal-banner.image-banner-mobile {
    display: block;
  }
}

/* line 1, ../scss/modules/wp-modules/related-products.scss */
.related-products {
  width: 100%;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/estanteria_desktop@2x.png");
  background-size: cover;
  background-position: bottom;
  position: relative;
  height: 475px;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/related-products.scss */
  .related-products {
    height: auto;
    display: flex;
    align-items: flex-end;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/related-products.scss */
  .related-products {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/estanteria_mobile@2x.png");
  }
}
/* line 18, ../scss/modules/wp-modules/related-products.scss */
.related-products.related-products {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_desktop@2x.jpg");
}
@media (max-width: 767px) {
  /* line 18, ../scss/modules/wp-modules/related-products.scss */
  .related-products.related-products {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_mobile@2x.jpg");
  }
}
/* line 23, ../scss/modules/wp-modules/related-products.scss */
.related-products.related-products.page-taxonomy-product {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_blanco_desktop@2x.jpg");
}
@media (max-width: 767px) {
  /* line 23, ../scss/modules/wp-modules/related-products.scss */
  .related-products.related-products.page-taxonomy-product {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_blanco_mobile@2x.jpg");
  }
}
/* line 30, ../scss/modules/wp-modules/related-products.scss */
.related-products .swiper-wrapper {
  padding-bottom: 30px;
}
/* line 33, ../scss/modules/wp-modules/related-products.scss */
.related-products .content-slider-products {
  padding-bottom: 0px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  /* line 33, ../scss/modules/wp-modules/related-products.scss */
  .related-products .content-slider-products {
    padding: 0;
  }
}
/* line 39, ../scss/modules/wp-modules/related-products.scss */
.related-products .content-slider-products h3 {
  font-size: 20px;
}
/* line 42, ../scss/modules/wp-modules/related-products.scss */
.related-products .content-slider-products h2 {
  font-size: 30px;
}
@media (min-width: 1024px) {
  /* line 42, ../scss/modules/wp-modules/related-products.scss */
  .related-products .content-slider-products h2 {
    margin-bottom: 0px !important;
  }
}
/* line 49, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style {
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 49, ../scss/modules/wp-modules/related-products.scss */
  .related-products .pastas-gallo-global-slider-style {
    width: 100%;
    margin: 0 auto;
  }
}
/* line 56, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style .swiper-slide {
  padding-top: 30px;
  filter: blur(0px);
}
@media (max-width: 767px) {
  /* line 56, ../scss/modules/wp-modules/related-products.scss */
  .related-products .pastas-gallo-global-slider-style .swiper-slide {
    padding-top: 10px;
  }
}
/* line 64, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style .swiper-slide h4 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize !important;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 64, ../scss/modules/wp-modules/related-products.scss */
  .related-products .pastas-gallo-global-slider-style .swiper-slide h4 {
    margin-bottom: 25px;
    width: 130px;
  }
}
/* line 80, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style .swiper-slide img {
  margin-bottom: 0;
  max-width: 170px;
}
@media (max-width: 767px) {
  /* line 80, ../scss/modules/wp-modules/related-products.scss */
  .related-products .pastas-gallo-global-slider-style .swiper-slide img {
    max-width: 130px;
  }
}
/* line 87, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style .swiper-slide .link-display {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: none;
}
/* line 92, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style .swiper-slide.swiper-slide-active {
  bottom: 0;
}
/* line 94, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style .swiper-slide.swiper-slide-active .link-display {
  opacity: 1;
  transition: all 0s ease-in-out;
  display: block;
}
/* line 99, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style .swiper-slide.swiper-slide-active img {
  max-width: 190px;
}
@media (max-width: 767px) {
  /* line 99, ../scss/modules/wp-modules/related-products.scss */
  .related-products .pastas-gallo-global-slider-style .swiper-slide.swiper-slide-active img {
    max-width: 150px;
  }
}
/* line 107, ../scss/modules/wp-modules/related-products.scss */
.related-products .pastas-gallo-global-slider-style .swiper-button-next,
.related-products .pastas-gallo-global-slider-style .swiper-button-prev {
  position: absolute;
  top: 50%;
}
/* line 114, ../scss/modules/wp-modules/related-products.scss */
.related-products .content-slider-products .swiper-pagination {
  margin: 0;
}
/* line 124, ../scss/modules/wp-modules/related-products.scss */
.related-products .content-slider-products .swiper-button-next,
.related-products .content-slider-products .swiper-container-rtl .swiper-button-prev {
  right: calc(50% - 510px);
  left: auto;
}
@media (max-width: 767px) {
  /* line 124, ../scss/modules/wp-modules/related-products.scss */
  .related-products .content-slider-products .swiper-button-next,
  .related-products .content-slider-products .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}
/* line 132, ../scss/modules/wp-modules/related-products.scss */
.related-products .content-slider-products .swiper-button-prev,
.related-products .content-slider-products .swiper-container-rtl .swiper-button-next {
  left: calc(50% - 510px);
  right: auto;
}
@media (max-width: 767px) {
  /* line 132, ../scss/modules/wp-modules/related-products.scss */
  .related-products .content-slider-products .swiper-button-prev,
  .related-products .content-slider-products .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}
/* line 141, ../scss/modules/wp-modules/related-products.scss */
.related-products .swiper-wrapper {
  height: 270px;
}
@media (max-width: 767px) {
  /* line 141, ../scss/modules/wp-modules/related-products.scss */
  .related-products .swiper-wrapper {
    height: 200px;
  }
}

@media (min-width: 1024px) {
  /* line 1, ../scss/modules/wp-modules/product-level-four.scss */
  .term-74 .section-by-category, .term-118 .section-by-category {
    padding-bottom: 25px !important;
    padding-top: 55px !important;
  }
}

@media (max-width: 767px) {
  /* line 10, ../scss/modules/wp-modules/product-level-four.scss */
  .term-75 .product-level-three .flex-product {
    padding-top: 20px !important;
  }
}

/* line 14, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three {
  position: relative;
}
@media (min-width: 1024px) {
  /* line 14, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_productos_desktop@1x.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
/* line 23, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three::after {
  display: none;
}
@media (max-width: 1023px) {
  /* line 23, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_productos_mobile@1x.jpg");
  }
}
/* line 41, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three h4 {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  max-width: 330px;
  text-align: center;
}
/* line 49, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .link-display h4 {
  max-width: 180px;
}
/* line 53, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .breadcumb {
  top: 26px;
}
/* line 57, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .product-category h2 {
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  /* line 57, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .product-category h2 {
    padding-top: 40px;
  }
}
/* line 65, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .product-page-title {
  padding: 50px 0;
  padding-bottom: 20px;
  background-color: transparent;
}
@media (min-width: 1024px) {
  /* line 65, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .product-page-title {
    padding: 70px 0 0px 0;
  }
}
/* line 72, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .product-page-title.has-icon-category-section {
  padding-top: 0;
}
/* line 76, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .section-by-category {
  position: relative;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/estanteria_desktop@2x.png");
  background-size: cover;
  background-position: bottom;
  padding: 17px 0;
}
@media (max-width: 1023px) {
  /* line 76, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .section-by-category {
    padding: 0;
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/estanteria_mobile@2x.png");
    margin-bottom: 0px;
    padding-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  /* line 76, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .section-by-category {
    padding: 50px 0;
  }
}
/* line 91, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .section-by-category .image-tip {
  height: 150px;
  width: auto;
  max-width: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
/* line 101, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .section-by-category .content-slider-products .image-tip {
  left: -200px;
}
/* line 106, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .flex-product {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 60px !important;
  padding-bottom: 35px !important;
}
@media (max-width: 1023px) {
  /* line 106, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .flex-product {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
/* line 118, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .flex-product .product-category {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 118, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .flex-product .product-category {
    margin-bottom: 30px;
  }
}
/* line 123, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .flex-product .product-category h2 {
  font-size: 24px;
}
/* line 127, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .flex-product .content-simple-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 1023px) {
  /* line 127, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .flex-product .content-simple-product {
    width: 100%;
    padding: 0;
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/estanteria_mobile@2x.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-left: unset;
    padding-right: unset;
  }
}
/* line 146, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .flex-product img {
  max-width: 200px;
}
@media (min-width: 1800px) {
  /* line 146, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .flex-product img {
    max-width: 200px;
  }
}
/* line 153, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 153, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products {
    padding-top: 30px;
  }
}
/* line 158, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.only-mobile {
  /*
  @include for-mobile-tablet-only {
      padding-top: 0px;
  }*/
}
@media (max-width: 767px) {
  /* line 164, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products .swiper-wrapper {
    max-height: 210px;
  }
}
/* line 169, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level {
  width: calc(100% - 140px);
  margin: auto;
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 169, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level {
    width: 100%;
    min-height: auto;
  }
}
@media (min-width: 1023px) and (max-width: 1200px) {
  /* line 169, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level {
    width: calc(100% - 80px);
  }
}
/* line 183, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level .image-tip {
  height: 150px;
  width: auto;
  max-width: auto;
}
/* line 188, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level .swiper-slide {
  filter: blur(0);
  transform: scale(1);
  height: auto;
}
@media (min-width: 1024px) {
  /* line 188, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide {
    max-width: 15%;
  }
}
/* line 195, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level .swiper-slide img {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  /* line 195, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide img {
    width: 130px;
  }
}
/* line 202, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level .swiper-slide .link-display {
  display: block;
}
/* line 204, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level .swiper-slide .link-display h4 {
  opacity: 1;
  font-weight: 400;
  font-size: 18px;
  max-width: 120px;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  /* line 202, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide .link-display {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 216, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide.swiper-slide-active img {
    max-width: 190px;
  }
}
@media (max-width: 1023px) {
  /* line 221, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide.swiper-slide-active .link-display {
    display: block;
  }
}
/* line 225, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level .swiper-slide.swiper-slide-active .link-display h4 {
  font-weight: normal;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  /* line 225, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide.swiper-slide-active .link-display h4 {
    width: 170px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  /* line 236, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide.swiper-slide-prev img {
    max-width: 160px;
  }
}
@media (max-width: 1023px) {
  /* line 243, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide.swiper-slide-next img {
    max-width: 160px;
  }
}
/* line 250, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level .swiper-button-prev,
.product-level-three .content-slider-products.slider-product-level .content-slider-products .swiper-container-rtl .swiper-button-next {
  left: -4%;
  top: 50%;
}
@media (max-width: 1023px) {
  /* line 250, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-button-prev,
  .product-level-three .content-slider-products.slider-product-level .content-slider-products .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}
/* line 258, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .content-slider-products.slider-product-level .swiper-button-next,
.product-level-three .content-slider-products.slider-product-level .content-slider-products .swiper-container-rtl .swiper-button-prev {
  right: -4%;
  top: 50%;
}
@media (max-width: 1023px) {
  /* line 258, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-button-next,
  .product-level-three .content-slider-products.slider-product-level .content-slider-products .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 1023px) {
  /* line 267, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-container {
    height: 210px;
    width: 100%;
  }
}
/* line 275, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .only-three {
  max-width: 100%;
  overflow: hidden;
}
/* line 278, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .only-three .swiper-container {
  overflow: unset;
}
/* line 282, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .related-products {
  padding-top: 50px;
}
/* line 286, ../scss/modules/wp-modules/product-level-four.scss */
.product-level-three .related-products .swiper-container .swiper-wrapper {
  height: 265px !important;
}
@media (max-width: 767px) {
  /* line 286, ../scss/modules/wp-modules/product-level-four.scss */
  .product-level-three .related-products .swiper-container .swiper-wrapper {
    height: 215px !important;
  }
}

/* line 299, ../scss/modules/wp-modules/product-level-four.scss */
.archive .description-title {
  white-space: break-spaces;
}

@media (min-width: 1024px) {
  /* line 305, ../scss/modules/wp-modules/product-level-four.scss */
  .pastas-gallo-slider-productos-pasta-fina, .pastas-gallo-slider-productos-rellena-pasta-fresca, .pastas-gallo-slider-productos-sin-gluten {
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: -27px;
  }
}

/* line 1, ../scss/modules/wp-modules/response-email.scss */
.email-response {
  width: 600px;
  margin: 0 auto;
}
/* line 4, ../scss/modules/wp-modules/response-email.scss */
.email-response .gray-square {
  max-width: 100%;
  height: 500px;
  background-color: #f0ebe7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 50px;
  margin-bottom: 30px;
}
/* line 13, ../scss/modules/wp-modules/response-email.scss */
.email-response .gray-square .content-email-text {
  flex: 1;
}
/* line 16, ../scss/modules/wp-modules/response-email.scss */
.email-response .gray-square img {
  max-width: 120px;
  height: auto;
  margin-bottom: 70px;
}
/* line 21, ../scss/modules/wp-modules/response-email.scss */
.email-response .gray-square .red-title-email {
  font-family: Verdana;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #e1302b;
  margin-bottom: 7px;
}
/* line 34, ../scss/modules/wp-modules/response-email.scss */
.email-response .gray-square .text {
  font-family: Verdana;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
/* line 45, ../scss/modules/wp-modules/response-email.scss */
.email-response .gray-square .team-gallo {
  font-family: Verdana;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
/* line 57, ../scss/modules/wp-modules/response-email.scss */
.email-response .gray-square .red-square {
  width: 80px;
  height: 80px;
  background-color: #e1302b;
}

@media (max-width: 767px) {
  /* line 2, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category {
    padding: 40px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 2, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category {
    padding: 40px 0 !important;
  }
}
/* line 11, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category.background-image-last {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_blanco_desktop@2x.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 767px) {
  /* line 11, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category.background-image-last {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_mobile@2x.jpg");
  }
}
/* line 21, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category h3 {
  font-family: Karma;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 33, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category h2 {
  font-family: Arquitecta;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
/* line 46, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1280px;
  margin: auto;
  /*
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
      display: block !important;
      top: 40%;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
      display: block !important;
      top: 40%;
  }
  */
}
/* line 53, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level h2 {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
/* line 66, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level .link-title.image-link img {
  width: 380px;
  max-width: 100%;
  height: auto;
}
/* line 71, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level .link-title.image-link img.salsas {
  width: 300px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 71, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category .product-category-second-level .link-title.image-link img.salsas {
    width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 71, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category .product-category-second-level .link-title.image-link img.salsas {
    width: 260px;
  }
}
/* line 86, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level .link-title.image-link.without-gluten img {
  width: 190px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 86, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category .product-category-second-level .link-title.image-link.without-gluten img {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 86, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category .product-category-second-level .link-title.image-link.without-gluten img {
    margin-bottom: 15px;
  }
}
/* line 101, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level .pastas-gallo-button {
  max-width: 105px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 101, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category .product-category-second-level .pastas-gallo-button {
    margin-bottom: 30px;
  }
}
/* line 110, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level .content-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  /* line 110, ../scss/modules/wp-modules/special-without-gluten.scss */
  .special-without-gluten .section-by-category .product-category-second-level .content-col {
    padding-bottom: 25px;
  }
}
/* line 122, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
/* line 141, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten .section-by-category .product-category-second-level .swiper-container {
  height: 300px;
}
/* line 149, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten.special-salads .section-by-category.white-background {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_blanco_desktop@2x.jpg");
}
/* line 153, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten.special-salads .section-by-category .product-category {
  margin-bottom: 30px;
}
/* line 160, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten.special-salads .section-by-category .product-category-second-level .salad-col .link-title.image-link img {
  width: 200px;
}
/* line 168, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten.special-salads .section-by-category .product-category-second-level .integral-col .link-title.image-link img {
  width: 200px;
}
/* line 176, ../scss/modules/wp-modules/special-without-gluten.scss */
.special-without-gluten.special-salads .section-by-category .product-category-second-level .fine-paste-col .link-title.image-link img {
  width: 260px;
}

/* line 186, ../scss/modules/wp-modules/special-without-gluten.scss */
.without-gluten-background-white {
  background-color: white;
}

/* line 1, ../scss/modules/wp-modules/section-product-recipe.scss */
.related-recipes-container {
  display: flex;
  justify-content: center;
  max-width: 820px;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/section-product-recipe.scss */
  .related-recipes-container {
    max-width: 100%;
  }
}
/* line 8, ../scss/modules/wp-modules/section-product-recipe.scss */
.related-recipes-container .card-recipe {
  max-width: 260px;
  width: 260px;
  margin-right: 20px;
  box-shadow: none;
}
@media (max-width: 767px) {
  /* line 8, ../scss/modules/wp-modules/section-product-recipe.scss */
  .related-recipes-container .card-recipe {
    margin: auto;
  }
}
/* line 16, ../scss/modules/wp-modules/section-product-recipe.scss */
.related-recipes-container .card-recipe:nth-child(3n) {
  margin-right: 0;
}
/* line 19, ../scss/modules/wp-modules/section-product-recipe.scss */
.related-recipes-container .card-recipe .image-slide-recipe {
  width: 260px;
  height: 260px;
}
/* line 23, ../scss/modules/wp-modules/section-product-recipe.scss */
.related-recipes-container .card-recipe h5 {
  margin-bottom: 5px;
}
/* line 26, ../scss/modules/wp-modules/section-product-recipe.scss */
.related-recipes-container .card-recipe h6 {
  max-width: 150px;
  margin: auto auto 10px;
}

/* line 33, ../scss/modules/wp-modules/section-product-recipe.scss */
.title-cards h3 {
  font-family: Karma;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 44, ../scss/modules/wp-modules/section-product-recipe.scss */
.title-cards h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  max-width: 530px;
  margin: 0 auto 30px;
  font-size: 24px !important;
}

/* line 1, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner {
  position: relative;
}
/* line 3, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-prev-and-next {
  position: absolute;
  width: 1040px;
  top: 50%;
  left: 0%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  /* line 3, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .row-prev-and-next {
    width: 100%;
    left: 50%;
    top: 45%;
  }
}
/* line 16, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-prev-and-next .nextProduct,
.product-page-banner .row-prev-and-next .prevProduct {
  width: 80px;
  height: 80px;
  display: block;
  transition: .2s ease-in-out;
}
/* line 22, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-prev-and-next .nextProduct.disable,
.product-page-banner .row-prev-and-next .prevProduct.disable {
  opacity: .3;
}
/* line 24, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-prev-and-next .nextProduct.disable:hover,
.product-page-banner .row-prev-and-next .prevProduct.disable:hover {
  transform: scale(1) !important;
}
/* line 28, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-prev-and-next .nextProduct:hover,
.product-page-banner .row-prev-and-next .prevProduct:hover {
  transform: scale(1.2) !important;
}
/* line 31, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-prev-and-next .nextProduct img,
.product-page-banner .row-prev-and-next .prevProduct img {
  width: 100%;
  height: auto;
}
/* line 36, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-prev-and-next .nextProduct {
  position: absolute;
  right: 0;
}
/* line 40, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-prev-and-next .prevProduct {
  position: absolute;
  left: 0;
}
/* line 45, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .row-background {
  padding-top: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
@media (max-width: 767px) {
  /* line 45, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .row-background {
    padding-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 45, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .row-background {
    padding-top: 90px;
  }
}
@media (max-width: 1023px) {
  /* line 45, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .row-background {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 45, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .row-background {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
/* line 67, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .icon-category {
  margin-bottom: 15px;
  width: 63px;
  height: auto;
}
/* line 72, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .col-image-product {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -180px;
  position: relative;
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 72, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-image-product {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 72, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-image-product {
    max-width: 500px;
  }
}
/* line 87, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .col-image-product img {
  display: block;
  max-width: 520px;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  /* line 87, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-image-product img {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 98, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .col-content-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 98, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-content-product {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  /* line 98, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-content-product {
    width: calc(100% - 100px);
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 98, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-content-product {
    max-width: 500px;
  }
}
/* line 116, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .col-content-product h1 {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 116, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-content-product h1 {
    font-size: 40px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 116, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-content-product h1 {
    width: 100%;
  }
}
/* line 124, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .col-content-product p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 124, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .col-content-product p {
    width: 100%;
  }
}
/* line 131, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row {
  background-color: #e1302b;
  justify-content: flex-end;
  padding-bottom: 35px;
}
@media (max-width: 1023px) {
  /* line 131, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .red-row {
    width: 100%;
    justify-content: center;
    padding: 30px 0;
  }
}
/* line 140, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container {
  margin: 30px 0;
  width: 50%;
}
@media (max-width: 1023px) {
  /* line 140, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .red-row .accordion-container {
    width: calc(100% - 100px);
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 140, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .red-row .accordion-container {
    max-width: 500px;
  }
}
/* line 150, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product {
  width: 360px;
  padding: 0 40px;
}
@media (max-width: 1023px) {
  /* line 150, ../scss/modules/wp-modules/product-page/product-banner.scss */
  .product-page-banner .red-row .accordion-container .accordion-product {
    width: 100%;
    padding: 0;
  }
}
/* line 157, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card {
  background-color: transparent;
  border-radius: 0;
  border: none;
}
/* line 161, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 167, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header .btn.btn-link {
  font-family: Arquitecta;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: left;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 0;
  border: none;
  transition: none;
  position: relative;
}
/* line 178, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header .btn.btn-link:hover {
  text-decoration: none;
}
/* line 181, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header .btn.btn-link:focus {
  box-shadow: none;
  text-decoration: none;
}
/* line 185, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header .btn.btn-link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 197, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header .btn.btn-link:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 209, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header .btn.btn-link.collapsed:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(450deg);
  -webkit-transform: rotate(450deg);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 222, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header .btn.btn-link.collapsed:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
}
/* line 238, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-header .btn-ingredients.collapsed {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 243, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-body {
  padding: 10px 0;
}
/* line 245, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-body .col-left,
.product-page-banner .red-row .accordion-container .accordion-product .card .card-body .col-right {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
}
/* line 249, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-body .col-left {
  text-align: left;
}
/* line 252, ../scss/modules/wp-modules/product-page/product-banner.scss */
.product-page-banner .red-row .accordion-container .accordion-product .card .card-body .col-right {
  text-align: right;
}

/* line 2, ../scss/modules/wp-modules/product-page/product-recipe.scss */
.single-product .container-recipes {
  padding: 0;
}
/* line 6, ../scss/modules/wp-modules/product-page/product-recipe.scss */
.single-product .pastas-gallo-global-slider-style h3 {
  margin-bottom: 10px;
}
/* line 9, ../scss/modules/wp-modules/product-page/product-recipe.scss */
.single-product .pastas-gallo-global-slider-style h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 14, ../scss/modules/wp-modules/product-page/product-recipe.scss */
.single-product .pastas-gallo-global-slider-style.product-recipe .swiper-button-next.swiper-button-next-recipe,
.single-product .pastas-gallo-global-slider-style.product-recipe .swiper-button-prev.swiper-button-prev-recipe {
  top: 40%;
}
@media (max-width: 1023px) {
  /* line 14, ../scss/modules/wp-modules/product-page/product-recipe.scss */
  .single-product .pastas-gallo-global-slider-style.product-recipe .swiper-button-next.swiper-button-next-recipe,
  .single-product .pastas-gallo-global-slider-style.product-recipe .swiper-button-prev.swiper-button-prev-recipe {
    display: none;
  }
}
/* line 22, ../scss/modules/wp-modules/product-page/product-recipe.scss */
.single-product .pastas-gallo-global-slider-style.product-recipe.swiper-destroyed .swiper-container {
  overflow: unset;
}
/* line 24, ../scss/modules/wp-modules/product-page/product-recipe.scss */
.single-product .pastas-gallo-global-slider-style.product-recipe.swiper-destroyed .swiper-container .swiper-wrapper {
  display: flex;
  justify-content: center;
}
/* line 27, ../scss/modules/wp-modules/product-page/product-recipe.scss */
.single-product .pastas-gallo-global-slider-style.product-recipe.swiper-destroyed .swiper-container .swiper-wrapper .swiper-slide {
  flex: 1;
}
/* line 32, ../scss/modules/wp-modules/product-page/product-recipe.scss */
.single-product .pastas-gallo-global-slider-style.product-recipe.swiper-destroyed .swiper-button-next.swiper-button-next-recipe,
.single-product .pastas-gallo-global-slider-style.product-recipe.swiper-destroyed .swiper-button-prev.swiper-button-prev-recipe {
  display: none;
}

@media (max-width: 1023px) {
  /* line 2, ../scss/modules/wp-modules/product-page/related-product.scss */
  .single-product .widget-recipe-slider,
  .single-product .related-recipes-container {
    padding-top: 36px;
    padding-bottom: 45px;
  }
}
/* line 9, ../scss/modules/wp-modules/product-page/related-product.scss */
.single-product .related-products {
  width: 100%;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_desktop@2x.jpg");
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 9, ../scss/modules/wp-modules/product-page/related-product.scss */
  .single-product .related-products {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_mobile@2x.jpg");
  }
}
/* line 20, ../scss/modules/wp-modules/product-page/related-product.scss */
.single-product .pastas-gallo-global-slider-style h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
/* line 24, ../scss/modules/wp-modules/product-page/related-product.scss */
.single-product .pastas-gallo-global-slider-style h2 {
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* line 32, ../scss/modules/wp-modules/product-page/related-product.scss */
.content-recipe-slider-single-page {
  padding: 60px 0 95px;
}

/* line 2, ../scss/modules/wp-modules/chef-gallo/banner-chef-gallo.scss */
.banner-chef-gallo .banner-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  /* line 2, ../scss/modules/wp-modules/chef-gallo/banner-chef-gallo.scss */
  .banner-chef-gallo .banner-container {
    padding-top: 100px;
  }
}
/* line 13, ../scss/modules/wp-modules/chef-gallo/banner-chef-gallo.scss */
.banner-chef-gallo .banner-container .content-banner-recipes {
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 19, ../scss/modules/wp-modules/chef-gallo/banner-chef-gallo.scss */
.banner-chef-gallo .banner-container .content-banner-recipes h2 {
  font-family: Karma, sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  color: #e1302b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 19, ../scss/modules/wp-modules/chef-gallo/banner-chef-gallo.scss */
  .banner-chef-gallo .banner-container .content-banner-recipes h2 {
    font-size: 20px;
  }
}
/* line 24, ../scss/modules/wp-modules/chef-gallo/banner-chef-gallo.scss */
.banner-chef-gallo .banner-container .content-banner-recipes h1 {
  margin-bottom: 20px;
}
/* line 27, ../scss/modules/wp-modules/chef-gallo/banner-chef-gallo.scss */
.banner-chef-gallo .banner-container .content-banner-recipes a {
  width: fit-content;
}

/* line 2, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 0 0 0;
}
@media (max-width: 767px) {
  /* line 2, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .filter-or-search {
    max-width: 315px;
    width: calc(100% - 60px);
    margin: auto;
    justify-content: space-between;
  }
}
/* line 14, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search.active .filter-button {
  margin-right: 10px;
}
/* line 17, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search.active span {
  display: none;
}
/* line 20, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search.active .search-field {
  display: block;
}
/* line 24, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search .search-field {
  display: none;
  max-width: 500px;
  background-color: white;
  border-bottom: 2px solid #e1302b;
  border-radius: unset;
}
@media (max-width: 767px) {
  /* line 24, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .filter-or-search .search-field {
    max-width: calc(100% - 90px);
  }
}
/* line 34, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search a {
  text-transform: uppercase;
}
/* line 36, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search a span {
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 39, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search a:hover {
  display: block;
  cursor: pointer;
}
/* line 43, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search a.filter-button {
  margin-right: 60px;
}
/* line 46, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .filter-or-search a img {
  max-width: 40px;
}
/* line 51, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .active-dropdown {
  display: none;
}
/* line 54, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .close-search-engine {
  margin: 0 auto;
  max-width: 1045px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 54, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .close-search-engine {
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: -30px;
  }
}
/* line 67, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .close-search-engine img {
  max-width: 40px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  /* line 67, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .close-search-engine img {
    margin-right: 20px;
    margin-top: 20px;
  }
}
/* line 75, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .close-search-engine img:hover {
  cursor: pointer;
}
/* line 79, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .close-search-engine span {
  width: 15px;
  height: 2px;
  background-color: #e1302b;
  position: absolute;
  right: 0;
}
@media (max-width: 1023px) {
  /* line 79, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .close-search-engine span {
    right: 15px;
  }
}
/* line 88, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .close-search-engine span:hover {
  cursor: pointer;
}
/* line 91, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .close-search-engine span.line-two {
  transform: rotate(135deg);
}
/* line 94, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .close-search-engine span.line-one {
  transform: rotate(45deg);
}
/* line 99, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 670px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 99, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .row-search-engine-chef-gallo {
    width: calc(100% - 60px);
  }
}
/* line 108, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 767px) {
  /* line 108, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .row-search-engine-chef-gallo .col-search-engine {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 116, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .row-search-engine-chef-gallo .col-search-engine.last .dropdown {
    margin-bottom: 44px;
  }
}
/* line 122, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine h6 {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: white;
  font-weight: 800;
}
@media (max-width: 767px) {
  /* line 122, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .row-search-engine-chef-gallo .col-search-engine h6 {
    margin-bottom: 15px;
  }
}
/* line 133, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine img {
  max-width: 110px;
  height: auto;
  margin: 0 10%;
  position: relative;
}
/* line 139, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-toggle {
  width: 100%;
  max-width: 100%;
  height: 40px;
  border-radius: 0;
  background-color: #000000;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: Arquitecta;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}
@media (max-width: 767px) {
  /* line 139, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-toggle {
    text-align: left;
  }
}
/* line 161, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-toggle::after {
  display: none;
}
/* line 164, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-toggle::before {
  content: "";
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/btn-flechader-rojo_2@3x.png)");
  background-size: cover;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  color: #000;
  color: #000;
  border: none;
  position: absolute;
  right: 10px;
  -ms-transform: rotate(90deg) translateX(-20%) translateY(-50%);
  -webkit-transform: rotate(90deg) translate(-20%, -50%);
  transform: rotate(90deg) translate(-20%, -50%);
}
/* line 181, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-toggle[aria-expanded="true"] {
  border-bottom: none;
}
/* line 185, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown {
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  /* line 185, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown {
    margin-bottom: 0;
  }
}
/* line 191, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-menu {
  width: 100%;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow-y: scroll;
  padding-top: 30px;
  padding-bottom: 30px;
  top: 100% !important;
  left: 0px;
  transform: translate3d(0px, 0px, 0px) !important;
}
@media (max-width: 767px) {
  /* line 191, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-menu {
    top: 0 !important;
    position: relative !important;
  }
}
@media (max-width: 767px) {
  /* line 208, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-menu ul {
    top: 0;
    position: relative !important;
  }
}
/* line 214, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-menu li {
  text-align: center;
  background-color: #ffffff;
  padding: 0 25px;
}
/* line 218, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-menu li span {
  display: block;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0;
  color: #000000;
}
/* line 225, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-menu li span:hover {
  color: #e1302b;
}
/* line 229, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .col-search-engine .dropdown-menu li:hover {
  cursor: pointer;
}
/* line 235, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .row-search-engine-chef-gallo .time-execution {
  color: #e1302b;
  position: absolute;
  font-weight: 900;
}
/* line 241, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .pastas-gallo-button {
  width: calc(100% - 2px);
  margin: 0 auto;
}
/* line 245, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .timer-search-engine,
.search-chef-gallo .dificulty-search-engine {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 75px;
  flex: 1;
}
@media (max-width: 767px) {
  /* line 245, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .timer-search-engine,
  .search-chef-gallo .dificulty-search-engine {
    margin-bottom: 45px;
  }
}
/* line 256, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .timer-search-engine.active,
.search-chef-gallo .dificulty-search-engine.active {
  display: flex;
}
/* line 260, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .timer-search-engine img.symbol,
.search-chef-gallo .dificulty-search-engine img.symbol {
  max-width: 40px;
}
/* line 262, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .timer-search-engine img.symbol:hover,
.search-chef-gallo .dificulty-search-engine img.symbol:hover {
  cursor: pointer;
}
/* line 267, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .timer-search-engine .text-selected,
.search-chef-gallo .dificulty-search-engine .text-selected {
  width: 100%;
  color: #e1302b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
/* line 280, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .dificulty-search-engine {
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 280, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .dificulty-search-engine {
    margin-top: -15px;
  }
}
/* line 288, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .container-search-engine-chef-gallo {
  display: none;
  width: 100%;
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  /* line 288, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
  .search-chef-gallo .container-search-engine-chef-gallo {
    padding: 0;
    padding-bottom: 50px;
  }
}
/* line 301, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .delete-filter {
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  margin-top: 20px;
  width: 100%;
}
/* line 312, ../scss/modules/wp-modules/chef-gallo/search-chef-gallo.scss */
.search-chef-gallo .delete-filter:hover {
  cursor: pointer;
}

/* line 1, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo {
  position: relative;
}
/* line 3, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .container-recipes {
  padding-top: 75px;
  max-width: 1045px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 3, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .container-recipes {
    /* IE10+ CSS styles go here */
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 3, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .container-recipes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 3, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .container-recipes {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  /* line 3, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .container-recipes {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 32, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .container-recipes #loaderDiv {
  margin: auto;
  max-width: 100px;
  display: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / 4;
}
/* line 42, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .container-recipes #loaderDiv img {
  margin: auto;
  width: 100%;
  height: auto;
}
/* line 48, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .container-recipes .alert.alert-danger {
  grid-column: 1 / 4;
}
@media (max-width: 1023px) {
  /* line 51, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .container-recipes .card-recipe {
    margin-bottom: 50px;
  }
}
/* line 57, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo button {
  outline: none;
  border: none;
}
/* line 61, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .recipes-recommender {
  z-index: 1;
  position: fixed;
  left: -160px;
  top: 40vh;
  border: none;
  background-color: transparent;
  padding: 0;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
}
/* line 74, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .recipes-recommender.active-button-recomender {
  position: fixed;
  left: 0;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
  z-index: 2;
}
/* line 84, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .recipes-recommender img {
  max-width: 120px;
}
/* line 89, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog {
  max-width: 540px;
  max-height: 540px;
  /*top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}
/* line 98, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content {
  background-color: #000000;
  width: 100%;
  height: 100%;
  max-width: 540px;
  max-height: 540px;
}
/* line 104, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header {
  position: relative;
  border-bottom: none;
  border-top-left-radius: none;
  border-top-right-radius: none;
  flex-direction: column;
  padding-bottom: 0;
  padding-top: 53px;
}
/* line 112, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-bottom: 20px;
  padding: 0;
  margin: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 2;
}
/* line 123, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .close .close-img {
  max-width: 100%;
}
/* line 126, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .close span {
  width: 15px;
  height: 2px;
  background-color: #e1302b;
  position: absolute;
  right: 0;
}
/* line 132, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .close span:hover {
  cursor: pointer;
}
/* line 135, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .close span.line-two {
  transform: rotate(135deg);
}
/* line 138, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .close span.line-one {
  transform: rotate(45deg);
}
/* line 143, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .modal-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
/* line 149, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .modal-title h5 {
  font-family: Karma;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 160, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .modal-title img {
  width: 70px;
  height: auto;
}
/* line 165, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .modal-paragraph-title {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 15px;
  color: #ffffff;
}
/* line 179, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-header .modal-paragraph-title.margin-bottom {
  margin-bottom: 65px;
}
/* line 184, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body {
  display: flex;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 0;
}
@media (max-width: 767px) {
  /* line 184, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
}
/* line 193, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .modal-title img {
  width: 70px;
  height: auto;
  max-width: 70px;
  margin-bottom: 3px;
}
/* line 200, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .page-step {
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 47%;
}
/* line 208, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body {
  padding: 0 50px;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  width: 100%;
  min-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  /* line 208, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body {
    padding: 20px;
    padding-bottom: 30px;
  }
}
/* line 218, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .content-image-selector {
  display: flex;
  margin-bottom: 75px;
}
/* line 222, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body h5 {
  font-family: Karma, sans-serif;
  font-size: 20px;
  color: #e1302b;
}
/* line 227, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body h6 {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 227, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body h6 {
    display: none;
  }
}
/* line 236, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body p {
  margin: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 236, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body p {
    max-width: 100%;
  }
}
/* line 242, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body.first-page-modal-option {
  margin-top: 32px;
}
/* line 245, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .modal-second-paragraph {
  max-width: 250px;
  margin: 0 auto;
  font-size: 22px;
  font-family: Arquitecta;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
/* line 258, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .modal-second-paragraph strong {
  font-size: 24px !important;
}
/* line 262, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .midle-text-slide {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
}
/* line 267, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .h5-margin {
  margin-bottom: 14px;
}
/* line 270, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-0,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-1,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-2,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-3,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-4,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-5,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-6 {
  width: calc(33% - 7.5px);
  margin-right: 15px;
  background-color: rgba(34, 34, 34, 0.5);
  padding: 0px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px 15px 15px;
}
/* line 285, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-0 p,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-1 p,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-2 p,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-3 p,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-4 p,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-5 p,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-6 p {
  margin-top: -10px;
  padding: 0;
}
/* line 289, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-0:hover,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-1:hover,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-2:hover,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-3:hover,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-4:hover,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-5:hover,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-6:hover {
  cursor: pointer;
}
/* line 292, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-0:last-child,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-1:last-child,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-2:last-child,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-3:last-child,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-4:last-child,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-5:last-child,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-6:last-child {
  margin-right: 0;
}
/* line 295, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-0.active-option,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-1.active-option,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-2.active-option,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-3.active-option,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-4.active-option,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-5.active-option,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-6.active-option {
  background-color: #e1302b;
}
/* line 297, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-0.active-option .image-active-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-1.active-option .image-active-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-2.active-option .image-active-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-3.active-option .image-active-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-4.active-option .image-active-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-5.active-option .image-active-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-6.active-option .image-active-recommender {
  display: block;
  width: 100%;
  height: auto;
}
/* line 302, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-0.active-option .image-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-1.active-option .image-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-2.active-option .image-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-3.active-option .image-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-4.active-option .image-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-5.active-option .image-recommender,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .bk-recommender-6.active-option .image-recommender {
  display: none;
  width: 100%;
  height: auto;
}
/* line 309, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .image-active-recommender {
  display: none;
  width: 100%;
  height: auto;
}
/* line 314, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .image-recommender {
  display: block;
  width: 100%;
  height: auto;
}
/* line 319, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body p {
  color: #ffffff;
}
/* line 322, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body p strong {
  color: #ffffff;
}
/* line 326, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .swiper-container,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .swiper-wrapper {
  padding-bottom: 15px;
}
/* line 331, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .swiper-slide h5 {
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 331, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .swiper-slide h5 {
    margin-bottom: 0;
  }
}
/* line 346, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .swiper-slide h6 {
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  text-transform: lowercase;
  color: #ffffff;
}
/* line 359, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* line 365, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
}
/* line 369, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .content-modal-body .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #e1302b;
  opacity: 1;
}
/* line 376, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body div#loaderDiv {
  max-width: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 382, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body div#loaderDiv img {
  width: 100%;
  height: auto;
}
/* line 387, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .swiper-button-next {
  right: 0 !important;
  left: auto;
}
/* line 391, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .swiper-button-prev {
  left: 0 !important;
  right: auto;
}
/* line 395, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .swiper-button-next,
.content-chef-gallo .modal .modal-dialog .modal-content .modal-body .swiper-button-prev {
  display: block !important;
  top: 24%;
}
/* line 401, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  border-bottom-right-radius: none;
  border-bottom-left-radius: none;
  justify-content: center;
  padding: 0;
}
/* line 407, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .modal-dialog .modal-content .modal-footer button {
  width: 275px;
  margin: 0 0 -15px 0;
}
/* line 414, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.content-chef-gallo .modal .shake {
  animation: shake 150ms 2 linear;
  -moz-animation: shake 150ms 2 linear;
  -webkit-animation: shake 150ms 2 linear;
  -o-animation: shake 150ms 2 linear;
}
@keyframes shake {
  0% {
    transform: translate(3px, 0);
  }
  50% {
    transform: translate(-3px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(3px, 0);
  }
  50% {
    -moz-transform: translate(-3px, 0);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(3px, 0);
  }
  50% {
    -webkit-transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-ms-keyframes shake {
  0% {
    -ms-transform: translate(3px, 0);
  }
  50% {
    -ms-transform: translate(-3px, 0);
  }
  100% {
    -ms-transform: translate(0, 0);
  }
}
@-o-keyframes shake {
  0% {
    -o-transform: translate(3px, 0);
  }
  50% {
    -o-transform: translate(-3px, 0);
  }
  100% {
    -o-transform: translate(0, 0);
  }
}
/* line 478, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.container-recipes-selected {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 50px 0;
}
@media (min-width: 1024px) {
  /* line 478, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .container-recipes-selected {
    max-width: 1040px;
  }
}
@media (max-width: 767px) {
  /* line 485, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .container-recipes-selected .card-recipe {
    margin-bottom: 30px;
  }
}

/* line 493, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.result-recommender .midle-text-slide {
  font-family: Arquitecta;
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 8px !important;
}

@media (max-width: 600px) {
  /* line 508, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
  .recipe-recommender-section .modal-dialog {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/* line 517, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.other-options-recomender {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 521, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.other-options-recomender label {
  color: white;
  font-weight: normal;
}
/* line 525, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
.other-options-recomender input#ninguna {
  margin-top: -70px;
  width: 10px;
}

/* line 533, ../scss/modules/wp-modules/chef-gallo/content-chef-gallo.scss */
#pescadoMarisco p {
  font-size: 16px;
}

/* line 2, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .background-banner-recipes {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  max-height: 300px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 2, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
  .section-banner-recipe .background-banner-recipes {
    max-height: 350px;
  }
}
/* line 13, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .product-image-for-recipe {
  max-width: 170px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}
/* line 19, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .container-recipe-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -120px;
  margin-bottom: 50px;
  position: relative;
}
/* line 28, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .content-properties {
  display: flex;
  justify-content: space-between;
  width: 200px;
}
/* line 33, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .property {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  text-transform: uppercase;
}
/* line 40, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe h1 {
  max-width: 490px;
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  /* line 40, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
  .section-banner-recipe h1 {
    max-width: calc(100% - 60px);
    font-size: 24px;
    margin-bottom: 3px;
  }
}
/* line 51, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe h2 {
  max-width: 480px;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 51, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
  .section-banner-recipe h2 {
    font-size: 24px;
    max-width: calc(100% - 60px);
    margin-bottom: 30px;
  }
}
/* line 68, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe-button {
  width: 50px;
  height: 50px;
  background-color: #e1302b;
}
/* line 72, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe-button:hover {
  cursor: pointer;
}
/* line 75, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe-button img {
  width: 100%;
  height: auto;
}
/* line 80, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe {
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 84, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe .modal-content {
  background-color: transparent;
  border-radius: none;
  border: none;
  padding: 0;
}
/* line 89, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe .modal-content .swiper-slide {
  width: 420px;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 96, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe .modal-content img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* line 102, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe .modal-content video {
  width: 100%;
  height: auto;
}
/* line 106, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe .modal-content .swiper-pagination.modal-page.swiper-pagination-bullets {
  margin-top: 30px;
}
/* line 108, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe .modal-content .swiper-pagination.modal-page.swiper-pagination-bullets span {
  margin-right: 5px;
}
/* line 112, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe .modal-content .swiper-button-next {
  right: -50px;
  top: 45%;
}
/* line 116, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-banner-recipes.scss */
.section-banner-recipe .modal-slide-recipe .modal-content .swiper-button-prev {
  left: -50px;
  top: 45%;
}

/* line 1, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
/* line 6, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .ingredients {
  background-color: #f0ebe7;
}
/* line 9, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .tips {
  background-color: #dbd3cd;
}
/* line 12, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .ingredient-and-tips-col {
  width: 50%;
  padding: 70px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 12, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .ingredient-and-tips-col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 22, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .ingredient-and-tips-col.tips {
    padding-bottom: 60px;
  }
}
/* line 26, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .ingredient-and-tips-col.tips h2 {
  margin-bottom: 35px;
}
/* line 30, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .ingredient-and-tips-col h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  /* line 30, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .ingredient-and-tips-col h2 {
    margin-bottom: 30px;
  }
}
/* line 38, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .ingredient-and-tips-col .receta-aceite {
  position: absolute;
  left: 0;
  bottom: -50px;
  height: 330px;
  width: auto;
}
@media (max-width: 1023px) {
  /* line 38, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .ingredient-and-tips-col .receta-aceite {
    left: auto;
    right: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  /* line 38, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .ingredient-and-tips-col .receta-aceite {
    height: 260px;
  }
}
/* line 53, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .ingredient-and-tips-col .receta-cuchara {
  position: absolute;
  right: 0;
  bottom: -50px;
  height: auto;
  width: 330px;
}
@media (max-width: 1023px) {
  /* line 53, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .ingredient-and-tips-col .receta-cuchara {
    width: 200px;
  }
}
/* line 64, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .product-row {
  max-width: 350px;
  margin: 0 auto;
}
/* line 67, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .product-row p {
  display: flex;
  font-size: 22px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
/* line 73, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .product-row p i {
  margin-right: 15px;
  position: absolute;
  top: 10px;
  left: 0;
}
/* line 81, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style {
  position: relative;
}
@media (max-width: 1023px) {
  /* line 81, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .pastas-gallo-global-slider-style {
    max-width: calc(100% - 30px);
    margin: auto;
  }
}
/* line 87, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-container {
  width: 380px;
  height: 380px;
}
@media (max-width: 767px) {
  /* line 87, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .pastas-gallo-global-slider-style .swiper-container {
    width: 320px;
    height: 320px;
    max-width: calc(100% - 30px);
  }
}
/* line 96, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-container .swiper-slide {
  height: auto;
}
/* line 98, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-container .swiper-slide .step-padding {
  height: calc(100% - 50px);
  margin-top: 50px;
  background-color: #e1302b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 120px 70px 70px 70px;
}
@media (max-width: 767px) {
  /* line 98, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .pastas-gallo-global-slider-style .swiper-container .swiper-slide .step-padding {
    padding: 120px 20px 70px 20px;
  }
}
/* line 111, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-container .swiper-slide .step-padding p {
  text-align: center;
  font-size: 22px;
  color: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 111, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .pastas-gallo-global-slider-style .swiper-container .swiper-slide .step-padding p {
    max-width: 100%;
  }
}
/* line 120, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-container .swiper-slide .step {
  width: 100px;
  height: 100px;
  background-color: #000000;
  position: absolute;
  top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arquitecta;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  color: #e1302b;
  font-family: Karma;
}
/* line 133, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-container .swiper-slide .step span {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1023px) {
  /* line 133, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .pastas-gallo-global-slider-style .swiper-container .swiper-slide .step span {
    font-size: 40px;
  }
}
/* line 139, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-button-next,
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-button-prev {
  position: absolute;
  top: 50%;
}
/* line 144, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-button-prev {
  left: -80px;
}
@media (max-width: 1023px) {
  /* line 144, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .pastas-gallo-global-slider-style .swiper-button-prev {
    left: -30px;
    display: block !important;
    width: 22px !important;
  }
}
/* line 152, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-button-next {
  right: -80px;
}
@media (max-width: 1023px) {
  /* line 152, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
  .ingredients-preparation .pastas-gallo-global-slider-style .swiper-button-next {
    right: -30px;
    display: block !important;
    width: 22px !important;
  }
}
/* line 160, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-pagination-bullet {
  background: #ffffff;
}
/* line 163, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-ingredient-and-tips.scss */
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-container-horizontal > .swiper-pagination-bullets,
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-pagination-custom,
.ingredients-preparation .pastas-gallo-global-slider-style .swiper-pagination-fraction {
  bottom: 30px;
}

/* line 1, ../scss/modules/wp-modules/chef-gallo-recipe/recipe-nutrition-and-tips.scss */
.recipes-nutrition-and-tips {
  padding: 60px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(27, 11, 0, 0.03) 20%, rgba(31, 13, 0, 0.02) 75%, rgba(32, 14, 0, 0.01) 89%, rgba(33, 14, 0, 0) 98%);
}

/* line 1, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-nutrition_and_tips {
  height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 9, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-nutrition_and_tips .content-banner {
  max-width: 535px;
  margin: auto;
  padding-top: 70px;
}
/* line 13, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-nutrition_and_tips .content-banner h2 {
  font-family: Karma;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 16, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-nutrition_and_tips .content-banner h1 {
  font-size: 80px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  color: #000000;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 16, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
  .banner-nutrition_and_tips .content-banner h1 {
    font-size: 56px;
  }
}
/* line 21, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-nutrition_and_tips .content-banner p {
  text-align: center;
}

/* line 27, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector {
  background-color: #e1302b;
  /*    .swiper-category-blog {
          ms-transform: translateX(0%) translateY(-8%);
          -webkit-transform: translate(0%, -8%);
          transform: translate(0%, -8%);
          @include for-tablet-landscape-up {
              ms-transform: translateX(3%) translateY(-8%);
              -webkit-transform: translate(3%, -8%);
              transform: translate(3%, -8%);
              transform: translate(3%, -8%);
          }
      } */
}
@media (min-width: 1024px) {
  /* line 27, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
  .banner-category-selector {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 120px;
  }
}
@media (max-width: 1023px) {
  /* line 27, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
  .banner-category-selector {
    max-height: 120px;
    margin-left: -100px;
  }
}
/* line 40, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-position {
  position: relative;
  margin-right: 20px;
  width: 140px;
}
/* line 45, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
}
/* line 52, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item:hover {
  cursor: pointer;
  background-color: #000000;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 63, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item:hover img {
  display: none;
}
/* line 66, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item:hover .active-category {
  display: block;
}
/* line 70, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item.active {
  background-color: #000000;
  padding: 30px 20px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 80, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item.active img {
  display: none;
}
/* line 83, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item.active .active-category {
  display: block;
}
/* line 87, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item h5 {
  text-align: center;
  font-family: Arquitecta;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 92, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item img {
  max-width: 40px;
}
/* line 95, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .category-item .active-category {
  display: none;
}
/* line 110, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
}
@media (max-width: 1023px) {
  /* line 110, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
  .banner-category-selector .swiper-slide {
    width: 140px;
  }
}
/* line 120, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide img {
  max-width: 25px;
  width: 100%;
  height: auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
}
/* line 130, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide.swiper-slide-active {
  background-color: #000000;
  transform: scale(1.1);
}
/* line 134, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide.swiper-slide-active .category-item-mobile img {
  display: none;
}
/* line 137, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide.swiper-slide-active .category-item-mobile .active-category {
  display: block;
}
/* line 142, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide .category-item-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 147, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide .category-item-mobile img {
  display: block;
}
/* line 150, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide .category-item-mobile .active-category {
  display: none;
}
/* line 154, ../scss/modules/wp-modules/nutrition-and-tips/banner-nutrition-and-tips.scss */
.banner-category-selector .swiper-slide h5 {
  text-transform: uppercase;
  text-align: center;
  font-family: Arquitecta;
  font-size: 14px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

/* line 2, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips {
  max-width: 1045px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
/* line 9, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips img {
  max-width: 40px;
}
/* line 12, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips .delete-text {
  display: none;
}
/* line 15, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips .loupe {
  display: block;
}
/* line 19, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips.active input {
  display: block;
}
/* line 23, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips.active a span {
  display: none;
}
/* line 27, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips.active .delete-text {
  display: block;
}
/* line 30, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips.active .loupe {
  display: none;
}
/* line 34, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips input {
  display: none;
  max-width: 500px;
  background-color: #fff;
  border-bottom: 2px solid #e1302b;
  border-radius: 0;
}
@media (max-width: 1023px) {
  /* line 34, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
  .nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips input {
    max-width: calc(100% - 100px);
  }
}
/* line 44, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 48, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips a:hover {
  cursor: pointer;
}
/* line 51, ../scss/modules/wp-modules/nutrition-and-tips/nutrition-and-tips-search-engine.scss */
.nutrition_and_tips_search_engine .filter-or-search-nutrition-and-tips a span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}

/* line 1, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
.content-tips-and-nutrition {
  max-width: 1045px;
  margin: 0 auto;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
  .content-tips-and-nutrition {
    width: calc(100% - 60px);
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 12, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
.content-tips-and-nutrition .card-post {
  width: calc(33% - 33.33px);
  margin-right: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 12, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
  .content-tips-and-nutrition .card-post {
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 12, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
  .content-tips-and-nutrition .card-post {
    width: calc(50% - 25px);
  }
}
@media (min-width: 1024px) {
  /* line 24, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
  .content-tips-and-nutrition .card-post:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 29, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
  .content-tips-and-nutrition .card-post:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 34, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
.content-tips-and-nutrition .card-post .image-post {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
/* line 41, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
.content-tips-and-nutrition #loaderDiv,
.content-tips-and-nutrition #loaderDivBottom {
  width: 100%;
  max-width: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1 / 4;
}
/* line 50, ../scss/modules/wp-modules/nutrition-and-tips/content-tips-and-nutritition.scss */
.content-tips-and-nutrition #loaderDiv img,
.content-tips-and-nutrition #loaderDivBottom img {
  width: 100%;
  height: auto;
}

/* line 1, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
.banner-nutrition-and-tips-single {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 210px;
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
  .banner-nutrition-and-tips-single {
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
  .banner-nutrition-and-tips-single {
    margin-bottom: 210px;
    height: 380px;
  }
}
/* line 17, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
.banner-nutrition-and-tips-single h1 {
  text-transform: uppercase;
}
/* line 20, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
.banner-nutrition-and-tips-single .content-category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 20, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
  .banner-nutrition-and-tips-single .content-category {
    display: block;
  }
}
/* line 28, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
.banner-nutrition-and-tips-single .content-category h2 {
  font-family: Karma;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  font-size: 16px;
  margin-right: 10px;
}
/* line 34, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
.banner-nutrition-and-tips-single .content-banner {
  padding: 50px 160px;
  background-color: #f0ebe7;
  max-width: 840px;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 1023px) {
  /* line 34, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-banner.scss */
  .banner-nutrition-and-tips-single .content-banner {
    width: calc(100% - 120px);
    padding: 50px 15px;
  }
}

/* line 1, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-content.scss */
.single-content {
  max-width: 600px;
  margin: auto;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-content.scss */
  .single-content {
    padding: 0;
  }
}
/* line 7, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-content.scss */
.single-content article {
  margin-bottom: 93px;
}
@media (max-width: 767px) {
  /* line 7, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-content.scss */
  .single-content article {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 13, ../scss/modules/wp-modules/nutrition-and-tips-single/nutrition-and-tips-single-content.scss */
  .single-content .type-post {
    padding: 0 40px;
  }
}

/* line 3, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-blue-section {
  background-color: #1b8ac2;
}
/* line 7, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-grey-section {
  background-color: #f0ebe7;
}
/* line 11, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .certification-without-gluten-blue-section,
.certification-without-gluten .certification-without-gluten-grey-section {
  max-width: 620px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  /* line 11, ../scss/modules/wp-modules/certification-without-gluten.scss */
  .certification-without-gluten .certification-without-gluten-blue-section,
  .certification-without-gluten .certification-without-gluten-grey-section {
    padding: 80px 30px;
  }
}
/* line 25, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .certification-without-gluten-blue-section img {
  max-width: 135px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
/* line 32, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .certification-without-gluten-blue-section h2 {
  font-weight: 500;
  font-size: 30px !important;
}
/* line 37, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .certification-without-gluten-blue-section h3 {
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  font-family: Arquitecta;
  margin-bottom: 30px;
}
/* line 46, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .certification-without-gluten-blue-section p {
  font-family: Arquitecta;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: white;
  margin-bottom: 25px;
  text-align: left;
  font-size: 18px;
  text-align: center;
}
/* line 61, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-grey-section {
  position: relative;
}
/* line 64, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-grey-section .certification-without-gluten-grey-section {
  position: relative;
}
/* line 67, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-grey-section .certification-without-gluten-grey-section .bodegon-without-gluten {
  max-width: 160px;
  max-width: 160px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 81, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-grey-section .certification-without-gluten-grey-section h2 {
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  font-size: 40px;
}
/* line 89, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-grey-section .certification-without-gluten-grey-section p {
  position: relative;
  z-index: 2;
  font-family: Arquitecta;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: black;
  margin-bottom: 18px;
  text-align: left;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
/* line 106, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-grey-section .certification-without-gluten-grey-section .list-icons {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  /* line 106, ../scss/modules/wp-modules/certification-without-gluten.scss */
  .certification-without-gluten .row-certification-without-gluten-grey-section .certification-without-gluten-grey-section .list-icons {
    max-width: 100%;
  }
}
/* line 119, ../scss/modules/wp-modules/certification-without-gluten.scss */
.certification-without-gluten .row-certification-without-gluten-grey-section .espiga-without-gluten {
  position: absolute;
  right: 0;
  height: 630px;
  width: auto;
  top: -65px;
  z-index: 1;
}

/* line 1, ../scss/modules/wp-modules/instagram-block.scss */
.instagram-red-row {
  background-image: url("../images/wood_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;  
  padding: 35px 0 13px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
/* line 10, ../scss/modules/wp-modules/instagram-block.scss */
.instagram-red-row img {
  max-width: 100px;
  width: 54px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 22, ../scss/modules/wp-modules/instagram-block.scss */
.instagram-red-row p {
  display: block;
  margin: 0;
  color: white;
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
/* line 30, ../scss/modules/wp-modules/instagram-block.scss */
.instagram-red-row p br {
  display: block;
}
/* line 34, ../scss/modules/wp-modules/instagram-block.scss */
.instagram-red-row p.gallo-without-gluten-instagram {
  font-weight: bold;
  margin-bottom: 0;
}
/* line 39, ../scss/modules/wp-modules/instagram-block.scss */
.instagram-red-row p .instagram-tag {
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}

/*------------------------------------*\
* Imports elementor widgets
\*------------------------------------*/
/* line 1, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image {
  background-color: #000000;
  padding: 80px 0;
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
  .container-text-cta-image {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
/* line 8, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image {
  max-width: 840px;
  margin: auto;
  padding-top: 0;
}
@media (max-width: 1023px) {
  /* line 8, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
  .container-text-cta-image .text-cta-image {
    padding: 40px 0 0 0;
    padding-top: 0;
  }
}
/* line 16, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .control-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
/* line 25, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .control-container .humo-container {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 100%;
}
/* line 31, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .control-container .smoke-banner {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  opacity: 0;
}
/* line 40, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .control-container h3,
.container-text-cta-image .text-cta-image .control-container h2,
.container-text-cta-image .text-cta-image .control-container p {
  max-width: 390px;
  text-align: center;
}
/* line 46, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .control-container h3 {
  font-family: Karma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 46, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
  .container-text-cta-image .text-cta-image .control-container h3 {
    font-size: 20px;
  }
}
/* line 50, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .control-container h2 {
  font-size: 80px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 50, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
  .container-text-cta-image .text-cta-image .control-container h2 {
    font-size: 56px;
  }
}
/* line 54, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .control-container p {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  /* line 54, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
  .container-text-cta-image .text-cta-image .control-container p {
    font-size: 20px;
    max-width: 260px;
    margin: auto;
    margin-bottom: 60px;
  }
}
/* line 65, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .control-container .pastas-gallo-button {
  z-index: 1;
  margin-bottom: -15px;
}
/* line 70, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .content-image {
  width: 100%;
  height: 360px;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 70, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
  .container-text-cta-image .text-cta-image .content-image {
    height: 280px;
  }
}
/* line 77, ../scss/modules/elementor-widgets/title-text-cta-image/text-cta-image.scss */
.container-text-cta-image .text-cta-image .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/************************************Blog************************************/
/* line 1, ../scss/modules/elementor-widgets/blog/widtget-text-and-square.scss */
.widget-blog-square-and-text {
  max-width: 380px;
  margin: auto;
  position: relative;
}
/* line 5, ../scss/modules/elementor-widgets/blog/widtget-text-and-square.scss */
.widget-blog-square-and-text::after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #e1302b;
  position: absolute;
  left: -20px;
  top: -15px;
  z-index: -1;
}
/* line 15, ../scss/modules/elementor-widgets/blog/widtget-text-and-square.scss */
.widget-blog-square-and-text h2 {
  font-size: 24px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/elementor-widgets/blog/widtget-text-and-square.scss */
  .widget-blog-square-and-text {
    width: calc(100% - 40px);
  }
}

/* line 1, ../scss/modules/elementor-widgets/blog/widget-text-and-bar.scss */
.widget-blog-bar-and-text {
  position: relative;
}
/* line 3, ../scss/modules/elementor-widgets/blog/widget-text-and-bar.scss */
.widget-blog-bar-and-text::after {
  content: '';
  width: 6px;
  height: 100%;
  background-color: #e1302b;
  position: absolute;
  left: -20px;
  top: 0;
}
@media (max-width: 767px) {
  /* line 3, ../scss/modules/elementor-widgets/blog/widget-text-and-bar.scss */
  .widget-blog-bar-and-text::after {
    left: -40px;
  }
}
/* line 15, ../scss/modules/elementor-widgets/blog/widget-text-and-bar.scss */
.widget-blog-bar-and-text h3 {
  font-family: Arquitecta;
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.93;
  letter-spacing: normal;
  font-weight: 100;
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  /* line 15, ../scss/modules/elementor-widgets/blog/widget-text-and-bar.scss */
  .widget-blog-bar-and-text h3 {
    margin: 0;
    width: calc(100% - 80px);
  }
}

/************************************sliders************************************/
/* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
.pastas-gallo-slider-banner {
  height: 90vh;
  min-height: 600px;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
  .pastas-gallo-slider-banner {
    height: 550px;
    min-height: 550px;
  }
}
/* line 8, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
.pastas-gallo-slider-banner.swiper-container-horizontal > .swiper-pagination-bullets,
.pastas-gallo-slider-banner .swiper-pagination-custom,
.pastas-gallo-slider-banner .swiper-pagination-fraction {
  bottom: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
/* line 15, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
.pastas-gallo-slider-banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.pastas-gallo-slider-banner .swiper-pagination-custom .swiper-pagination-bullet,
.pastas-gallo-slider-banner .swiper-pagination-fraction .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: none;
  opacity: 1;
  background-color: #ffffff;
}
/* line 22, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
.pastas-gallo-slider-banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.pastas-gallo-slider-banner .swiper-pagination-custom .swiper-pagination-bullet-active,
.pastas-gallo-slider-banner .swiper-pagination-fraction .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
/* line 28, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
.pastas-gallo-slider-banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
/* line 36, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
.pastas-gallo-slider-banner .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.51), rgba(27, 11, 0, 0.39) 20%, rgba(31, 13, 0, 0.04) 75%, rgba(32, 14, 0, 0.04) 89%, rgba(33, 14, 0, 0) 98%);
  position: absolute;
  z-index: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 36, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
  .pastas-gallo-slider-banner .swiper-slide:after {
    display: none;
  }
}
/* line 47, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
.pastas-gallo-slider-banner .swiper-slide h1 {
  font-size: 80px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  max-width: 690px;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 47, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
  .pastas-gallo-slider-banner .swiper-slide h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  /* line 47, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-banner.scss */
  .pastas-gallo-slider-banner .swiper-slide h1 {
    padding: 0 30px;
  }
}

/* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider {
  margin: 0 auto;
  position: relative;
  padding: 60px 0 95px 0;
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider {
    padding-top: 70px;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider {
    max-width: 1040px;
  }
}
/* line 11, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider h3 {
  font-family: Karma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 11, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider h3 {
    font-size: 20px;
  }
}
/* line 15, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider h2 {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  max-width: 530px;
  margin: 0 auto 30px;
  font-size: 24px !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 15, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 15, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider h2 {
    padding: 0 45px;
  }
}
/* line 25, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .red-link {
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  margin-bottom: 35px;
  text-transform: uppercase;
  margin: auto;
  display: block;
  margin-bottom: 34px;
}
/* line 32, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .red-link span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}
/* line 37, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider h5 {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
/* line 47, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 150px;
  margin: auto;
  margin-bottom: 10px;
  font-weight: 400;
}
/* line 58, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider p {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  font-weight: normal;
}
/* line 63, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .status-recipe span {
  font-size: 12px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  text-transform: uppercase;
}
/* line 66, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .status-recipe span.time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
/* line 71, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .status-recipe span.time img {
  max-width: 18px;
  width: 100%;
  height: auto;
  margin-left: 5px;
}
/* line 78, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .status-recipe span.dificulty {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 82, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .status-recipe span.dificulty img {
  max-width: 18px;
  width: 100%;
  height: auto;
  margin-right: 5px;
}
@media (min-width: 1024px) {
  /* line 91, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider .recipe-slider {
    max-width: 820px;
  }
}
/* line 95, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .recipe-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  /* line 95, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider .recipe-slider .swiper-slide {
    max-width: 200px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 95, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider .recipe-slider .swiper-slide {
    display: block;
  }
}
/* line 109, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .recipe-slider .swiper-slide:hover .image-slide-recipe div {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 122, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .recipe-slider .swiper-slide .image-slide-recipe {
  display: block;
  width: 260px;
  height: 260px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  /* line 122, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider .recipe-slider .swiper-slide .image-slide-recipe {
    width: 200px;
    height: 200px;
    padding-bottom: 0;
  }
}
/* line 132, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .recipe-slider .swiper-slide .image-slide-recipe div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 145, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .recipe-slider .swiper-slide .content-recipe-slide h5 {
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  max-width: 260px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 145, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider .recipe-slider .swiper-slide .content-recipe-slide h5 {
    max-width: 100%;
  }
}
/* line 160, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .recipe-slider .swiper-slide .content-recipe-slide h6 {
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
}
/* line 170, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.widget-recipe-slider .recipe-slider .swiper-slide .content-recipe-slide .pastas-gallo-button {
  display: flex;
  max-width: 125px;
  font-size: 16px;
  margin: -15px auto 10px auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  /* line 170, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider .recipe-slider .swiper-slide .content-recipe-slide .pastas-gallo-button {
    max-width: 120px;
  }
}
@media (max-width: 1023px) {
  /* line 183, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider .recipe-slider .swiper-button-prev,
  .widget-recipe-slider .recipe-slider .swiper-container-rtl .swiper-button-next {
    left: 3%;
    display: none !important;
  }
}
@media (max-width: 1023px) {
  /* line 190, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .widget-recipe-slider .recipe-slider .swiper-button-next,
  .widget-recipe-slider .recipe-slider .swiper-container-rtl .swiper-button-prev {
    right: 3%;
    display: none !important;
  }
}

@media (max-width: 1023px) {
  /* line 201, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .single-recipes-slider-recipe-related .widget-recipe-slider {
    padding-top: 10px;
    padding-bottom: 51px;
  }
}

/* line 209, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.recipes-nutrition-and-tips {
  padding: 0;
}
@media (max-width: 1023px) {
  /* line 211, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .recipes-nutrition-and-tips .widget-recipe-slider {
    padding-top: 45px;
    padding-bottom: 51px;
  }
}

/* line 220, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.home .widget-recipe-slider .swiper-button-prev,
.home .widget-recipe-slider .swiper-button-next {
  top: 53%;
}
/* line 225, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.home .widget-recipe-slider h3 {
  font-size: 30px;
}
@media (max-width: 1023px) {
  /* line 225, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .home .widget-recipe-slider h3 {
    font-size: 20px;
  }
}
/* line 231, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
.home .widget-recipe-slider h2 {
  font-size: 60px !important;
}
@media (max-width: 1023px) {
  /* line 231, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-recipe.scss */
  .home .widget-recipe-slider h2 {
    font-size: 40px !important;
    margin-bottom: 40px;
  }
}

/* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products {
  padding-top: 30px;
  padding-bottom: 40px;
  /*
  .swiper-pagination {
      display: block;
      span {
          &.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
              top: 4px;
          }
          &.swiper-pagination-bullet {
              transform: none;
              transform: none;
              display: inline-block;
              position: relative;
              left: 50%; // Move the element to the left by 50% of the container's width
              transform: translateY( -50%); // Calculates 50% of the element's width and moves it by that amount across the X-axis to the left
          }
      }
  }*/
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products {
    padding-top: 70px;
  }
}
/* line 7, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products.home-slider-products {
  padding-top: 60px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_desktop@2x.jpg");
}
@media (max-width: 1023px) {
  /* line 7, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products.home-slider-products {
    background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/fondo_detalleproducto_mobile@2x.jpg");
  }
}
/* line 16, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products.home-slider-products .home-slider-bodegon {
  margin-bottom: -25px;
  max-width: 560px;
}
@media (max-width: 767px) {
  /* line 16, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products.home-slider-products .home-slider-bodegon {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 23, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products.home-slider-products h3 {
    margin-bottom: 0px !important;
  }
}
/* line 28, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products.home-slider-products .swiper-button-next,
.content-slider-products.home-slider-products .swiper-button-prev {
  top: 33%;
}
/* line 33, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products h3 {
  margin-bottom: 10px;
}
/* line 36, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  /* line 36, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products h2 {
    margin-bottom: 30px;
  }
}
/* line 43, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-slide {
  filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 48, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-slide .pastas-gallo-button {
  opacity: 0;
}
/* line 51, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-slide img {
  margin-bottom: -35px;
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -ms-transition: all 1s ease;
  /* IE 9 */
  -o-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
}
@media (max-width: 767px) {
  /* line 51, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products .swiper-slide img {
    margin-bottom: 0px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 51, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products .swiper-slide img {
    margin-bottom: 10px;
  }
}
/* line 70, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-slide h4 {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
}
/* line 77, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-slide.swiper-slide-active {
  filter: blur(0);
  -webkit-transform: scale(1.1);
  /* Safari and Chrome */
  -moz-transform: scale(1.1);
  /* Firefox */
  -ms-transform: scale(1.1);
  /* IE 9 */
  -o-transform: scale(1.1);
  /* Opera */
  transform: scale(1.1);
}
/* line 88, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-slide.swiper-slide-active h4 {
  opacity: 1;
  text-transform: uppercase;
}
/* line 92, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-slide.swiper-slide-active .pastas-gallo-button {
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 114, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products .swiper-container {
    width: 100%;
  }
}
/* line 119, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-button-prev,
.content-slider-products .swiper-container-rtl .swiper-button-next {
  left: 21%;
}
@media (max-width: 767px) {
  /* line 119, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products .swiper-button-prev,
  .content-slider-products .swiper-container-rtl .swiper-button-next {
    left: 3%;
    display: none;
  }
}
/* line 127, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-button-next,
.content-slider-products .swiper-container-rtl .swiper-button-prev {
  right: 21%;
}
@media (max-width: 767px) {
  /* line 127, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products .swiper-button-next,
  .content-slider-products .swiper-container-rtl .swiper-button-prev {
    right: 3%;
    display: none;
  }
}
/* line 135, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
.content-slider-products .swiper-pagination {
  margin-top: 70px;
}
@media (max-width: 767px) {
  /* line 135, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-product.scss */
  .content-slider-products .swiper-pagination {
    margin-top: 50px;
  }
}

@media (max-width: 1023px) {
  /* line 2, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-post.scss */
  .post-slider .swiper-slide {
    width: 200px;
  }
}
/* line 7, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-post.scss */
.post-slider .card-post {
  height: auto;
}
@media (max-width: 1023px) {
  /* line 7, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-post.scss */
  .post-slider .card-post {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  /* line 12, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-post.scss */
  .post-slider .card-post .post-image-link {
    width: 200px;
    height: 200px;
  }
}
/* line 18, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-post.scss */
.post-slider .card-post .card-body-post {
  padding: 20px 30px 30px 30px;
}
/* line 20, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-post.scss */
.post-slider .card-post .card-body-post h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1;
}

/* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality {
  padding-top: 150px;
}
@media (max-width: 767px) {
  /* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality {
    padding-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality {
    padding-top: 90px;
  }
}
/* line 9, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality h2 {
  font-family: "Karma";
  font-size: 16px;
  color: #e1302b;
  margin-bottom: 10px;
}
/* line 15, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality h1 {
  margin: auto;
  max-width: 490px;
  font-size: 60px;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  /* line 15, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality h1 {
    width: calc(100% - 40px);
    font-size: 50px;
    margin-bottom: 0px;
  }
}
/* line 27, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .vertical-lines {
  width: 100%;
  height: 25px;
  top: 71%;
  position: absolute;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/calidadgallo_rallitas.png");
  z-index: 0;
  left: 0;
}
@media (max-width: 767px) {
  /* line 27, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .vertical-lines {
    z-index: 1;
    top: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 27, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .vertical-lines {
    top: 57%;
  }
}
/* line 44, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide {
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 60px;
  height: 100%;
  max-width: 750px;
  height: 750px;
}
@media (max-width: 767px) {
  /* line 44, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide {
    padding-bottom: 40px;
  }
}
/* line 58, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide .content-gallo-quality {
  flex: 1;
  margin-top: -70px;
}
@media (max-width: 767px) {
  /* line 58, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide .content-gallo-quality {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 58, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide .content-gallo-quality {
    padding-top: 180px;
  }
}
@media (min-width: 1024px) {
  /* line 69, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide .vertical-lines.only-mobile {
    opacity: 0;
    transition-delay: 5s;
    webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: all 1s ease;
    -o-transition: 1s;
    transition: 1s;
  }
}
/* line 82, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active::after {
  opacity: 1;
  height: 64%;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
}
@media (max-width: 767px) {
  /* line 82, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active::after {
    height: 77%;
  }
}
/* line 97, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active img {
  opacity: 1;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
}
@media (max-width: 1023px) {
  /* line 97, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 109, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active .vertical-lines.only-mobile {
    display: block !important;
    opacity: 1;
    z-index: 0;
    -webkit-animation: vertical-lines 0.6s both;
    animation: vertical-lines 0.6s both;
    animation-delay: .6s;
    animation-timing-function: ease-in;
  }
}
/* line 121, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active h3 {
  padding-top: 0;
  font-family: "Arquitecta";
  font-size: 160px;
  font-weight: 900;
  color: #ffffff;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
  z-index: 3;
  position: relative;
}
@media (max-width: 767px) {
  /* line 121, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active h3 {
    font-size: 80px;
    margin-top: -15px;
    position: relative;
    z-index: 3;
  }
}
/* line 140, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active h3.only-mobile {
  position: absolute;
  top: 45%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 140, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active h3.only-mobile {
    top: 50%;
    z-index: 2;
  }
}
/* line 149, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active p {
  opacity: 1;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 149, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide.swiper-slide-active p {
    width: calc(100% - 100px);
    margin: auto;
    text-align: center;
  }
}
/* line 165, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide::after {
  content: "";
  height: 0;
  width: 100%;
  background-color: #e1302b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
/* line 176, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide img {
  max-width: 600px;
  max-height: 600px;
  min-width: 600px;
  min-height: 600px;
  width: 100%;
  height: auto;
  opacity: 0;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
}
@media (max-width: 767px) {
  /* line 176, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide img {
    max-width: 100%;
    max-height: auto;
    min-width: 100%;
    min-height: auto;
  }
}
/* line 196, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide h3 {
  padding-top: 20px;
  height: 160px;
  font-family: "Arquitecta";
  font-size: 120px;
  font-weight: 900;
  color: #000000;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
}
@media (max-width: 767px) {
  /* line 196, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-slide h3 {
    margin-top: -80px;
    height: auto;
  }
}
/* line 213, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-slide p {
  max-width: 420px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: all 1s ease;
  -o-transition: 1s;
  transition: 1s;
}
/* line 225, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-button-next,
.container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-prev {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/right-btn-flechader-rojo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  width: 50px !important;
  height: 50px !important;
  right: calc(50% - 424px);
  top: 72%;
  left: auto;
  display: block !important;
}
@media (max-width: 767px) {
  /* line 225, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-button-next,
  .container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-prev {
    right: 0;
    top: 49%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 225, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-button-next,
  .container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-prev {
    right: 7%;
    top: 58%;
  }
}
@media (min-width: 1024px) and (max-width: 1360px) {
  /* line 225, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-button-next,
  .container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-prev {
    right: 7%;
  }
}
/* line 249, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-button-next::after,
.container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-prev::after {
  display: none;
}
/* line 253, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-button-prev,
.container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-next {
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/left-btn-flechader-rojo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  width: 50px !important;
  height: 50px !important;
  top: 72%;
  left: calc(50% - 424px);
  display: block !important;
}
@media (max-width: 767px) {
  /* line 253, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-button-prev,
  .container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 49%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 253, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-button-prev,
  .container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-next {
    left: 7%;
    top: 58%;
  }
}
@media (min-width: 1024px) and (max-width: 1360px) {
  /* line 253, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
  .container-gallo-quality .quality-gallo .swiper-button-prev,
  .container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-next {
    left: 7%;
  }
}
/* line 276, ../scss/modules/elementor-widgets/sliders/pastas-gallo-slider-calidad-gallo.scss */
.container-gallo-quality .quality-gallo .swiper-button-prev::after,
.container-gallo-quality .quality-gallo .swiper-container-rtl .swiper-button-next::after {
  display: none;
}

@keyframes vertical-lines {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes background-size-reverse {
  from {
    background-size: 120%;
  }
  to {
    background-size: 100%;
  }
}
/************************************forms************************************/
/* line 1, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form {
  background-color: #f0ebe7;
  /* Customize the label (the container) */
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/elementor-widgets/forms/forms.scss */
  .pastas-gallo-custom-form {
    padding-bottom: 0 !important;
    background-color: white;
  }
}
/* line 7, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .custom-row {
  height: 30vh;
}
/* line 10, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .container-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 160px;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 200px;
}
@media (max-width: 1023px) {
  /* line 10, ../scss/modules/elementor-widgets/forms/forms.scss */
  .pastas-gallo-custom-form .container-title {
    padding-top: 100px;
    margin-bottom: 20px !important;
    height: auto;
    padding-bottom: 0 !important;
  }
}
/* line 26, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .container-title p {
  margin: 0;
}
/* line 29, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .container-title h1 {
  margin-bottom: 15px;
  max-width: 290px;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  text-transform: uppercase;
}
/* line 36, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .custom-form {
  width: 680px;
  box-shadow: 0 40px 70px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 60px 70px;
  position: absolute;
  top: -35%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media (max-width: 1023px) {
  /* line 36, ../scss/modules/elementor-widgets/forms/forms.scss */
  .pastas-gallo-custom-form .custom-form {
    width: 100%;
    padding: 30px;
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    box-shadow: unset;
  }
}
/* line 60, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .custom-form .wpcf7-response-output {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 66, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .background-form {
  position: relative;
  height: 400px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  /* line 66, ../scss/modules/elementor-widgets/forms/forms.scss */
  .pastas-gallo-custom-form .background-form {
    height: auto;
  }
}
/* line 79, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form input.wpcf7-form-control.wpcf7-submit {
  background-color: #e1302b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 89, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form input.wpcf7-form-control.wpcf7-submit:hover {
  transform: translate(-50%, -50%) scale(1.05) !important;
  color: #ffffff;
}
@media (max-width: 1023px) {
  /* line 79, ../scss/modules/elementor-widgets/forms/forms.scss */
  .pastas-gallo-custom-form input.wpcf7-form-control.wpcf7-submit {
    max-width: calc(100% - 60px);
  }
}
/* line 97, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .image-banner-mobile {
  width: 100%;
  height: auto;
  min-height: 30vh;
}
/* line 102, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* line 106, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive label {
  margin-bottom: 30px;
  margin-right: 15px;
}
/* line 110, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive .wpcf7-form-control-wrap {
  flex: 2;
}
/* line 112, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive .wpcf7-form-control-wrap input[type="file"] {
  padding: 0;
  background-color: transparent !important;
  display: none;
}
/* line 118, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive #file-charged {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 767px) {
  /* line 118, ../scss/modules/elementor-widgets/forms/forms.scss */
  .pastas-gallo-custom-form .contact-archive #file-charged {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
/* line 137, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive .custom-file-upload {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 5px 15px;
  cursor: pointer;
  padding-left: 0px;
}
/* line 144, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive .custom-file-upload .button-text {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  text-transform: CAPITALIZE;
  transition: .2s ease-in-out;
  text-decoration: underline;
}
/* line 163, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive .custom-file-upload.medium {
  padding: 0;
  height: 30px;
  width: 165px;
}
/* line 168, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive .custom-file-upload:hover {
  transform: scale(1.05) !important;
}
/* line 172, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive .custom-file-upload .uploaded-file {
  font-size: 17px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-transform: unset;
  text-align: left;
  font-weight: 600;
  text-decoration: none;
  margin-left: 15px;
  text-transform: CAPITALIZE;
}
/* line 187, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .contact-archive span {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  text-align: left;
}
/* line 195, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
/* line 199, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
/* line 203, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
/* line 207, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-checkbox input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
/* line 216, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-checkbox input[type=checkbox] + span {
  /* border: 3px solid red; */
}
/* line 219, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 14px;
  width: 14px;
  top: 0;
  left: 0;
  border: 1px solid #d2cdc9;
  background-color: #d2cdc9;
}
/* line 231, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 10px;
  width: 10px;
  top: -7px;
  left: 1px;
  visibility: hidden;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
}
/* line 246, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
  background: #e1302b;
  border: 1px solid #e1302b;
}
/* line 250, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}
/* line 253, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-list-item-label {
  font-family: Arquitecta;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: justify;
  color: #e1302b;
  text-transform: none;
  margin-left: 25px;
}
/* line 266, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .form-politicas {
  margin-left: 6px;
  font-weight: bold;
  text-decoration: underline;
}
/* line 273, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .privacy-group {
  display: flex;
}
/* line 277, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .privacy-group .wpcf7-form-control-wrap {
  width: fit-content;
  margin-top: 4px;
}
/* line 284, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-not-valid-tip {
  text-transform: none;
}
/* line 289, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .submit-success {
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-transform: uppercase;
  /* display: none; */
  color: green;
}
/* line 302, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .wpcf7-response-output {
  display: none;
}
/* line 309, ../scss/modules/elementor-widgets/forms/forms.scss */
.pastas-gallo-custom-form .bottom-trabaja-nosotros .wpcf7-not-valid-tip {
  padding-bottom: 10px;
}

/************************************With background************************************/
/* line 1, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1023px) {
  /* line 1, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns {
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns {
    height: 60vh;
    min-height: 660px;
  }
}
/* line 13, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-center {
  width: 65%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/theme-pastas-gallo/assets/images/home_fondo_calidadgallo@2x.jpg");
  position: relative;
}
@media (max-width: 1023px) {
  /* line 13, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center {
    width: 100%;
    padding-bottom: 100px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 13, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center {
    flex-direction: column;
    align-items: center;
  }
}
/* line 29, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-center h3 {
  font-family: Karma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 29, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center h3 {
    font-size: 20px;
  }
}
/* line 33, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-center h2 {
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.8;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 33, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center h2 {
    font-size: 40px;
  }
}
/* line 38, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-center p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
  text-align: left;
  font-size: 24px;
}
@media (max-width: 1023px) {
  /* line 38, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center p {
    text-align: center;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 38, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center p {
    max-width: 100%;
  }
}
/* line 50, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-center a {
  width: 135px;
}
@media (max-width: 1023px) {
  /* line 50, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center a {
    display: none !important;
  }
}
/* line 56, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-center .image-espiga {
  position: absolute;
  width: 30%;
  height: 80%;
  left: 0;
  top: -50px;
  /*@include for-medium-desktop-only {
      width: 25%;
  }
  @include for-big-desktop-up {
      width: 20%;
  }
  @include for-mobile-tablet-only {
      width: 40%;
      height: 90%;
      top: 0;
  }
  @include for-tablet-landscape-up {
      width: 20%;
  }
  @media (min-width: 480px) and(max-width: 768px) {
      width: 20%;
  }*/
}
@media (max-width: 1023px) {
  /* line 56, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center .image-espiga {
    top: 0;
  }
}
/* line 82, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-center .image-espiga img {
  object-fit: scale-down;
  object-position: center;
  max-width: 300px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 82, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center .image-espiga img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  /* line 82, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center .image-espiga img {
    max-width: 150px;
  }
}
/* line 94, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-center .container-col-left {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 40px;
}
@media (max-width: 1023px) {
  /* line 94, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-center .container-col-left {
    width: calc(100% - 160px);
    align-items: center;
  }
}
/* line 106, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-right {
  width: 35%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1023px) {
  /* line 106, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
/* line 118, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 125, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-red-square {
  position: absolute;
  top: 50%;
  left: 0%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 1023px) {
  /* line 125, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-red-square {
    position: relative;
    top: 50%;
    left: 0%;
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    min-height: 400px;
  }
}
/* line 145, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-red-square .black-button {
  display: none;
}
@media (max-width: 1023px) {
  /* line 145, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-red-square .black-button {
    position: absolute;
    bottom: -15px;
    display: block;
  }
}
/* line 153, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-red-square .red-square {
  width: 300px;
  max-width: 300px;
  height: 300px;
  background-color: #e1302b;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 164, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
.pastas-gallo-three-columns .col-red-square .red-square p {
  font-size: 24px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0;
  max-width: 195px;
}
@media (max-width: 1023px) {
  /* line 153, ../scss/modules/elementor-widgets/with-backgrounds/three-columns.scss */
  .pastas-gallo-three-columns .col-red-square .red-square {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Knockout';
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Knockout/font.ttf") format("truetype");
}
@font-face {
  font-family: 'SouthRouteStandup';
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/SouthRouteStandup/font.otf") format("truetype");
}
@font-face {
  font-family: 'ArquitectaRegular';
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaRegular/font.woff") format("truetype");
}
@font-face {
  font-family: 'ArquitectaBook';
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Arquitecta/ArquitectaBook/font.woff") format("truetype");
}
/* line 90, ../scss/style.scss */
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0 !important;
}

/* line 94, ../scss/style.scss */
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/* line 97, ../scss/style.scss */
.cat-slide-link-name {
  opacity: 1 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  max-width: 120px !important;
  text-transform: capitalize !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 0.83 !important;
  letter-spacing: normal !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  font-family: "Arquitecta" !important;
}

@media (max-width: 1023px) {
  /* line 113, ../scss/style.scss */
  .product-level-three .content-slider-products.slider-product-level .swiper-slide.swiper-slide-active .link-display h3 {
    width: 170px;
    margin-bottom: 40px;
  }
}
/* line 119, ../scss/style.scss */
.cat-banner-title {
  font-family: Karma, sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #000 !important;
}

@media (max-width: 767px) {
  /* line 132, ../scss/style.scss */
  .cat-banner-title {
    font-size: 20px;
  }
}
/* line 136, ../scss/style.scss */
.cat-banner-text {
  font-size: 40px !important;
  font-weight: 900 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #fff !important;
  line-height: 34px !important;
  font-family: "Arquitecta" !important;
}

/* line 148, ../scss/style.scss */
.cat-text-red {
  font-family: Karma, sans-serif !important;
  font-weight: 500 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #e1302b !important;
  font-size: 20px !important;
  max-width: inherit !important;
}

@media (max-width: 767px) {
  /* line 161, ../scss/style.scss */
  .cat-text-red {
    font-size: 20px;
  }
}
/* line 166, ../scss/style.scss */
.cat-text-blackbold {
  font-family: "Arquitecta" !important;
  font-weight: 900 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 0.8 !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #000 !important;
  max-width: 530px !important;
  margin: 0 auto 30px !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
}

@media (max-width: 767px) {
  /* line 181, ../scss/style.scss */
  .cat-text-blackbold {
    padding: 0 45px;
  }
}
/* line 185, ../scss/style.scss */
.card-body-post-name {
  font-family: "Arquitecta" !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-bottom: 5px !important;
  line-height: 1 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  letter-spacing: normal !important;
  color: #000 !important;
}

@media (max-width: 1023px) {
  /* line 203, ../scss/style.scss */
  .card-body-post-name {
    font-size: 24px;
  }
}
/* line 207, ../scss/style.scss */
.prod-slide-link-name {
  font-family: "Arquitecta" !important;
  opacity: 1 !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  margin-bottom: 25px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  text-transform: capitalize !important;
  padding-bottom: 5px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 0.83 !important;
  letter-spacing: normal !important;
  color: #000 !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  /* line 228, ../scss/style.scss */
  .prod-slide-link-name {
    padding-top: 10px;
  }
}
/*legumbres*/
/* line 233, ../scss/style.scss */
.title-benefit {
  font-family: Karma;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}

/* line 245, ../scss/style.scss */
.title-legumb {
  font-family: Arquitecta;
  font-size: 40px !important;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: .8;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  max-width: 530px;
  margin: 0 auto 30px;
}

/* line 259, ../scss/style.scss */
#new-legumbres-red-block-desktop h2.cat-banner-title span {
  font-family: Arquitecta;
  font-size: 60px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: .6;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

/* line 271, ../scss/style.scss */
#new-legumbres-content h2 {
  width: 806px;
  margin: 0 auto;
  font-family: Arquitecta;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* line 284, ../scss/style.scss */
#new-legumbres-red-block-desktop h2.title2 {
  margin-top: 90px;
  font-family: Karma;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #e1302b;
}

/* line 296, ../scss/style.scss */
#new-legumbres-red-block-desktop h2.title2 span {
  font-family: Arquitecta;
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 309, ../scss/style.scss */
  #new-legumbres-content h2 {
    max-width: 700px;
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 915px) {
  /* line 317, ../scss/style.scss */
  #new-legumbres-red-block-mobile h2.title2 {
    margin-top: 290px;
    font-family: Karma;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #e1302b;
  }

  /* line 329, ../scss/style.scss */
  #new-legumbres-red-block-mobile h2.title2 span {
    font-family: Arquitecta;
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    text-transform: uppercase;
  }

  /* line 341, ../scss/style.scss */
  #new-legumbres-red-block-mobile h2.title {
    font-family: Karma;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #000;
  }

  /* line 352, ../scss/style.scss */
  #new-legumbres-red-block-mobile h2.title span {
    font-family: Arquitecta;
    font-size: 60px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: .6;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
}
@font-face {
  font-family: 'Eastgood';
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Eastgood/Eastgood.ttf") format("truetype");
}
/* line 370, ../scss/style.scss */
.section-1946-great-selection {
  width: 100%;
  background-image: url("../images/plato_desktop@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 97px;
  background-position: center;
  min-height: 1280px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 370, ../scss/style.scss */
  .section-1946-great-selection {
    background-image: url("../images/plato_mobile@3x.jpg");
    padding-top: 70px;
    min-height: 1040px;
  }
}
/* line 384, ../scss/style.scss */
.section-1946-great-selection br {
  display: block;
}
@media (max-width: 767px) {
  /* line 384, ../scss/style.scss */
  .section-1946-great-selection br {
    display: none;
  }
}
/* line 390, ../scss/style.scss */
.section-1946-great-selection--title {
  font-family: 'Knockout', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 68px;
  text-align: center;
  color: #F0E6D8;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  /* line 390, ../scss/style.scss */
  .section-1946-great-selection--title {
    max-width: 315px;
    font-size: 50px;
    line-height: 43px;
  }
}
/* line 408, ../scss/style.scss */
.section-1946-great-selection--subtitle {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #F0E6D8;
  width: 100%;
  max-width: 485px;
  margin: -10px auto 0 auto;
  display: block;
}
@media (max-width: 767px) {
  /* line 408, ../scss/style.scss */
  .section-1946-great-selection--subtitle {
    margin-top: 24px;
    max-width: 275px;
  }
}
/* line 425, ../scss/style.scss */
.section-1946-great-selection > img {
  display: block;
  margin: 0 auto;
  bottom: 145px;
  width: 100%;
  max-width: 335px;
  max-height: 115px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  /* line 425, ../scss/style.scss */
  .section-1946-great-selection > img {
    bottom: 100px;
  }
}

/* line 441, ../scss/style.scss */
.section-1946-traditional-method {
  padding: 100px 0 0 0;
  background-image: url("../images/Fondo_metodo_tradicional.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  /* line 441, ../scss/style.scss */
  .section-1946-traditional-method {
    margin-top: -10px;
  }
}
/* line 448, ../scss/style.scss */
.section-1946-traditional-method br {
  display: block;
}
/* line 452, ../scss/style.scss */
.section-1946-traditional-method-top > img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -47%);
  max-height: 172px;
  max-width: 270px;
  width: 100%;
  top: 0;
}
@media (max-width: 767px) {
  /* line 452, ../scss/style.scss */
  .section-1946-traditional-method-top > img {
    max-height: 112px;
    max-width: 176px;
  }
}
/* line 465, ../scss/style.scss */
.section-1946-traditional-method-top--title {
  font-family: 'SouthRouteStandup', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #F0E6D8;
  width: 100%;
  max-width: 750px;
  margin: 30px auto 0 auto;
  display: block;
}
@media (max-width: 767px) {
  /* line 465, ../scss/style.scss */
  .section-1946-traditional-method-top--title {
    max-width: 400px;
    font-size: 45px;
  }
}
/* line 481, ../scss/style.scss */
.section-1946-traditional-method-top--subtitle {
  font-family: 'ArquitectaBook';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #F0E6D8;
  width: 100%;
  max-width: 770px;
  margin: 24px auto 90px auto;
  display: block;
}
/* line 493, ../scss/style.scss */
.section-1946-traditional-method-top--subtitle b {
  font-size: 24px;
}
@media (max-width: 767px) {
  /* line 481, ../scss/style.scss */
  .section-1946-traditional-method-top--subtitle {
    max-width: 303px;
  }
}
/* line 501, ../scss/style.scss */
.section-1946-traditional-method-bottom {
  /*background-image: url("../images/dibujo_molino_desktop.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  background-position: 0 50%;
}
@media (max-width: 767px) {
  /* line 501, ../scss/style.scss */
  .section-1946-traditional-method-bottom {
    /*background-image: url("../images/dibujo_molino_mobile.png");*/
  }
}
/* line 511, ../scss/style.scss */
.section-1946-traditional-method-bottom--items {
  display: flex;
  justify-content: center;
  column-gap: 95px;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  /* line 511, ../scss/style.scss */
  .section-1946-traditional-method-bottom--items {
    column-gap: 50px;
  }
}
@media (max-width: 767px) {
  /* line 511, ../scss/style.scss */
  .section-1946-traditional-method-bottom--items {
    column-gap: 25px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 524, ../scss/style.scss */
  .section-1946-traditional-method-bottom--items--item {
    flex-basis: 40%;
  }
}
/* line 528, ../scss/style.scss */
.section-1946-traditional-method-bottom--items--item img {
  display: block;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}
/* line 536, ../scss/style.scss */
.section-1946-traditional-method-bottom--items--item--text {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #F0E6D8;
  margin-top: 35px;
}

/* line 551, ../scss/style.scss */
.section-1946-genuines-innovation {
  padding: 50px 0;
  background-color: #000;
}
/* line 553, ../scss/style.scss */
.section-1946-genuines-innovation br {
  display: block;
}
/* line 558, ../scss/style.scss */
.section-1946-genuines-innovation--title--top {
  font-family: 'Eastgood';
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  color: #FFFFFF;
}
/* line 566, ../scss/style.scss */
.section-1946-genuines-innovation--title--top span {
  background: linear-gradient(90deg, #E8D0AB 0%, #8D7249 34.95%, #E3CAA5 69.85%, #91764D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  /* line 566, ../scss/style.scss */
  .section-1946-genuines-innovation--title--top span {
    font-size: 58px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  /* line 558, ../scss/style.scss */
  .section-1946-genuines-innovation--title--top {
    font-size: 58px;
    line-height: 58px;
  }
}
/* line 583, ../scss/style.scss */
.section-1946-genuines-innovation--title--bottom {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 950;
  font-size: 80px;
  line-height: 68px;
  text-align: center;
  color: #F0E6D8;
  max-width: 540px;
  margin: 5px auto 13px auto;
}
@media (max-width: 767px) {
  /* line 583, ../scss/style.scss */
  .section-1946-genuines-innovation--title--bottom {
    font-size: 50px;
    line-height: 43px;
    max-width: 337px;
  }
}
/* line 600, ../scss/style.scss */
.section-1946-genuines-innovation--subtitle {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;  
  text-align: center;
  color: #F0E6D8;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
@media (max-width: 767px) {
  /* line 600, ../scss/style.scss */
  .section-1946-genuines-innovation--subtitle {
    max-width: 310px;
    font-size: 18px;

  }
}
/* line 615, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 {
  width: 100%;
  max-width: 715px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
/* line 621, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-button-next-1946 {
  background-image: url("../images/Vector_6_forward.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  top: 50%;
  left: calc( 100% - 30px );
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 9999999999999999;
}
@media (max-width: 767px) {
  /* line 621, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-button-next-1946 {
    top: 68%;
    left: calc( 100% - 100px );
  }
}
@media (max-width: 500px) {
  /* line 621, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-button-next-1946 {
    left: calc( 100% - 70px );
  }
}
/* line 642, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-button-prev-1946 {
  background-image: url("../images/Vector_5_back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  top: 50%;
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 9999999999999999;
}
@media (max-width: 767px) {
  /* line 642, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-button-prev-1946 {
    top: 68%;
    left: 90px;
  }
}
@media (max-width: 500px) {
  /* line 642, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-button-prev-1946 {
    left: 40px;
  }
}
/* line 662, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946 {
  margin-top: 80px;
  width: 100%;
  /*max-width: 715px;	*/
}
/* line 666, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946 > img {
  object-fit: cover;
  width: 100%;
  max-width: 640px;
  max-height: 345px;
  display: block;
  margin: auto;
  margin-bottom: 35px;
}
/* line 674, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946 > img:after {
  content: '<div></div>';
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 212, 198, 0) 100%);
  opacity: 0.2;
}
/* line 680, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946-title {
  font-family: 'Knockout', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 120px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #E8D0AB 0%, #8D7249 34.95%, #E3CAA5 69.85%, #91764D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /*text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);*/
  margin: 20px auto -50px auto;
  max-width: 700px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 680, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-slide-1946-title {
    margin-top: -29px;
    max-width: 310px;
  }
}
/* line 702, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946-text {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #F0E6D8;
  max-width: 700px;
  margin: 20px auto 0 auto;
}
@media (max-width: 767px) {
  /* line 702, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-slide-1946-text {
    font-size: 18px;
    line-height: 27px;
    max-width: 310px;
  }
}
/* line 718, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946 .shadow {
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 212, 198, 0) 100%);
  opacity: 0.2;
  height: 300px;
  top: 115px;
  position: absolute;
}

@font-face {
  font-family: 'Eastgood';
  src: url("/wp-content/themes/theme-pastas-gallo/assets/fonts/Eastgood/Eastgood.ttf") format("truetype");
}
/* line 732, ../scss/style.scss */
.section-1946-great-selection {
  width: 100%;
  background-image: url("../images/plato_desktop@2x.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 97px;
  background-position: center;
  min-height: 1280px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 742, ../scss/style.scss */
  .section-1946-great-selection {
    background-image: url("../images/plato_mobile@3x.jpg");
    padding-top: 70px;
    min-height: 1040px;
  }
}
/* line 746, ../scss/style.scss */
.section-1946-great-selection br {
  display: block;
}

@media (max-width: 767px) {
  /* line 749, ../scss/style.scss */
  .section-1946-great-selection br {
    display: none;
  }
}
/* line 751, ../scss/style.scss */
.section-1946-great-selection--title {
  font-family: 'Knockout', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 68px;
  text-align: center;
  color: #F0E6D8;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  /* line 764, ../scss/style.scss */
  .section-1946-great-selection--title {
    max-width: 315px;
    font-size: 50px;
    line-height: 43px;
  }
}
/* line 768, ../scss/style.scss */
.section-1946-great-selection--subtitle {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #F0E6D8;
  width: 100%;
  max-width: 485px;
  margin: -10px auto 0 auto;
  display: block;
}

@media (max-width: 767px) {
  /* line 781, ../scss/style.scss */
  .section-1946-great-selection--subtitle {
    margin-top: 24px;
    max-width: 275px;
  }
}
/* line 784, ../scss/style.scss */
.section-1946-great-selection > img {
  display: block;
  margin: 0 auto;
  bottom: 145px;
  width: 100%;
  max-width: 335px;
  max-height: 115px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  /* line 795, ../scss/style.scss */
  .section-1946-great-selection > img {
    bottom: 100px;
  }
}
/* line 798, ../scss/style.scss */
.section-1946-traditional-method {
  padding: 100px 0 0 0;
  background-image: url("../images/Fondo_metodo_tradicional.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

@media (max-width: 767px) {
  /* line 803, ../scss/style.scss */
  .section-1946-traditional-method {
    margin-top: -10px;
  }
}
/* line 805, ../scss/style.scss */
.section-1946-traditional-method br {
  display: block;
}

/* line 807, ../scss/style.scss */
.section-1946-traditional-method-top > img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -47%);
  max-height: 172px;
  max-width: 270px;
  width: 100%;
  top: 0;
}

@media (max-width: 767px) {
  /* line 816, ../scss/style.scss */
  .section-1946-traditional-method-top > img {
    max-height: 112px;
    max-width: 176px;
  }
}
/* line 819, ../scss/style.scss */
.section-1946-traditional-method-top--title {
  font-family: 'SouthRouteStandup', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #F0E6D8;
  width: 100%;
  max-width: 750px;
  margin: 30px auto 0 auto;
  display: block;
}

@media (max-width: 767px) {
  /* line 832, ../scss/style.scss */
  .section-1946-traditional-method-top--title {
    max-width: 400px;
    font-size: 45px;
  }
}
/* line 834, ../scss/style.scss */
.section-1946-traditional-method-top--subtitle {
  font-family: 'ArquitectaBook';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #F0E6D8;
  width: 100%;
  max-width: 770px;
  margin: 24px auto 90px auto;
  display: block;
}

.section-1946-traditional-method-top--subtitle b {
  color: #F0E6D8;
}

@media (max-width: 767px) {
  /* line 847, ../scss/style.scss */
  .section-1946-traditional-method-top--subtitle {
    max-width: 303px;
  }
}
/* line 849, ../scss/style.scss */
.section-1946-traditional-method-bottom {
  /*background-image: url("../images/dibujo_molino_desktop.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  background-position: 0 50%;
}

@media (max-width: 767px) {
  /* line 856, ../scss/style.scss */
  .section-1946-traditional-method-bottom {
    /*background-image: url("../images/dibujo_molino_mobile.png");*/
  }
}
/* line 858, ../scss/style.scss */
.section-1946-traditional-method-bottom--items {
  display: flex;
  justify-content: center;
  column-gap: 95px;
  row-gap: 50px;
}

@media (max-width: 1024px) {
  /* line 864, ../scss/style.scss */
  .section-1946-traditional-method-bottom--items {
    column-gap: 50px;
  }
}
@media (max-width: 767px) {
  /* line 867, ../scss/style.scss */
  .section-1946-traditional-method-bottom--items {
    column-gap: 25px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  /* line 871, ../scss/style.scss */
  .section-1946-traditional-method-bottom--items--item {
    flex-basis: 40%;
  }
}
/* line 873, ../scss/style.scss */
.section-1946-traditional-method-bottom--items--item img {
  display: block;
  margin: auto;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}

/* line 880, ../scss/style.scss */
.section-1946-traditional-method-bottom--items--item--text {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #F0E6D8;
  margin-top: 35px;
}

/* line 890, ../scss/style.scss */
.section-1946-genuines-innovation {
  padding: 50px 0;
  background-color: #000;
  background-image: url("../images/fondo_negro.png");
  background-size: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .section-1946-genuines-innovation {
    background-position: center 61%;
    background-image: url("../images/fondo_negro_mobile.png");
  }
}

/* line 897, ../scss/style.scss */
.section-1946-genuines-innovation br {
  display: block;
}

/* line 899, ../scss/style.scss */
.section-1946-genuines-innovation--title1 {
  font-family: 'SouthRouteStandup', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 120px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #E8D0AB 0%, #8D7249 34.95%, #E3CAA5 69.85%, #91764D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  /* line 914, ../scss/style.scss */
  .section-1946-genuines-innovation--title1 {
    font-size: 58px;
    line-height: 120px;
  }
}
/* line 917, ../scss/style.scss */
.section-1946-genuines-innovation--title2 {
  font-family: 'Knockout', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 68px;
  text-align: center;
  color: #F0E6D8;
  max-width: 400px;
  margin: 5px auto 13px auto;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  /* line 928, ../scss/style.scss */
  .section-1946-genuines-innovation--title2 {
    font-size: 67px;
    line-height: 57px;
    max-width: 337px;
    margin-bottom: 30px;
  }
}
/* line 932, ../scss/style.scss */
.section-1946-genuines-innovation--subtitle {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #F0E6D8;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}

@media (max-width: 767px) {
  /* line 944, ../scss/style.scss */
  .section-1946-genuines-innovation--subtitle {
    max-width: 310px;
    font-size: 18px;
  }
}
/* line 946, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 {
  width: 100%;
  max-width: 715px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

/* line 952, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-button-next-1946 {
  background-image: url("../images/Vector_6_forward.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  top: 50%;
  left: calc( 100% - 30px );
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 9999999999999999;
}

@media (max-width: 767px) {
  /* line 965, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-button-next-1946 {
    top: 68%;
    left: calc( 100% - 100px );
  }
}
@media (max-width: 500px) {
  /* line 969, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-button-next-1946 {
    left: calc( 100% - 70px );
  }
}
/* line 971, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-button-prev-1946 {
  background-image: url("../images/Vector_5_back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  top: 50%;
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 9999999999999999;
}

@media (max-width: 767px) {
  /* line 983, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-button-prev-1946 {
    top: 68%;
    left: 90px;
  }
}
@media (max-width: 500px) {
  /* line 987, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-button-prev-1946 {
    left: 40px;
  }
}
/* line 989, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946 {
  margin-top: 80px;
  width: 100%;
  /*max-width: 715px;	*/
}

/* line 993, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946 > img {
  object-fit: cover;
  width: 100%;
  max-width: 640px;
  max-height: 345px;
  display: block;
  margin: auto;
  margin-bottom: 35px;
}

/* line 1001, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946 > img:after {
  content: '<div></div>';
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 212, 198, 0) 100%);
  opacity: 0.2;
}

/* line 1005, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946-title {
  font-family: 'Knockout', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 70px;
  line-height: 120px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(90deg, #E8D0AB 0%, #8D7249 34.95%, #E3CAA5 69.85%, #91764D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /*text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);*/
  margin: 20px auto -50px auto;
  max-width: 700px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  /* line 1023, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-slide-1946-title {
    margin-top: -29px;
    max-width: 310px;
  }
}
/* line 1026, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946-text {
  font-family: 'Arquitecta';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #F0E6D8;
  max-width: 700px;
  margin: 20px auto 0 auto;
}

@media (max-width: 767px) {
  /* line 1037, ../scss/style.scss */
  .section-1946-genuines-innovation .slider-1946 .swiper-slide-1946-text {
    font-size: 18px;
    line-height: 27px;
    max-width: 310px;
  }
}
/* line 1041, ../scss/style.scss */
.section-1946-genuines-innovation .slider-1946 .swiper-slide-1946 .shadow {
  width: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 212, 198, 0) 100%);
  opacity: 0.2;
  height: 300px;
  top: 115px;
  position: absolute;
}

/*# sourceMappingURL=style.css.map */

.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px !important;
}

.prod-slide-link-name {
  height: 100px;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0px
}

.wpcf7-form .mid-form p {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wpcf7-form .privacy-group p {
  display: flex;
}

/* Imagen activa (visible) */
.active-image {
  opacity: 1;
}

/* Imagen oculta (fuera de vista) */
.hidden-image {
  display: none !important;
}


#row-background-caldo-pollo .col-content-product p {
  text-align: center !important;
}
@media (max-width: 1249px) {
  #row-background-caldo-pollo #imagen_pollo_2 {
    width: 82%;
    position: relative;
    bottom: -15px;
  }
}
@media (min-width: 1250px) {
  #row-background-caldo-pollo .col-content-product{
    width: 412px;
  }
  #row-background-caldo-pollo {
    height: 490px;
  }
  #row-background-caldo-pollo #imagen_pollo_1 {
    position: absolute;
    right: -25px;
    /* transition: opacity 1s ease-in-out; */
    /* opacity: 0; */
  }
  #row-background-caldo-pollo #imagen_pollo_2 {
    width: 435px;
    position: absolute;
    bottom: 30px;
    /* transition: opacity 1s ease-in-out; */
    /* opacity: 0; */
  }
  
  #row-background-caldo-pollo #imagen_pollo_3 {
    position: absolute;
    right: -20px;
    bottom: 90px;
    /* opacity: 0; */
    /* transition: opacity 5s ease-in-out; */
  }
}

/* #row-background-caldo-pollo #imagen_pollo_3.active-image,
#row-background-caldo-pollo #imagen_pollo_2.active-image,
#row-background-caldo-pollo #imagen_pollo_1.active-image {
  opacity: 1;
} */
.product-page-video {
  width: 19
}
.custom-video-container {
  position: relative;
  display: inline-block;
  width: 100%; 
  height: auto;
  /* max-width: 1280px;  */
  margin: auto; 
  overflow: hidden;
}
#videoPromocionalCaldo {
  display: block;
  width: 100%;
  height: 100%; 
  /* height: 491px; */
  object-fit: cover; 
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
  z-index: 2;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url('/wp-content/themes/theme-pastas-gallo/assets/images/PLAY.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}

.play-button.hidden-playbutton {
  visibility: hidden;
}

.product-page-module-3 {
  height: fit-content;
  background-image: url('/wp-content/themes/theme-pastas-gallo/assets/images/fodo_2x.webp');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.product-page-module-3__inside {
    background-image: url(/wp-content/themes/theme-pastas-gallo/assets/images/fondo_madera_gallo_2x.webp);
    padding: 80px 0 50px 0px;
    display: flex;
    justify-content: center;
}

.product-page-module-3__outside .twentytwenty-wrapper div#reveal-images {
    /*margin-bottom: -40px;*/
}

.product-page-module-3__inside .interior-text {
    margin: 0;
}

.container-mod3 {
  display: flex;
  width: 100%;
  height: 70%;
  position: relative;
}

.product-page-module-3__container.product-page-module-3__outside .round-arrows-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 28px);
    z-index: 2;
}

.product-page-module-3__container.product-page-module-3__outside {
    position: relative;
}

.container-mod3 #descubre-interior {
  width: 100%;
  position: relative;
  left: -3%;
}
.container-mod3 #descubre-interior img{
  width: 50%;
  height: auto;
  position: relative;
  top: 85px;
  left: 200px;

}
.interior-text {
  height: 30%;
  width: 60%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 5%;
}
.interior-text p strong {
  font-weight: 800  ;
}
.twentytwenty-wrapper {
  	width: 100%;
	margin-bottom: -100px;
}
.twentytwenty-container {
  width: 100%;
  height: 600px !important;
  /*top: 7%;
  left: -15%;*/
}
/* .twentytwenty-container #imageTop {
  left: 2%;
} */
.twentytwenty-container img {
  position: absolute;
  width: 100%; /* Ajusta según necesites */
  height: auto; /* Mantiene la proporción de las imágenes */
  max-width: 100%; /* Limita al ancho del contenedor */
  max-height: 100%; /* Limita al alto del contenedor */
  object-fit: contain; /* Ajusta las imágenes sin distorsión */
}

.twentytwenty-handle {
  background: none; /* Quita el diseño predeterminado */
  width: 100% !important; /* Ajusta el tamaño al de tu imagen */
  height: 100%;
  left: 41% !important;
  border: none !important; /* Elimina bordes */
  box-shadow: none !important; /* Elimina sombras */
  -webkit-box-shadow: none !important; /* Elimina sombras */  
  background-image: url('/wp-content/themes/theme-pastas-gallo/assets/images/flecha-barra-reveladora.png');
  border-radius: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer; 
}
.twentytwenty-overlay {
  background: none !important;
}
.twentytwenty-before-label, .twentytwenty-after-label{
  display: none !important;
}
.twentytwenty-handle:before {
  left: 2% !important;
  background: #E1302B !important;
  width: 26% !important;
  -webkit-box-shadow: none !important;
  height: 5px !important;
}

.twentytwenty-handle:after {
  right: 96% !important;
  background: #E1302B !important;
  width: 11% !important;
  -webkit-box-shadow: none !important;
  height: 5px !important;
}
.twentytwenty-down-arrow, .twentytwenty-up-arrow {
  display: none !important; /* Oculta las flechas predeterminadas de TwentyTwenty */
}
.soup-components-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.composition-text {
 width: 50%;
}

.product-page-benefits-container 
{
  width: 100%;
  height: 100vh;
  background-color: #e1302b;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits-title {
  width: 100%;
  text-align: center;
  margin-bottom: 3%;
}
.soup-benefits-container {
  width: 100%;
  margin-top: 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

 .white-box {
  height: 111px;
  width: 111px;
  border: 3px solid #fff;
  border-radius: 10px;
 }
/* .benefit-2 {
  margin-left: 10%;
  margin-right: 10%;
} */
.soup-bricks-container {
  text-align: center;
  margin-top: 2%;
  z-index: 9;
}

.benefit-1:hover,
.benefit-2:hover,
.benefit-3:hover {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}

.benefit-dropdown {
  background-color: white;
  width: 34%;
  padding: 15px 50px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  margin-top: 15px;
}

.tooltip-arrow-1 {
  position: absolute;
  top: -25px; /* Posición debajo de la caja */
  left: 13%; /* Centrado horizontalmente */
  transform: translateX(-50%); /* Ajusta el centrado */
  width: 0;
  height: 0;
  border-left: 15px solid transparent; /* Triángulo con bordes */
  border-right: 15px solid transparent;
  border-bottom: 25px solid white; /* Color del triángulo */
}
.tooltip-arrow-2 {
  position: absolute;
  top: -25px; /* Posición debajo de la caja */
  left: 52%; /* Centrado horizontalmente */
  transform: translateX(-50%); /* Ajusta el centrado */
  width: 0;
  height: 0;
  border-left: 15px solid transparent; /* Triángulo con bordes */
  border-right: 15px solid transparent;
  border-bottom: 25px solid white; /* Color del triángulo */
}

.tooltip-arrow-3 {
  position: absolute;
  top: -25px; /* Posición debajo de la caja */
  left: 89%; /* Centrado horizontalmente */
  transform: translateX(-50%); /* Ajusta el centrado */
  width: 0;
  height: 0;
  border-left: 15px solid transparent; /* Triángulo con bordes */
  border-right: 15px solid transparent;
  border-bottom: 25px solid white; /* Color del triángulo */
}

.product-page-soup-nutrition {
  background-image: url('/wp-content/themes/theme-pastas-gallo/assets/images/fondo-4.jpg');
  width: 100%;
  height: 125vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nutrition-title {
  margin-top: 12%;
}
.nutrition-text {
  margin-top: 2%;
  text-align: center;
  width: 38.5;
  max-width: 733.42px;
}
.tips-container {
  margin-top: 2%;
}
.deliciousmartha {
  position: relative;
  right: 7%;

}
.allergens-icons img{
  margin: 0 5px;
  margin-bottom: 15px;
}
.nutrition-text-2 {
  display: flex;
  justify-content: center;
}
.nutrition-text-2 p{
  width: 66%;
  text-align: center;
}
.download-tips {
  background-image: url('/wp-content/themes/theme-pastas-gallo/assets/images/free-download.png');
  width: 440px;
  height: 206px;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  left: 53%;
  bottom: 21%;
}
.download-tips form {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(2.5deg);
  position: absolute;
  top: 42%;
  left: 11%;

}
.download-tips form input[type="email"] {
  padding: 18px 15px;
  border-radius: 10px !important;
  border: none;
  width: 85%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.download-tips form button {
  background: transparent;
  border: none;
  transform: rotate(-5deg);
  position: absolute;
  top: 10%;
  left: 74%;
}

.checkbox-549 {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 4%;
  z-index: 9;
}
#submit-image{
  background-image: url('/wp-content/themes/theme-pastas-gallo/assets/images/send-email.png');
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  width: 25px;
  height: 25px;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  left: -11%;
}
.checkbox-container .custom-checkbox {
  width: 17px; /* Tamaño del checkbox */
  height: 17px;
  border: 1px solid white; /* Borde blanco */
  border-radius: 4px; /* Bordes ligeramente redondeados */
  background-color: transparent; /* Fondo transparente */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-container .custom-checkbox::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #E1302B;
  display: none; 
  transform: rotate(-6deg); 
  transform-origin: center;
  clip-path: polygon(14% 44%, 0% 67%, 50% 100%, 100% 33%, 74% 14%, 50% 67%);
}

.checkbox-container input[type="checkbox"]:checked + .custom-checkbox {
  background-color: white; /* Fondo blanco */
}

.custom-checkbox.checked::after {
  display: block; /* Mostrar el check */
}

#wpcf7-f17780-o1 form p {
  text-align: center;
  display: flex;
  justify-content: center;
}
#wpcf7-f17780-o1 form p input[type="submit"] {
  position: relative;
  top: 6px;
  left: -16%;
}
#wpcf7-f10908-o1 form p {
  text-align: center;
  display: flex;
  justify-content: center;
}
#wpcf7-f10908-o1 form p input[type="submit"] {
  position: relative;
  top: 6px;
  left: -16%;
}
#wpcf7-2b89ff8-o1 form p {
  text-align: center;
  display: flex;
  justify-content: center;
}
#wpcf7-2b89ff8-o1 form p input[type="submit"] {
  position: relative;
  top: 6px;
  left: -16%;
}

[data-name="checkbox-549"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 4%;
  z-index: 9;
}
.download-tips .wpcf7-not-valid-tip{
  color: white;
  display: none;
} 
.checkbox-container label{
  display: flex;
  align-items: center;
  flex-direction: row;
  color: white;
  width: 100%;
  text-transform: none;
  font-weight: 500;
  margin-top: 5px;
  gap: 8px;
  font-size: 14px;
  position: absolute;
  left: 14%;
}

.checkbox-container label a {
  color: white;
  text-decoration: underline;
  text-transform: none;
  font-size: 14px;
}

.product-page-soup-nutrition .bowl-image {
  position: relative;
  top: -26%;
  left: -42%;
}

.product-page-soup-nutrition .round-arrows {
  position: relative;
  bottom: 59%;
}

.product-page-module-3 .round-arrows-2 {
  position: absolute;
  bottom: -3%;
}

.corporate-video-container {
  width: 100%;
  height: 78vh;
  background-color: #E1302B;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.corporate-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4%;
  margin-bottom: 1.5%;
}

.corporate-text-container img {
  margin-bottom: 2%;
}

.corporate-text-container p {
  color: #FFFFFF;
  text-align: center;
  width: 36%;
}

.corporate-text-container p strong{
  color: #FFFFFF;
}
.corporate-video-container .video-container {
  position: relative;
  overflow: hidden;
  width: 50%;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}
.corporate-video-container .video-container #corporateVideo {
  object-fit: cover;
  width: 642px;
  height: 321px;
  border-radius: 15px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url('/wp-content/themes/theme-pastas-gallo/assets/images/PLAY.png') no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}

.play-button.hidden-playbutton {
  visibility: hidden;
}

.soup-related-articles {
  background-image: url('/wp-content/themes/theme-pastas-gallo/assets/images/fondo-6.png');
}

.product-page-benefits-container-mobile {
  display: none;
}

.corporate-video-container .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-overlay-2 {
  position: absolute;
  width: 642px;
  height: 321px;
  background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
  z-index: 2;
  border-radius: 15px;
}   

.tips-delicious-2 {
  display: none;
}
.product-page-benefits h2, 
.product-page-benefits h3,
.product-page-corporate-video h2,
.product-page-corporate-video h3 {
  color: #ffffff;
}
.product-page-nutrition h2,
.product-page-nutrition h3{
  color:#E1302B;
}
.product-page-nutrition h2 {
  font-size: 2rem;
  font-family: 'CanteenBN';
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.product-page-nutrition h3 {
  font-family: 'CanteenBN';
  font-weight: 800;
  font-size: 4rem;
}

.product-page-benefits h2{
  font-family: 'CanteenBN';
  font-weight: 800;
  font-size: 4rem;
}
.product-page-benefits h3{
  font-size: 2rem;
  font-family: 'CanteenBN';
  font-weight: 300;
}
.product-page-corporate-video h2{
  font-size: 2.5rem;
}
.product-page-corporate-video h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-family: 'Arquitecta';
  font-weight: 900;
}

@media (min-width: 1920px) {
  .product-page-module-3 {
    background-position: 0 35%;
	padding : 50px 0;
  }
  .container-mod3 {
    max-width: 1500px;
  }
  .container-mod3 #descubre-interior {
    left: 2%;
  }
  .container-mod3 #descubre-interior img{
    width: 57%;
    top: 18%;
    left: 16%;
  }
  .twentytwenty-container {
  width: 100%;
  height: 600px !important;
  /*left: -16%;*/
  }
  .interior-text {
    width: 37%;
    margin-top: 4.5%;
  }
  .soup-components-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
  }
  .composition-text {
   width:35%;
   margin-top: 1.5%;
   text-align: center;
  }
  .composition-text p, .composition-text p strong {
    color: #ffffff;
    text-align: center;
  }
  .product-page-benefits-container 
  {
    height: 79vh;
  }

  .benefit-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .benefit-1 img{
    position: relative;
    top: -30%;
    right: 33%;
    cursor: pointer;
  }
  .benefit-2 img{
    position: relative;
    top: -46%;
    right: 53%;
    cursor: pointer;
  }
  .benefit-3 img{
    position: relative;
    top: -65%;
    right: 61%;
    cursor: pointer;
  }
  .benefit-text-1, .benefit-text-2, .benefit-text-3 {
    Width: 100%;
    max-width:200px;
    text-align: center;
  }
  .benefit-text-3 {
    width: 74%;
  }
  .benefit-text-1 p, .benefit-text-2 p, .benefit-text-3 p {
    color: #ffffff;
    font-weight: 800;
  }
  .benefit-1, .benefit-2, .benefit-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .product-page-soup-nutrition {
    position: relative;
    height: 75vh;
  }
  .corporate-video-container{
    height: 45vh;
  }
  .product-page-soup-nutrition .bowl-image {
    position: absolute;
    top: 83%;
    left: -8%;
  }
  .product-page-soup-nutrition .round-arrows {
    position: absolute;
    bottom: -3%;
  } 
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 642px;
    height: 321px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }   
}
@media (min-width: 1440px) and (max-width: 1919px){
  .product-page-module-3 {
    background-position: 0 63%;
  }
  .container-mod3 #descubre-interior img{
    top: 10%;
    left: 40%;
  }
  .interior-text {
    width: 49%;
    margin-top: 4%;
  }
  .product-page-module-3 .round-arrows-2 {
    position: absolute;
    bottom: -4%;
  }
  
  .twentytwenty-handle{
    left: 44% !important;
  }
  .twentytwenty-handle:before {
    left: 2% !important;
    background: #E1302B !important; 
    width: 20% !important;
    -webkit-box-shadow: none !important;
    height: 5px !important;
  }
  
  .twentytwenty-handle:after {
    right: 96% !important;
    background: #E1302B !important;
    width: 11% !important;
    -webkit-box-shadow: none !important;
    height: 5px !important;
  }
  .soup-components-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
  }
  .composition-text {
   width:35%;
   margin-top: 1.5%;
   text-align: center;
  }
  .composition-text p, .composition-text p strong {
    color: #ffffff;
    text-align: center;
  }
  .product-page-benefits-container 
  {
    height: 80vh;
  }
  
  .benefit-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .benefit-1 img{
    position: relative;
    top: -30%;
    right: 33%;
    cursor: pointer;
  }
  .benefit-2 img{
    position: relative;
    top: -46%;
    right: 53%;
    cursor: pointer;
  }
  .benefit-3 img{
    position: relative;
    top: -65%;
    right: 61%;
    cursor: pointer;
  }
  .benefit-text-1, .benefit-text-2, .benefit-text-3 {
    Width: 100%;
    max-width:200px;
    text-align: center;
  }
  .benefit-text-3 {
    width: 74%;
  }
  .benefit-text-1 p, .benefit-text-2 p, .benefit-text-3 p {
    color: #ffffff;
    font-weight: 800;
  }
  .benefit-1, .benefit-2, .benefit-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .benefit-dropdown {
    width: 47%;
  }
  .product-page-soup-nutrition {
    position: relative;
    height: 65vh;
  }
  .product-page-soup-nutrition .bowl-image {
    position: absolute;
    top: 85%;
    left: -12%;
  }
  .product-page-soup-nutrition .round-arrows {
    position: absolute;
    bottom: -3%;
  }   
  .corporate-video-container {
    height: 45vh;
  }
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 642px;
    height: 321px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }
}
@media (min-width: 1281px) and (max-width: 1439px){
  .product-page-module-3 {
    background-position: 0 63%;
    height: fit-content;
  }
  .container-mod3 #descubre-interior img{
    top: 20%;
    left: 40%;
  }
  .interior-text {
    width: 55%;
    margin-top: 4%;
  }
  .twentytwenty-handle:before {
    left: 2% !important;
    background: #E1302B !important; 
    width: 29% !important;
    -webkit-box-shadow: none !important;
    height: 5px !important;
  }
  .twentytwenty-handle:after {
    width: 14% !important;
  }
  .soup-components-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
  }
  .composition-text {
   width:35%;
   margin-top: 1.5%;
   text-align: center;
  }
  .composition-text p, .composition-text p strong {
    color: #ffffff;
    text-align: center;
  }
  .product-page-benefits-container 
  {
    height: 134vh;
  }
  
  .benefit-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .benefit-1 img{
    position: relative;
    top: -30%;
    right: 33%;
    cursor: pointer;
  }
  .benefit-2 img{
    position: relative;
    top: -46%;
    right: 53%;
    cursor: pointer;
  }
  .benefit-3 img{
    position: relative;
    top: -65%;
    right: 61%;
    cursor: pointer;
  }
  .benefit-text-1, .benefit-text-2, .benefit-text-3 {
    Width: 100%;
    max-width:200px;
    text-align: center;
  }
  .benefit-text-3 {
    width: 74%;
  }
  .benefit-text-1 p, .benefit-text-2 p, .benefit-text-3 p {
    color: #ffffff;
    font-weight: 800;
  }
  .benefit-1, .benefit-2, .benefit-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .product-page-soup-nutrition {
    position: relative;
  }
  .product-page-soup-nutrition .bowl-image {
    position: absolute;
    top: 80%;
    left: -10%;
  }
  .product-page-soup-nutrition .round-arrows {
    position: absolute;
    bottom: -3%;
  } 
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 642px;
    height: 321px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px){
  .product-page-module-3 {
    background-position: 0 63%;
    height: fit-content;
  }
  .custom-video-container {
    height: 70vh;
  }
  .container-mod3 #descubre-interior img{
    width: 45%;
  }
  .interior-text {
    width: 55%;
    margin-top: 4%;
  }
  .twentytwenty-container {
    height: 600px !important;
  }
  .twentytwenty-handle:before {
    left: 2% !important;
    background: #E1302B !important; 
    width: 29% !important;
    -webkit-box-shadow: none !important;
    height: 5px !important;
  }
  .twentytwenty-handle:after {
    width: 14% !important;
  }
  .soup-components-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
  }
  .composition-text {
   width:35%;
   margin-top: 1.5%;
   text-align: center;
  }
  .composition-text p, .composition-text p strong {
    color: #ffffff;
    text-align: center;
  }
  .product-page-benefits-container 
  {
    height: 155vh;
  }
  
  .benefit-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .benefit-1 img{
    position: relative;
    top: -30%;
    right: 33%;
    cursor: pointer;
  }
  .benefit-2 img{
    position: relative;
    top: -46%;
    right: 53%;
    cursor: pointer;
  }
  .benefit-3 img{
    position: relative;
    top: -65%;
    right: 61%;
    cursor: pointer;
  }
  .benefit-text-1, .benefit-text-2, .benefit-text-3 {
    Width: 100%;
    max-width:200px;
    text-align: center;
  }
  .corporate-video-container {
    height: 90vh;
  }
  .benefit-text-3 {
    width: 74%;
  }
  .benefit-text-1 p, .benefit-text-2 p, .benefit-text-3 p {
    color: #ffffff;
    font-weight: 800;
  }
  .benefit-1, .benefit-2, .benefit-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .product-page-soup-nutrition {
    position: relative;
    height: 135vh;
  }
  .product-page-soup-nutrition .bowl-image {
    position: absolute;
    top: 80%;
    left: -10%;
  }
  .product-page-soup-nutrition .round-arrows {
    position: absolute;
    bottom: 0;
  } 
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 642px;
    height: 321px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  .product-page-module-3 {
    height: fit-content;
  }
  .interior-text {
    width: 69%;
    margin-top: 3%;
  }
  .twentytwenty-handle:before {
    width: 29% !important;
  }
  .product-page-soup-nutrition {
    position: relative;
  }
  .product-page-soup-nutrition .bowl-image {
    position: absolute;
    top: 80%;
    left: -13%;
  }
  .product-page-soup-nutrition .round-arrows {
    position: absolute;
    bottom: -3%;
  } 
  .soup-components-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
  }
  .composition-text {
   width:35%;
   margin-top: 1.5%;
   text-align: center;
  }
  .composition-text p, .composition-text p strong {
    color: #ffffff;
    text-align: center;
  }
  .product-page-benefits-container 
  {
    height: 111vh;
  }
  
  .benefit-2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .benefit-1 img{
    position: relative;
    top: -30%;
    right: 33%;
    cursor: pointer;
  }
  .benefit-2 img{
    position: relative;
    top: -46%;
    right: 53%;
    cursor: pointer;
  }
  .benefit-3 img{
    position: relative;
    top: -65%;
    right: 61%;
    cursor: pointer;
  }
  .benefit-text-1, .benefit-text-2, .benefit-text-3 {
    Width: 100%;
    max-width:200px;
    text-align: center;
  }
  .benefit-text-3 {
    width: 74%;
  }
  .benefit-text-1 p, .benefit-text-2 p, .benefit-text-3 p {
    color: #ffffff;
    font-weight: 800;
  }
  .benefit-1, .benefit-2, .benefit-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .product-page-soup-nutrition {
    position: relative;
    height: 105vh;
  }
  .product-page-soup-nutrition .bowl-image {
    position: absolute;
    top: 78%;
    left: -20%;
  }
  .product-page-soup-nutrition .round-arrows {
    position: absolute;
    bottom: -3%;
  }
  .corporate-text-container {
    margin-top: 7%;
  }
  .corporate-video-container {
    height: 72vh;
  }
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 642px;
    height: 321px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }
}
/*IPAD PRO*/
@media (min-width: 822px) and (max-width: 1024px){
  /*.product-page-module-3 {
    height: 52vh;
  }*/
  .interior-text {
    width: 83%;
    margin-top: 3%;
  }
  .custom-video-container {
    height: 40vh;
  }
  .twentytwenty-handle:before {
    width: 29% !important;
  }
  .checkbox-container #privacy-policy {
    width: 4%;
  }
  .product-page-benefits-container{
    display: none;
  }
  .product-page-benefits-container-mobile {
    width: 100%;
    /*height: 114vh;*/
    background-color: #e1302b;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .product-page-benefits-container-mobile .soup-benefits-container .benefits-title {
    margin-bottom: 7%;
  }
 
  .product-page-benefits-container-mobile .soup-benefits-container .benefits {
    flex-direction: column;
  }

  .product-page-benefits-container-mobile .benefit-1 .white-box img {
    position: relative;
    top: -30%;
    right: 32%;
  }
  .product-page-benefits-container-mobile .benefit-2 .white-box img {
    position: relative;
    top: -46%;
    right: 56%;
  }
  .product-page-benefits-container-mobile .benefit-3 .white-box img {
    position: relative;
    top: -65%;
    right: 61%;
  }
  .product-page-benefits-container-mobile .benefit-text-1,
  .product-page-benefits-container-mobile .benefit-text-2,
  .product-page-benefits-container-mobile .benefit-text-3{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-2 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-3 p:first-child{
    font-weight: 800;
    color: #ffffff;
    margin-top: 4%;
    margin-bottom: 0rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-2 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-3 p:nth-child(2){
    width: 62%;
    margin-bottom: 5rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p,
  .product-page-benefits-container-mobile .benefit-text-2 p,
  .product-page-benefits-container-mobile .benefit-text-3 p{
    color: #ffffff;
  }
  .product-page-benefits-container-mobile .benefit-1,
  .product-page-benefits-container-mobile .benefit-2,
  .product-page-benefits-container-mobile .benefit-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .composition-text {
    margin-top: 1rem;
  }
  .product-page-benefits-container-mobile .composition-text p, .product-page-benefits-container-mobile .composition-text p strong{
    text-align: center;
    color: #ffffff;
  }
  .product-page-soup-nutrition{
    height: 57vh;
  }
  .product-page-soup-nutrition .nutrition-title{
    margin-top: 9rem;
  }
  .product-page-soup-nutrition .tips-container .deliciousmartha {
    left: 3%;
    width: 97%;
  } 
  .product-page-soup-nutrition .tips-container .deliciousmartha img{
    width: 70%;
  } 
  .product-page-soup-nutrition .tips-container .download-tips{
    left: 43%;
  } 
  .product-page-soup-nutrition .bowl-image {
    position: relative;
    top: -24%;
    left: -32%;
  }  
  .product-page-soup-nutrition .round-arrows{
    bottom: 60%;
  }  
  .product-page-soup-nutrition .bowl-image img{
    width: 80%;
  } 
  .corporate-video-container {
    height: 45vh;
  }
  .corporate-video-container .corporate-text-container{
    margin-top: 5rem;
  }
  .corporate-video-container .video-container {
    width: 65%;
  }
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 642px;
    height: 321px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }

}
/*IPAD AIR*/
@media (min-width: 820px) and (max-width: 821px){
  .product-page-module-3 {
    height: fit-content;
  }
  .product-page-module-3 .round-arrows-2 {
    position: absolute;
    bottom: -5%;
  }
  .interior-text {
    width: 83%;
    margin-top: 3%;
  }
  .custom-video-container {
    height: 38vh;
  }
  .twentytwenty-handle:before {
    width: 29% !important;
  }
  .checkbox-container #privacy-policy {
    width: 4%;
  }
  .product-page-benefits-container{
    display: none;
  }
  .product-page-benefits-container-mobile {
    width: 100%;
    height: 143vh;
    background-color: #e1302b;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .product-page-benefits-container-mobile .soup-benefits-container .benefits-title {
    margin-bottom: 7%;
  }
 
  .product-page-benefits-container-mobile .soup-benefits-container .benefits {
    flex-direction: column;
  }
  .product-page-benefits h2 {
    font-size: 3rem;
  }
  .product-page-benefits h3 {
    margin-bottom: 1rem;
  }
  .product-page-benefits-container-mobile .benefit-1 .white-box img {
    position: relative;
    top: -30%;
    right: 32%;
  }
  .product-page-benefits-container-mobile .benefit-2 .white-box img {
    position: relative;
    top: -46%;
    right: 56%;
  }
  .product-page-benefits-container-mobile .benefit-3 .white-box img {
    position: relative;
    top: -65%;
    right: 61%;
  }
  .product-page-benefits-container-mobile .benefit-text-1,
  .product-page-benefits-container-mobile .benefit-text-2,
  .product-page-benefits-container-mobile .benefit-text-3{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-2 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-3 p:first-child{
    font-weight: 800;
    color: #ffffff;
    margin-top: 4%;
    margin-bottom: 0rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-2 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-3 p:nth-child(2){
    width: 62%;
    margin-bottom: 5rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p,
  .product-page-benefits-container-mobile .benefit-text-2 p,
  .product-page-benefits-container-mobile .benefit-text-3 p{
    color: #ffffff;
  }
  .product-page-benefits-container-mobile .benefit-1,
  .product-page-benefits-container-mobile .benefit-2,
  .product-page-benefits-container-mobile .benefit-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .composition-text {
    margin-top: 1rem;
  }
  .product-page-benefits-container-mobile .composition-text p, .product-page-benefits-container-mobile .composition-text p strong{
    text-align: center;
    color: #ffffff;
  }
  .product-page-benefits-container-mobile .soup-bricks-container img{
    width: 90%;
    height: auto;
  }
  .product-page-soup-nutrition{
    height: 82vh;
  }
  .product-page-soup-nutrition .nutrition-title{
    margin-top: 9rem;
  }
  .product-page-nutrition h2 {
    font-size: 3rem;
  }
  .product-page-soup-nutrition .tips-container .deliciousmartha {
    left: 3%;
    width: 97%;
  } 
  .product-page-soup-nutrition .tips-container .deliciousmartha img{
    width: 70%;
  } 
  .product-page-soup-nutrition .tips-container .download-tips{
    left: 41%;
  } 
  .product-page-soup-nutrition .bowl-image {
    position: relative;
    top: -21%;
    left: -38%;
  }  
  .product-page-soup-nutrition .round-arrows{
    bottom: 55%;
  }  
  .product-page-soup-nutrition .bowl-image img{
    width: 80%;
  } 
  .corporate-video-container {
    height: 63vh;
  }
  .corporate-video-container .corporate-text-container{
    margin-top: 4rem;
  }
  .corporate-video-container .corporate-text-container h1 {
    width: 67%;
    font-size: 3rem;
  }  
  .corporate-video-container .corporate-text-container h2 {
    width: 50%;
    font-weight: 600;
    font-size: 2rem;
  }
  .corporate-video-container .video-container {
    width: 100%;
    text-align: center;
  }
  .corporate-video-container .video-container #corporateVideo{
    width: 513px;
    height: 256px;
  }
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 513px;
    height: 256px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }
}
/*IPAD MINI*/
@media (min-width: 768px) and (max-width: 819px){
  .product-page-module-3 {
    height: fit-content;
  }
  .product-page-module-3 .round-arrows-2 {
    position: absolute;
    bottom: -5%;
  }
  .container-mod3 #descubre-interior img{
    width: 50%;
    height: auto;
    position: relative;
    top: 18%;
    left: 30%;
  
  }
  .custom-video-container {
    height: 42vh;
  }
  .round-arrows-2 {
    position: absolute;
    bottom: -6%;
  }
  .interior-text {
    width: 80%;
    margin-top: -1%;
  }
  /*.twentytwenty-handle:before {
    width: 29% !important;
  }
  .twentytwenty-container {
    height: 35vh !important;
    left: -27%;
  }*/
  .product-page-benefits-container{
    display: none;
  }
  .product-page-benefits h2 {
    font-size: 3rem;
  }
  .product-page-benefits h3 {
    margin-bottom: 1rem;
  }
  .product-page-benefits-container-mobile {
    width: 100%;
    /*height: 107vh;*/
    background-color: #e1302b;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .soup-benefits-container {
    margin-top: 10%;
  }
  .product-page-benefits-container-mobile .soup-benefits-container .benefits-title {
    margin-bottom: 7%;
  }
 
  .product-page-benefits-container-mobile .soup-benefits-container .benefits {
    flex-direction: column;
  }

  .product-page-benefits-container-mobile .benefit-1 .white-box img {
    position: relative;
    top: -30%;
    right: 32%;
  }
  .product-page-benefits-container-mobile .benefit-2 .white-box img {
    position: relative;
    top: -46%;
    right: 56%;
  }
  .product-page-benefits-container-mobile .benefit-3 .white-box img {
    position: relative;
    top: -65%;
    right: 61%;
  }
  .product-page-benefits-container-mobile .benefit-text-1,
  .product-page-benefits-container-mobile .benefit-text-2,
  .product-page-benefits-container-mobile .benefit-text-3{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-2 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-3 p:first-child{
    font-weight: 800;
    color: #ffffff;
    margin-top: 4%;
    margin-bottom: 0rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-2 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-3 p:nth-child(2){
    width: 62%;
    margin-bottom: 5rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p,
  .product-page-benefits-container-mobile .benefit-text-2 p,
  .product-page-benefits-container-mobile .benefit-text-3 p{
    color: #ffffff;
  }
  .product-page-benefits-container-mobile .benefit-1,
  .product-page-benefits-container-mobile .benefit-2,
  .product-page-benefits-container-mobile .benefit-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .composition-text {
    margin-top: 1rem;
  }
  .product-page-benefits-container-mobile .composition-text p, .product-page-benefits-container-mobile .composition-text p strong{
    text-align: center;
    color: #ffffff;
  }
  .product-page-benefits-container-mobile .soup-bricks-container img{
    width: 90%;
    height: auto;
  }
  .product-page-soup-nutrition{
    height: 57vh;
  }

  .product-page-soup-nutrition .nutrition-title{
    margin-top: 9rem;
  }
  .product-page-soup-nutrition .tips-container .deliciousmartha {
    left: 3%;
    width: 97%;
  } 
  .product-page-soup-nutrition .tips-container .deliciousmartha img{
    width: 70%;
  } 
  .product-page-soup-nutrition .tips-container .download-tips{
    left: 41%;
  } 
  .product-page-soup-nutrition .bowl-image {
    position: relative;
    top: -26%;
    left: -22%;
  }  
  .product-page-soup-nutrition .round-arrows{
    bottom: 48%;
  }  
  .product-page-soup-nutrition .bowl-image img{
    width: 60%;
  } 
  .corporate-video-container .corporate-text-container h1 {
    width: 67%;
    font-size: 3rem;
  }  
  .corporate-video-container .corporate-text-container h2 {
    width: 50%;
    font-weight: 600;
    font-size: 2rem;
  }
  .corporate-text-container p {
    width: 70%;
  }
  .corporate-video-container {
    height: 35vh;
  }
  .corporate-video-container .corporate-text-container{
    margin-top: 4rem;
  }
  .corporate-video-container .video-container {
    width: 100%;
    text-align: center;
  }
  .corporate-video-container .video-container #corporateVideo{
    width: 513px;
    height: 256px;
  }
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 513px;
    height: 256px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }
}
@media (min-width: 390px) and (max-width: 767px){
  .product-page-module-3 {
    height: fit-content;
  }
  .custom-video-container {
    height: 25vh;
  }
  .container-mod3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .round-arrows-2 {
    position: absolute;
    bottom: -2%;
  }
  .interior-text {
    width: 85%;
    margin-top: 0;
  }
  .container-mod3 #descubre-interior img {
    width: 60%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
	  
  }
  .twentytwenty-container{
    top: 20%;
    left: -1%;
  }
  .twentytwenty-handle:after{
    right: 94% !important;
  }
  .twentytwenty-handle:before{
    width: 30% !important;
  }
  .product-page-benefits-container{
    display: none;
  }
  .product-page-benefits h2 {
    font-size: 2.5rem;
  }
  .product-page-benefits h3 {
    font-size: 1.7rem;
  }
  .product-page-benefits-container-mobile {
    width: 100%;
    height: 1741px;
    background-color: #e1302b;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-page-benefits-container-mobile .soup-benefits-container{
    margin-top: 4rem;
  }
  .product-page-benefits-container-mobile .soup-benefits-container .benefits-title {
    margin-bottom: 4rem;
  }
 
  .product-page-benefits-container-mobile .soup-benefits-container .benefits {
    flex-direction: column;
  }

  .product-page-benefits-container-mobile .benefit-1 .white-box img {
    position: relative;
    top: -30%;
    right: 32%;
  }
  .product-page-benefits-container-mobile .benefit-2 .white-box img {
    position: relative;
    top: -46%;
    right: 56%;
  }
  .product-page-benefits-container-mobile .benefit-3 .white-box img {
    position: relative;
    top: -65%;
    right: 61%;
  }
  .product-page-benefits-container-mobile .benefit-text-1,
  .product-page-benefits-container-mobile .benefit-text-2,
  .product-page-benefits-container-mobile .benefit-text-3{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-2 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-3 p:first-child{
    font-weight: 800;
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-2 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-3 p:nth-child(2){
    width: 80%;
    margin-bottom: 5rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p,
  .product-page-benefits-container-mobile .benefit-text-2 p,
  .product-page-benefits-container-mobile .benefit-text-3 p{
    color: #ffffff;
  }
  .product-page-benefits-container-mobile .benefit-1,
  .product-page-benefits-container-mobile .benefit-2,
  .product-page-benefits-container-mobile .benefit-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .composition-text {
    width: 80%;
    margin-top: 1rem;
  }
  .product-page-benefits-container-mobile .composition-text p, .product-page-benefits-container-mobile .composition-text p strong{
    color: #ffffff;
    text-align: center;
  }
  .product-page-benefits-container-mobile .soup-bricks-container img{
    width: 100%;
    height: auto;
  }
  .product-page-soup-nutrition{
    height: 75vh;
    position: relative;
  }
  .product-page-soup-nutrition .nutrition-title{
    margin-top: 6rem;
  }
  
  .product-page-nutrition h2 {
    font-size: 1.78rem;
  }
  .product-page-nutrition h3 {
    font-size: 3rem;
  }
  .product-page-soup-nutrition .nutrition-text {
    width: 80%;
  }

  .product-page-soup-nutrition .tips-container .deliciousmartha {
    left: 3%;
    width: 97%;
  } 
  .product-page-soup-nutrition .tips-container .deliciousmartha img{
    width: 100%;
  } 
  .tips-delicious-2 {
    display: block;
  }
  .tips-delicious {
    display: none;
  }
  .product-page-soup-nutrition .tips-container .download-tips{
    width: 255px;
    background-image: url('/wp-content/themes/theme-pastas-gallo/assets/images/free-download-2.png');
    background-size: contain;
    left: 23%;
    bottom: 10%;
  } 
  .product-page-soup-nutrition .tips-container #download-form{
    top: 30%;
  } 
  .product-page-soup-nutrition .tips-container #download-form input[type ="email"]{
    width: 82%;
  } 
  .download-tips form {
    top: 28%;
    left: 5%;
  }
  #wpcf7-f17780-o1 form p input[type="submit"] {
    left: -18%;
  }
  .checkbox-container label {
    left: 7%;
  }
  .download-tips .wpcf7-spinner {
    display: none;
  }
  .product-page-soup-nutrition .bowl-image {
    position: absolute;
    top: 91%;
    left: -29%;
  }  
  .product-page-soup-nutrition .round-arrows{
    position: absolute;
    bottom: -2%;
  }  
  .product-page-soup-nutrition .bowl-image img{
    width: 75%;
  } 
  .corporate-video-container .corporate-text-container h1 {
    width: 67%;
    font-size: 3rem;
  }  
  .corporate-video-container .corporate-text-container h2 {
    width: 50%;
    font-weight: 600;
    font-size: 2rem;
  }
  .corporate-text-container p {
    width: 80%;
  }
  .corporate-video-container {
    height: 50vh;
  }
  .sostenible-desktop {
    display: none;
  }
  .corporate-video-container .corporate-text-container{
    margin-top: 10rem;
  }
  .corporate-video-container .video-container {
    width: 100%;
    text-align: center;
  }
  .corporate-video-container .video-container #corporateVideo{
    width: 370px;
    height: 256px;
  }
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 370px;
    height: 256px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }
  
}
@media (min-width: 319px) and (max-width: 389px){
  .product-page-module-3 {
    height: fit-content;
  }
  .custom-video-container {
    height: 27vh;
  }
  .round-arrows-2 {
    position: absolute;
    bottom: -3%;
  }
  .soup-bricks-img {
    width: 970px;
    height: 590px;
}
  .container-mod3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .interior-text {
    width: 85%;
    margin-top: 0;
  }
  .container-mod3 #descubre-interior img {
    width: 60%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .twentytwenty-container{
    top: 20%;
    left: -1%;
  }
  .twentytwenty-handle:after{
    right: 94% !important;
  }
  .twentytwenty-handle:before{
    width: 30% !important;
  }
  .product-page-benefits-container{
    display: none;
  }
  .product-page-benefits-container-mobile {
    width: 100%;
    height: 1810px;
    background-color: #e1302b;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits h2 {
    font-size: 2.8rem;
  }
  .product-page-benefits h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .product-page-benefits-container-mobile .soup-benefits-container{
    margin-top: 4rem;
  }
  .product-page-benefits-container-mobile .soup-benefits-container .benefits-title {
    margin-bottom: 4rem;
  }
 
  .product-page-benefits-container-mobile .soup-benefits-container .benefits {
    flex-direction: column;
  }

  .product-page-benefits-container-mobile .benefit-1 .white-box img {
    position: relative;
    top: -30%;
    right: 32%;
  }
  .product-page-benefits-container-mobile .benefit-2 .white-box img {
    position: relative;
    top: -46%;
    right: 56%;
  }
  .product-page-benefits-container-mobile .benefit-3 .white-box img {
    position: relative;
    top: -65%;
    right: 61%;
  }
  .product-page-benefits-container-mobile .benefit-text-1,
  .product-page-benefits-container-mobile .benefit-text-2,
  .product-page-benefits-container-mobile .benefit-text-3{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-2 p:first-child,
  .product-page-benefits-container-mobile .benefit-text-3 p:first-child{
    font-weight: 800;
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-2 p:nth-child(2),
  .product-page-benefits-container-mobile .benefit-text-3 p:nth-child(2){
    width: 80%;
    margin-bottom: 5rem;
  }
  .product-page-benefits-container-mobile .benefit-text-1 p,
  .product-page-benefits-container-mobile .benefit-text-2 p,
  .product-page-benefits-container-mobile .benefit-text-3 p{
    color: #ffffff;
  }
  .product-page-benefits-container-mobile .benefit-1,
  .product-page-benefits-container-mobile .benefit-2,
  .product-page-benefits-container-mobile .benefit-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page-benefits-container-mobile .composition-text {
    margin-top: 1rem;
    width: 80%;
  }
  .product-page-benefits-container-mobile .composition-text p, .product-page-benefits-container-mobile .composition-text p strong{
    text-align: center;
    color: #ffffff;
  }
  .product-page-benefits-container-mobile .soup-bricks-container {
    z-index: 9;
  }
  .product-page-benefits-container-mobile .soup-bricks-container img{
    width: 100%;
    height: auto;
  }
  .product-page-soup-nutrition{
    height: 90vh;
    position: relative;
  }

  .product-page-soup-nutrition .nutrition-title{
    margin-top: 6rem;
  }
  .product-page-soup-nutrition .nutrition-title h1 {
    font-size: 1.8rem;
  }
  .product-page-soup-nutrition .nutrition-title h2 {
    font-size: 3rem;
  } 
  .product-page-soup-nutrition .nutrition-text {
    width: 80%;
  }
  .product-page-soup-nutrition .tips-container .deliciousmartha {
    left: 3%;
    width: 97%;
  } 
  .product-page-soup-nutrition .tips-container .deliciousmartha img{
    width: 100%;
  } 
  .tips-delicious-2 {
    display: block;
  }
  .tips-delicious {
    display: none;
  }
  .product-page-soup-nutrition .tips-container .download-tips{
    left: 41%;
  } 
  .checkbox-container label {
    left: 7%;
  }
  .download-tips .wpcf7-spinner {
    display: none;
  }
  .product-page-soup-nutrition .bowl-image {
    position: absolute;
    top: 93%;
    left: -25%;
  }  
  .product-page-soup-nutrition .round-arrows{
    position: absolute;
    bottom: -2%;
  }  
  .product-page-soup-nutrition .bowl-image img{
    width: 70%;
  } 
  .product-page-soup-nutrition .tips-container .download-tips{
    left: 23%;
    width: 256px;
    background-image: url('/wp-content/themes/theme-pastas-gallo/assets/images/free-download-2.png');
    background-size: contain;
    bottom: 10%;
  } 
  .product-page-soup-nutrition .tips-container .download-tips #download-form{
    top: 20%;
    width: 92%;
    left: 2%;
  }   
  .product-page-soup-nutrition .tips-container .download-tips #download-form input[type ="email"]{
    width: 82%;
  } 
  .download-tips form {
    top: 26%;
    left: 8%;
  }
  #wpcf7-f17780-o1 form p input[type="submit"] {
    left: -18%;
  }
  .corporate-text-container p {
    width: 80%;
  }

  .corporate-video-container .corporate-text-container h2 {
    width: 73%;
    font-size: 1.3rem;
  }

  .corporate-video-container {
    height: 45vh;
  }
  .corporate-video-container .corporate-text-container{
    margin-top: 8rem;
  }
  .corporate-video-container .video-container {
    width: 100%;
    text-align: center;
  }
  .corporate-video-container .video-container #corporateVideo{
    width: 350px;
    height: 256px;
  }
  .corporate-video-container .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-overlay-2 {
    position: absolute;
    width: 350px;
    height: 256px;
    background-color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad del 50% */
    z-index: 2;
    border-radius: 15px;
  }
  
}
/*IPHONE SE*/
@media screen and (min-width: 375px) and (max-width: 375px) and (min-height: 667px) and (max-height: 667px) {

  .product-page-benefits-container-mobile {
    height: 1790px;
  }
  .product-page-soup-nutrition {
    height: 195vh;
  }
  .corporate-video-container .corporate-text-container{
    margin-top: 8rem;
  }å
  .corporate-video-container {
    height: 120vh;
  }
}
/*GALAXY S8+*/
@media screen and (min-width: 360px) and (max-width: 360px) and (min-height: 740px) and (max-height: 740px) {
  .product-page-benefits-container-mobile {
    height: 1865px;
  }
  .product-page-benefits h2 {
    font-size: 2.7rem;
  }
  .product-page-benefits h3 {
    font-size: 1.5rem;
  }
  .product-page-soup-nutrition .nutrition-title h2 {
    font-size: 1.7;
  }
  .product-page-soup-nutrition .nutrition-title h3 {
    font-size: 2.8rem;
  } 
  .corporate-video-container {
    height: 102vh;
  }

}


/*fonts use*/
@font-face {
  font-family: 'BebasNeue';
  src: url('/wp-content/themes/theme-pastas-gallo/assets/fonts/BebasNeue/BebasNeueRegular.woff2') format('woff2'),
       url('/wp-content/themes/theme-pastas-gallo/assets/fonts/BebasNeue/BebasNeueRegular.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('/wp-content/themes/theme-pastas-gallo/assets/fonts/Barlow/BarlowCondensedRegular.otf') format('opentype');
  font-style: normal;
}

.product-page-nutrition h2,
.product-page-nutrition h3,
.product-page-benefits h2,
.product-page-benefits h3,
.soup-components-container h2, 
.soup-components-container h3 {
    font-family: 'Barlow', sans-serif;
}



/*Landing caldo de pollo*/
.single-product.custom-caldo-pollo .product-page-benefits-container {
    height: fit-content;
    position: relative;
}

.single-product.custom-caldo-pollo .product-page-benefits-container .soup-bricks-container {
    margin-bottom: -175px;
}

.single-product.custom-caldo-pollo .product-page-module-3 .round-arrows-2 {
    z-index: 1;
}

.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 {
    background-image: unset!important;
}

.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 .interior-text {
    padding-top: 30px;
}

.single-product.custom-caldo-pollo .product-page-soup-nutrition {
	height: fit-content;
}

.single-product.custom-caldo-pollo .corporate-video-container {
	height: fit-content;
	padding-bottom: 80px;
}

.single-product.custom-caldo-pollo .product-page-soup-nutrition .nutrition-title {
    margin-top: 200px;
}

.product-page-benefits-container-mobile .soup-bricks-img {
    margin-bottom: -170px;
    max-width: 100%;
}

.single-product.custom-caldo-pollo  .deliciousmartha {
    margin-bottom: -100px;
}

.download-tips:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 3;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCA2NyAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTk1ODk4IDEuOTIyNDZDMC43MTQ1ODEgMS40NDcxOSAwLjg3MTgwOCAwLjgzMzg1NiAxLjM0NzA4IDAuNTUyNTM4QzEuODIyMzQgMC4yNzEyMjEgMi40MzU2OCAwLjQyODQ0OSAyLjcxNjk5IDAuOTAzNzE2TDAuOTk1ODk4IDEuOTIyNDZaTTY2LjA5NDggMjIuNzgxN0M2Ni41NjM0IDIzLjA3MzkgNjYuNzA2NCAyMy42OTA3IDY2LjQxNDEgMjQuMTU5M0w2MS42NTE2IDMxLjc5NkM2MS4zNTkzIDMyLjI2NDYgNjAuNzQyNSAzMi40MDc2IDYwLjI3MzkgMzIuMTE1M0M1OS44MDUzIDMxLjgyMzEgNTkuNjYyMyAzMS4yMDYzIDU5Ljk1NDYgMzAuNzM3N0w2NC4xODc5IDIzLjk0OTVMNTcuMzk5OCAxOS43MTYyQzU2LjkzMTIgMTkuNDIzOSA1Ni43ODgyIDE4LjgwNzEgNTcuMDgwNCAxOC4zMzg1QzU3LjM3MjcgMTcuODY5OSA1Ny45ODk1IDE3LjcyNjkgNTguNDU4MSAxOC4wMTkxTDY2LjA5NDggMjIuNzgxN1pNMi43MTY5OSAwLjkwMzcxNkM4Ljk1NjI1IDExLjQ0NDUgMzAuMjc3IDMwLjc4MzUgNjUuMzM5OCAyMi42NTZMNjUuNzkxNCAyNC42MDQzQzI5LjcyMDQgMzIuOTY1NiA3LjU5MDMzIDEzLjA2MzMgMC45OTU4OTggMS45MjI0NkwyLjcxNjk5IDAuOTAzNzE2WiIgZmlsbD0iI0UxMzAyQiIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: auto;
    left: -80px;
    bottom: 45px;
}

section.product-page-banner {
    overflow: hidden;
}

.benefits > div:not(.active) {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

@media only screen and (max-width: 767px) {
.single-product.custom-caldo-pollo .product-page-module-3 {
        position: relative;
        z-index: 1;
        padding-top: 50px;
	      height: fit-content;
    }
	
	.single-product.custom-caldo-pollo section.product-page-nutrition {
		overflow-x: clip;
	}
	
	section.product-page-benefits {
		overflow-x: clip;
	}
	.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 .interior-text {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	.single-product.custom-caldo-pollo .product-page-module-3 .round-arrows-2 {
		bottom: -27px;
	}
	
	.single-product.custom-caldo-pollo .nutrition-title h3 {
        font-size: 2.5rem;
		margin-bottom: 100px;
    }
	
	.single-product.custom-caldo-pollo .nutrition-title h2 {
        font-size: 1.6rem;
    }
	
	.download-tips:before{
		display: none;
	}
	.single-product.custom-caldo-pollo .deliciousmartha {
		margin-bottom: -28px;
	}
	
	.single-product.custom-caldo-pollo .product-page-soup-nutrition {
		height: fit-content;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 575px) {
	.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 {
		padding-bottom: 50px;
	}
	
	/*.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 .interior-text {
		position: absolute;
		bottom: -30px;
	}*/
	
	.single-product.custom-caldo-pollo .product-page-soup-nutrition .nutrition-title {
		margin-top: 120px;
	}	
	
	.single-product.custom-caldo-pollo .nutrition-title h3 {
        margin-bottom: 50px;
    }
	
	.product-page-benefits-container-mobile .benefit-text-3 p:nth-child(2) {
		margin-bottom: 40px;
	}
	
	.product-page-benefits-container-mobile .composition-text p {
		margin-bottom: 50px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 500px) {
	/*.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 .interior-text {		
		bottom: 30px;
	}*/
}

@media only screen and (max-width: 400px) {
	/*.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 .interior-text {		
		bottom: 50px;
	}*/
}

@media only screen and (max-width: 390px) {
	/*.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 .interior-text {		
		bottom: 65px;
	}*/
}



@media only screen and (max-width: 359px) {
	.single-product.custom-caldo-pollo .product-page-soup-nutrition .nutrition-title h2 {
        font-size: 2.5rem;
    }
	
	.single-product.custom-caldo-pollo .product-page-nutrition h3 {
		font-size: 3rem;
	}
	
	.single-product.custom-caldo-pollo .product-page-module-3 .product-page-module-3 .interior-text {		
		padding: 0;
	}
}

.single-product.custom-caldo-pollo .product-page-video {
    line-height: 0;
}

@media (min-width: 319px) and (max-width: 389px) {
	.single-product.custom-caldo-pollo .nutrition-title h2 {
        font-size: 1.6rem;
    }
	.single-product.custom-caldo-pollo .nutrition-title h3 {
        font-size: 2.5rem;
		margin-bottom: 60px;
    }
	
	 .product-page-benefits h2 {
		font-size: 2.3rem;
	  }
}

@media only screen and (max-width: 998px) {
	.single-product.custom-caldo-pollo .twentytwenty-container #imageBottom {
		left: 0%;
	}
	
	.single-product.custom-caldo-pollo .twentytwenty-container #imageTop {
		left: auto;
	}
}

@media only screen and (max-width: 768px) {
	.single-product.custom-caldo-pollo .container-mod3 #descubre-interior {
		left: auto;
		margin-bottom: 50px;
	}
	.single-product.custom-caldo-pollo .twentytwenty-container #imageTop {
		left: auto;
	}
	.single-product.custom-caldo-pollo .twentytwenty-container #imageBottom {
		left: 0%;
	}
	.benefits-title {
		padding: 0 20px;
	}
}
	
@media only screen and (max-width: 1025px) {
	.single-product.custom-caldo-pollo .custom-video-container {
		height: auto;
    	max-height: 90vh;
	}
}


@media only screen and (max-width: 768px) {
	.benefits:hover > div {
	  opacity: 0.5;
	  transition: opacity 0.3s ease;
	}
	
	.single-product.custom-caldo-pollo .container-mod3 .twentytwenty-wrapper.twentytwenty-vertical {
		margin-left: -25px;
	}
	
}

@media only screen and (max-width: 767px) {
	.product-page-module-3__outside .twentytwenty-wrapper div#reveal-images {
		margin-bottom: -80px;
	}
	.product-page-module-3__inside {
		padding: 100px 0 50px 0px;
	}
}

@media only screen and (max-width: 575px) {
	.product-page-benefits-container-mobile .soup-bricks-container img {
		min-height: 250px;
		max-height: 250px;
	}
	
	.product-page-benefits-container-mobile .soup-bricks-img {
		margin-bottom: -90px;
		max-width: 100%;
	}
	
	 .product-page-benefits-container-mobile {
        width: 100%;
        height: fit-content!important;
	}
	
	.twentytwenty-container {
	  height: 400px !important;
	}
}
.product-category-second-level #product-category-75{
	margin-bottom: 0 !important;
}
body.term-proteina .content-simple-product.only-desktop{
  position: relative;
  top: 30px;
}
body.term-pasta-clasica .swiper-button-next,
body.term-pasta-clasica .swiper-button-prev{
	top: 250px;
}
.widget-recipe-slider .swiper-button-prev, .widget-recipe-slider .swiper-button-next {
    top: 40% !important;
}
body.home .widget-recipe-slider .swiper-button-prev, body.home .widget-recipe-slider .swiper-button-next {
    top: 48% !important;
}
body.term-ensaladas .pastas-gallo-slider-productos-ensaladas,
body.term-pasta-al-huevo .pastas-gallo-slider-productos-pasta-al-huevo,
body.term-integral .section-by-category.flex-product div,
body.term-100-legumbre .section-by-category.flex-product div,
body.term-bio .section-by-category.flex-product div,
body.term-cous-cous .section-by-category.flex-product div,
body.term-pan-rallado .section-by-category.flex-product div{
    margin-top: 2% !important;
}
body.term-caldos .pastas-gallo-slider-productos-caldos,
body.term-salsas-ambientes .pastas-gallo-slider-productos-salsas-ambientes{
	margin-top: 5% !important;
}
.special-without-gluten .section-by-category .product-category-second-level .pastas-gallo-button{
	top: -10px;
	position: relative;
}
@font-face {
  font-display: swap;
}
.term-pasta-clasica .product-level-three .slider-product-level [data-swiper-slide-index="1"] img{
   margin-top: 10px !important;
}

.term-pasta-clasica .product-level-three .slider-product-level [data-swiper-slide-index="1"] img{
   width: 70% !important;
   margin-left:18% !important;
}
.term-pasta-clasica .related-products [data-swiper-slide-index="1"] img {
    width: 100%;
    margin-left: 0;
	margin-top: 10px;
}
.ewd-ufaq-faq-div {
    width: 50% !important;
	margin-bottom: 24px !important;
  }
/*@media (min-width: 1024px) {
  .ewd-ufaq-faq-div {
    width: 100% !important;
    max-width: 900px !important; 
	margin-bottom: 24px !important;
  }
  .ewd-ufaq-post-margin-symbol {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .ewd-ufaq-faq-body {
    padding-left: 36px !important;
  }
  .ewd-ufaq-faq-body table,
  .ewd-ufaq-faq-body tbody,
  .ewd-ufaq-faq-body tr,
  .ewd-ufaq-faq-body td {
    display: block;
    width: 100% !important;
  }
  .ewd-ufaq-faq-body {
    line-height: 1.6 !important;
  }
}*/
.ewd-ufaq-faq-title-text h4::before {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 24px !important;
    height: 24px !important;
    background-color: #E1302B !important;
    color: #fff !important;
    font-size: 16px !important;
    margin-right: 12px !important;
    border-radius: 0px !important;
    position: relative !important;
    content: counter(faq-counter) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
	left: 0px !important;
    padding-left: 0px !important;
}
@media (max-width: 1440px) {
    .twentytwenty-handle:before {
        width: 23% !important;
    }
	.twentytwenty-handle:after {
        width: 14% !important;
    }
}
@media (max-width: 1200px) {
	.twentytwenty-handle:after {
		width: 13% !important;
	}
	.twentytwenty-handle:before {
        width: 28% !important;
    }
}
@media (max-width: 992px) {
    .twentytwenty-handle:after {
        width: 11% !important;
    }
	.twentytwenty-handle:before {
        width: 28% !important;
    }
}
@media (max-width: 768px) {
    .twentytwenty-handle:after {
        width: 13% !important;
        right: 94% !important;
    }
	.twentytwenty-handle:before {
		width: 29% !important;
	}
}
@media (max-width: 576px) {
    .twentytwenty-handle:after {
        width: 16% !important;
        right: 94% !important;
    }
}
@media (max-width: 500px) {
	.twentytwenty-wrapper {
		margin-bottom: -50px;
	}
	.single-product.custom-caldo-pollo .container-mod3 .twentytwenty-wrapper.twentytwenty-vertical {
        margin-left: 0px;
    }
}
@media (min-width: 1199px) and (max-width: 1400px){
	.search-field.active-input {
		width: 110px !important;
	}
}



/* ============================================
   SECCIÓN PRINCIPAL
   ============================================ */

.calidad-innovacion {
    width: 100%;
    padding: var(--spacing-xl) 0;
    overflow: hidden;
}

.calidad-innovacion__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* ============================================
   ENCABEZADO
   ============================================ */

.calidad-innovacion__header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
    animation: fadeInDown 0.6s ease-out;
}

.calidad-innovacion__badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--color-dark);
    text-transform: uppercase;
    margin-bottom: var(--spacing-md);
    padding: var(--spacing-sm) var(--spacing-md);
    border-bottom: 3px solid var(--color-primary);
}

.calidad-innovacion__title {
    font-size: 74px;
    font-weight: 950;
    line-height: 61px;
    color: var(--color-dark);
    margin: var(--spacing-lg) 0 var(--spacing-md);
    margin-top: 10%;
    margin-right: 60px;  /* ← Margen a la derecha */
    letter-spacing: 0px;
    text-align: right;
}

.calidad-innovacion__title_red{
	font-size: 74px;
    font-weight: 950;
    line-height: 61px;
	letter-spacing: 0px;
    color: #E1302B;
	text-align: right;
}

.calidad-innovacion__highlight {
    color: #E1302B!important;
    display: block;
    margin-top: var(--spacing-sm);
    margin-right: 40px;  /* ← Margen a la derecha */
    font-size: 74px;
    font-weight: 950;
	line-height: 61px;
	margin-right: 0px;
	letter-spacing: 0px;
    text-align: right;
}
.page-template-quienes-somos br{
	display:block!important;
}

.calidad-innovacion__subtitle {
    font-size: 18px;
    color: black;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
	text-align: right;
	margin-right: 60px;
	margin-top:20px;
}

/* ============================================
   GRID DE TARJETAS
   ============================================ */

.calidad-innovacion__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin-top: var(--spacing-xl);
}

/* ============================================
   TARJETAS
   ============================================ */
.calidad-innovacion__card {
    border-radius: 0px;
    overflow: hidden;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.calidad-innovacion__card:hover {
    box-shadow: none;
    transform: none;
}
.calidad-innovacion__calidad{
	text-align: right;
	font-weight:700;
	font-size:18px;
	letter-spacing:4px;
	color:black;
	margin-top:140px;
}

/* ============================================
   IMAGEN DE LA TARJETA
   ============================================ */

.calidad-innovacion__card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f0f0f0;
    position: relative;
}

.calidad-innovacion__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-default);
}

/* ============================================
   CONTENIDO DE LA TARJETA
   ============================================ */

.calidad-innovacion__card-content {
    padding: var(--spacing-lg);
    flex: 1;
    display: flex;
    flex-direction: column;
}

.calidad-innovacion__card-number {
    font-size: 12px;
    font-weight: 700;
    color: red;
    line-height: 1;
    margin-bottom: var(--spacing-sm);
	text-align: right;
	letter-spacing:4px;
}

.calidad-innovacion__card-title {
    font-size: 32px;
    font-weight: 700;
    color: black;
    margin-bottom: 14px;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 60px;
    letter-spacing: 0px;
    text-align: left;
    font-family: 'Arquitecta', sans-serif;  /* ← Font arquitecta */
}

.page-template-calidad-e-innovacion br{
	display:block;
}

.calidad-innovacion__card-text p{
    font-size: 16px;
    color: black;
    line-height: 20px;
    margin-left: 30px;
    margin-right: 50px;
	margin-bottom:0px;
    flex: 1;
    text-align: left;
    font-family: 'Arquitecta', sans-serif;  /* ← Font arquitecta */
}

/* ============================================
   ANIMACIONES
   ============================================ */
/*
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 768px) {
    .calidad-innovacion {
        padding: var(--spacing-lg) 0;
    }

    .calidad-innovacion__wrapper {
        padding: 0 var(--spacing-md);
    }

    .calidad-innovacion__header {
        margin-bottom: var(--spacing-lg);
    }

    .calidad-innovacion__title {
        font-size: clamp(1.5rem, 5vw, 2.5rem);
    }

    .calidad-innovacion__grid {
        gap: var(--spacing-md);
        grid-template-columns: 1fr;
    }

    .calidad-innovacion__card-image {
        height: 240px;
    }

    .calidad-innovacion__card-content {
        padding: var(--spacing-md);
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */

@media (max-width: 480px) {
    .calidad-innovacion {
        padding: var(--spacing-md) 0;
    }

    .calidad-innovacion__wrapper {
        padding: 0 var(--spacing-sm);
    }

    .calidad-innovacion__badge {
        font-size: 0.75rem;
        letter-spacing: 1px;
    }

    .calidad-innovacion__title {
        font-size: 1.5rem;
    }

    .calidad-innovacion__subtitle {
        font-size: 0.95rem;
    }

    .calidad-innovacion__card-image {
        height: 200px;
    }

    .calidad-innovacion__card-number {
        font-size: 2.5rem;
    }

    .calidad-innovacion__card-title {
        font-size: 1.1rem;
    }

    .calidad-innovacion__card-text {
        font-size: 0.95rem;
    }
}


/**
 * Módulo: Slider Module
 * Estilos del slider
 */

/* ============================================
   SECCIÓN PRINCIPAL
   ============================================ */

.slider-module {
    width: 100%;
    padding-bottom: 4rem;
}

.slider-module__wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ============================================
   ENCABEZADO
   ============================================ */

.slider-module__header {
    text-align: center;
    margin-bottom: 3rem;
}

.slider-module__title {
    font-size: 42px;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-family: 'Arquitecta', sans-serif;
}

.slider-module__description {
    font-size: 16px;
    color: black;
    line-height: 20px;
	text-align: left;
	max-width:725px;
	margin-left:63px;
	margin-top:70px;
}

/* ============================================
   SLIDER CONTAINER
   ============================================ */

.slider-module__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.slider-module__slides-wrapper {
    width: 100%;
    max-width: 725px;
    overflow: hidden;
	margin-right:500px;
}

.slider-module__slides {
    display: flex;
    position: relative;
    width: 100%;
}

.slider-module__slide {
    width: 100%;
    flex-shrink: 0;
    opacity: 0;
    display: none;
}

.slider-module__slide.active {
    opacity: 1;
    display: block;
}

.slider-module__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ============================================
   CONTROLES
   ============================================ */

.slider-module__controls {
    display: flex;
    align-items: end;
    justify-content: end;
	margin-top:10px;
	/*transform: translate(-40%, -530%);*/
}

/* Flechas */
.slider-module__arrow {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #1a1a1a;
    transition: all 0.3s ease;
    font-weight: bold;
}

.slider-module__arrow:hover:not(:disabled) {
    background: #1a1a1a;
    color: #ffffff;
    transform: scale(1.1);
}

.slider-module__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Contador */
.slider-module__counter {
    font-size: 18px;
    font-weight: 900;
    color: #1a1a1a;
    font-family: 'Tusker Grotesk', sans-serif;
    letter-spacing: 1px;
	text-align: right;
	margin-top:0%;
	transform:translate(-6%,-260%);
}

.slider-module__counter[data-slide="0"] {
    /* estilos del primer counter */
    color: red;
}

.slider-module__counter[data-slide="1"] {
    /* estilos del segundo counter */
    color: blue;
}

.slider-module__counter[data-slide="2"] {
    /* estilos del tercer counter */
    color: green;
}


 
/* ============================================
   TEXTO DEL SLIDE
   ============================================ */
 
.slider-module__slide-text {
    text-align: left;
	width:75%;
	margin-left:25%;
}
 
.slider-module__slide-title {
	text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Arquitecta', sans-serif;
    line-height: 30px;
	letter-spacing:4px;
	margin-top:10%;
}

.slider-module__slide-subtitle {
	text-align: left;
    font-size: 40px;
    font-weight: 900;
    color: black;
    font-family: 'Arquitecta', sans-serif;
    line-height: 35px;
	margin-top:20px;
}

.slider-module__slide-subtitle-highlight{
	color:#E1302B;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 35px;
}
 
.slider-module__slide-description {
	
	margin-top:20px;
    font-size: 16px;
    color: #555;
    line-height: 20px;
	
}
 

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */

@media (max-width: 768px) {
    .slider-module {
        padding: 2rem 0;
    }

    .slider-module__title {
        font-size: 32px;
    }

    .slider-module__description {
        font-size: 0.95rem;
    }

    .slider-module__slides-wrapper {
        max-width: 100%;
    }

    .slider-module__controls {
        gap: 1.5rem;
    }

    .slider-module__arrow {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .slider-module__counter {
        font-size: 16px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */


/* ============================================
   SLIDER - PREVIEW SIGUIENTE (DESKTOP)
   ============================================ */

@media (min-width: 1025px) {
    .slider-module__slides-wrapper {
        overflow: visible !important;
    	overflow-x: hidden;

    }

    .slider-module__slides {
        display: flex !important;
        gap: 0;
        overflow: visible;
        width: auto;
		overflow-x: crop;

    }

    .slider-module__slide {
        width: 725px;  /* Ancho de la imagen */
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .slider-module__slide.active {
        opacity: 1;
    }

    .slider-module__slide:not(.active) {
        opacity: 0;
        pointer-events: none;
        position: absolute;
    }

    .slider-module__image {
        width: 100%;
        height: 425px;  /* Mismo alto que los slides */
        display: block;
        object-fit: cover;
    }

    /* Preview del siguiente slide */
    .slider-module__slide.active + .slider-module__slide {
        position: relative;
        opacity: 1;
        pointer-events: auto;
        left: 300px;  /* Un poco menos para que se vea menos del tercio */
        width: 600px;
    }

    .slider-module__slide.active + .slider-module__slide .slider-module__image {
        width: 725px;  /* Mismo tamaño */
        height: 425px;  /* Mismo alto */
        opacity: 1;  /* Opaca */
        display: block !important;
    }

    .slider-module__slide.active + .slider-module__slide .slider-module__slide-text,
    .slider-module__slide.active + .slider-module__slide .slider-module__controls {
        display: none;
    }
}

@media (max-width: 1024px) {
    .slider-module__slides-wrapper {
        overflow: hidden;
    }

    .slider-module__slide {
        width: 100%;
    }

    .slider-module__slide:not(.active) {
        display: none !important;
    }
}

.slider-module__slide.active + .slider-module__slide::after {
    content: attr(data-counter);
    display: block;
    text-align: center;
    padding: 1rem;
    font-size: 16px;
    font-weight: 900;
    color: #1a1a1a;
    font-family: 'Arquitecta', sans-serif;
}

/* ============================================
   FLECHAS - ESTILOS
   ============================================ */

.slider-module__arrow {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 0;  /* Cuadrado, no círculo */
	border:none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: black;  /* Gris */
    transition: all 0.3s ease;
    font-weight: bold;
}

.slider-module__arrow:hover:not(:disabled) {
    background: #E1302B;  /* Rojo */
    color: #ffffff;  /* Flecha blanca */
    border-color: #E1302B;
}


.slider-module__arrow:hover:not(:disabled) span {
    color: #ffffff;  /* Flecha blanca */
}

.slider-module__arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    color: #ccc;  /* Gris más claro si está deshabilitado */
}

.slider-module__slide.active + .slider-module__slide {
    position: relative;
}

/* contador debajo del preview */
.slider-module__slide.active + .slider-module__slide .slider-module__counter {
    position: absolute;

    top: 100%;   /* 👈 lo saca justo debajo de la imagen */
    left: 100%;
    transform: translateX(100%);

    margin-top: 8px; /* 👈 aquí controlas la altura */
    
    font-size: 16px;
    font-weight: 900;
    font-family: 'Arquitecta', sans-serif;
    color: #1a1a1a;
}


.totalSlides{
	color:#E1302B;
	font-size:113px;
	opacity:50%;
	font-family: 'Tusker Grotesk', sans-serif;
}

.slider-module__counter span:nth-of-type(2) {
    opacity: 0.5;
	color:#E1302B;
	font-size:113px;
	font-family: 'Tusker Grotesk', sans-serif;
}
.slider-module__counter{
	color:#E1302B;
	font-size:113px;
	font-family: 'Tusker Grotesk', sans-serif;
}
.currentSlide{
	color:#E1302B;
	opacity:100%!important;
	font-size:113px;
	font-family: 'Tusker Grotesk', sans-serif;
}


.single-press .banner-nutrition-and-tips-single{
	background-image: url("https://dev-newgallo25.iboomobile.com/wp-content/uploads/2026/05/Portada-gallo-prensa-min-scaled.jpg")!important;
	background-position-y: 80%;
	background-position-x: -30px;
	width:110%;
}

html, body {
    overflow-x: hidden;
}



/*sostenibilidad*/

.page-template-sostenibilidad br{
	display: block;
}

.sostenibilidad_header_container h1{
    font-size: 74px;
    font-weight: 950;
    line-height: 61px;
    color: var(--color-dark);
    margin: var(--spacing-lg) 0 var(--spacing-md);
    margin-top: 10%;
    margin-right: 60px;  /* ← Margen a la derecha */
    letter-spacing: 0px;
    text-align: left;
}

/* ========================================
   HEADER SECTION
   ======================================== */
.sostenibilidad_header {
    background: var(--color-white);
    padding: 60px 0 60px 0;
    margin-bottom: 0;
}
 
.sostenibilidad_header__wrapper {
    padding: 0;
}
 
.sostenibilidad_header_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
 
.sostenibilidad_header_title {
    font-family: 'Arial', sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 1.2;
    color: var(--color-dark-text);
    margin: 0 0 30px 0;
    letter-spacing: 0px;
}

.sostenibilidad_header_title_red{
	font-family: 'Arial', sans-serif;
    font-size: 72px;
    font-weight: 900;
    color: #E1302B;
    letter-spacing: 0px;
}
 
.sostenibilidad_header_title:has(+ p) {
    margin-bottom: 20px;
}
 
.sostenibilidad_header_subtitle p {
    font-family: 'Arquitecta', sans-serif;
    font-size: 18px;
	width:40%;
    font-weight: 700;
    letter-spacing: 4px;
    color: black;
    line-height: 20px;
	text-transform: uppercase;
    margin: 0;
	margin-top:20px;
}

.sostenibilidad_zona_marron_subtitle {
    font-family: 'Arquitecta', sans-serif;
    font-size: 16px;
	width:40%;
    font-weight: 700;
    letter-spacing: 4px;
    color: black;
    line-height: 20px;
    margin: 0;
}
 
/* Estilo para el texto rojo en el title */
.sostenibilidad_header_title {
    display: block;
}
 
/* ========================================
   PILARS SECTION
   ======================================== */
.sostenibilidad_pilars_module {
    background: #F0EBE7;
    padding: 80px 0;
}
 
.sostenibilidad_pilars__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
 
/* ========================================
   PILAR GENERAL STYLES
   ======================================== */
.sostenibilidad_pilar_container {
    display: grid;
    gap: 40px;
    align-items: center;
    margin-bottom: 100px;
}
 
.sostenibilidad_pilar1_container,
.sostenibilidad_pilar2_container,
.sostenibilidad_pilar3_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}
 
/* Pilar 2: Imagen a la derecha */
.sostenibilidad_pilar2_container {
    grid-template-columns: 1fr 1fr;
}
 
 
/* ========================================
   CONTADOR DEL PILAR
   ======================================== */
.sostenibilidad_pilar_counter {
    font-family: 'Tusker Grotesk', sans-serif;
    font-size: 112px;
    font-weight: 800;
    line-height: 1,1em;
    margin-left:50%;
	margin-top: 75%;
    color: #E1302B;
    letter-spacing: 1%;
	
}

.sostenibilidad_pilar2_counter {
    font-family: 'Tusker Grotesk', sans-serif;
    font-size: 112px;
    font-weight: 800;
    line-height: 1,1em;
    margin: 0 0 30px 0;
    color: #E1302B;
    letter-spacing: 1%;
	text-align:left;
	margin-top:75%;
}

.total_pilar_counter{
	opacity:50%;
	font-family: 'Tusker Grotesk', sans-serif;
    font-size: 112px;
    font-weight: 800;
    line-height: 1.1em;
    margin: 0 0 30px 0;
    color: #E1302B;
    letter-spacing: 1%;
}
 
.sostenibilidad_pilar_text_wrapper{
	margin-top:-10%;
	margin-left:10%;
	
}

.sostenibilidad_pilar_text_wrapper2{
	margin-top:-10%;
	margin-left:-55%;
}
 
/* Label pequeño */
.sostenibilidad_pilar_minitext {
    font-family: 'Arquitecta', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
    color: black;
    text-transform: uppercase;
}
 
/* ========================================
   TÍTULOS DEL PILAR
   ======================================== */
.sostenibilidad_pilar_title {
    font-family: 'Arquitecta', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 35px;
    color: var(--color-dark-text);
    letter-spacing: 0px;
	text-align: left;
	width: 110%;
}
.sostenibilidad_pilar_title_red{
	color: #E1302B;
	font-family: 'Arquitecta', sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 35px;
    letter-spacing: 0px;
	text-align: left;
}
 
/* El primer elemento en rojo */
.sostenibilidad_pilar_title::first-line {
    color: var(--color-primary-red);
}
 
/* ========================================
   DESCRIPCIÓN DEL PILAR
   ======================================== */
.sostenibilidad_pilar_description p {
    font-family: 'Arquitecta', sans-serif;
    font-size: 16px;
    line-height: 20px;
	letter-spacing:0px;
	font-weight:400;
    color: black;
    margin: 0;
    white-space: pre-wrap;
	margin-top:20px;
}
 
/* ========================================
   IMÁGENES DEL PILAR
   ======================================== */
.sostenibilidad_pilar_img {
    width: 150%;
    height: auto;
    display: block;
    object-fit: cover;
}

.sostenibilidad_pilar_img2 {
    width: 150%;
    height: auto;
    display: block;
    object-fit: cover;
	margin-left: -65%;
}
 
/* ========================================
   RESPONSIVE - TABLETS
   ======================================== */
@media (max-width: 768px) {
    .sostenibilidad_header_title {
        font-size: 48px;
    }
 
    .sostenibilidad_header_container {
        padding: 0 30px;
    }
 
    .sostenibilidad_pilars__wrapper {
        padding: 0 30px;
    }
 
    .sostenibilidad_pilar1_container,
    .sostenibilidad_pilar2_container,
    .sostenibilidad_pilar3_container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
 
    .sostenibilidad_pilar2_container > img {
        order: unset;
    }
 
    .sostenibilidad_pilar2_container > *:not(img) {
        order: unset;
    }
 
    .sostenibilidad_pilar_counter {
        font-size: 80px;
    }
 
    .sostenibilidad_pilar_counter::after {
        font-size: 80px;
    }
 
    .sostenibilidad_pilar_title {
        font-size: 32px;
    }
}
 
/* ========================================
   RESPONSIVE - MÓVILES
   ======================================== */
@media (max-width: 480px) {
    .sostenibilidad_header {
        padding: 40px 0 30px 0;
    }
 
    .sostenibilidad_header_title {
        font-size: 36px;
        margin-bottom: 20px;
    }
 
    .sostenibilidad_header_container {
        padding: 0 20px;
    }
 
    .sostenibilidad_pilars_module {
        padding: 50px 0;
    }
 
    .sostenibilidad_pilars__wrapper {
        padding: 0 20px;
    }
 
    .sostenibilidad_pilar1_container,
    .sostenibilidad_pilar2_container,
    .sostenibilidad_pilar3_container {
        margin-bottom: 60px;
        gap: 20px;
    }
 
    .sostenibilidad_pilar_counter {
        font-size: 60px;
    }
 
    .sostenibilidad_pilar_counter::after {
        font-size: 60px;
    }
 
    .sostenibilidad_pilar_title {
        font-size: 26px;
    }
 
    .sostenibilidad_pilar_description {
        font-size: 13px;
    }
 
    .sostenibilidad_header_subtitle {
        font-size: 12px;
    }
}
 
/* ========================================
   UTILITIES
   ======================================== */
.container-fluid {
    width: 100%;
}


.sostenibilidad_pilar2_container > .sostenibilidad_pilar_text_wrapper2 {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    padding-bottom: 20px;
}




.single-press .banner-nutrition-and-tips-single .content-banner{
	padding: 30px 50px;
}


.single-post .banner-nutrition-and-tips-single .content-banner{
	padding: 30px 50px!important;
}

@media (min-width: 700px) {
.single-post .banner-nutrition-and-tips-single .content-banner{
	margin-bottom:-5%;
}
.single-press .banner-nutrition-and-tips-single .content-banner{
	margin-bottom:-5%;
}
.single-press h1{
	font-size: 50px;
	line-height:45px;
}
.single-post h1{
	font-size: 50px;
	line-height:45px;
}
}


.recipe_description_seo{
	width:70%;
    align-items: center;
	margin-top:3%;
}


.recipe_description_seo p{
    font-size:20px!important;
}

.recipe_description_seo b{
	font-size:20px;
}

@media (max-width: 480px) {
	.recipe_description_seo{
		width:70%;
		align-items: center;
		margin-top: 10%;
	}
	
	.recipe_description_seo b{
		font-size:20px;
	}
}


@media (max-width: 480px) {
	.sostenibilidad_header_container h1{
		font-size:30px;
		font-weight: 950;
		line-height: 28px;
		color: var(--color-dark);
		margin-top: 10%;
		margin-right: 0px;
		letter-spacing: 0px;
		text-align: center;
		width: 102%;
	}
	.sostenibilidad_header_title_red{
		font-size:30px;
	}
	.sostenibilidad_header_subtitle{
		font-size:16px;
		font-weight: 700;
		line-height: 20px;
		color: var(--color-dark);
		margin-top: 10%;
		margin-right: 0px;
		letter-spacing: 4px;
		text-align: center;
	}
	
	.sostenibilidad_header_subtitle p{
		text-align: center;
		width: 100%;
	}
	
	.sostenibilidad_header_container h1 br{
		display:none;
	}
	
    .slider-module {
        padding: 1.5rem 0;
    }

    .slider-module__header {
        margin-bottom: 2rem;
    }

    .slider-module__title {
        font-size: 24px;
    }

    .slider-module__description {
        font-size: 0.9rem;
    }

    .slider-module__controls {
        gap: 1rem;
    }

    .slider-module__arrow {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .slider-module__counter {
        font-size: 14px;
    }
}

 


.contenedor-celebracion{
	text-align:left!important;
	width:80%;
	margin-left:18%;
	max-width: 960px;
	margin-bottom: 100px;
}

.contenedor-celebracion p{
	font-size:18px;
}

.contenedor-celebracion h3{
	text-align:left!important;
	font-family: "Karma", Sans-serif;
	font-weight:600;
	font-size:21px;
	line-height:30px;
}

.contenedor-celebracion h3 span{
	font-family: "Karma", Sans-serif;
	font-weight:600;
	font-size:21px;
	line-height:30px;
}

.contenedor-celebracion h4{
	text-align:left!important;
	font-weight:700;
	font-size:22px;
	line-height:22px;
}


.banda-contenido {
    display: flex;
    align-items: center;
    justify-content: space-between;
	background-color:black;
    gap: 40px; /* separación entre imagen y texto */
}

.banda-imagen {
    flex: 0 0 40%; /* ancho de la imagen */
}

.banda-imagen img {
    width: 130%;
    height: auto;
    display: block;
}

.banda-texto {
	color:white;
    flex: 1; /* el texto ocupa el resto */
	width:70%;
}
.banda-texto h3{
	color:white;
	text-align: left;
    margin-left: 33%;
}

.banda-texto span{
	color:white;
}
.banda-texto strong{
	color:white;
}

.banda-texto h3 span strong{
	color:white;
	font-weight:950;
	font-size:48px;
	line-height:41px;
}
.banda-texto p{
	color:white;
	font-family: "Karma", Sans-serif;
	font-size:20.18px;
	line-height:24.65px;
	font-weight:500;
	max-width: 500px;
    margin-left: 33%;
	margin-top:20px;
}

/* opcional: responsive */
@media (max-width: 768px) {
    .banda-contenido {
        flex-direction: column;
        text-align: center;
    }

    .banda-imagen {
        flex: none;
        width: 100%;
    }
}


.banda-negra br{
	display:block
}
.tirabuzon-historia {
    position: relative;
    min-height: 2000px;
}


@media (min-width: 1680px) {
	.tirabuzon-historia {
    	position: relative;
		min-height: 3000px;
	}
}


.tirabuzon-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  /* Reduce a la altura que necesites */
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
	transform: translateX(-13%);
}

.tirabuzon-header,
.tirabuzon-timeline {
    position: relative;
    z-index: 1;
}



.pilar-tirabuzon {
    position: absolute;
    width: 200px;  /* Ajusta el ancho según necesites */
    z-index: 2;
    /* Ahora puedes posicionar cada pilar individualmente */
}

.pilar-tirabuzon h3{
	text-align:left!important;
	font-family: "Tusker Grotesk", Sans-serif;
	font-weight:800;
	font-size:80px;
	width:300px;
	letter-spacing:1%;
}

.pilar-tirabuzon{
	background-color:white;
}

/* Posiciona cada pilar en un punto específico */
.pilar-tirabuzon:nth-child(1) {
	top: 500px;
    left: 65%;
}

.pilar-tirabuzon:nth-child(2) {
    top: 1100px;
    left: 30%;
}

.pilar-tirabuzon:nth-child(3) {
    top: 1850px;
    left: 65%;
}

.pilar-tirabuzon:nth-child(4) {
	top: 2500px;
    right: 35%;
}







/* ========================================
   HISTORIA TIMELINE STYLES
   ======================================== */

.historia-timeline {
    position: relative;
    padding: 60px 0;
}

.timeline-slides-wrapper {
    margin-bottom: 80px;
}

.timeline-slides {
    position: relative;
    min-height: 600px;
}

.timeline-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    display: flex;
    gap: 40px;
}

.timeline-slide.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.slide-imagen-container {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
}

.slide-imagen-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-texto-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-texto-container h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.slide-texto-container p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}


/* ========================================
   HISTORIA TIMELINE STYLES
   ======================================== */
 
.historia-timeline {
    position: relative;
    padding: 60px 0;
    margin: 0 auto;
}
 
/* ========================================
   IMAGEN DEL SLIDE
   ======================================== */
 
.timeline-slides-wrapper {
    margin-bottom: 80px;
    width: 100%;
}
 
.timeline-slides {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
}
 
.timeline-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease-in-out;
}
 
.timeline-slide.active {
    opacity: 1;
    visibility: visible;
}
 
.timeline-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 
/* ========================================
   AÑOS EN ARCO (ENCIMA DEL TIMELINE)
   ======================================== */
 
.timeline-navigation-wrapper {
    position: relative;
    margin-bottom: 80px;
}
 
.timeline-years {
    position: relative;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px;
}
 
.year-label {
    font-size: 32px;
    font-weight: bold;
    color: #d32f2f;
    opacity: 0.4;
    transition: all 0.4s ease;
    text-align: center;
    flex: 1;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.year-label.active {
    opacity: 1;
    font-size: 36px;
    transform: scale(1.1);
}
 
/* ========================================
   LÍNEA CON PUNTOS
   ======================================== */
 
.timeline-dots-container {
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    overflow: visible;
}
 
.dots-line-img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1000px;
    transform: translateY(-50%);
    object-fit: contain;
    object-position: center;
    z-index: 1;
}
 
.dots-points {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
 
.timeline-dot {
    position: relative;
    background: none;
    border: none;
    padding: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex: 1;
}


.dot-inner {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #d32f2f;
    transition: all 0.3s ease;
}
 
/* ========================================
   TEXTO DESCRIPTIVO
   ======================================== */
 
.timeline-text-wrapper {
    padding: 40px 20px;
    border-radius: 8px;
    min-height: 300px;
}
 
.timeline-text-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
 
.timeline-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
 
.timeline-text.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}
 
.timeline-text h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}
 
.timeline-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}
 
.timeline-text ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
 
.timeline-text li {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
 
.timeline-text li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d32f2f;
    font-weight: bold;
}
 
/* ========================================
   RESPONSIVE
   ======================================== */
 
@media (max-width: 768px) {
    .timeline-years {
        height: 60px;
        margin-bottom: 10px;
    }
 
    .year-label {
        font-size: 18px;
    }
 
    .year-label.active {
        font-size: 20px;
    }
 
    .timeline-slides {
        height: 250px;
    }
 
    .timeline-text h3 {
        font-size: 20px;
    }
 
    .timeline-text p {
        font-size: 14px;
    }
 
    .dot-inner {
        width: 14px;
        height: 14px;
        border-width: 2px;
    }
 
    .timeline-dot:hover .dot-inner,
    .timeline-dot.active .dot-inner {
        width: 18px;
        height: 18px;
    }
}

/* ========================================
   HISTORIA WHEEL - SEMICIRCLE SUPERIOR
   Full width, estructura: img → wheel → texto
======================================== */

.historia-wheel-section {
    position: relative;
    padding: 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.historia-wheel-layout {
    position: relative;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

/* ========================================
   WHEEL WRAPPER - Mostrando solo semicircle SUPERIOR
======================================== */

.historia-wheel-wrapper {
    position: relative;
    width: 100vw;
    height: 380px;
    overflow: hidden; /* Corta la parte inferior del círculo */
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: flex-start; /* El círculo está ARRIBA */
    justify-content: center;
}

/* ========================================
   WHEEL CIRCLE - Posicionado para mostrar solo la mitad superior
======================================== */

.historia-wheel {
    position: absolute;
    width: 1640px;
    height: 1400px;
    border: 2px solid rgba(0,0,0,.08);
    border-radius: 50%;
    transition: transform 1s cubic-bezier(.77,0,.175,1);
    
    /* El círculo está ARRIBA del contenedor para mostrar solo la mitad superior */
    top: 0px; /* Mitad del círculo hacia arriba */
    left: 50%;
    transform: translateX(-50%);
}

/* ========================================
   ITEMS EN EL CIRCLE - Distribuidos en semicircle superior
======================================== */

.wheel-item {
    position: absolute;
    left: 50%;
    top: 50%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transform-origin: center center;
    opacity: 1;
    transition: all .4s ease;
}

.wheel-item.active {
    opacity: 1;
}

.wheel-year {
    position: absolute;
    bottom: 60px; /* Números ARRIBA de los puntos */
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: 700;
    color: #E1302B;
    transition: all .4s ease;
    white-space: nowrap;
    opacity: 1;
}

.wheel-dot {
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #E1302B;
	opacity:1;
    transition: all .3s ease;
}

.wheel-item.active .wheel-year {
    color: #E1302B;
    opacity: 1;
    font-size: 32px;
}

.wheel-item.active .wheel-dot {
    width: 19px;
    height: 19px;
}

/* ========================================
   CONTENT AREA - Debajo del wheel
======================================== */

.historia-wheel-content {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 80px 40px;
    min-height: 500px;
    margin: 0 auto;
}

.wheel-content-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease;
    padding: 80px 40px;
}

.wheel-content-item.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
	max-width: 480px;
	text-align:center;
	padding: 0px 40px;
    margin-left: 20%;
    margin-top: -10%;
}

.wheel-image {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    max-height: 400px;
}

.wheel-image img {
    width: 100%;
    height: auto;
    display: block;
}

.wheel-text h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.wheel-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
}

/* ========================================
   RESPONSIVE DESKTOP
======================================== */

@media (max-width: 1400px) {
    .historia-wheel {
        width: 1200px;
        height: 1200px;
    }
}

@media (max-width: 1200px) {
    .historia-wheel {
        width: 1000px;
        height: 1000px;
    }

    .historia-wheel-wrapper {
        height: 350px;
    }

    .wheel-year {
        font-size: 24px;
    }
}

/* ========================================
   RESPONSIVE TABLET
======================================== */

@media (max-width: 991px) {
    .historia-wheel {
        width: 800px;
        height: 800px;
    }

    .historia-wheel-wrapper {
        height: 300px;
    }

    .wheel-year {
        font-size: 20px;
        bottom: 50px;
    }

    .wheel-content-item {
        padding: 60px 30px;
    }

    .wheel-text h3 {
        font-size: 32px;
    }

    .wheel-text p {
        font-size: 16px;
    }
}

/* ========================================
   RESPONSIVE MOBILE
======================================== */

@media (max-width: 767px) {
    .historia-wheel {
        width: 600px;
        height: 600px;
    }

    .historia-wheel-wrapper {
        height: 220px;
    }

    .wheel-year {
        font-size: 16px;
        bottom: 40px;
    }

    .wheel-dot {
        width: 12px;
        height: 12px;
    }

    .wheel-item.active .wheel-dot {
        width: 16px;
        height: 16px;
    }

    .historia-wheel-content {
        padding: 50px 20px;
        min-height: 400px;
    }

    .wheel-content-item {
        padding: 50px 20px;
    }

    .wheel-text h3 {
        font-size: 24px;
    }

    .wheel-text p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .historia-wheel {
        width: 450px;
        height: 450px;
    }

    .historia-wheel-wrapper {
        height: 160px;
    }

    .wheel-year {
        font-size: 14px;
        bottom: 30px;
    }

    .wheel-text h3 {
        font-size: 20px;
    }

    .wheel-image {
        max-height: 250px;
    }
}


/* ========================================
   WHEEL ITEMS CONTAINER - Botones sobre el semicircle
======================================== */

.wheel-items-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10; /* Sobre el wheel */
    pointer-events: none; /* Permite clicks en los botones */
}

.wheel-item {
    position: absolute;
    left: 50%;
    top: 50%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transform-origin: center center;
    opacity: 1;
    transition: all .4s ease;
    pointer-events: auto; /* Permite clicks */
}

.wheel-item.active {
    opacity: 1;
}

.wheel-year {
    position: absolute;
    bottom: 150px; /* Números sobresalen hacia arriba */
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: 700;
    color: #999;
    transition: all .4s ease;
    white-space: nowrap;
    opacity: 1;
}

.wheel-dot {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d32f2f;
    transition: all .3s ease;
}

.wheel-item.active .wheel-year {
    color: #d32f2f;
    opacity: 1;
    font-size: 32px;
}

.wheel-item.active .wheel-dot {
    width: 20px;
    height: 20px;
}


.wheel-item {
    position: fixed;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    transition: all 0.4s ease; /* ← AGREGAR ESTO */
    z-index: 20;
}

/* CAMBIO 2: Ajustar posición de los años */
.wheel-year {
    position: absolute;
    bottom: 40px; /* ← CAMBIAR de 60px a 40px o menos */
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: 700;
    color: #999;
    transition: all .4s ease;
    white-space: nowrap;
    opacity: 1;
}

/* CAMBIO 3: Asegurar que el wheel tiene z-index menor */
.historia-wheel {
    position: absolute;
    width: 1640px;
    height: 600px;
    border: 2px dashed #E1302B;
    border-radius: 50%;
    transition: transform 1s cubic-bezier(.77,0,.175,1);
    top: 0px;
	margin-top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; /* ← AGREGAR ESTO para que esté atrás */
}


.wheel-image-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease;
}

.wheel-image-item.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    border-radius: 12px;
    overflow: hidden;
    max-height: 400px;
}

.wheel-image-item img {
    width: 100%;
    height: auto;
    display: block;
}

.historia-wheel-image-container {
    width: 100vw;
    position: relative;
    overflow: hidden;
}

.wheel-image-item,
.wheel-image-item.active {
    width: 100%;
    height: 100%; /* respeta el alto del contenedor actual */
}

.wheel-image-item img {
    width: 100%;
    height: 100%;
	z-index:0;
    object-fit: cover; /* rellena el ancho sin deformar */
    display: block;
}

.historia-wheel-layout {
    position: relative;
}

.historia-wheel-image-container {
    position: absolute;
	left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 1;
}

.historia-wheel-wrapper {
    position: relative;
    z-index: 10;
	margin-top: 25%;
}

.historia-wheel-content {
    position: relative;
    z-index: 20;
}

.historia-wheel-content {
    position: relative;
    z-index: 20;
}

.wheel-item {
    position: absolute;
}

.historia-wheel-image-container .wheel-image-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 30% !important;
}



.wheel-item {
    position: absolute;
    left: 50%;
    top: 50%;
    background: none;
    border: none;
    padding: 0;
    transform-origin: center center;
    opacity: 1;
    transition: all .4s ease;
}

.wheel-item.active {
    opacity: 1;
}

.wheel-year {
    position: absolute;
    bottom: 60px; /* Números ARRIBA de los puntos */
    left: 50%;
    transform: translateX(-50%);
    font-size: 55px;
    font-weight: 800;
    color: #E1302B;
    transition: all .4s ease;
    white-space: nowrap;
    opacity: 1;
	margin-bottom: -200%;
	font-family: "Tusker Grotesk" !important;
}

.wheel-dot {
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #E1302B;
	opacity:1;
    transition: all .3s ease;
}


@media (min-width: 1024px) and (max-width: 1200px) {

	.historia-wheel {
		margin-top: 15%;
	}
	
	.historia-wheel-wrapper {
		margin-top: 350px;
	}
	
}

@media (min-width: 1200px) and (max-width: 1440px) {

	.historia-wheel {
		margin-top: 15%;
	}
	
	.historia-wheel-wrapper {
		margin-top: 300px;
	}
	
}

@media (min-width: 1440px) and (max-width: 1700px) {

	.historia-wheel-wrapper {
		margin-top: 350px;
	}
	
}


@media (min-width: 1700px) and (max-width: 2100px) {

	.historia-wheel-wrapper {
		margin-top: 320px;
	}
	
}


@media (min-width: 2100px) {

	.historia-wheel-wrapper {
		margin-top: 280px;
	}
	
}

.wheel-item.active .wheel-year {
    color: #E1302B;
    opacity: 1;
	margin-bottom: -170%;
    font-size: 100px;
}

.wheel-item.active .wheel-dot {
    width: 19px;
    height: 19px;
}


.historia-wheel-wrapper {
    opacity: 1;
    transition: opacity .4s ease;
}

.historia-wheel-content {
    padding: 20px 40px;
    margin-top: -30px;
}

.wheel-content-item {
    padding: 20px 40px;
}

.page-template-historia-php .historia-principal{
	margin-top:110px;
}

.page-template-historia-php .historia-contenido{
	margin-right:110px;
}


.page-template-historia-php .titulo-principal{
	text-align:right;
	font-family: "Arquitecta" !important;
	font-size:100px;
	font-weight:950;
	line-height:63.76px;
}



.page-template-historia-php .subtitulo-principal{
	text-align:right;
	margin-top:30px;
	font-family: "Arquitecta" !important;
	font-size:40px;
	font-weight:900;
	line-height:36px;
}

.page-template-historia-php .subtitulo-principal p{
	text-align:right;
	font-family: "Arquitecta" !important;
	font-size:40px;
	font-weight:900;
	line-height:36px;
}

.page-template-historia-php .subtitulo-principal p span{
	text-align:right;
	font-family: "Arquitecta" !important;
	font-size:40px;
	font-weight:900;
	line-height:36px;
}


.page-template-historia-php .texto-pequeno{
	text-align:right;
	font-family: "Arquitecta" !important;
	font-size:18px;
	font-weight:700;
	line-height:30px;
	letter-spacing:4px;
	margin-top: 7px;
	margin-bottom:45px;
}


.historia-wheel-content{
	min-height:170px;
}

.wheel-item {
    outline: none;
    border: none;
    box-shadow: none;
}

.wheel-item:focus,
.wheel-item:active,
.wheel-item:focus-visible {
    outline: none;
    box-shadow: none;
}

.pilar-tirabuzon{
	width:350px;
}

.pilar-tirabuzon .pilar-titulo-izq{
	text-align:left;
}

.pilar-tirabuzon .pilar-subtitulo-izq{
	text-align:left;
}

.pilar-tirabuzon .pilar-titulo-der{
	text-align:right;
}


.pilar-tirabuzon .pilar-subtitulo-der{
	text-align:right;	
}

.pilar-tirabuzon p{
	width:275px;
}
.pilar-tirabuzon h3{
	width:318px;
}



.wheel-text{
	text-align:center;
	font-family: "Arquitecta" !important;
	font-size:24px;
	font-weight:950;
	line-height:24px;
	letter-spacing:0px;
	text-transform: uppercase;
	width:480px;
}

.wheel-text p{
	text-align:center;
	font-family: "Arquitecta" !important;
	font-size:24px;
	font-weight:950;
	line-height:24px;
	letter-spacing:0px;
	color:black;
	text-transform: uppercase;
}

.wheel-text p span {
	text-align:center;
	font-family: "Arquitecta" !important;
	font-size:24px;
	font-weight:950;
	line-height:24px;
	letter-spacing:0px;
	color:#E1302B;
	text-transform: uppercase;
}


.wheel-nav {
    display: none;
}


@media (max-width: 769px) {

	.page-template-historia-php .titulo-principal{
		font-size:30px;
		color:#E1302B;
		text-align:center;
		margin-top: -20%;
	}
	.page-template-historia-php .subtitulo-principal{
		font-size:30px;
		text-align:center;
		width:98%;
	}
	.page-template-historia-php .subtitulo-principal p{
		font-size:30px;
		text-align:center;
		line-height:28px;
		letter-spacing:0px;
		margin-bottom:0px;
	}
	.page-template-historia-php .subtitulo-principal p span{
		font-size:30px;
		line-height:28px;
		letter-spacing:0px;
	}
	
	.page-template-historia-php .historia-contenido{
		margin-right:0px;
	}
	
	.page-template-historia-php .texto-pequeno{
		width:83%;
		text-align:center;
		margin-left: 8%;
		margin-top: 12px;
		margin-bottom: 33px;
		line-height:20px;
	}
	.historia-wheel-section {
		touch-action: pan-y;
	}
	
	.historia-wheel-image-container .wheel-image-item img{
		object-fit: contain;
	}
	
	.historia-wheel-image-container{
		height:180px;
	}
	
	.wheel-item.active .wheel-year{
		font-size:70px;
	}
	
	.historia-wheel-wrapper {
		margin-top: 37%;
	}
	
	.historia-wheel {
		margin-top: 30%;
	}
	
	.wheel-content-item.active{
		margin-left:0px;
		margin-top:0px;
	}
	
	.wheel-text{
		width:290px;
		font-size: 18px;
		line-height: 18px;
	}
	
	.wheel-text p {
		text-align: center;
		font-family: "Arquitecta" !important;
		font-size: 18px;
		line-height: 18px; 
	}
	
	.contenedor-celebracion{
		margin-left: 10%;
	}
	
	.historia-wheel-content{
		padding: 0px;
	}
	
	.wheel-image-item.active{
		border-radius: 0px;
	}
	
	.contenedor-celebracion{
		width:70%;
	}
	
	.banda-texto h3{
		text-align: center;
    	margin-left: 0%;
		font-size:30px;
		margin-top: -10%;
	}
	
	.banda-texto h3 span strong{
		font-size:30px;
		line-height:0px;
	}
	.banda-negra{
		margin-top: 0%;
	}
	
	.banda-texto p{
		margin-left: 0%;
		font-size:18px;
	}
	
	.wheel-nav {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 29px;
        height: 29px;
        border-radius: 0%;
        border: none;
		color:#E1302B;
        align-items: center;
		border: 1px solid #E1302B;
		background-color:white;
        justify-content: center;
		padding-bottom: 10px;
    }

    .wheel-prev {
        left: calc(50% - 140px); /* al lado izquierdo del año */
    }

    .wheel-next {
        right: calc(50% - 140px); /* al lado derecho del año */
    }
	
	.wheel-arrow {
		font-size: 28px; /* 👈 aquí haces la flecha más grande */
		line-height: 1;
		display: block;
		color: #E1302B;
	}
	.wheel-nav:focus {
		outline: none;
		box-shadow: none;
	}

    .historia-wheel-wrapper {
        position: relative;
    }
	
	.sostenibilidad_pilars_module{
		background-color:white;
	}
	
	.sostenibilidad_pilars__wrapper{
		padding: 0px;
	}
	.sostenibilidad_mobile_slider{
		background-color:#F0EBE7;
	}
	.sostenibilidad_zona_marron_subtitle {
		font-size: 18px;
		width: 80%;
		font-weight: 700;
		letter-spacing: 0px;
		text-align: center;
		color: black;
		line-height: 22px;
		margin-left: 10%;
	}
	
	.sostenibilidad_pilar_counter{
		margin-left:0%;
		margin-top: 0%;
	}
	.sostenibilidad_slider_slide{
		padding:0px;
	}
	
	.sostenibilidad_slider_slide img{
		height: 221px;
	}
	
	.sostenibilidad_pilar_counter{
		text-align: right;
		margin-left: 0%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding-bottom: 5%;
        padding-top: 5%;
		background-color: white;
	}
	
	.total_pilar_counter{
		font-size: 60px;
		margin-bottom: 0px;
		margin-right: 10%
	}
	
	.sostenibilidad_pilar_minitext{
		margin-top:10%;
		margin-left: 5%;
	}
	
	.sostenibilidad_pilar_title {
        font-size: 30px;
		width: 60%;
        margin-left: 5%;
    }
	
	.sostenibilidad_pilar_description{
		font-size: 18px;
		width: 80%;
		margin-left:5%;
		height: 340px;
	}
	
	.sostenibilidad_pilar_description p{
		font-size: 18px;
	}
	.sostenibilidad_pilar_title span{
        font-size: 30px;
    }
	.sostenibilidad_slider_arrow {
        position: absolute;
        top: 195%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
	}
	
	.sostenibilidad_slider_arrow_prev{
		margin-left: 60%;
	}
	
	.sostenibilidad_slider_arrow_next{
		margin-left: 80%;
	}
	
	.sostenibilidad_slider_arrow {
		width: 38px;
		height: 38px;
		border: 0px solid #D61B24;
		background: transparent;
		color: #E1302B;

		display: flex;
		align-items: center;
		justify-content: center;

		font-size: 30px;
		line-height: 1;
		cursor: pointer;

		transition: all 0.25s ease;
		border-radius: 0px;
		
		outline: none!important;
		box-shadow: none!important;
	}
	
	.sostenibilidad_slider_arrow:hover {
		background: #E1302B;
		color: #fff;
	}

	.sostenibilidad_slider_arrow:active {
		background: #E1302B;
		color: #fff;
	}
	.sostenibilidad_mobile_slider {
	  overflow: hidden;
	  width: 100%;
	}

	.sostenibilidad_slider_container {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  transition: transform 0.4s ease;
	}

	.sostenibilidad_slider_slide {
	  min-width: 100%;
	  flex: 0 0 100%;
	}

	.sostenibilidad_pilar1_container,
	.sostenibilidad_pilar2_container,
	.sostenibilidad_pilar3_container {
		display: none !important;
	}
	.sostenibilidad_pilars_module{
		padding:0px;
	}
	
	 .calidad-innovacion__grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .calidad-innovacion__card {
        width: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        overflow: hidden;
    }

	.calidad-innovacion__card-image {
		width: 100%;
		height: 240px;
		margin-left: -5%;
	}

	.calidad-innovacion__card:nth-child(2) .calidad-innovacion__card-image {
		margin-left: 5%;
	}

    .calidad-innovacion__card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .calidad-innovacion__card-content {
        padding: 24px 20px;
    }

    .calidad-innovacion__card-title {
        font-size: 24px;
        line-height: 1.1;
        margin-bottom: 16px;
    }

    .calidad-innovacion__card-text {
        font-size: 15px;
        line-height: 1.5;
    }
	
	
	.slider-module {
        overflow: hidden;
    }

    .slider-module__container {
        width: 100%;
    }

    .slider-module__slides {
        width: 100%;
    }

    .slider-module__slide {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .slider-module__slide.active {
        display: flex;
    }

    .slider-module__image {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 20px;
    }

    .slider-module__slide-text {
        padding: 24px 0;
    }

    .slider-module__slide-title {
        font-size: 14px;
        margin-bottom: 12px;
        letter-spacing: 1px;
    }

    .slider-module__slide-subtitle {
        font-size: 32px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .slider-module__slide-description {
        font-size: 15px;
        line-height: 1.6;
    }

    /* CONTROLES */

    .slider-module__controls {
        position: absolute;
        right: 16px;
        bottom: 16px;
        display: flex;
        gap: 10px;
        z-index: 5;
    }

    .slider-module__arrow {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: none;
        background: rgba(255,255,255,0.9);
        backdrop-filter: blur(10px);
        font-size: 18px;
        cursor: pointer;
    }

    .slider-module__counter {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
    }
	
	.slider-module__slides-wrapper{
		margin-right:0px;
	}
	
	.slider-module__description{
		display: none;
	}
	
	.slider-module__slide.active{
		margin-top:10%;
	}
	
	.slider-module__counter{
		transform: translate(35%, -1295%)
	}
	
	.slider-module__wrapper{
		padding: 0px;
	}
	
	.slider-module__counter span{
		font-size: 60px;
	}
	
	.slider-module__counter span:nth-of-type(2){
		font-size: 60px;
	}
	
	.slider-module__image{
		border-radius:0px;
	}
	
	.slider-module__slide-text{
		margin-left:5%;
	}
	
	.slider-module__controls{
		margin-top:10%;
	}
	
	
	.slider-module__arrow.slider-module__arrow--prev:hover {
		background: #E1302B!important;
		color: #fff!important;
		outline: none!important;
	}

	.slider-module__arrow.slider-module__arrow--prev:active {
		background: #E1302B!important;
		color: #fff!important;
		outline: none!important;
	}
	
	.slider-module__arrow.slider-module__arrow--prev:focus {
		background: #E1302B!important;
		color: #fff!important;
		outline: none!important;
	}
	
	.slider-module__arrow {
        width: 44px;
        height: 44px;
        border-radius: 0%;
        border: none;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);
        font-size: 18px;
        cursor: pointer;
    }
	.slider-module__controls button{
		outline: none!important;
	}
	
	.calidad-innovacion__title br{
		display:none;
	}
	
	.calidad-innovacion__title {
        font-size: 30px;
        line-height: 28px;
        text-align: center;
        margin-right: 0px;
        margin-left: 7%;
        width: 84%;
    }
	
	.calidad-innovacion__subtitle{
		text-align:center;
		margin-right:0px;
		margin-bottom:12%;
	}
	
	.calidad-innovacion__calidad{
		display:none;
	}
	
	.calidad-innovacion__title span{
        font-size: 30px;
        line-height: 28px;
    }
	
	.calidad-innovacion__card{
		border-radius: 0px;
	}
	.calidad-innovacion__card-title{
		margin-top: 0;
    	margin-left: 5%;
	}
	.calidad-innovacion__card-number{
		font-size:12px;
	}
	.calidad-innovacion__card-text p{
		margin-left:5%;
		font-size:18px;
		line-height:22px;
		margin-right:0px;
	}
}



/* TABLET */
@media (min-width: 500px) and (max-width: 1024px) {

    .calidad-innovacion__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;

        justify-items: center;
        align-items: center;
    }

    .calidad-innovacion__card {
        width: 100%;
        max-width: 700px;

        margin: 0 auto;
        text-align: center;
    }

    .calidad-innovacion__card-content {
        display: flex;
        flex-direction: column;
    }

    .calidad-innovacion__card-image img {
        width: 100%;
        height: auto;
        display: block;
    }
	
	.calidad-innovacion__calidad{
		margin-right: 8%;
	}
	
	.slider-module__slides-wrapper{
		margin-right:0%;
	}
	
	.slider-module__slide-text{
		margin-left:5%;
	}
	
	.slider-module__description{
		margin-left:5px
	}
	
	.totalSlides {
		font-size: 60px;
	}

	
	.slider-module__counter span:nth-of-type(2){
		font-size: 60px;
	}
	
	.currentSlide{
		font-size: 60px;
	}
}


.wheel-item {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

@media (min-width: 550px){
	
	.wheel-nav{
		display:none;
	}
}



@media (max-width: 600px) {
    .total_pilar_counter {
    opacity: 0.5 !important;
    text-shadow: 0 0 1.25px currentColor !important;
}
	.sostenibilidad_slider_slide img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
    .sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow {
        margin-top: -40% !important;
    }
    /* Slide 2 o 3 (cualquier translate negativo) — arrows más abajo */
    .sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow {
        margin-top: -20% !important;
    }
}
/* Mobile slider solo en móvil */
.sostenibilidad_mobile_slider {
    display: none;
}
 
@media (max-width: 600px) {
    .sostenibilidad_mobile_slider {
        display: block;
    }
     .sostenibilidad_pilar1_container,
    .sostenibilidad_pilar2_container,
    .sostenibilidad_pilar3_container {
        display: none;
    }
	.page-template-historia-php .historia-principal{
		margin-top: 150px;
	}
	.page-template-historia-php .texto-pequeno{
		font-size: 16px;
	}
	.page-template-historia-php  .wheel-text p span{
		font-size: 18px;
	}
	.page-template-historia-php  .wheel-text p{
		margin-top: 10px;
	}
	.page-template-historia-php  .contenedor-celebracion h3 span{
		line-height: 26px;
	}
	.page-template-historia-php
	.contenedor-celebracion h4 strong{
		font-weight: 700;
		font-size: 22px;
		margin-top: -10px;
	}
	.page-template-historia-php .contenedor-celebracion{
		width: 75%;
	}
	.page-template-historia-php
	.contenedor-celebracion h4 {
		margin-top: -15px;
	}
	.page-template-historia-php .banda-imagen img{
		width: 100%;
	}
	.page-template-historia-php  .banda-texto {
		width: 78%;
	}
	.page-template-historia-php .wheel-next{
		right: calc(40% - 140px);
	}
	.page-template-historia-php .wheel-prev{
		left: calc(40% - 140px);
	}
	.page-template-historia-php .wheel-item.active .wheel-dot{
		width: 9px;
		height: 9px;
	}
	/*.page-template-historia-php .tirabuzon-bg-image{
		left: 15%;
		width:90%;
	}*/
	section.tirabuzon-historia {
    position: relative !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}
 
section.tirabuzon-historia .tirabuzon-header {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 20px 30px 0 !important;
    z-index: 5 !important;
    background: transparent !important;
    text-align: left !important;
    margin: 0 !important;
}
 
section.tirabuzon-historia .tirabuzon-header .texto-inicial,
section.tirabuzon-historia .tirabuzon-header p {
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.01 !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    max-width: 180px !important;
    text-align: left !important;
    color: #000 !important;
    width: auto !important;
    padding: 0 !important;
}
 
section.tirabuzon-historia .tirabuzon-bg-image {
    position: relative !important;
    top: 30px !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: unset !important;
    object-position: unset !important;
    transform: none !important;
    z-index: 0 !important;
    margin: 0 !important;
}
 
section.tirabuzon-historia .tirabuzon-timeline {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1),
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2),
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3),
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) {
    position: absolute !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) {
    top: 10% !important;
    left: 44% !important;
    right: 2% !important;
    width: auto !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) {
    top: 41% !important;
    left: 26% !important;
    right: 26% !important;
    width: auto !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) {
    top: 62% !important;
    left: 44% !important;
    right: 2% !important;
    width: auto !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) {
    top: 78% !important;
    left: 3% !important;
    right: 33% !important;
    width: auto !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon h3,
section.tirabuzon-historia .pilar-tirabuzon .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon .pilar-titulo-der {
    font-size: 50px !important;
    line-height: 1.01 !important;
    width: 100% !important;
    margin: 0 0 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon p,
section.tirabuzon-historia .pilar-tirabuzon .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon .pilar-subtitulo-der {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) .pilar-titulo-der,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) p,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) .pilar-subtitulo-der,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) h3,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) .pilar-titulo-der,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) p,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) .pilar-subtitulo-der {
    text-align: right !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-der,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) p,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der {
    text-align: center !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) .pilar-titulo-der,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) p,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) .pilar-subtitulo-der {
    text-align: left !important;
}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) {
    top: 7% !important;
    left: 40% !important;
    width: 58% !important;
    right: auto !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) {
    top: 40% !important;
    left: 22% !important;
    width: 56% !important;
    right: auto !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) {
    top: 62% !important;
    left: 40% !important;
    width: 58% !important;
    right: auto !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) {
    top: 86% !important;
    left: 10% !important;
    width: 62% !important;
    right: auto !important;
}
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) .pilar-titulo-der,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) p,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) .pilar-subtitulo-der {
    text-align: left !important;
}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-der,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) p,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der {
    text-align: right !important;
}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) {
    top: 34% !important;
    left: 14% !important;
    right: auto !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-der {
    width: 220px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}
 
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) p,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der {
    width: 320px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-der {
    width: 180px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) p,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-izq,
section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der {
    width: 320px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		width: 280px !important;
		margin-left: -60px !important;
		text-align: right !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		left: -48px !important;
		position: relative;
		width: 110% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		width: 60% !important;
		margin-top: 20px !important;
		top: 54% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) h3{
		width: 50% !important;
		left: 90px !important;
		position: relative;
		top: 10px !important;
	}
	section.tirabuzon-historia {
    padding-bottom: 200px !important;
		margin-top: 20px !important;
		margin-bottom: 50px !important;
}
	section.tirabuzon-historia .tirabuzon-header{
		top: -20px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3{
		line-height: 110% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 78% !important;
	}
	.wheel-item.active .wheel-year{
		margin-bottom: -40px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3{
		width: 85% !important;
	}
	.page-template-historia-php .wheel-text p{
		margin-top: 40px !important;
		margin-bottom: 60px !important;
	}
}
@media (min-width: 410px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: -50px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{ 
		left: -52px !important;
	}
}
 
@media (min-width: 1024px){
	.page-template-historia-php .historia-contenido{
		margin-top: 200px;
	}
}
 
@media (min-width: 1300px) and (max-width: 1700px){
	.historia-wheel-wrapper{
		margin-top: 280px;
	}
}
.tirabuzon-historia {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
 
.tirabuzon-bg-image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
 
.tirabuzon-header {
    position: absolute;
    top: 4%;
    left: 6%;
    z-index: 2;
    max-width: 280px;
}
 
.tirabuzon-header .texto-inicial {
    font-family: 'Tusker Grotesk', sans-serif;
    font-weight: 800;
    font-size: clamp(24px, 2.5vw, 40px);
    line-height: 1;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}
 
.tirabuzon-timeline {
    position: absolute;
    inset: 0;
    z-index: 2;
}
 
.pilar-tirabuzon {
    position: absolute;
    width: 35%;
    max-width: 380px;
}
 
.pilar-tirabuzon:nth-child(1) { top: 12%; right: 6%; }
.pilar-tirabuzon:nth-child(2) { top: 34%; left: 6%; }
.pilar-tirabuzon:nth-child(3) { top: 56%; right: 6%; }
.pilar-tirabuzon:nth-child(4) { top: 78%; left: 6%; }
 
.pilar-tirabuzon h3 {
    font-family: 'Tusker Grotesk', sans-serif;
    font-weight: 800;
    font-size: clamp(32px, 3.5vw, 56px);
    line-height: 0.95;
    color: #E1302B;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}
 
.pilar-tirabuzon p {
    font-size: clamp(13px, 1vw, 15px);
    line-height: 1.45;
    color: #000;
    margin: 0;
    max-width: 320px;
}
.pilar-tirabuzon h3 {
    font-size: clamp(40px, 4.5vw, 72px);
    line-height: 0.9;
    margin-bottom: 20px;
}
.pilar-tirabuzon:nth-child(1) { top: 15%; right: 5%; }
.pilar-tirabuzon:nth-child(2) { top: 33%; left: 25%;}
 
 
.tirabuzon-bg-image{
	margin-top: 10%;
}
.tirabuzon-header .texto-inicial{
	font-family: "Arquitecta"
}
.pilar-tirabuzon h3{
	line-height: 101%;
	width: 55%;
}
 
.pilar-tirabuzon p{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0;
}
.pilar-tirabuzon h3.pilar-titulo-der{
	    text-align: right !important;
}
.pilar-tirabuzon h3.pilar-titulo-der,
.pilar-tirabuzon p.pilar-subtitulo-der {
    display: block !important;
    width: 65% !important;
		margin-left: 15%;
}
.pilar-tirabuzon{
	background-color: transparent;
	max-width: 500px;
}
 
.pilar-tirabuzon:nth-child(3) { top: 55%; right: 13% !important; left: auto !important;}
 
.pilar-tirabuzon:nth-child(4) { top: 72% !important; left: 22% !important; }
 
.pilar-tirabuzon .pilar-subtitulo-izq, .pilar-tirabuzon .pilar-subtitulo-der{
	width: 65%
}
 
.pilar-tirabuzon:nth-child(1) div{
	position: relative;
	top: 10px;
}
 
.page-template-historia-php .wheel-text {
	margin-left: auto !important;
	margin-right: auto !important;
}
 
.header-menu .left-list .header-list,
.header-menu .right-list .header-list {
    margin-left: 50px;
    margin-right: 50px;
}
 
@media (min-width: 410px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
			margin-left: -15% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 90% !important;
		left: -5% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
		top: 8% !important;
	}
   .historia-wheel-wrapper {
		 margin-top: 30% !important;
	}
}
 
@media (min-width: 420px){
	.pilar-tirabuzon:nth-child(1) div{
		top: 20px !important;
	}
	.pilar-tirabuzon:nth-child(1) h3{
		top: 10px !important;
		position: relative;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		left: -2% !important;
	}
}
@media (min-width: 430px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) h3{
		left: 38% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
		width: 90% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3{
		width: 75% !important;
	}
}
@media (min-width: 440px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
		top: 8% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		top: 55% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 35% !important;
	}
}
@media (min-width: 450px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: -10% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 79% !important;
	}
	.pilar-tirabuzon:nth-child(1) div{
		width: 80% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 90% !important;
		left: -2% !important;
	}
	.historia-wheel-wrapper{
		margin-top: 25% !important;
	}
}
@media (min-width: 460px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		top: 56% !important;
	}
}
 
@media (min-width: 470px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: -7% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
		width: 80% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 85% !important;
		left: 2% !important;
	}
}
@media (min-width: 370px) and (max-width: 450px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		left: -48px !important;
		position: relative;
		width: 110% !important;
	}
}
@media (min-width: 481px){
	.page-template-historia-php .wheel-text p{
		margin-top: 0 !important;
	}
}
@media (min-width: 480px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) div{
		width: 90% !important;
	}
}
@media (min-width: 490px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 80% !important;
		left: 7% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: -2% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 36% !important;
	}
	.historia-wheel-wrapper{
		margin-top: 20% !important;
	}
	.page-template-historia-php .banda-texto {
		width: 70% !important;
	}
 
}
@media (min-width: 500px){
	.pilar-tirabuzon:nth-child(1) div{
		top: 30px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		top: 57% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: 0 !important;
	}
}
@media (min-width: 510px){
	.pilar-tirabuzon:nth-child(1) div{
		top: 30px !important;
	}
	.page-template-historia-php .contenedor-celebracion{
		width: 80% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon h3, section.tirabuzon-historia .pilar-tirabuzon .pilar-titulo-izq, section.tirabuzon-historia .pilar-tirabuzon .pilar-titulo-der{
		width: 90% !important;
	}
	.page-template-historia-php .banda-texto{
		width: 55% !important;
	}
}
@media (min-width: 500px){
	.page-template-historia-php .wheel-text p{
		left: 2% !important;
		position: relative;
	}
	section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
		left: 10% !important;
		position: relative;
	}
}
@media (min-width: 510px){
	.page-template-historia-php .wheel-text p {
		left: 4% !important;
	}
	section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
		left: 15% !important;
	}
	section.tirabuzon-historia .tirabuzon-header{
		top: 0 !important;
	}
}
@media (min-width: 520px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 82% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 75% !important;
		left: 12% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der {
		margin-left: 5% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
		width: 75% !important;
	}
}
@media (min-width: 530px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) div{
		width: 80% !important;
	}
}
@media (min-width: 540px){
	.page-template-historia-php .wheel-text p{
		left: 10% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: 7% !important;
	}
	.historia-wheel{
		margin-top: 25% !important;
	}
}
 
@media (min-width: 550px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
		top: 9% !important;
		left: 43% !important;
	}
	section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
		left: 25% !important;
	}
}
 
@media (min-width: 560px){
	    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der {
				margin-left: 12% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
		left: 47% !important;
	}
	    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) {
		left: 0% !important;
		top: 37% !important;
	}
	.page-template-historia-php .banda-texto{
		width: 70% !important;
	}
	section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
		left: 30% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3{
		width: 70% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 65% !important;
		left: 25% !important;
	}
}
@media (max-width: 768px){
	.page-template-historia-php .banda-texto{
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}
@media (min-width: 570px){
	.page-template-historia-php .wheel-text p{
		left: 15% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		margin-top: 30px !important;
		left: 32% !important;
	}
	.page-template-historia-php .banda-texto{
		width: 55% !important;
	}
}
 
@media (min-width: 590px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: 17% !important;
	}
}
@media (min-width: 600px){
	section.tirabuzon-historia .pilar-tirabuzon h3, section.tirabuzon-historia .pilar-tirabuzon .pilar-titulo-izq, section.tirabuzon-historia .pilar-tirabuzon .pilar-titulo-der{
		font-size: 55px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon .pilar-subtitulo-izq,
	section.tirabuzon-historia .pilar-tirabuzon .pilar-subtitulo-der,
	section.tirabuzon-historia .pilar-tirabuzon div strong{
		font-size: 22px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3, section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-der{
		width: 230px !important;
	}
	.page-template-historia-php .wheel-text p{
		left: 20% !important;
	}
}
@media (min-width: 601px) and (max-width: 758px){
	.page-template-historia-php .wheel-text p{
		left: 35% !important;
		top: 40px;
	}
	.page-template-historia-php .contenedor-celebracion{
		margin-left: 10%;
	}
	.page-template-historia-php .banda-texto{
		width: 100% !important;
		position: relative;
		left: -15%;
	}
	.page-template-historia-php .banda-texto h3{
		margin-left: 30%;
		text-align: center;
	}
	.page-template-historia-php .tirabuzon-bg-image{
		left: 12%;
	}
	section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
		left: 10% !important;
		top: 50px;
		width: 90%;
		font-size: 35px;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3{
		width: 220px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
		width: 100% !important;
	}
	.page-template-historia-php  .contenedor-celebracion h3 span{
		font-size: 24px;
	}
	.page-template-historia-php  .contenedor-celebracion h4, .page-template-historia-php  .contenedor-celebracion h4 strong{
		font-size: 25px;
	}
	.page-template-historia-php .contenedor-celebracion p, .page-template-historia-php .contenedor-celebracion p strong{
		font-size: 21px;
	}
	.page-template-historia-php .banda-texto{
		margin-top: 0 !important;
		margin-bottom: 40px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
		top: 10% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) div{
		width: 100% !important;
		top: 38% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: 25% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 38% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 110% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		top: 61% !important;
		left: 60% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 85% !important;
		left: 15% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) div{
		text-align: left;
		width: 140% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3{
		margin-left: 0 !important;
		top: 9px;
		position: relative;
	}
	.tirabuzon-historia{
		margin-bottom: 100px;
		overflow: initial !important;
	}
}
@media (min-width: 610px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3{
		top: 11px;
		text-align: left !important;
	}
	    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div {
	width: 100% !important;
}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3{
		line-height: 110% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 40% !important;
	}
}
@media (min-width: 620px){
	.page-template-historia-php .tirabuzon-bg-image{
		margin-top: 30px;
	}
	section.tirabuzon-historia .tirabuzon-header{
		top: -10px !important;
		left: 10% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 38% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 105% !important;
	}
	.tirabuzon-historia{
		overflow: initial !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
		top: 9% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 87% !important;
	}
}
@media (min-width: 601px){
	.page-template-historia-php .wheel-prev, .page-template-historia-php .wheel-next{
		display: none;
	}
}
 
 
@media (min-width: 601px) and (max-width: 758px) {
    .page-template-historia-php .wheel-text p {
        left: 35% !important;
        top: 40px;
    }
	.banda-texto p {
        margin-left: 33%;
    }
	.page-template-historia-php .banda-texto h3 {
		margin-top: 0%;
    }
	.seccion-celebracion{
		margin-top: 5%;
	}
	    section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) {
        top: 7% !important;
        left: 60% !important;
    }
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) {
		top: 63% !important;
		left: 62% !important;
	}
}

@media (min-width: 601px) and (max-width: 758px) {
    .page-template-historia-php .wheel-text p {
        left: 35% !important;
        top: 40px;
    }
	
	.banda-texto p {
        margin-left: 33%;
    }
	.page-template-historia-php .banda-texto h3 {
		margin-top: 0%;
    }
	
	.seccion-celebracion{
		margin-top: 5%;
	}
	
	.section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
		left: 57% !important;
	}
}


@media (min-width: 770px) and (max-width: 1023px) {
	.page-template-historia-php .wheel-text p{
		margin-top: 20% !important;
        margin-left: -10% !important;
        margin-right: 25%;
	}
	
	.contenedor-celebracion{
		margin-left: 10%;
	}
	
	.page-template-historia-php .tirabuzon-bg-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	
	.tirabuzon-historia {
		width: 100%;
		min-height: 1200px;
		margin-right: 300px;
		transform: translateX(-0px);
		background-image: url(https://dev-newgallo25.iboomobile.com/wp-content/uploads/2026/05/background-hilo.png);
		background-size: cover;
		background-position-x: -100px !important;
		background-repeat: no-repeat;
		background-position: center;
		position: relative;
		padding: 0px 20px;
		margin-top: 10%;
    	margin-bottom: 10%;
	}

	.tirabuzon-historia picture {
	  display: none;
	}
	
	section.tirabuzon-historia .tirabuzon-header{
		margin-left: 5%;
		margin-top: 10%;
		width: 200px;
		font-size: 48px;
	}
	
	.pilar-tirabuzon h3{
		font-size: 40px !important;
    	margin-bottom: 0px;
	}
	
	.pilar-titulo-izq{
		font-size: 40px !important;
    	margin-bottom: 0px;
	}
	
	.pilar-subtitulo-izq{
		font-size: 18px !important;
		margin-top: -12px;
		line-height: 5px;
	}
	
	.pilar-subtitulo-izq strong{
		font-size: 18px !important;
		line-height: 5px;
	}
	

}

@media (min-width: 1024px) {
  .calidad-innovacion__card-number {
    position: relative;
	top: 5px;
  }
	.sostenibilidad_header_subtitle p {
		margin-bottom: 20%;
	}
	.sostenibilidad_zona_marron_subtitle p{
		margin-top: -325px;
	}
	
.sostenibilidad_pilar1_container, .sostenibilidad_pilar2_container, .sostenibilidad_pilar3_container {
	margin-bottom: 0px;
	}
	.sostenibilidad_pilar2_container > .sostenibilidad_pilar_text_wrapper2{
		padding-bottom: 0;
	}

}

.calidad-innovacion__card-title {
	font-weight: 900;
}
.sostenibilidad_header_container h1{
	font-family: "Arquitecta";
}
.sostenibilidad_header_title_red{
	font-family: "Arquitecta";
}
@media (max-width: 780px){
	.sostenibilidad_header_container h1{
		margin-top: 15%;
	}
	.sostenibilidad_header_subtitle{
		margin-top: -2% !important;
	}
	.sostenibilidad_zona_marron_subtitle p, .sostenibilidad_zona_marron_subtitle strong{
		font-size: 20px;
	}
 
}

@media (min-width: 375px) and (max-width: 1024px){
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow {
		top: 1350px !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow {
		top: 1350px !important;
	}
	.sostenibilidad_header_container h1{
		width: 90%;
		left: 5%;
		position: relative;
	}
}
@media (min-width: 390px) and (max-width: 1024px){
	.sostenibilidad_header_container h1{
		width: 85%;
	}
}
@media (min-width: 410px) and (max-width: 1024px){
	.sostenibilidad_header_container h1{
		width: 80%;
		left: 10%;
	}
}

@media (min-width: 440px) and (max-width: 1024px){
	.sostenibilidad_header_container h1{
		width: 75%;
		left: 12%;
	}
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow {
		top: 1390px !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow {
		top: 1390px !important;
	}
}
@media (min-width: 460px) and (max-width: 1024px){
	.sostenibilidad_header_subtitle p{
		width: 90% !important;
		left: 5%;
		position: relative;
	}
}
@media (min-width: 470px) and (max-width: 1024px){
	.sostenibilidad_header_container h1{
		width: 72%;
		left: 15%;
	}
}
@media (min-width: 481px) and (max-width: 1024px){
	.sostenibilidad_header {
		padding: 40px 0 30px 0 !important;
  }
  .sostenibilidad_header_title {
		font-size: 30px !important;
		margin-bottom: 20px !important;
		line-height: 1.2 !important;
    }
	.sostenibilidad_header_container h1 br{
		display: none !important;
	}
	.sostenibilidad_header_container {
		padding: 0 20px !important;
  }
    .sostenibilidad_pilars__wrapper {
			padding: 0 20px !important;
	}
    .sostenibilidad_pilar1_container,  .sostenibilidad_pilar2_container, .sostenibilidad_pilar3_container {
        margin-bottom: 60px !important;
        gap: 20px !important;
  }
 
  .sostenibilidad_pilar_counter {
		font-size: 60px !important;
	}
 .sostenibilidad_pilar_counter::after {
	 font-size: 60px !important;
	}

	.sostenibilidad_pilar_title {
    font-size: 30px !important;
  } 
 .sostenibilidad_pilar_description {
    font-size: 13px !important;
   }
    .sostenibilidad_header_subtitle {
    font-size: 12px !important;
  }
	.sostenibilidad_header_title_red{
		font-size: 30px !important;
	}
	.sostenibilidad_header_container h1{
		width: 70% !important;
		text-align: center;
	}
	.sostenibilidad_header_subtitle p{
		text-align: center;
	}
	.sostenibilidad_mobile_slider{
		width: 110%;
		left: -5%;
		position: relative;
	}
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 990px !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 990px !important;
	}
}
@media (min-width: 490px) and (max-width: 1024px){
	.sostenibilidad_header_container h1{
		width: 68%;
	}
	.sostenibilidad_pilar_title{
		width: 39% !important;
	}
	.sostenibilidad_pilar_description{
		width: 85% !important;
	}
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 1030px !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 1020px !important;
	}
}
@media (min-width: 510px) and (max-width: 1024px){
	.sostenibilidad_header_subtitle p{
		width: 80% !important;
		left: 10% !important;
	}
}

@media (min-width: 540px) and (max-width: 1024px){
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 1090px !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 1080px !important;
	}
}
@media (min-width: 570px) and (max-width: 1024px){
	.sostenibilidad_pilar_description{
	 width: 80% !important;
	}
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 1120px !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 1120px !important;
	}
}
@media (min-width: 601px) and (max-width: 1024px){
	.sostenibilidad_mobile_slider{
		display: block;
	}
	.sostenibilidad_slider_slide img{
		width: 100% !important;
		height: auto !important;
	}
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 920px !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow{
		visibility: visible !important;
		top: 980px !important;
	}
	.sostenibilidad_pilar_title{
		width: 35% !important;
	}
}
@media (min-width: 650px) and (max-width: 1024px){
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow{
		top: 980px !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow{
		top: 1020px !important;
	}
}

@media (min-width: 670px) and (max-width: 1024px){
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow{
		top: 1020px !important;
}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow{
		top: 1020px !important;
	}
}
@media (min-width: 730px) and (max-width: 1024px){
	.sostenibilidad_header_container{
		padding: 0 30px !important;
		position: relative;
		top: -20px !important;
	}
	.sostenibilidad_header_container h1{
		width: 60% !important;
		left: 20% !important;
	}
}
@media (min-width: 770px) and (max-width: 1024px) {
	.sostenibilidad_pilars_module{
		margin-top: 200px !important;
	}
	.sostenibilidad_zona_marron_subtitle p{
		top: 0px;
		position: relative;
		width: 150% !important;
		text-align: center;
		left: 50%;
	}
	.sostenibilidad_pilars__wrapper{
		margin-top: -280px !important;
	}
 .sostenibilidad_pilar1_container, .sostenibilidad_pilar2_container, .sostenibilidad_pilar3_container{
		display: none;
	}
	.total_pilar_counter{
		font-size: 60px !important;
		margin-bottom: 0 !important;
		margin-right: 10% !important;
	}
	.sostenibilidad_pilar_counter{
		text-align: right;
		margin-left: 0%;
		margin-top: 0%;
		margin-bottom: 0%;
		padding-bottom: 5%;
		padding-top: 5%;
		background-color: white;
	}
	.sostenibilidad_pilar_minitext{
		margin-top: 10%;
		margin-left: 5%;
	}
	.sostenibilidad_pilar_title{
		margin-left: 5%;
		font-size: 40px !important;
	}
	.sostenibilidad_pilar_description{
		margin-left: 5%;
		height: 180px;
	}
	.sostenibilidad_pilar_description p{
		font-size: 20px !important;
	}
	.sostenibilidad_slider_slide .sostenibilidad_pilar_counter{
		background-color: #F0EBE7 !important;
	}
	.sostenibilidad_slider_container[style*="(0px)"] ~ .sostenibilidad_slider_arrow{
		visibility: hidden !important;
	}
	.sostenibilidad_slider_container[style*="(-"] ~ .sostenibilidad_slider_arrow{
		visibility: hidden !important;
	}
	.sostenibilidad_zona_marron_subtitle p, .sostenibilidad_zona_marron_subtitle p strong{
		font-size: 20px !important;
	}
}

@media (min-width: 1000px) and (max-width: 1024px){
	.sostenibilidad_header_subtitle p{
		width: 70% !important;
		left: 15% !important;
	}
}
@media (width: 1024px){
	.sostenibilidad_header_subtitle p{
		margin-bottom: 5% !important;
	}
}
@media (width: 1024px){
	.home .right-list{
			 height: 100px;
	}
}

@media (min-width: 470px) and (max-width: 1024px){
	.page-template-historia-php .historia-principal{
		margin-top: 190px !important;
	}
}
@media (max-width: 1023px) {   
 
.header-menu .left-list .header-list, .header-menu .right-list .header-list {     
margin-left: 0px;
margin-right: 0px;
}
}
@media (min-width: 601px) and (max-width: 1024px){
	    .page-template-historia-php .titulo-principal {
				margin-top: 0% !important;
	}
	.page-template-historia-php .wheel-text p{
		top: 0px;
		left: 20% !important;
		font-size: 24px !important;
		line-height: 24px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 36% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		top: 58% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 82% !important;
	}
	.page-template-historia-php .wheel-text p{
		top: -15px !important;
	}
	section.tirabuzon-historia .tirabuzon-header{
		top: -60px !important;
	}
}

@media (min-width: 610px) and (max-width: 1024px){
	.historia-wheel{
		margin-top: 20% !important;
	}
}
@media (min-width: 620px) and (max-width: 1024px){
	.page-template-historia-php .wheel-text p{
		left: 23% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		top: 60% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 84% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
		margin-left: 20% !important;
	}
	section.tirabuzon-historia .tirabuzon-header{
		top: -60px !important;
	}
}
@media (min-width: 630px) and (max-width: 1024px){
	.page-template-historia-php .wheel-text p{
		left: 27% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 37% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 86% !important;
	}
}
@media (min-width: 650px) and (max-width: 1024px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 38% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		top: 61% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 87% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
		margin-left: 25% !important;
	}
}

@media (min-width: 660px) and (max-width: 1024px){
	.page-template-historia-php .wheel-text p{
		left: 32% !important;
	}
}

@media (min-width: 690px) and (max-width: 1024px){
	.historia-wheel-wrapper{
		margin-top: 15% !important;
	}
	.page-template-historia-php .wheel-text p{
		left: 37% !important;
	}
	.page-template-historia-php .tirabuzon-bg-image{
		margin-top: 60px !important;
	}
}

@media (min-width: 700px) and (max-width: 1024px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		top: 63% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 89% !important;
	}
}

@media (min-width: 720px) and (max-width: 1024px){
	.page-template-historia-php .wheel-text p{
		left: 43% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon .pilar-subtitulo-izq, section.tirabuzon-historia .pilar-tirabuzon .pilar-subtitulo-der, section.tirabuzon-historia .pilar-tirabuzon div strong{
		font-size: 24px !important;
	}
}

@media (min-width: 750px) and (max-width: 1024px){
	.page-template-historia-php .wheel-text p{
		left: 47% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
		margin-left: 38% !important;
	}
}

@media (min-width: 759px) and (max-width: 1024px){
	section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
		left: 10% !important;
		top: 50px !important;
		width: 90% !important;
		font-size: 35px !important;
	}
	.page-template-historia-php .tirabuzon-bg-image{
		left: 12% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3{
		width: 78% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
		width: 85% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
		left: 58% !important;
		top: 7% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
		margin-left: 37% !important;
		width: 90% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 37% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
		left: 65% !important;
		top: 59% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 85% !important;
	}
	.tirabuzon-historia{
		height: 2500px !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) div{
		width: 130% !important;
		text-align: left;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
		top: 85% !important;
		left: 15% !important;
	}
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3{
		margin-left: 0% !important;
	}
	section.tirabuzon-historia .tirabuzon-header{
		left: 20% !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.page-template-historia-php .wheel-text p{
		top: -70px !important;
		left: 50% !important;
	}
}
@media (min-width: 769px) and (max-width: 1024px){
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
		width: 90% !important;
	}
	.page-template-historia-php  .banda-texto p{
		width: 67% !important;
		margin-left: 30% !important;
		font-size: 14px !important;
	}
	.page-template-historia-php  .banda-imagen img{
		width: 140% !important;
	}
	.page-template-historia-php  .banda-texto h3{
		text-align: left !important;
		margin-left: 30% !important;
		font-size: 22px !important;
		margin-top: 0% !important;
	}
}
	
	@media (min-width: 770px) and (max-width: 1024px) {
		.page-template-historia-php .wheel-text p{
			top: -90px !important;
			left: 5% !important;
		}
		.page-template-historia-php  .banda-texto h3, .page-template-historia-php  .banda-texto h3 strong{
			font-size: 30px !important;
		}
		.page-template-historia-php .tirabuzon-historia picture{
			display: block !important;
		}
		.page-template-historia-php .tirabuzon-historia{
			background-image: none;
		}
		.page-template-historia-php .pilar-subtitulo-izq{
			line-height: 1.22 !important;
		}
		section.tirabuzon-historia .tirabuzon-header{
			margin-top: 0 !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon div{
			margin-top: 5px !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
			top: 57% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
			top: 35% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
			top: 82% !important;
		}
		.page-template-historia-php .contenedor-celebracion h3 span{
			font-size: 23px !important;
		}
		.historia-wheel-wrapper{
			margin-top: 20% !important;
		}
		.page-template-historia-php .contenedor-celebracion h4, .page-template-historia-php .contenedor-celebracion h4 strong{
			font-size: 25px !important;
		}
		.page-template-historia-php .contenedor-celebracion p, .page-template-historia-php .contenedor-celebracion p strong{
			font-size: 24px !important;
		}
		.page-template-historia-php .banda-texto h3, .page-template-historia-php .banda-texto h3 strong{
			line-height: 0.8 !important;
		}
		.page-template-historia-php .banda-imagen img{
			width: 145% !important;
		}
	}

	@media(min-width: 800px) and (max-width: 1024px){
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
			top: 37% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
			margin-left: 45% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
			top: 60% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
			top: 85% !important;
		}
	}
	
	@media(min-width: 830px) and (max-width: 1024px) {
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
			top: 38% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
			top: 63% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
			width: 85% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
			top: 87% !important;
		}
	}
	
	@media(min-width: 850px) and (max-width: 1024px) {
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
			top: 9% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
			top: 40% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
			top: 65% !important;
		}

		section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
			top: 89% !important;
		}
	}
	
	@media (min-width: 870px) and (max-width: 1024px) {
		.page-template-historia-php .tirabuzon-historia{
			height: 2550px !important;
		}
		.page-template-historia-php .historia-contenido{
			margin-right: 40px;
		}
		.page-template-historia-php .wheel-text p{
			left: 10% !important;
		}
	}
	
	@media(min-width: 880px) and (max-width: 1024px) {

		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
			top: 39% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
			top: 64% !important;
		}

		section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
			top: 87% !important;
		}
		.page-template-historia-php .tirabuzon-historia{
			height: 2650px !important;
		}
	}
	@media(min-width: 900px) and (max-width: 1024px) {
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
			top: 66% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
			top: 89% !important;
		}
		.page-template-historia-php .tirabuzon-bg-image{
			left: 10% !important;
		}
	}
	
	@media(min-width: 910px) and (max-width: 1024px) {
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
			top: 41% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
			margin-left: 55% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
			top: 90% !important;
		}
		
	}
	
	@media(min-width: 930px) and (max-width: 1024px) {
		.page-template-historia-php .wheel-text p{
			left: 15% !important;
		}
	}
	
	@media(min-width: 940px) and (max-width: 1024px) {
		.historia-wheel{
			margin-top: 17% !important;
		}
		.page-template-historia-php .wheel-text p{
			top: -80px !important;
		}
		.page-template-historia-php .tirabuzon-historia{
			height: 2750px !important;
		}
	}
	
	@media(min-width: 960px) and (max-width: 1024px) {

		.page-template-historia-php .tirabuzon-historia{
			height: 2820px !important;
		}
	}
	
	@media(min-width: 980px) and (max-width: 1024px) {

		.page-template-historia-php .tirabuzon-historia{
			height: 2870px !important;
		}
	}
	
	@media(min-width: 1000px) and (max-width: 1024px) {

		.page-template-historia-php .tirabuzon-historia{
			height: 2940px !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
			top: 10% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
			margin-left: 60% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
			top: 67% !important;
		}
		section.tirabuzon-historia .pilar-tirabuzon div{
			margin-top: 15px !important;
		}
		.page-template-historia-php .wheel-text p{
			top: -100px !important;
			left: 18% !important;
		}
	}
	
	@media(min-width: 1020px) and (max-width: 1023px) {
		.page-template-historia-php .tirabuzon-historia{
			height: 2960px !important;
		}
	}

	@media (min-width: 1024px) {
    .historia-wheel {
        margin-top: 15% !important;
    }
    .page-template-historia-php .wheel-text p{
      top: -30px !important;
      left: 0% !important;
    }
    .page-template-historia-php .contenedor-celebracion{
      margin-left: 10% !important;
    }
    .page-template-historia-php .tirabuzon-historia{
      height: 3300px !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
      top: 64% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 86% !important;
    }
  }
  @media (min-width: 1025px) {
    section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p {
      font-size: 48px !important;
      left: -10px !important;
      top: 30px !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
      top: 7% !important;
      left: 60% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon h3{
      font-size: 35px !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3{
      width: 65% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
      width: 90% !important;
      top: 0 !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon .pilar-subtitulo-izq, section.tirabuzon-historia .pilar-tirabuzon .pilar-subtitulo-der, section.tirabuzon-historia .pilar-tirabuzon div strong{
      font-size: 18px !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
      top: 27% !important;
      left: 10% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) div{
      width: 75% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
      margin-left: 27% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
      top: 50% !important;
      left: 62% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 71% !important;
      left: 18% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3{
      text-align: right !important;
      margin-left: 10% !important;
    }
    .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
      min-height: auto;
      height: 1300px !important;
    }
  }
  @media (min-width: 1080px){
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
      width: 80% !important;
    }
  }
  @media (min-width: 1060px){
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
      margin-left: 32% !important;
    }
  }
  @media (min-width: 1060px){
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) h3{
      width: 60% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
      top: 47% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
      width: 65% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 74% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3{
      width: 60% !important;
    }
  }
  @media (min-width: 1070px){
    .page-template-historia-php .banda-texto p{
      width: 65% !important;
    }
  }
  @media (min-width: 1090px){
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 76% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
      width: 70% !important;
    }
  }
  @media (min-width: 1120px){
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) div{
      width: 70% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
      margin-left: 120px !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
      top: 31% !important;
      left: 14% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 78% !important;
    }
  }
  @media (min-width: 1150px){
    .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
      height: 1460px !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
      top: 27% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 72% !important;
    }
  }

  @media (min-width: 1170px){
    .page-template-historia-php .banda-texto p{
      width: 60% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
      top: 29% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
      width: 60% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 73% !important;
    }
  }

  @media (min-width: 1190px){
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 75% !important;
    }
  }
  @media (min-width: 1200px){
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
      margin-left: 140px !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
      width: 65% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) div{
      width: 65% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
      margin-left: 120px !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) div{
      width: 60% !important;
      left: 80px;
      position: relative;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
      top: 49% !important;
    }
  }

  @media (min-width: 1220px){
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
      top: 78% !important;
    }
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) h3{
      width: 55% !important;
    }
  }
  @media (min-width: 601px) and (max-width: 1024px){
    .page-template-historia-php .historia-principal{
      margin-top: 120px !important;
      left: -30% !important;
      top: 40px !important;
    }
  }


@media (min-width: 1270px) and (max-width: 1440px) {
    section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) {
      top: 11% !important;
      left: 65% !important;
    }
	
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
		top: 33% !important;
    left: 16% !important;
	}
	
	section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
		margin-left: 140px !important;
	}
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
    top: 80% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) h3{
    width: 0% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
    width: 50% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3{
    width: 50% !important;
  }
}
@media (min-width: 1300px) and (max-width: 1440px){
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3, section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-titulo-der{
    margin-left: 140px !important;
  }
}

@media (min-width: 1310px) and (max-width: 1440px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 1500px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
    width: 60% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) div{
    width: 60% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
    margin-left: 22% !important;
  }
}

@media (min-width: 1320px) and (max-width: 1440px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 1600px !important;
  }
}

@media (min-width: 1390px) and (max-width: 1440px){
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
    margin-left: 17% !important;
  }

  section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) h3{
    margin-left: 7% !important;
  }
}

@media (min-width: 1410px) and (max-width: 1440px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 1700px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) div{
    width: 55% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
    margin-left: 22% !important;
  }
}

@media (min-width: 1441px) and (max-width: 1680px) {
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 1890px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) {
    width: 25% !important;
    top: 8% !important;
    left: 63% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) div{
    width: 50% !important;
    margin-left: 22% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
    left: 20% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
    width: 50% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) h3{
    width: 0% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
    margin-left: 20% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) div{
    left: 100px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
    top: 72% !important;
  }
  .page-template-historia-php .wheel-text p{
    top: -10px !important;
  }
  .page-template-historia-php .historia-wheel{
    margin-top: 14% !important;
  }
}

@media (min-width: 1480px) and (max-width: 1680px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 1940px !important;
  }
  section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
    top: 80px !important;
  }
}

@media (min-width: 1510px) and (max-width: 1680px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 1990px !important;
  }
}

@media (min-width: 1550px) and (max-width: 1680px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 2030px !important;
  }
}
@media (min-width: 1400px){
  .page-template-historia-php .contenedor-celebracion{
    width: 100% !important;
  }
}

@media (min-width: 1530px) and (max-width: 1680px){
  .historia-wheel-wrapper{
    margin-top: 18% !important;
  }
}

@media (min-width: 1600px) and (max-width: 1680px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 2090px !important;
  }

}

@media (min-width: 1681px) and (max-width: 1919px) {
  .historia-wheel-wrapper{
    margin-top: 15% !important;
  }
  .page-template-historia-php .wheel-text p{
    top: 20px !important;
  }
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 2000px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) h3{
    width: 45% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(1){
    top: 11% !important;
    left: 65% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(1) div{
    width: 50% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
    top: 31% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) h3{
    margin-left: 180px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
    left: 20% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) div{
    width: 50% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2) .pilar-subtitulo-der{
    margin-left: 33% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) h3{
    width: 0px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(3) div{
    width: 47% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(3){
    top: 53% !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(4) div{
    left: 100px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(4){
    top: 81% !important;
    left: 20% !important;
  }
  section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
    top: 90px !important;
  }
}

@media (min-width: 1720px) and (max-width: 1919px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 2020px !important;
  }
  section.tirabuzon-historia .pilar-tirabuzon:nth-child(2){
    top: 34% !important;
  }
  .historia-wheel-wrapper{
    margin-top: 13% !important;
  }
}

@media (min-width: 1760px) and (max-width: 1919px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 2060px !important;
  }
  section.tirabuzon-historia .tirabuzon-header .texto-inicial, section.tirabuzon-historia .tirabuzon-header p{
    left: 60px !important;
  }
}

@media (min-width: 1830px) and (max-width: 1919px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 2150px !important;
  }
}

@media (min-width: 1890px) and (max-width: 1919px){
  .tirabuzon-historia, .page-template-historia-php .tirabuzon-historia{
    height: 2200px !important;
  }
}
@media (min-width: 1920px)  and  (max-width: 2200px) {
    .historia-wheel-wrapper {
          margin-top: 14% !important;
    }
 
.historia-wheel {
          margin-top: 10% !important;
    }
}
 
 
@media (min-width: 2201px) {
    .historia-wheel {
        margin-top: 7% !important;
    }
 
    .historia-wheel-wrapper {
       margin-top: 12% !important;
    }
}


@media (max-width: 1024px) {

	#navbarSupportedContent:has(#collapseOne-106084[aria-expanded="true"]) {
			animation: slideNavbarLeft 0.3s ease-in-out forwards;
	}

	#navbarSupportedContent:has(#collapseOne-106084[aria-expanded="false"]) {
			animation: slideNavbarRight 0.3s ease-in-out forwards;
	}


	.header-menu .left-list .header-list, .header-menu .right-list .header-list{

		margin-left: 0px;
	}



	/* =========================
		 MENÚ COLLAPSE BASE
	========================= */

	.first-accordion.collapse {
			display: none;
	}

	.first-accordion.collapse.show {
			display: block;
	}

	/* =========================
		 POSICIONAMIENTO DEL SUBMENU
	========================= */

	.first-accordion {
			position: absolute;
			top: 100%;
			left: 0;

			z-index: 9999;

			width: max-content;

			transform: none !important;
			transition: none !important;

			overflow: visible;
	}

	/* Si es menú del lado derecho */
	.right-menu .first-accordion {
			left: auto;
			right: 0;
	}

	/* =========================
		 EVITAR SALTOS EN RESPONSIVE
	========================= */

	.first-accordion,
	.first-accordion * {
			box-sizing: border-box;
	}

	/* Evita que Bootstrap inline height cause glitches */
	.collapse:not(.show) {
			height: 0;
			overflow: hidden;
	}

	/* =========================
		 ICONOS / FLECHAS
	========================= */

	.arrow-button-left,
	.arrow-button-right {
			cursor: pointer;
	}

	/* =========================
		 SEGURIDAD EXTRA (por si algún JS mete transform)
	========================= */

	.first-accordion {
			transform: none !important;
	}

	#collapseOne-106084 {
			position: fixed;
			top: 0;
			left: 0;

			width: 100vw;
			height: 100vh;

			z-index: 9999;

			background: #fff;

			overflow-y: auto;

			transform: none !important;
	}

	#collapseOne-106084 .header-menu .is-parent-dropdown:before{
		content: none !important;
			display: none !important;
	}
	#collapseOne-106084 a::after{
		content: none !important;
			display: none !important;
	}
	#collapseOne-82 .header-menu .is-parent-dropdown:before{
		content: none !important;
			display: none !important;
	}
	#collapseOne-82 a::after{
		content: none !important;
			display: none !important;
	}


	/* Animación para cuando se abre (clase show) */
	#collapseOne-82.show {
		animation: slideInRight 0.3s ease-in-out forwards;
	}

	#collapseOne-106084.show {
		animation: slideInRight106084 0.3s ease-in-out forwards;
	}

	/* Animación para cuando se cierra (clase collapse sin show) */
	#collapseOne-82.collapse:not(.show) {
		animation: slideOutLeft 0.3s ease-in-out forwards;
	}

	#collapseOne-106084.collapse:not(.show) {
		animation: slideOutLeft106084 0.3s ease-in-out forwards;
	}

	@keyframes slideInRight {
		from {
			transform: translateX(100%);
			opacity: 1;
		}
		to {
			transform: translateX(0);
			opacity: 1;
		}
	}

	@keyframes slideOutLeft {
		from {
			transform: translateX(0);
			opacity: 1;
		}
		to {
			transform: translateX(-100%);
			opacity: 1;
		}
	}

	@keyframes slideInRight106084 {
		from {
			left: 100vw;  /* Empieza fuera por la derecha */
		}
		to {
			left: 0;  /* Entra hacia la izquierda */
		}
	}

	@keyframes slideOutLeft106084 {
		from {
			left: 0;  /* Empieza en posición normal */
		}
		to {
			left: 100vw;  /* Sale por la izquierda */
		}
	}


	/* Animación para desplazar navbar a la izquierda */
	@keyframes slideNavbarLeft {
		from {
			transform: translateX(0);
		}
		to {
			transform: translateX(-100%);
		}
	}

	@keyframes slideNavbarRight {
		from {
			transform: translateX(-100%);
		}
		to {
			transform: translateX(0);
		}
	}

	/* Cuando se abre collapseOne-876 */
	#collapseOne-106084.show ~ #navbarSupportedContent,
	#collapseOne-106084.show ~ * #navbarSupportedContent {
		animation: slideNavbarLeft 0.3s ease-in-out forwards;
	}

	/* Cuando se cierra collapseOne-876 */
	#collapseOne-106084.collapse:not(.show) ~ #navbarSupportedContent,
	#collapseOne-106084.collapse:not(.show) ~ * #navbarSupportedContent {
		animation: slideNavbarRight 0.3s ease-in-out forwards;
	}

	#collapseOne-106084[aria-expanded="true"] {
			display: block !important;
	}
	
}




@media (max-width: 700px){
  .calidad-innovacion__title {
    margin-top: 100px !important;
  }
}
  



/* PROTEIN BANNER */
.term-279 .banner img {
    margin-bottom: 20%;
    margin-top: -7%;
    margin-left: 15%;
}
.term-279 .banner {
  background: #1A284D;
  color: #fff;
  overflow: hidden;
  padding: 3rem 1rem;
}
@media (min-width: 768px) {
  .term-279 .banner { padding: 5rem 2rem; }
}
.term-279 .banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  min-height: 500px;
  position: relative;
}
.term-279 .banner-inner br {
  display: block;
}
.term-279 .banner h2 {
  font-family: var(--font-display);
  color: white;
  font-size: clamp(2.25rem, 7vw, 4.5rem);
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 36rem;
}
.term-279 .banner .sub {
  font-family: white;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  margin-top: .75rem;
  letter-spacing: .05em;
}
.term-279 .banner-fork {
  margin: -1rem auto 0;
  max-width: 48rem;
  display: block;
  margin-top: -29%;
}
.term-279 .banner-40 {
  position: absolute;
  right: 0;
  top: 0%;
  margin-right: -10%;
  color: #E1302B;
  text-align: right;
  font-family: var(--font-display);
  line-height: .85;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  justify-content: flex-end;
}

@font-face {
  font-family: 'Tusker Grotesk';
  src: url('https://dev-progallo.iboomobile.com/wp-content/themes/theme-pastas-gallo/assets/fonts/TuskerGrotesk/TuskerGrotesk-4500medium.woff2') format('woff2'),
       url('https://dev-progallo.iboomobile.com/wp-content/themes/theme-pastas-gallo/assets/fonts/TuskerGrotesk/TuskerGrotesk-4500medium.woff2') format('woff');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}

.term-279 .banner-40 .num {
  font-family: 'Tusker Grotesk', sans-serif;
  font-size: clamp(3.5rem, 12vw, 9rem);
  font-weight: 900;
  color: #E1302B;
}
.term-279 .banner-40 .of {
  font-family: 'Tusker Grotesk', sans-serif;
  font-size: 65px;
  text-align: left;
  margin-top: 2rem;
  line-height: .95;
  color: #E1302B;
}
.term-279 .banner-40 .of br {
  display: block !important;
}

/* VIDEO */
.term-279 .video-section {
  position: relative;
}
.term-279 .video-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background: var(--brand-blue);
}
.term-279 .video-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.term-279 .video-box {
  position: relative;
  margin-top: -35%;
  aspect-ratio: 16/9;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,.3);
  cursor: pointer;
}
.term-279 .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.term-279 .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.term-279 .video-overlay:hover {
  background: rgba(0,0,0,.4);
}
.term-279 .play {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--brand-dark);
}

.term-279 .video-features-bg {
  background: url('https://dev-progallo.iboomobile.com/wp-content/uploads/2026/06/Mask-group-2.png') center center / cover no-repeat;
  min-height: 1000px;
}

.term-279 .features,
.term-279 .video-section,
.term-279 .video-wrap,
.term-279 .video-box {
  background: transparent !important;
}

.term-279 .features-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .term-279 .features-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.term-279 .features-col {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.term-279 .features-col h3 {
  text-align: right !important;
}
.term-279 .features-col-r h3 {
  text-align: left !important;
}
.term-279 .feature {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.term-279 .feature.right {
  flex-direction: row-reverse;
  text-align: right;
}
.term-279 .features-col-r {
  text-align: left;
}
.term-279 .feature .n {
  font-family: var(--font-condensed);
  font-size: 3rem;
  color: #E1302B;
  line-height: 1;
}
.term-279 .feature .t {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.05rem;
  letter-spacing: .04em;
  white-space: pre-line;
  line-height: 1.1;
  color: #273568;
}
.term-279 .features-img {
  grid-column: span 2;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .term-279 .features-img { grid-column: auto; order: 2; }
  .term-279 .features-col-r { order: 3; }
}
.term-279 .features-img img {
  height: 40rem;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.2));
}

/* VEGETAL */
.term-279 .block-vegetal {
  background: #E1302B;
  color: white;
  text-align: center;
  padding: 70px 24px 50px;
}
.term-279 .block-vegetal h2 {
  font-family: 'Gardablack';
  font-size: 48px;
  letter-spacing: 2px;
  color: white;
  margin-bottom: 24px;
}
.term-279 .block-vegetal p {
  font-family: 'Arquitecta';
  font-size:22px;
  font-weight:250;
  color: white;
}
.term-279 .block-vegetal span {
  color: white;
}
.term-279 .vegetal-text {
  max-width: 760px;
  margin: 0 auto 50px;
  font-size: 15px;
}
.term-279 .vegetal-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.term-279 .stat .value {
  font-family: 'Tusker Grotesk', sans-serif;
  font-size: 56px;
  line-height: 1;
}
.term-279 .stat .value span {
  font-family: 'Tusker Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
}
.term-279 .stat .label {
	font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 8px;
}

.term-279 .stat .label br{
  display:block;
}
.term-279 .silhouettes img {
  height: 230px;
  opacity: 1;
}
.term-279 .vegetal-foot {
  font-size: 16px!important;
  opacity: 0.85;
  max-width: 700px;
  margin: 0 auto;
}
.term-279 .vegetal-stats .stat:first-child {
  text-align: right;
}
.term-279 .vegetal-stats .stat:last-child {
  text-align: left;
}

/* NUTRITION */
.term-279 .nutrition {
  display: grid;
  background: #C6CBDC;
  min-height:500px;
}
@media (min-width: 768px) {
  .term-279 .nutrition { grid-template-columns: 1fr 1fr; }
}
.term-279 .nutrition-text {
  margin-top:-20%;
  padding: 3rem 1.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 640px) {
  .term-279 .nutrition-text { padding: 5rem 3rem; }
}
@font-face {
  font-family: 'Gardablack';
  src: url('../fonts/Gardablack/Gardablack.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.term-279 .nutrition-text h2 {
   font-family: 'Gardablack';
  font-size: 45px;
  color: white;
  line-height: 1.1;
  font-weight: 900;
  min-width: 900px;
  text-align: left;
}
@font-face {
  font-family: 'Arquitecta';
  src: url('../fonts/Arquitecta/ArquitectaRegular/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.term-279 .nutrition-text p {
  font-family: 'Arquitecta';
  margin-top: 1.5rem;
  font-size: 22px;
  color: white;
  min-width: 900px;
  text-align: left;
}
.term-279 .nutrition-text br {
  display:block;
}
.term-279 .nutrition-text strong {
  color: var(--brand-blue);
}
.term-279 .nutrition-img {
  min-height: 300px;
  position: relative;
}
.term-279 .nutrition-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* COMPARATIVE */
.term-279 .compare {
  background: #273568;
  color: #fff;
  padding: 4rem 1rem;
}
.term-279 .compare-head {
  text-align: center;
  margin-bottom: 3rem;
}
.term-279 .compare-head h2 {
  font-family: 'Gardablack';
  color:white;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
}

.term-279 .compare-head h2 br{
  display: block;
}
.term-279 .compare-head p {
	font-family: 'Arquitecta';
  color:white;
  margin-top: .75rem;
  font-size: 22px;
  font-weight: 450;
  opacity: 1;
}
.term-279 .compare-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 640px) {
  .term-279 .compare-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .term-279 .compare-grid { grid-template-columns: repeat(5, 1fr); }
}
.term-279 .card {
  background: #C6CBDC;
  color: #C6CBDC;
  border-radius: .4rem;
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0,0,0,.15);
  width:180px;
  height:326px;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue/BebasNeueRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.term-279 .card h3 {
  font-family: 'Bebas Neue', sans-serif;
  color: #273568;
  font-size: 30px;
  white-space: pre-line;
  font-weight:400;
  min-height: 3.5rem;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.term-279 .card .icon {
  height: 3.5rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.term-279 .card .icon img {
  height: 6rem;
  object-fit: contain;
}

@font-face {
  font-family: 'Tusker Grotesk';
  src: url('../fonts/TuskerGrotesk/TuskerGrotesk-3800Super.woff2') format('woff2'),
       url('../fonts/TuskerGrotesk/TuskerGrotesk-3800Super.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.term-279 .card .val {
  font-family: 'Tusker Grotesk', sans-serif;
  font-size: 75px;
  font-weight: 800;
  line-height: 1;
  margin-top: 20%;
  color: #273568;
}
.term-279 .card .val span {
  font-family: 'Tusker Grotesk', sans-serif;
  color: #273568;
  font-size: 50px!important;
  font-size: 1rem;
  font-weight: 800;
}
.term-279 .card .lbl {
  font-family: 'Arquitecta';
  color: #273568;
  font-weight:700;
  margin-top: .25rem;
  font-size: 20px;
  opacity: 1;
}
.term-279 .compare-foot {
     max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0px auto;
    gap: 1rem;
}
.term-279 .compare-foot img{
	margin-top: 2%;
  max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}


.term-279 .compare-foot br{
  display:block;
}
.term-279 .compare-foot > div {
  border-top: none;
  padding-top: .75rem;
  width:80%!important;
}

.term-279 .flecha-pequena-izquierda{
	width: 100px;
    height: 7px;
}

.term-279 .flecha-pequena-derecha{
	width: 100px;
    height: 7px;
}

.term-279 .flecha-grande-izquierda{
	width: 250px;
    height: 7px;
}

.term-279 .flecha-grande-derecha{
	width: 250px;
    height: 7px;
}

.compare-foot > div:nth-child(1) {
  margin-left: 20%;
  width: 60% !important;
}

.compare-foot > div:nth-child(2) {
  margin-left: -14%;
}

.term-279 .nutrition {
  background: url('https://dev-progallo.iboomobile.com/wp-content/uploads/2026/06/fondo_banda_proteina.png') center center / cover no-repeat;
}

.term-279 .nutrition-text,
.term-279 .nutrition-img {
  background: transparent !important;
}

.block-how {
  background: #fff;
  text-align: center;
  padding: 80px 24px;
}
.block-how br{
  display:block;
}
.block-how h2 {
  font-size: 55px;
  font-family: 'Gardablack';
  color: #273568;
  letter-spacing: 0px;
  margin-bottom: 22px;
  line-height:60px;
}
.how-text {
  font-family: 'Arquitecta';
  color: #273568;
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: 22px;
}
.how-sub {
  font-family: 'Arquitecta';
  color: #273568;
  font-weight: 950;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-size: 24px;
}
.how-icons {
  display: flex;
  justify-content: center;
  gap: 70px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.how-item { max-width: 220px; }
.how-item img { width: 110px; margin: 0 auto 18px; }
.how-item p { 
	font-family: 'Arquitecta';
  color: #273568;
	font-size: 18px; 
	color: #273568;
}
.mobile-title-proteina{
		display:none;
	}
.desktop-title-proteina{
		display:block;
	}

.mobile-pack-proteina{
		display:none;
	}
.desktop-pack-proteina{
		display:block;
	}
	.compare-foot--vegetal {
	  display: none;
	}
.compare-foot--animal {
	  display: none;
	}
.compare-foot {
	  display: block;
	}
.vegetal-foot{
		display:block;
	}

.span-vegetal-desktop{
	display:block;
}
.span-vegetal-mobile{
	display:none;
}
@media (max-width: 640px) {
	
	/* Oculto en desktop */

	.compare-foot--animal {
		  display: block;
		}
	.compare-foot img{
		  display: none!important;
		}
	.compare-foot--vegetal {
		display: block;
	}
	
	.compare-foot--animal img{
		margin-top:5%;
		  display: block;
		width:100%;
		}
	.compare-foot--vegetal img {
        margin-top: 5%;
        display: block;
        width: 70%;
        margin: 0 auto;
    }

	
	.desktop-title-proteina{
		display:none;
	}
	.mobile-title-proteina{
		display:block;
	}
	
	.desktop-pack-proteina{
		display:none;
	}
	.mobile-pack-proteina{
		display:block;
	}
	.term-279 .banner img {
    margin-bottom: 20%;
    margin-top: -15%;
    /* margin-left: 15%; */
    width: 80%;
}
	 .term-279 .features-img img {
    height: 28rem;
    margin: 0 auto;
}
	
	.term-279 .video-features-bg {
    background: url(https://dev-progallo.iboomobile.com/wp-content/uploads/2026/06/Mask-group-2.png) center center / cover no-repeat;
    min-height: 700px;
}
	
	.term-279 .silhouettes img{
		height:160px;
	}
	
	.term-279 .block-vegetal h2 {
	  line-height:40px;
	}
	
	.term-279 .stat .value{
		font-size:42px;
	}
	.term-279 .vegetal-stats {
	  gap: 20px;
	}
	.term-279 .stat .value {
	  font-size: 42px;
	}
	.term-279 .stat .value span {
	  font-family: 'Tusker Grotesk', sans-serif;
	  font-size: 16px;
	}
	
	.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  /* Las 2 vegetal ocupan 1 columna cada una */
	  .card--vegetal {
		grid-column: span 1;
	  }

	  /* Flecha vegetal entre los dos grupos */
	  .compare-foot--vegetal {
		display: block;
		grid-column: span 2;
	  }

	  /* Las 3 animal en la misma grilla de 2 col:
		 primera ocupa todo el ancho, las otras 2 se parten */
	  .card--animal:nth-of-type(1) {
		grid-column: span 2; /* Huevo centrado */
	  }

	  .compare-foot img {
		width: 100%;
		display: none;
	  }
	.vegetal-foot{
		display:none;
	}
	
	.term-279 .nutrition-text p {
	  width:100%;
	  text-align: center;
		margin-left: 0%;
		min-width:0px;
	}

.span-vegetal-desktop{
	display:none;
}
.span-vegetal-mobile{
	display:block;
}
	
	.term-279 .nutrition-text{
		margin-top: -45%;
	}

	.block-how h2 {
	    font-size: 40px;
        letter-spacing: 0px;
        line-height: 40px;
        margin-top: -10%;
	}
	
	.card:not(:first-child) .val {
	  margin-top: 8px; /* ajusta el valor a tu gusto */
	}
	
	.compare-grid > .card:not(:nth-child(1)) .val {
	  margin-top: 8px;
	}
	
	.term-279 .nutrition-text h2{
		width: 100%;
		min-width: 0px;
        font-size: 30px;
        text-align: center;
		margin-left: 0%;
		margin-bottom: -10px;
		line-height: 30px;
	}
	
	.term-279 .compare-head h2 {
		font-family: 'Gardablack';
		color:white;
		font-size: 30px;
		font-weight: 400;
		line-height: 30px;
		
	}
	.term-279 .card{
		width: 100px;
    	height: 180px;
	}
	.term-279 .card .icon img{
		height: 4rem;
    	object-fit: contain;
		margin-top: -50%;
	}
	
	.term-279 .card .val{
		font-size: 30px;
		margin-top: -30%;
		width:90px;
	}
	
	.term-279 .card .val span{
		font-size: 20px!important;
	}
	
	.term-279 .stat .value{
		font-size:42px;
	}
	.term-279 .block-vegetal span{
		font-size: 11px;
	}
	
	.term-279 .stat .label {
		font-size: 23px;
	}
	
	.term-279 .card h3{
		font-size:17px;
		line-height:14px;
		margin-top: -50%;
	}
	
	.term-279 .card .lbl {
	  font-size: 11px;
	}
	
	.term-279 .compare-head p{
		font-weight: 100;
	}
	
	.compare-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  /* Vegetal: 2 cards centradas en 3 columnas */
  .card--vegetal:nth-child(1) { grid-column: 1 / 2; }
  .card--vegetal:nth-child(2) { grid-column: 3 / 4; }

  /* Flecha vegetal ocupa todo */
  .compare-foot--vegetal { grid-column: span 3; }

  /* Animal: las 3 en fila normal */
  .card--animal { grid-column: span 1 !important; }
	
	
	.compare-grid > .card:nth-child(1) {
    margin-left:60%;
  }

  /* Segunda card (Nueces) */
  .compare-grid > .card:nth-child(2) {
    margin-left:-60%;
  }

  /* Tercera card (Huevo) — nth-child(4) porque el div de flecha vegetal ocupa el 3 */
  .compare-grid > .card:nth-child(4) {
     margin-left:20%;
  }

  /* Última card (Yogur) */
  .compare-grid > .card:nth-child(6) {
     margin-left:-23%;
  }
	
	.term-279 .nutrition{
		background: url(https://dev-progallo.iboomobile.com/wp-content/uploads/2026/06/img_banda_mobile.png) center center / cover no-repeat;
}
	}

}



@media (min-width: 1023px) and (max-width: 1439px) {
	
	.term-279 .banner img {
		margin-top: -8%;
		margin-left: 0%;
	}
	
	.term-279 .features-img img {
		height: 35rem;
	}
	
	.term-279 .compare-foot {
		display: block;
	}
	
	.term-279 .compare-foot img {
		width: 100%;
		max-width: none;
	}
	
}