/*
$max-width: 1140px !default;
$max-width-tablet: 960px !default;
$max-width-mobile: 720px !default;
$max-width-small-mobile: 540px !default;
*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font: 0.625em/1.231 sans-serif;
}

ul {
  list-style: none;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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


.z-magazine .content .vc_btn3-container {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.z-magazine .z-magazine__body .section__main .content .vc_btn3 {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0em;
  color: #FFF;
  letter-spacing: 0;
  background-color: #E30613;
  padding: 0.84375rem 1.5rem;
  width: 342px;
  border-radius: 2px;
  white-space: nowrap;
  display: block;
  display: inline-flex;
  justify-content: center;
  border: none;
  cursor: pointer;
  background-image: none;
}
.z-magazine .z-magazine__body .section__main .content .vc_btn3:hover {
  background-color: #f9232f;
  text-decoration: none;
  border: none;
}

.flickity:after {
  content: "flickity";
  display: none;
  /* hide :after */
}
.flickity.flickity--onlyMobile:after {
  content: "";
  display: none;
  /* hide :after */
}
.flickity:focus {
  outline: 0;
}

.dragging .video--link {
  pointer-events: none;
}

.flickity-viewport {
  overflow: visible;
  position: relative;
  width: 100%;
  margin-bottom: 48px;
  transition: height 0.2s;
}
.flickity-viewport:focus {
  outline: 0;
}

.viewport--hidden .flickity-viewport {
  overflow: hidden;
}

.dotsPositioned .flickity-page-dots {
  opacity: 0;
  right: auto;
  bottom: 0;
  padding: 0;
  position: absolute;
}

.flickity-page-dots {
  list-style: none;
  margin: 0 auto;
  justify-content: center;
  padding: 40px 0;
  display: flex;
  transition: opacity 0.6s ease-in;
}
.flickity-page-dots .dot {
  width: 24px;
  height: 4px;
  position: relative;
  display: inline-block;
  margin-right: 8px;
  background-color: rgba(0, 0, 0, 0.2);
}
.flickity-page-dots .dot:hover {
  cursor: pointer;
}
.flickity-page-dots .dot:nth-child(7) {
  opacity: 0.5;
  width: 24px;
  height: 4px;
  top: 1px;
}
.flickity-page-dots .dot:nth-child(7) ~ .dot {
  display: none;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
  width: 24px;
  height: 4px;
  background-color: #000;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected ~ .dot {
  top: auto;
  opacity: 1;
}
.flickity-page-dots .dot:last-child {
  margin-right: 0;
}
.flickity-page-dots.show {
  opacity: 1;
}

.flickity-button {
  width: 40px;
  height: 40px;
  background: rgba(248, 247, 247, 0.6);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #3173eb;
  box-shadow: none;
  color: #2352df;
  z-index: 20;
  transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.flickity-button:hover {
  background: rgba(248, 247, 247, 0.6);
  opacity: 0.7;
  cursor: pointer;
}

.flickity-prev-next-button {
  position: absolute;
  bottom: 50%;
  transform: translateY(-200%);
  border: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  top: 9px;
}
.flickity-prev-next-button.previous {
  right: auto;
  left: -70px;
}
.flickity-prev-next-button.next {
  left: auto;
  right: -70px;
}

.flickity-button-icon {
  width: 16px;
  height: 16px;
  stroke: #000;
  stroke-width: 10px;
  stroke-linecap: round;
}

.flickity--visibility .flickity-viewport {
  overflow: hidden;
  transition: height 0.2s;
}
.flickity--visibility .flickity-page-dots {
  display: block;
}

.flickity-enabled {
  position: relative;
}
.flickity-enabled.flickity-resize .flickity-cell {
  height: 100%;
}
.flickity-enabled.flickity-resize .flickity-cell .card {
  height: 100%;
}

.dotsPositioned.flickity-enabled {
  position: unset;
  position: initial;
}

.flickity__galeria.flickity-enabled {
  position: unset;
  position: initial;
}

/*
.flickity--calderas {

  &:after {
    content: 'flickity';
    display: none;
  }
}

.flickity--valoraciones {

  &:after {
    content: 'flickity';
    display: none;
  }
}
*/
.section--destacados .flickity-button {
  width: 40px;
  height: 40px;
  box-shadow: none;
}
.section--destacados .flickity-prev-next-button {
  right: 72px;
  left: auto;
  top: -33px;
}
.section--destacados .flickity-prev-next-button.next {
  left: auto;
  right: 16px;
}
.section--destacados .flickity-prev-next-button .flickity-button-icon {
  width: 24px;
  height: 24px;
  stroke-width: 4px;
  left: 10px;
  top: 10px;
}

/* ==========================================================================
   $MEDIA-QUERIES
   ========================================================================== */
/* MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 767.98px) {
  .flickity.flickity--onlyMobile:after {
    content: "flickity";
    display: none;
    /* hide :after */
  }

  .flickity-viewport {
    transition: height 0.2s;
    overflow: hidden;
    margin-bottom: 16px;
    padding-bottom: 16px;
    box-sizing: content-box;
  }

  .flickity-page-dots {
    left: 0;
    right: 0;
    padding: 0;
    bottom: 0;
    position: absolute;
  }

  .dotsPositioned .flickity-page-dots {
    right: auto;
  }

  .flickity--more .flickity-viewport {
    overflow: visible;
  }

  .row.flickity-enabled {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
  .row.flickity-enabled.flickity-resize .flickity-cell {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px !important;
  }
  .row.flickity-enabled.flickity-resize .flickity-cell .card {
    height: auto;
  }
  .row.flickity-enabled .column,
  .row.flickity-enabled [class*=" column--"],
  .row.flickity-enabled [class^="column--"] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .row.flickity-enabled .flickity-viewport:before,
  .row.flickity-enabled .flickity-viewport:after {
    width: 24px;
  }
  .row.flickity-enabled .flickity-viewport:before {
    right: calc(100% - 24px);
  }
  .row.flickity-enabled .flickity-viewport:after {
    left: calc(100% - 24px);
  }

  .flickity-button {
    display: none;
  }
}
/* SMALL MOBILE LAYOUT DOWN
----------------------------------------------- */
/* SMALLER MOBILE LAYOUT DOWN
----------------------------------------------- */
/* TABLET LAYOUT UP
----------------------------------------------- */
@media (min-width: 768px) {
  .flickity-viewport {
    margin-bottom: 0;
  }
}
/* TABLET LAYOUT
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .flickity.flickity--onTablet:after {
    content: "flickity";
    display: none;
    /* hide :after */
  }

  .flickity-button {
    display: none;
  }
}
/* DESKTOP LAYOUT UP
----------------------------------------------- */
/* DESKTOP LAYOUT
----------------------------------------------- */
/* BIG DESKTOP LAYOUT UP
----------------------------------------------- */
/* BIGER DESKTOP LAYOUT UP
----------------------------------------------- */
/* ==========================================================================
   $RETINA@2X
   ========================================================================== */
/* ==========================================================================
   $RETINA@3X
   ========================================================================== */
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  height: -webkit-fill-available;
}

body {
  background-color: #fff;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

::placeholder {
  text-overflow: ellipsis;
}

[placeholder] {
  text-overflow: ellipsis;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
 * Basic styles for links
 */
a {
  color: #e30613;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
a:active,
a:focus {
  text-decoration: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

strong {
  font-weight: bold;
}

p,
dl,
label,
ul li,
ol li,
a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition: color 0.32s cubic-bezier(0.52, 0.16, 0.24, 1);
}

ul li p {
  font-size: 1em;
}

dl dt p,
dl dd p {
  font-size: 1em;
  line-height: 1em;
}

@font-face {
  font-family: "FS Lola";
  src: url("../fonts/FSLola/FSLola-Light.eot");
  src: url("../fonts/FSLola/FSLola-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FSLola/FSLola-Light.woff2") format("woff2"),
    url("../fonts/FSLola/FSLola-Light.woff") format("woff"),
    url("../fonts/FSLola/FSLola-Light.ttf") format("truetype"),
    url("../fonts/FSLola/FSLola-Light.svg#FSLola-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "FS Lola";
  src: url("../fonts/FSLola/FSLola.eot");
  src: url("../fonts/FSLola/FSLola.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FSLola/FSLola.woff2") format("woff2"),
    url("../fonts/FSLola/FSLola.woff") format("woff"),
    url("../fonts/FSLola/FSLola.ttf") format("truetype"),
    url("../fonts/FSLola/FSLola.svg#FSLola") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FS Lola";
  src: url("../fonts/FSLola/FSLola-Medium.eot");
  src: url("../fonts/FSLola/FSLola-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/FSLola/FSLola-Medium.woff2") format("woff2"),
    url("../fonts/FSLola/FSLola-Medium.woff") format("woff"),
    url("../fonts/FSLola/FSLola-Medium.ttf") format("truetype"),
    url("../fonts/FSLola/FSLola-Medium.svg#FSLola-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FS Lola";
  src: url("../fonts/FSLola/FSLola-Bold.eot");
  src: url("../fonts/FSLola/FSLola-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FSLola/FSLola-Bold.woff2") format("woff2"),
    url("../fonts/FSLola/FSLola-Bold.woff") format("woff"),
    url("../fonts/FSLola/FSLola-Bold.ttf") format("truetype"),
    url("../fonts/FSLola/FSLola-Bold.svg#FSLola-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/poppins/Poppins-SemiBold.eot);
    src: url(../fonts/poppins/Poppins-SemiBold.eot?#iefix) format('embedded-opentype'), url(../fonts/poppins/Poppins-SemiBold.woff) format('woff'), url(../fonts/poppins/Poppins-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.eot);
    src: url(fonts/poppins/Poppins-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/poppins/Poppins-Bold.woff) format('woff'), url(../fonts/poppins/Poppins-Bold.ttf) format('truetype');
}
@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/poppins/Poppins-Light.eot);
    src: url(../fonts/poppins/Poppins-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/poppins/Poppins-Light.woff) format('woff'), url(../fonts/poppins/Poppins-Light.ttf) format('truetype');
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.eot);
    src: url(../fonts/poppins/Poppins-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/poppins/Poppins-Regular.woff) format('woff'), url(../fonts/poppins/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: "Quarto";
  src: url("../fonts/quarto/Quarto-Light.eot");
  src: url("../fonts/quarto/Quarto-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/quarto/Quarto-Light.woff2") format("woff2"),
    url("../fonts/quarto/Quarto-Light.woff") format("woff"),
    url("../fonts/quarto/Quarto-Light.ttf") format("truetype"),
    url("../fonts/quarto/Quarto-Light.svg#GTAmerica-Bold") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fakt Pro";
  src: url("../fonts/fakt/FaktPro-NormalItalic.eot");
  src: url("../fonts/fakt/FaktPro-NormalItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fakt/FaktPro-NormalItalic.woff2") format("woff2"),
    url("../fonts/fakt/FaktPro-NormalItalic.woff") format("woff"),
    url("../fonts/fakt/FaktPro-NormalItalic.ttf") format("truetype"),
    url("../fonts/fakt/FaktPro-NormalItalic.svg#FaktPro-NormalItalic")
      format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fakt Pro";
  src: url("../fonts/fakt/FaktPro-Medium.eot");
  src: url("../fonts/fakt/FaktPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fakt/FaktPro-Medium.woff2") format("woff2"),
    url("../fonts/fakt/FaktPro-Medium.woff") format("woff"),
    url("../fonts/fakt/FaktPro-Medium.ttf") format("truetype"),
    url("../fonts/fakt/FaktPro-Medium.svg#FaktPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fakt Pro";
  src: url("../fonts/fakt/FaktPro-Normal.eot");
  src: url("../fonts/fakt/FaktPro-Normal.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fakt/FaktPro-Normal.woff2") format("woff2"),
    url("../fonts/fakt/FaktPro-Normal.woff") format("woff"),
    url("../fonts/fakt/FaktPro-Normal.ttf") format("truetype"),
    url("../fonts/fakt/FaktPro-Normal.svg#FaktPro-Normal") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fakt Pro";
  src: url("../fonts/fakt/FaktPro-SemiBoldItalic.eot");
  src: url("../fonts/fakt/FaktPro-SemiBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fakt/FaktPro-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/fakt/FaktPro-SemiBoldItalic.woff") format("woff"),
    url("../fonts/fakt/FaktPro-SemiBoldItalic.ttf") format("truetype"),
    url("../fonts/fakt/FaktPro-SemiBoldItalic.svg#FaktPro-SemiBoldItalic")
      format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fakt Pro";
  src: url("../fonts/fakt/FaktPro-Bold.eot");
  src: url("../fonts/fakt/FaktPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fakt/FaktPro-Bold.woff2") format("woff2"),
    url("../fonts/fakt/FaktPro-Bold.woff") format("woff"),
    url("../fonts/fakt/FaktPro-Bold.ttf") format("truetype"),
    url("../fonts/fakt/FaktPro-Bold.svg#FaktPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fakt Pro";
  src: url("../fonts/fakt/FaktPro-BoldItalic.eot");
  src: url("../fonts/fakt/FaktPro-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fakt/FaktPro-BoldItalic.woff2") format("woff2"),
    url("../fonts/fakt/FaktPro-BoldItalic.woff") format("woff"),
    url("../fonts/fakt/FaktPro-BoldItalic.ttf") format("truetype"),
    url("../fonts/fakt/FaktPro-BoldItalic.svg#FaktPro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fakt Pro";
  src: url("../fonts/fakt/FaktPro-MediumItalic.eot");
  src: url("../fonts/fakt/FaktPro-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/fakt/FaktPro-MediumItalic.woff2") format("woff2"),
    url("../fonts/fakt/FaktPro-MediumItalic.woff") format("woff"),
    url("../fonts/fakt/FaktPro-MediumItalic.ttf") format("truetype"),
    url("../fonts/fakt/FaktPro-MediumItalic.svg#FaktPro-MediumItalic")
      format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
.icon {
  width: 24px;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.icon--filled {
  width: 24px;
}

.icon--filled__glyph {
  fill: #181818;
  stroke: none !important;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #181818;
  font: normal 0.625em/1.231 "FS Lola", "Helvetica", "Arial", sans-serif;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1440px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hideOnDesktop {
  display: none !important;
}

.showOnMobile {
  display: none !important;
}

/* TABLET LAYOUT
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hideOnDesktop {
    display: block !important;
  }
}
/* MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 767.98px) {
  .hideOnDesktop {
    display: block !important;
  }

  .hideOnMobile {
    display: none !important;
  }

  .showOnMobile {
    display: flex !important;
  }
}

.page__body {
  position: relative;
}

.main {
  position: relative;
  z-index: 95;
}

.wrp {
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  position: relative;
}
.wrp .img-wrp--full,
.wrp .image-wrap--full,
.wrp .video-wrap--full {
  margin-left: calc((-100vw + 100%) / 2);
}

.wrp--big {
  max-width: 1200px;
}

.wrp--thin {
  max-width: 850px;
}

.wrp--thinner {
  max-width: 800px;
}

.img-wrp,
.image-wrap,
.video-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.img-wrp:before,
.image-wrap:before,
.video-wrap:before {
  content: "";
  display: block;
  margin-top: 60.27397%;
}
.img-wrp > img,
.img-wrp > picture > img,
.img-wrp > a > picture > img,
.img-wrp > video,
.img-wrp > .gmap,
.image-wrap > img,
.image-wrap > picture > img,
.image-wrap > a > picture > img,
.image-wrap > video,
.image-wrap > .gmap,
.video-wrap > img,
.video-wrap > picture > img,
.video-wrap > a > picture > img,
.video-wrap > video,
.video-wrap > .gmap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.img-wrp svg,
.image-wrap svg,
.video-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 96px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.img-wrp svg .icon--filled__glyph,
.image-wrap svg .icon--filled__glyph,
.video-wrap svg .icon--filled__glyph {
  fill: #fff;
}
.img-wrp a picture > img,
.image-wrap a picture > img,
.video-wrap a picture > img {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.img-wrp a:hover picture > img,
.image-wrap a:hover picture > img,
.video-wrap a:hover picture > img {
  transform: scale(1.05);
}

.video-wrap > img,
.video-wrap > picture > img {
  z-index: 10;
  cursor: pointer;
}

.image-wrap + .pre__title {
  margin-top: 24px;
}

.image-wrap--squared:before {
  margin-top: 100%;
}

.image-wrap--43:before {
  margin-top: 75%;
}

.image-wrap--169:before {
  margin-top: 50%;
}

.img-wrp--background,
.image-wrap--background,
.video-wrap--background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.image-wrap--original:before {
  content: none;
}
.image-wrap--original > img,
.image-wrap--original > picture > img {
  width: auto;
  position: relative;
}

.video__wrap {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: -4px;
}
.video__wrap:before {
  content: "";
  display: block;
  margin-top: 56.25%;
}
.video__wrap .icon--playvideo {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.video__wrap .icon--playvideo svg {
  width: 96px;
}
.video__wrap .icon--playvideo .icon--filled__glyph {
  fill: #fff;
}
.video__wrap a {
  overflow: hidden;
}
.video__wrap a .video__poster {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.video__wrap a:hover .video__poster {
  transform: scale(1.05);
}

.video--onPlay .video__trigger {
  opacity: 0;
  pointer-events: none;
}

.video__trigger {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: opacity 0.2s linear, box-shadow 0.2s ease-out;
  -moz-transition: opacity 0.2s linear, box-shadow 0.2s ease-out;
  -o-transition: opacity 0.2s linear, box-shadow 0.2s ease-out;
  transition: opacity 0.2s linear, box-shadow 0.2s ease-out;
}
.video__trigger .video__trigger .bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.video__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video__player {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video__player--resource {
  height: 100%;
}

.pt--verysmall {
  padding-top: 32px;
}

.pb--verysmall {
  padding-top: 32px;
}

.pt--small {
  padding-top: 80px;
}

.pb--small {
  padding-bottom: 80px;
}

.pt--medium {
  padding-top: 120px;
}

.pb--medium {
  padding-bottom: 120px;
}

.pt--mediumX {
  padding-top: 160px;
}

.pb--mediumX {
  padding-bottom: 160px;
}

.pt--large {
  padding-top: 200px;
}

.pb--large {
  padding-bottom: 200px;
}

.layout {
  overflow: hidden;
}

.row {
  display: table;
  width: 100%;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}

.column--one {
  width: 100%;
}

.column,
[class^="column--"],
[class*=" column--"] {
  box-sizing: border-box;
  min-height: 80px;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
}
.column.adjust--height,
[class^="column--"].adjust--height,
[class*=" column--"].adjust--height {
  min-height: auto;
}
.column.noPadding,
[class^="column--"].noPadding,
[class*=" column--"].noPadding {
  padding-bottom: 0;
}
.column.noMargin > *,
[class^="column--"].noMargin > *,
[class*=" column--"].noMargin > * {
  margin-top: 0;
}

.column--one-half {
  width: 50%;
}

.column--one-third {
  width: 33.333334%;
}

.column--two-third {
  width: 66.666667%;
}

.column--one-fourth {
  width: 25%;
}

.column--two-fourth {
  width: 50%;
}

.column--three-fourth {
  width: 75%;
}

.column--one-fifth {
  width: 20%;
}

.column--two-fifth {
  width: 40%;
}

.column--three-fifth {
  width: 60%;
}

.column--four-fifth {
  width: 80%;
}

.column--one-sixth {
  width: 16.666667%;
}

.column--two-sixth {
  width: 33.333334%;
}

.column--three-sixth {
  width: 50%;
}

.column--four-sixth {
  width: 66.666667%;
}

.column--five-sixth {
  width: 83.333334%;
}

.column--one-seventh {
  width: 14.2857142857%;
}

.column--two-seventh {
  width: 28.5714285714%;
}

.column--three-seventh {
  width: 42.8571428571%;
}

.column--four-seventh {
  width: 57.1428571429%;
}

.column--five-seventh {
  width: 71.4285714286%;
}

.column--six-seventh {
  width: 85.7142857143%;
}

.column--one-eighth {
  width: 12.5%;
}

.column--two-eighth {
  width: 25%;
}

.column--three-eighth {
  width: 37.5%;
}

.column--four-eighth {
  width: 50%;
}

.column--five-eighth {
  width: 62.5%;
}

.column--six-eighth {
  width: 75%;
}

.column--seven-eighth {
  width: 87.5%;
}

.column--one-tenth {
  width: 10%;
}

.column--two-tenth {
  width: 20%;
}

.column--three-tenth {
  width: 30%;
}

.column--four-tenth {
  width: 40%;
}

.column--five-tenth {
  width: 50%;
}

.column--six-tenth {
  width: 60%;
}

.column--seven-tenth {
  width: 70%;
}

.column--eight-tenth {
  width: 80%;
}

.column--nine-tenth {
  width: 90%;
}

.column--one-twelfth {
  width: 8.3333333333%;
}

.column--two-twelfth {
  width: 16.6666666667%;
}

.column--three-twelfth {
  width: 25%;
}

.column--four-twelfth {
  width: 33.3333333333%;
}

.column--five-twelfth {
  width: 41.6666666667%;
}

.column--six-twelfth {
  width: 50%;
}

.column--seven-twelfth {
  width: 58.3333333333%;
}

.column--eight-twelfth {
  width: 66.6666666667%;
}

.column--nine-twelfth {
  width: 75%;
}

.column--ten-twelfth {
  width: 83.3333333333%;
}

.column--eleven-twelfth {
  width: 91.6666666667%;
}

.flickity-viewport .column--auto {
  padding-right: 80px;
}

.row__column1,
.row__column2,
.row__column3,
.row__column4 {
  display: flex;
  flex-flow: wrap;
}
.row__column1 .column,
.row__column1 [class*=" column--"],
.row__column1 [class^="column--"],
.row__column2 .column,
.row__column2 [class*=" column--"],
.row__column2 [class^="column--"],
.row__column3 .column,
.row__column3 [class*=" column--"],
.row__column3 [class^="column--"],
.row__column4 .column,
.row__column4 [class*=" column--"],
.row__column4 [class^="column--"] {
  padding-bottom: 30px;
}
.row__column1 .column.pb--medium,
.row__column1 [class*=" column--"].pb--medium,
.row__column1 [class^="column--"].pb--medium,
.row__column2 .column.pb--medium,
.row__column2 [class*=" column--"].pb--medium,
.row__column2 [class^="column--"].pb--medium,
.row__column3 .column.pb--medium,
.row__column3 [class*=" column--"].pb--medium,
.row__column3 [class^="column--"].pb--medium,
.row__column4 .column.pb--medium,
.row__column4 [class*=" column--"].pb--medium,
.row__column4 [class^="column--"].pb--medium {
  padding-bottom: 120px;
}
.row__column1 .column.pb--mediumX,
.row__column1 [class*=" column--"].pb--mediumX,
.row__column1 [class^="column--"].pb--mediumX,
.row__column2 .column.pb--mediumX,
.row__column2 [class*=" column--"].pb--mediumX,
.row__column2 [class^="column--"].pb--mediumX,
.row__column3 .column.pb--mediumX,
.row__column3 [class*=" column--"].pb--mediumX,
.row__column3 [class^="column--"].pb--mediumX,
.row__column4 .column.pb--mediumX,
.row__column4 [class*=" column--"].pb--mediumX,
.row__column4 [class^="column--"].pb--mediumX {
  padding-bottom: 160px;
}
.row__column1 .column.noPadding,
.row__column1 [class*=" column--"].noPadding,
.row__column1 [class^="column--"].noPadding,
.row__column2 .column.noPadding,
.row__column2 [class*=" column--"].noPadding,
.row__column2 [class^="column--"].noPadding,
.row__column3 .column.noPadding,
.row__column3 [class*=" column--"].noPadding,
.row__column3 [class^="column--"].noPadding,
.row__column4 .column.noPadding,
.row__column4 [class*=" column--"].noPadding,
.row__column4 [class^="column--"].noPadding {
  padding-bottom: 0;
}
.row__column1 .column.noMargin > *,
.row__column1 [class*=" column--"].noMargin > *,
.row__column1 [class^="column--"].noMargin > *,
.row__column2 .column.noMargin > *,
.row__column2 [class*=" column--"].noMargin > *,
.row__column2 [class^="column--"].noMargin > *,
.row__column3 .column.noMargin > *,
.row__column3 [class*=" column--"].noMargin > *,
.row__column3 [class^="column--"].noMargin > *,
.row__column4 .column.noMargin > *,
.row__column4 [class*=" column--"].noMargin > *,
.row__column4 [class^="column--"].noMargin > * {
  margin-top: 0;
}

.row__column1 .text {
  padding: 12px 0;
}
.row__column1 .text__description p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.row__column1 .column--one-half .text {
  padding: 0;
}
.row__column1 .column--one-half .text .pre__title {
  margin-top: 0;
}
.row__column1 .column--one-half .text .text__description p {
  margin-top: 0;
  word-break: break-word;
}
.row__column1 .col__image .image-wrap {
  height: 100%;
}
.row__column1 .col__text {
  display: flex;
  align-items: center;
}
.row__column1 .col__text .text {
  position: relative;
}
.row__column1 .col__text .text__description p {
  -webkit-line-clamp: 2;
  margin: 0;
}
.row__column1 .col__text .likes {
  position: absolute;
  top: 0;
  right: 0;
}

.row__column1:last-child .column,
.row__column1:last-child [class*=" column--"],
.row__column1:last-child [class^="column--"] {
  padding-bottom: 30px;
}
.row__column1:last-child .column.noPadding,
.row__column1:last-child [class*=" column--"].noPadding,
.row__column1:last-child [class^="column--"].noPadding {
  padding-bottom: 0;
}

.row__column2 .column:nth-last-child(-n + 2),
.row__column2 [class*=" column--"]:nth-last-child(-n + 2),
.row__column2 [class^="column--"]:nth-last-child(-n + 2) {
  padding-bottom: 0;
}

.row__column3 .column:nth-last-child(-n + 3),
.row__column3 [class*=" column--"]:nth-last-child(-n + 3),
.row__column3 [class^="column--"]:nth-last-child(-n + 3) {
  padding-bottom: 0;
}

.row__column4 .column:nth-last-child(-n + 4),
.row__column4 [class*=" column--"]:nth-last-child(-n + 4),
.row__column4 [class^="column--"]:nth-last-child(-n + 4) {
  padding-bottom: 0;
}

.hero__text.small__icon .column,
.hero__text.small__icon [class*=" column--"],
.hero__text.small__icon [class^="column--"] {
  padding-bottom: 16px;
}
.hero__text.small__icon .text {
  display: block;
}

.row--head {
  margin-bottom: 0;
}

.row--spread {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row--spread .column,
.row--spread [class^="column--"],
.row--spread [class*=" column--"] {
  width: auto;
}

.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.row--flex .img-wrp,
.row--flex .image-wrap,
.row--flex .video-wrap {
  height: 100%;
}
.row--flex [class^="image-wrap--"],
.row--flex [class*=" image-wrap--"],
.row--flex [class^="video-wrap--"],
.row--flex [class*=" video-wrap--"] {
  height: auto;
}

.row--flex-al-center {
  align-items: center;
}

.row--flex-inverse {
  flex-direction: row-reverse;
}

.row--center {
  width: 832px;
  margin: 0 auto;
}

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

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

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

hr {
  width: 236px;
  height: 2px;
  border-top: 2px solid #181818;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
hr.small {
  width: 126px;
}

.video__play {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  opacity: 1;
  transition: opacity 0.32s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.video__play .icon,
.video__play .icon--filled {
  width: 56px;
  transition: transform 0.32s cubic-bezier(0.28, 0, 0.115, 1),
    opacity 0.32s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.video__play .icon__glyph {
  stroke: #fff;
}
.video__play .icon--filled__glyph {
  fill: #fff;
}
.video__play:hover .icon,
.video__play:hover .icon--filled {
  transform: scale(1.1);
  opacity: 0.8;
}

.dragging .video__play {
  pointer-events: none;
}

.video__image {
  opacity: 1;
  transition: opacity 0.32s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.video--onplay .video__play,
.video--onplay .video__image {
  opacity: 0;
  pointer-events: none;
}

.doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.doc-list li {
  margin-bottom: 48px;
}

.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 24px;
}
.icon-list li {
  float: left;
}
.icon-list li > * {
  width: 96px;
  height: 96px;
  display: block;
  font: 0/0 a;
  color: transparent;
  text-decoration: none;
}
.icon-list + .image-wrap {
  margin-top: 96px;
}

.sdg-8 {
  background: url("../img/sustain-8.svg") 0 0 no-repeat;
}

.sdg-12 {
  background: url("../img/sustain-12.svg") 0 0 no-repeat;
}

.sdg-14 {
  background: url("../img/sustain-14.svg") 0 0 no-repeat;
}

.sdg-16 {
  background: url("../img/sustain-16.svg") 0 0 no-repeat;
}

.sdg-17 {
  background: url("../img/sustain-17.svg") 0 0 no-repeat;
}

.icon--b-corp-certified {
  background: url("../img/certfied-BCorp.svg") 0 0 no-repeat;
  width: 67px;
  height: 112px;
  display: block;
}

.logo--b-corp {
  background: url("../img/logo-b_corp.svg") 0 0 no-repeat;
  width: 67px;
  height: 112px;
  display: block;
}

.logo--brcgs {
  background: url("../img/logo-brcgs.svg") 0 0 no-repeat;
  width: 127px;
  height: 40px;
  display: block;
}

.logo--ifs {
  background: url("../img/logo-ifs.svg") 0 0 no-repeat;
  width: 69px;
  height: 42px;
  display: block;
}

.logo--kosher {
  background: url("../img/logo-kosher.svg") 0 0 no-repeat;
  width: 69px;
  height: 69px;
  display: block;
}

.logo--msc {
  background: url("../img/logo-msc.svg") 0 0 no-repeat;
  width: 104px;
  height: 40px;
  display: block;
}

.layout--inverse {
  background-color: #181818;
  color: #fff;
}
.layout--inverse .icon__glyph {
  stroke: #fff;
}
.layout--inverse .icon--filled__glyph {
  fill: #fff;
}

.cookie-alert {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px rgba(24, 24, 24, 0.1);
  width: 376px;
  position: fixed;
  bottom: 220px;
  right: 40px;
  z-index: 1000;
  transition: opacity 0.32s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.cookie-alert .wrp {
  width: auto;
  padding: 40px;
}
.cookie-alert .cookie-alert__close {
  position: absolute;
  top: 12px;
  right: 12px;
}
.cookie-alert .cookie-alert__close .icon {
  width: 32px;
}
.cookie-alert .cookie-alert__close:hover .icon__glyph {
  stroke: #e30613;
}
.cookie-alert .cookie-alert__text {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin: 0;
}
.cookie-alert .cookie-alert__text + .cookie-alert__text {
  margin-top: 16px;
}

.cookie-alert--fadeout {
  opacity: 0;
}

.wrp__image {
  display: block;
  width: 100%;
}
.wrp__image.bg-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  position: relative;
}
.wrp__image.bg-image picture {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrp__image.bg-image picture > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: left;
}
.wrp__image.bg-image:before {
  content: "";
  display: block;
  margin-top: 40%;
}

.section--media .blog__page__img,
.section--media .blog__page__img.blog__page__img--center {
  margin: 0;
}

.section--cabecera .text {
  padding-top: 160px;
  padding-bottom: 55px;
  text-align: center;
  border-bottom: 1px solid #949494;
}
.section--cabecera .text form + .text__description p {
  margin-bottom: 0;
}
.section--cabecera .text__title {
  margin: 0;
}

.section--principal {
  margin-top: 64px;
}
.section--principal .flickity:hover .flickity-prev-next-button {
  opacity: 0.8;
  pointer-events: all;
}
.section--principal .slide__item {
  width: 100%;
}
.section--principal .flickity-prev-next-button {
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  right: 50px;
}
.section--principal .flickity-prev-next-button.previous {
  left: 50px;
}

.section--bgimage {
  position: relative;
}
.section--bgimage .layout {
  position: relative;
}
.section--bgimage .bg-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f7f7;
  z-index: 1;
  overflow: hidden;
}
.section--bgimage .bg-image .video--link {
  cursor: pointer;
}
.section--bgimage .bg-image picture > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.section--bgimage .bg-image svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 96px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.section--bgimage .bg-image svg .icon--filled__glyph {
  fill: #fff;
}
.section--bgimage .bg-image a picture > img {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
}
.section--bgimage .bg-image a:hover picture > img {
  transform: scale(1.01);
}
.section--bgimage.section--bgimage-inverse .bg-image {
  left: 0;
  right: auto;
}
.section--bgimage.section--bgimage-inverse .bg-image picture > img {
  object-position: right;
}
.section--bgimage.section--principal .bg-image {
  width: 64%;
  width: calc(((100% - 1062px) / 2) + (1062px - (1062px * 0.3333)) - 16px);
}

.section--fullHeight {
  height: 100vh;
  min-height: 100vh;
}
.section--fullHeight .layout {
  height: 100%;
}
.section--fullHeight .layout .wrp {
  height: 100%;
}
.section--fullHeight .layout .wrp .row {
  height: 100%;
}

.section--bgcolor {
  margin-top: 80px;
  background-color: #f8f7f7;
}
.section--bgcolor.section--bgcolor-gray {
  background-color: #f5f6fa;
}

/* ==========================================================================
   $MEDIA-QUERIES
   ========================================================================== */
@media only screen and (max-width: 1280px) {
  .video__play .icon,
  .video__play .icon--filled {
    width: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .section--principal .slide__item {
    min-height: 620px;
    max-height: calc(100vh - 55px);
  }
}
/* MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 767.98px) {
  .mobilebr {
    display: block;
  }

  .column-ml--zero {
    width: 0;
    padding: 0;
  }

  .section--media.pt--small {
    padding-top: 0;
  }

  .section--media .wrp--bigger,
  .section--media .wrp--big,
  .section__main .wrp--big,
  .section__main .wrp--bigger {
    padding-left: 0;
    padding-right: 0;
  }
  .section--media .wrp--bigger .blog__page__img,
  .section--media .wrp--big .blog__page__img,
  .section__main .wrp--big .blog__page__img,
  .section__main .wrp--bigger .blog__page__img {
    margin-top: 0;
  }
  .section--media .wrp--bigger .img__text,
  .section--media .wrp--big .img__text,
  .section__main .wrp--big .img__text,
  .section__main .wrp--bigger .img__text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .img-wrp--full:before,
  .image-wrap--full:before,
  .video-wrap--full:before {
    margin-top: 150%;
  }

  .row {
    display: inline-block;
  }

  .column,
  [class^="column--"],
  [class*=" column--"] {
    min-height: 0;
  }

  .column-ml--one {
    width: 100%;
  }

  .column-ml--one-half {
    width: 50%;
  }

  .column-ml--one-third {
    width: 33.333334%;
  }

  .column-ml--two-third {
    width: 66.666667%;
  }

  .column-ml--one-fourth {
    width: 25%;
  }

  .column-ml--two-fourth {
    width: 50%;
  }

  .column-ml--three-fourth {
    width: 75%;
  }

  .column-ml--one-fifth {
    width: 20%;
  }

  .column-ml--two-fifth {
    width: 40%;
  }

  .column-ml--three-fifth {
    width: 60%;
  }

  .column-ml--four-fifth {
    width: 80%;
  }

  .column-ml--one-sixth {
    width: 16.666667%;
  }

  .column-ml--two-sixth {
    width: 33.333334%;
  }

  .column-ml--three-sixth {
    width: 50%;
  }

  .column-ml--four-sixth {
    width: 66.666667%;
  }

  .column-ml--five-sixth {
    width: 83.333334%;
  }

  .column-ml--one-eighth {
    width: 12.5%;
  }

  .column-ml--two-eighth {
    width: 25%;
  }

  .column-ml--three-eighth {
    width: 37.5%;
  }

  .column-ml--four-eighth {
    width: 50%;
  }

  .column-ml--five-eighth {
    width: 62.5%;
  }

  .column-ml--six-eighth {
    width: 75%;
  }

  .column-ml--seven-eighth {
    width: 87.5%;
  }

  .column-ml--one-tenth {
    width: 10%;
  }

  .column-ml--two-tenth {
    width: 20%;
  }

  .column-ml--three-tenth {
    width: 30%;
  }

  .column-ml--four-tenth {
    width: 40%;
  }

  .column-ml--five-tenth {
    width: 50%;
  }

  .column-ml--six-tenth {
    width: 60%;
  }

  .column-ml--seven-tenth {
    width: 70%;
  }

  .column-ml--eight-tenth {
    width: 80%;
  }

  .column-ml--nine-tenth {
    width: 90%;
  }

  .column-ml--one-twelfth {
    width: 8.3333333333%;
  }

  .column-ml--two-twelfth {
    width: 16.6666666667%;
  }

  .column-ml--three-twelfth {
    width: 25%;
  }

  .column-ml--four-twelfth {
    width: 33.3333333333%;
  }

  .column-ml--five-twelfth {
    width: 41.6666666667%;
  }

  .column-ml--six-twelfth {
    width: 50%;
  }

  .column-ml--seven-twelfth {
    width: 58.3333333333%;
  }

  .column-ml--eight-twelfth {
    width: 66.6666666667%;
  }

  .column-ml--nine-twelfth {
    width: 75%;
  }

  .column-ml--ten-twelfth {
    width: 83.3333333333%;
  }

  .column-ml--eleven-twelfth {
    width: 91.6666666667%;
  }

  .flickity-viewport .column--auto {
    padding-right: 20px;
  }

  .flickity--more .column-ml--one {
    width: 90%;
  }

  .row__column1 .column,
  .row__column1 [class*=" column--"],
  .row__column1 [class^="column--"] {
    padding-bottom: 0;
  }
  .row__column1 + .row__column1 {
    padding-top: 64px;
  }
  .row__column1:last-child {
    padding-bottom: 20px;
  }
  .row__column1:last-child .column,
  .row__column1:last-child [class*=" column--"],
  .row__column1:last-child [class^="column--"] {
    padding-bottom: 0;
  }
  .row__column1:last-child .column.noPadding,
  .row__column1:last-child [class*=" column--"].noPadding,
  .row__column1:last-child [class^="column--"].noPadding {
    padding-bottom: 0;
  }

  .row__column2 .column.pb--mediumX,
  .row__column2 [class*=" column--"].pb--mediumX,
  .row__column2 [class^="column--"].pb--mediumX {
    padding-bottom: 64px;
  }
  .row__column2 .column:nth-last-child(-n + 2),
  .row__column2 [class*=" column--"]:nth-last-child(-n + 2),
  .row__column2 [class^="column--"]:nth-last-child(-n + 2) {
    padding-bottom: 64px;
  }

  .row__column3 .column.pb--medium,
  .row__column3 [class*=" column--"].pb--medium,
  .row__column3 [class^="column--"].pb--medium {
    padding-bottom: 64px;
  }
  .row__column3 .column:nth-last-child(-n + 3),
  .row__column3 [class*=" column--"]:nth-last-child(-n + 3),
  .row__column3 [class^="column--"]:nth-last-child(-n + 3) {
    padding-bottom: 64px;
  }

  .row__column4 .column.column-ml--one-half:nth-last-child(-n + 2),
  .row__column4 [class*=" column--"].column-ml--one-half:nth-last-child(-n + 2),
  .row__column4 [class^="column--"].column-ml--one-half:nth-last-child(-n + 2) {
    padding-bottom: 30px;
  }
  .row__column4 .column.column-ml--one:nth-last-child(-n + 4),
  .row__column4 [class*=" column--"].column-ml--one:nth-last-child(-n + 4),
  .row__column4 [class^="column--"].column-ml--one:nth-last-child(-n + 4) {
    padding-bottom: 30px;
  }
  .row__column4 .column.column-ml--one:last-child,
  .row__column4 [class*=" column--"].column-ml--one:last-child,
  .row__column4 [class^="column--"].column-ml--one:last-child {
    padding-bottom: 0px;
  }
  .row__column4.flickity--onlyMobile .column,
  .row__column4.flickity--onlyMobile [class*=" column--"],
  .row__column4.flickity--onlyMobile [class^="column--"] {
    padding-bottom: 0;
  }
  .row__column4.flickity--onlyMobile .column:nth-last-child(-n + 4),
  .row__column4.flickity--onlyMobile
    [class*=" column--"]:nth-last-child(-n + 4),
  .row__column4.flickity--onlyMobile
    [class^="column--"]:nth-last-child(-n + 4) {
    padding-bottom: 0;
  }

  .row__column2 .column:last-child,
  .row__column2 [class*=" column--"]:last-child,
  .row__column2 [class^="column--"]:last-child,
  .row__column3 .column:last-child,
  .row__column3 [class*=" column--"]:last-child,
  .row__column3 [class^="column--"]:last-child,
  .row__column4 .column:last-child,
  .row__column4 [class*=" column--"]:last-child,
  .row__column4 [class^="column--"]:last-child {
    padding-bottom: 0px;
  }

  .row__column1.flickity--onlyMobile .column,
  .row__column1.flickity--onlyMobile [class*=" column--"],
  .row__column1.flickity--onlyMobile [class^="column--"],
  .row__column2.flickity--onlyMobile .column,
  .row__column2.flickity--onlyMobile [class*=" column--"],
  .row__column2.flickity--onlyMobile [class^="column--"],
  .row__column3.flickity--onlyMobile .column,
  .row__column3.flickity--onlyMobile [class*=" column--"],
  .row__column3.flickity--onlyMobile [class^="column--"],
  .row__column4.flickity--onlyMobile .column,
  .row__column4.flickity--onlyMobile [class*=" column--"],
  .row__column4.flickity--onlyMobile [class^="column--"] {
    padding-bottom: 0;
  }

  section .row__column1 .col__text {
    padding-top: 14px;
  }

  .row__fullimage-2col .column-ml--zero {
    padding: 10px;
  }
  .row__fullimage-2col.doParallax picture > img {
    height: 160%;
  }

  .row--spread {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }
  .row--spread .column,
  .row--spread [class*=" column--"],
  .row--spread [class^="column--"] {
    scroll-snap-align: start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .row-ml--reverse {
    display: grid;
  }
  .row-ml--reverse .column:nth-child(1),
  .row-ml--reverse [class*=" column--"]:nth-child(1),
  .row-ml--reverse [class^="column--"]:nth-child(1) {
    grid-row-start: 2;
    margin-bottom: 0;
  }
  .row-ml--reverse .column:nth-child(2),
  .row-ml--reverse [class*=" column--"]:nth-child(2),
  .row-ml--reverse [class^="column--"]:nth-child(2) {
    grid-row-start: 1;
    margin-bottom: 64px;
  }

  .row-ml--flex-inverse {
    flex-direction: column-reverse;
  }
  .row-ml--flex-inverse .img-wrp,
  .row-ml--flex-inverse .image-wrap,
  .row-ml--flex-inverse .video-wrap {
    margin-bottom: 24px;
  }

  .pt--verysmall {
    padding-top: 20px;
  }

  .pb--verysmall {
    padding-bottom: 20px;
  }

  .pt--small {
    padding-top: 64px;
  }

  .pb--small {
    padding-bottom: 64px;
  }

  .pt--medium {
    padding-top: 80px;
  }

  .pb--medium {
    padding-bottom: 80px;
  }

  .pt--mediumX {
    padding-top: 80px;
  }

  .pb--mediumX {
    padding-bottom: 80px;
  }

  .pt--large {
    padding-top: 80px;
  }

  .pb--large {
    padding-bottom: 80px;
  }

  .blog__content .pt--verysmall {
    padding-top: 20px;
  }
  .blog__content .pb--verysmall {
    padding-bottom: 20px;
  }
  .blog__content .pt--small {
    padding-top: 20px;
  }
  .blog__content .pb--small {
    padding-bottom: 20px;
  }

  .video__play .icon,
  .video__play .icon--filled {
    width: 24px;
  }

  .image-wrap + .pre__title {
    margin-top: 16px;
  }

  .section--principal {
    text-align: center;
  }
  .section--principal.section--bgimage .slide__item {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
  }
  .section--principal.section--bgimage .slide__item > .wrp {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .section--principal.section--bgimage .bg-image {
    position: relative;
    height: auto;
    width: 89%;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: left;
  }
  .section--principal.section--bgimage .bg-image a:before {
    content: "";
    display: block;
    margin-top: 75%;
  }
  .section--principal .flickity-button {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  .section--principal .flickity-prev-next-button {
    right: 40px;
  }
  .section--principal .flickity-prev-next-button.previous {
    left: 40px;
  }
  .section--principal .flickity-page-dots {
    left: 0 !important;
    right: 0 !important;
  }

  .section--anteriores {
    text-align: center;
  }
  .section--anteriores .text {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
  .section--anteriores .image-wrap {
    text-align: left;
  }

  .section--principal,
  .section--bgcolor {
    margin-top: 64px;
  }

  .section--cabecera .text {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .section--cabecera .text form + .text__description p {
    margin-bottom: 0;
  }

  .section--blog_loop .wrp:first-child {
    padding-top: 30px;
  }

  .magazine__home .section--blog_loop .wrp:first-child {
    padding-top: 80px;
  }
}
/* SMALL MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 479.98px) {
  .pt--verysmall {
    padding-top: 20px;
  }

  .pb--verysmall {
    padding-bottom: 20px;
  }

  .pt--small {
    padding-top: 64px;
  }

  .pb--small {
    padding-bottom: 64px;
  }

  .pt--medium {
    padding-top: 80px;
  }

  .pb--medium {
    padding-bottom: 80px;
  }

  .pt--mediumX {
    padding-top: 80px;
  }

  .pb--mediumX {
    padding-bottom: 80px;
  }

  .pt--large {
    padding-top: 80px;
  }

  .pb--large {
    padding-bottom: 80px;
  }

  .blog__content .pt--verysmall {
    padding-top: 20px;
  }
  .blog__content .pb--verysmall {
    padding-bottom: 20px;
  }
  .blog__content .pt--small {
    padding-top: 20px;
  }
  .blog__content .pb--small {
    padding-bottom: 20px;
  }

  .hero + .section--intro .pt--small,
  .hero + .section--media .pt--small {
    padding-top: 80px;
  }

  .section--clientes .section__content .column,
  .section--clientes .section__content [class*=" column--"],
  .section--clientes .section__content [class^="column--"] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
/* SMALLER MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 319.98px) {
  .section--clientes .section__content .column,
  .section--clientes .section__content [class*=" column--"],
  .section--clientes .section__content [class^="column--"] {
    padding-left: 22px;
    padding-right: 22px;
  }
}
/* TABLET LAYOUT UP
----------------------------------------------- */
@media (min-width: 768px) {
  .img-wrp--landscape:before,
  .image-wrap--landscape:before,
  .video-wrap--landscape:before {
    margin-top: 61.14286%;
  }

  .img-wrp--full,
  .image-wrap--full,
  .video-wrap--full {
    max-height: 640px;
  }

  .icon-list {
    left: auto;
    right: calc(100% - 24px);
  }
  .icon-list li {
    float: none;
  }
  .icon-list + .image-wrap {
    margin-top: 0;
  }

  .icon--b-corp-certified {
    width: 134px;
    height: 224px;
  }

  .section--hero .wrp {
    padding-top: 224px;
    padding-bottom: 384px;
  }
  .section--hero + .section--media {
    margin-top: -384px;
  }
  .section--hero + .section--media .pt--small {
    padding-top: 64px;
  }
}
/* TABLET ipad-pro ipad only vertical
----------------------------------------------- */
@media only screen and (min-width: 767px) and (max-width: 1030px) and (orientation: portrait) {
  section:not(.section--principal) .column-tl--one {
    width: 100%;
  }

  section:not(.section--principal) .column-tl--one-half {
    width: 50%;
  }

  .wrp {
    max-width: 844px;
  }

  .wrp--thin {
    max-width: 730px;
  }

  .column-tl--zero {
    padding: 0 !important;
    width: 0 !important;
  }

  .row__column1 .column-tl--zero,
  .row__column2 .column-tl--zero,
  .row__column3 .column-tl--zero,
  .row__column4 .column-tl--zero {
    padding: 0;
    width: 0;
  }

  .row__column4 .column:nth-last-child(-n + 4),
  .row__column4 [class*=" column--"]:nth-last-child(-n + 4),
  .row__column4 [class^="column--"]:nth-last-child(-n + 4) {
    padding-bottom: 30px;
  }
  .row__column4 .column.column-tl--one-half:nth-last-child(-n + 2),
  .row__column4 [class*=" column--"].column-tl--one-half:nth-last-child(-n + 2),
  .row__column4 [class^="column--"].column-tl--one-half:nth-last-child(-n + 2) {
    padding-bottom: 0px;
  }
  .row__column4 .column.column-tl--one:nth-last-child(-n + 4),
  .row__column4 [class*=" column--"].column-tl--one:nth-last-child(-n + 4),
  .row__column4 [class^="column--"].column-tl--one:nth-last-child(-n + 4) {
    padding-bottom: 0px;
  }

  .row__column1.flickity--onTablet .column,
  .row__column1.flickity--onTablet [class*=" column--"],
  .row__column1.flickity--onTablet [class^="column--"],
  .row__column2.flickity--onTablet .column,
  .row__column2.flickity--onTablet [class*=" column--"],
  .row__column2.flickity--onTablet [class^="column--"],
  .row__column3.flickity--onTablet .column,
  .row__column3.flickity--onTablet [class*=" column--"],
  .row__column3.flickity--onTablet [class^="column--"],
  .row__column4.flickity--onTablet .column,
  .row__column4.flickity--onTablet [class*=" column--"],
  .row__column4.flickity--onTablet [class^="column--"] {
    padding-bottom: 0;
  }

  section .row__column1 .col__image {
    width: 42%;
  }
  section .row__column1 .col__image .image-wrap {
    height: 100%;
  }
  section .row__column1 .col__image .image-wrap--43:before {
    margin-top: 100%;
  }
  section .row__column1 .col__text {
    width: 58%;
  }

  .section--principal .slide__item {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
  }
  .section--principal .slide__item > .wrp {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section--bgimage.section--principal .bg-image {
    width: 64%;
    width: calc(((100% - 844px) / 2) + (844px - (844px * 0.3333)) - 16px);
  }

  .section--cabecera .text {
    padding-top: 200px;
  }
  .section--cabecera .text form + .text__description p {
    margin-bottom: 0;
  }
}
/* TABLET LAYOUT
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023.98px) {
  section > .layout > .wrp {
    max-width: 680px;
  }
  section > .layout > .wrp.wrp--big {
    max-width: none;
  }
  section > .layout > .wrp.wrp--thin {
    max-width: 660px;
  }

  .wrp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrp--thin {
    max-width: 660px;
  }

  .row {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 24px;
  }

  .column,
  [class^="column--"],
  [class^=" column--"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column__header {
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 16px;
    display: table;
  }

  .column-tl--auto {
    width: auto;
    height: 400px;
  }
  .column-tl--auto .blog__page__img_wrap {
    height: 100%;
  }
  .column-tl--auto .blog__page__img_wrap img {
    width: auto;
    height: 100%;
  }

  .column-tl--one {
    width: 100%;
  }

  .column-tl--one-half {
    width: 50%;
  }

  .column-tl--one-third {
    width: 33.333334%;
  }

  .column-tl--two-third {
    width: 66.666667%;
  }

  .column-tl--one-fourth {
    width: 25%;
  }

  .column-tl--two-fourth {
    width: 50%;
  }

  .column-tl--three-fourth {
    width: 75%;
  }

  .column-tl--one-fifth {
    width: 20%;
  }

  .column-tl--two-fifth {
    width: 40%;
  }

  .column-tl--three-fifth {
    width: 60%;
  }

  .column-tl--four-fifth {
    width: 80%;
  }

  .column-tl--one-sixth {
    width: 16.666667%;
  }

  .column-tl--two-sixth {
    width: 33.333334%;
  }

  .column-tl--three-sixth {
    width: 50%;
  }

  .column-tl--four-sixth {
    width: 66.666667%;
  }

  .column-tl--five-sixth {
    width: 83.333334%;
  }

  .column-tl--one-seventh {
    width: 14.2857142857%;
  }

  .column-tl--two-seventh {
    width: 28.5714285714%;
  }

  .column-tl--three-seventh {
    width: 42.8571428571%;
  }

  .column-tl--four-seventh {
    width: 57.1428571429%;
  }

  .column-tl--five-seventh {
    width: 71.4285714286%;
  }

  .column-tl--six-seventh {
    width: 85.7142857143%;
  }

  .column-tl--one-eighth {
    width: 12.5%;
  }

  .column-tl--two-eighth {
    width: 25%;
  }

  .column-tl--three-eighth {
    width: 37.5%;
  }

  .column-tl--four-eighth {
    width: 50%;
  }

  .column-tl--five-eighth {
    width: 62.5%;
  }

  .column-tl--six-eighth {
    width: 75%;
  }

  .column-tl--seven-eighth {
    width: 87.5%;
  }

  .column-tl--one-tenth {
    width: 10%;
  }

  .column-tl--two-tenth {
    width: 20%;
  }

  .column-tl--three-tenth {
    width: 30%;
  }

  .column-tl--four-tenth {
    width: 40%;
  }

  .column-tl--five-tenth {
    width: 50%;
  }

  .column-tl--six-tenth {
    width: 60%;
  }

  .column-tl--seven-tenth {
    width: 70%;
  }

  .column-tl--eight-tenth {
    width: 80%;
  }

  .column-tl--nine-tenth {
    width: 90%;
  }

  .column-tl--one-twelfth {
    width: 8.3333333333%;
  }

  .column-tl--two-twelfth {
    width: 16.6666666667%;
  }

  .column-tl--three-twelfth {
    width: 25%;
  }

  .column-tl--four-twelfth {
    width: 33.3333333333%;
  }

  .column-tl--five-twelfth {
    width: 41.6666666667%;
  }

  .column-tl--six-twelfth {
    width: 50%;
  }

  .column-tl--seven-twelfth {
    width: 58.3333333333%;
  }

  .column-tl--eight-twelfth {
    width: 66.6666666667%;
  }

  .column-tl--nine-twelfth {
    width: 75%;
  }

  .column-tl--ten-twelfth {
    width: 83.3333333333%;
  }

  .column-tl--eleven-twelfth {
    width: 91.6666666667%;
  }

  .flickity-viewport .column--auto {
    padding-right: 20px;
  }

  .column-tl--zero {
    padding: 0 !important;
    width: 0 !important;
  }

  .row__column1 .column-tl--zero,
  .row__column2 .column-tl--zero,
  .row__column3 .column-tl--zero,
  .row__column4 .column-tl--zero {
    padding: 0;
    width: 0;
  }

  .row__column1 {
    margin-bottom: 0;
  }
  .row__column1:last-child .column,
  .row__column1:last-child [class*=" column--"],
  .row__column1:last-child [class^="column--"] {
    padding-bottom: 30px;
  }
  .row__column1:last-child .column.noPadding,
  .row__column1:last-child [class*=" column--"].noPadding,
  .row__column1:last-child [class^="column--"].noPadding {
    padding-bottom: 0;
  }

  .row__column4 .column:nth-last-child(-n + 4),
  .row__column4 [class*=" column--"]:nth-last-child(-n + 4),
  .row__column4 [class^="column--"]:nth-last-child(-n + 4) {
    padding-bottom: 30px;
  }
  .row__column4 .column.column-tl--one-half:nth-last-child(-n + 2),
  .row__column4 [class*=" column--"].column-tl--one-half:nth-last-child(-n + 2),
  .row__column4 [class^="column--"].column-tl--one-half:nth-last-child(-n + 2) {
    padding-bottom: 0px;
  }
  .row__column4 .column.column-tl--one:nth-last-child(-n + 4),
  .row__column4 [class*=" column--"].column-tl--one:nth-last-child(-n + 4),
  .row__column4 [class^="column--"].column-tl--one:nth-last-child(-n + 4) {
    padding-bottom: 0px;
  }

  .row__column1.flickity--onTablet .column,
  .row__column1.flickity--onTablet [class*=" column--"],
  .row__column1.flickity--onTablet [class^="column--"],
  .row__column2.flickity--onTablet .column,
  .row__column2.flickity--onTablet [class*=" column--"],
  .row__column2.flickity--onTablet [class^="column--"],
  .row__column3.flickity--onTablet .column,
  .row__column3.flickity--onTablet [class*=" column--"],
  .row__column3.flickity--onTablet [class^="column--"],
  .row__column4.flickity--onTablet .column,
  .row__column4.flickity--onTablet [class*=" column--"],
  .row__column4.flickity--onTablet [class^="column--"] {
    padding-bottom: 0;
  }

  section .row__column1 .col__image {
    width: 42%;
  }
  section .row__column1 .col__image .image-wrap {
    height: 100%;
  }
  section .row__column1 .col__image .image-wrap--43:before {
    margin-top: 100%;
  }
  section .row__column1 .col__text {
    width: 58%;
  }

  .pt--verysmall {
    padding-top: 40px;
  }

  .pb--verysmall {
    padding-bottom: 40px;
  }

  .pt--small {
    padding-top: 80px;
  }

  .pb--small {
    padding-bottom: 80px;
  }

  .pt--medium {
    padding-top: 120px;
  }

  .pb--medium {
    padding-bottom: 120px;
  }

  .pt--mediumX {
    padding-top: 120px;
  }

  .pb--mediumX {
    padding-bottom: 120px;
  }

  .pt--large {
    padding-top: 180px;
  }

  .pb--large {
    padding-bottom: 180px;
  }

  .blog__content .pt--verysmall {
    padding-top: 40px;
  }
  .blog__content .pb--verysmall {
    padding-bottom: 40px;
  }
  .blog__content .pt--small {
    padding-top: 40px;
  }
  .blog__content .pb--small {
    padding-bottom: 40px;
  }

  .image-wrap + .pre__title {
    margin-top: 20px;
  }

  .hero + .section--intro .pt--small,
  .hero + .section--media .pt--small {
    padding-top: 64px;
  }

  .section--principal {
    text-align: center;
  }
  .section--principal.section--bgimage .cont__principal .text {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section--principal.section--bgimage .slide__item {
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap-reverse;
  }
  .section--principal.section--bgimage .slide__item > .wrp {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 680px;
  }
  .section--principal.section--bgimage .bg-image {
    position: relative;
    height: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  .section--principal.section--bgimage .bg-image a:before {
    content: "";
    display: block;
    margin-top: 65%;
  }
  .section--principal .flickity-button {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  .section--principal .flickity-prev-next-button {
    right: 25px;
  }
  .section--principal .flickity-prev-next-button.previous {
    left: 25px;
  }
  .section--principal .flickity-page-dots {
    left: 0 !important;
    right: 0 !important;
  }
  .section--principal .flickity-page-dots {
    left: 0 !important;
    right: 0 !important;
    position: relative;
  }

  .section--cabecera .text {
    padding-top: 130px;
    padding-bottom: 30px;
  }
  .section--cabecera .text form + .text__description p {
    margin-bottom: 0;
  }

  .section--blog_loop .wrp:first-child {
    padding-top: 20px;
  }

  .magazine__home .section--blog_loop .wrp:first-child {
    padding-top: 80px;
  }
}
/* DESKTOP LAYOUT UP
----------------------------------------------- */
@media (min-width: 1024px) {
  .wrp {
    width: calc(100% - 40px);
  }

  .row {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .column,
  [class^="column--"],
  [class*=" column--"] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flickity-viewport .column--auto {
    padding-right: 80px;
  }

  .wrp--big {
    width: calc(100% - 40px);
  }

  .wrp--shrink {
    max-width: 1020px;
  }

  .wrp--blog {
    max-width: 784px;
  }

  .img-wrp:before,
  .image-wrap:before,
  .video-wrap:before {
    margin-top: 60.27397%;
  }

  .img-wrp--landscape:before,
  .image-wrap--landscape:before,
  .video-wrap--landscape:before {
    margin-top: 61.14286%;
  }

  .img-wrp--vert-double:before,
  .image-wrap--vert-double:before,
  .video-wrap--vert-double:before {
    margin-top: 124.44445%;
  }

  .img-wrp--full,
  .image-wrap--full,
  .video-wrap--full {
    max-height: 800px;
  }

  .image-wrap--squared {
    max-height: 100%;
  }
  .image-wrap--squared:before {
    margin-top: 100%;
  }

  .image-wrap--43:before {
    margin-top: 75%;
  }

  .image-wrap--169:before {
    margin-top: 50%;
  }
}
/* DESKTOP LAYOUT
----------------------------------------------- */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .pt--verysmall {
    padding-top: 40px;
  }

  .pb--verysmall {
    padding-bottom: 40px;
  }

  .pt--small {
    padding-top: 80px;
  }

  .pb--small {
    padding-bottom: 80px;
  }

  .pt--medium {
    padding-top: 120px;
  }

  .pb--medium {
    padding-bottom: 120px;
  }

  .pt--mediumX {
    padding-top: 160px;
  }

  .pb--mediumX {
    padding-bottom: 160px;
  }

  .pt--large {
    padding-top: 200px;
  }

  .pb--large {
    padding-bottom: 200px;
  }

  .blog__content .pt--verysmall {
    padding-top: 40px;
  }
  .blog__content .pb--verysmall {
    padding-bottom: 40px;
  }
  .blog__content .pt--small {
    padding-top: 40px;
  }
  .blog__content .pb--small {
    padding-bottom: 40px;
  }

  .hero + .section--intro .pt--small,
  .hero + .section--media .pt--small {
    padding-top: 130px;
  }

  .hero--small + .section--intro .pt--small {
    padding-top: 96px;
  }

  /*
    .results__item {

      &:last-child {

        .wrp { padding-bottom: map-get($padding-large, large); }
      }
    }
  */
}
/* BIG DESKTOP LAYOUT UP
----------------------------------------------- */
@media (min-width: 1280px) {
  .wrp {
    width: 1062px;
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .column,
  [class^="column--"],
  [class*=" column--"] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrp--bigger,
  .wrp--big {
    width: 1250px;
  }

  .wrp--medium {
    width: 840px;
  }

  .pt--verysmall {
    padding-top: 40px;
  }

  .pb--verysmall {
    padding-bottom: 40px;
  }

  .pt--small {
    padding-top: 80px;
  }

  .pb--small {
    padding-bottom: 80px;
  }

  .pt--medium {
    padding-top: 120px;
  }

  .pb--medium {
    padding-bottom: 120px;
  }

  .pt--mediumX {
    padding-top: 160px;
  }

  .pb--mediumX {
    padding-bottom: 160px;
  }

  .pt--large {
    padding-top: 200px;
  }

  .pb--large {
    padding-bottom: 200px;
  }

  .wrp--shrink {
    width: 906px;
  }

  .wrp--blog {
    width: 624px;
  }
}
/* BIGER DESKTOP LAYOUT UP
----------------------------------------------- */
@media (min-width: 1440px) {
  .wrp--bigger {
    width: 1420px;
  }
}
/* EXTRA BIGER DESKTOP LAYOUT UP
----------------------------------------------- */
@media (min-width: 1680px) {
  .wrp {
    width: 1552px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .row {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }

  .column,
  [class^="column--"],
  [class*=" column--"] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero .wrp--thin {
    max-width: 1060px;
  }

  .section--bgimage.section--principal .bg-image {
    width: calc(((100% - 1552px) / 2) + (1552px - (1552px * 0.25)) - 40px);
  }

  .image-wrap + .pre__title {
    margin-top: 30px;
  }

  .column-tv--one {
    width: 100%;
  }

  .column-tv--one-half {
    width: 50%;
  }

  .column-tv--one-third {
    width: 33.333334%;
  }

  .column-tv--two-third {
    width: 66.666667%;
  }

  .column-tv--one-fourth {
    width: 25%;
  }

  .column-tv--two-fourth {
    width: 50%;
  }

  .column-tv--three-fourth {
    width: 75%;
  }

  .column-tv--one-fifth {
    width: 20%;
  }

  .column-tv--two-fifth {
    width: 40%;
  }

  .column-tv--three-fifth {
    width: 60%;
  }

  .column-tv--four-fifth {
    width: 80%;
  }

  .column-tv--one-sixth {
    width: 16.666667%;
  }

  .column-tv--two-sixth {
    width: 33.333334%;
  }

  .column-tv--three-sixth {
    width: 50%;
  }

  .column-tv--four-sixth {
    width: 66.666667%;
  }

  .column-tv--five-sixth {
    width: 83.333334%;
  }

  .column-tv--one-seventh {
    width: 14.2857142857%;
  }

  .column-tv--two-seventh {
    width: 28.5714285714%;
  }

  .column-tv--three-seventh {
    width: 42.8571428571%;
  }

  .column-tv--four-seventh {
    width: 57.1428571429%;
  }

  .column-tv--five-seventh {
    width: 71.4285714286%;
  }

  .column-tv--six-seventh {
    width: 85.7142857143%;
  }

  .column-tv--one-eighth {
    width: 12.5%;
  }

  .column-tv--two-eighth {
    width: 25%;
  }

  .column-tv--three-eighth {
    width: 37.5%;
  }

  .column-tv--four-eighth {
    width: 50%;
  }

  .column-tv--five-eighth {
    width: 62.5%;
  }

  .column-tv--six-eighth {
    width: 75%;
  }

  .column-tv--seven-eighth {
    width: 87.5%;
  }

  .column-tv--one-tenth {
    width: 10%;
  }

  .column-tv--two-tenth {
    width: 20%;
  }

  .column-tv--three-tenth {
    width: 30%;
  }

  .column-tv--four-tenth {
    width: 40%;
  }

  .column-tv--five-tenth {
    width: 50%;
  }

  .column-tv--six-tenth {
    width: 60%;
  }

  .column-tv--seven-tenth {
    width: 70%;
  }

  .column-tv--eight-tenth {
    width: 80%;
  }

  .column-tv--nine-tenth {
    width: 90%;
  }

  .column-tv--one-twelfth {
    width: 8.3333333333%;
  }

  .column-tv--two-twelfth {
    width: 16.6666666667%;
  }

  .column-tv--three-twelfth {
    width: 25%;
  }

  .column-tv--four-twelfth {
    width: 33.3333333333%;
  }

  .column-tv--five-twelfth {
    width: 41.6666666667%;
  }

  .column-tv--six-twelfth {
    width: 50%;
  }

  .column-tv--seven-twelfth {
    width: 58.3333333333%;
  }

  .column-tv--eight-twelfth {
    width: 66.6666666667%;
  }

  .column-tv--nine-twelfth {
    width: 75%;
  }

  .column-tv--ten-twelfth {
    width: 83.3333333333%;
  }

  .column-tv--eleven-twelfth {
    width: 91.6666666667%;
  }

  .section--destacados .destacado .text .text__title,
  .section--destacados .destacado .text .text__description,
  .section--destacados .destacado .text .text__links {
    max-width: 58%;
  }
}
/* ==========================================================================
   $RETINA@2X
   ========================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /*
    .sdg-8 {
      background-image: url('../img/sustain-8@2x.png');
      background-size: 96px 96px;
    }

    .sdg-12 {
      background-image: url('../img/sustain-12@2x.png');
      background-size: 96px 96px;
    }

    .sdg-14 {
      background-image: url('../img/sustain-14@2x.png');
      background-size: 96px 96px;
    }

    .sdg-16 {
      background-image: url('../img/sustain-16@2x.png');
      background-size: 96px 96px;
    }

    .sdg-17 {
      background-image: url('../img/sustain-17@2x.png');
      background-size: 96px 96px;
    }
  */
}
/* ==========================================================================
   $RETINA@3X
   ========================================================================== */
::placeholder {
  color: #b0b0b0;
}


textarea ~ .validation-error,
input[type="text"] ~ .validation-error,
input[type="password"] ~ .validation-error,
input[type="datetime"] ~ .validation-error,
input[type="datetime-local"] ~ .validation-error,
input[type="date"] ~ .validation-error,
input[type="month"] ~ .validation-error,
input[type="time"] ~ .validation-error,
input[type="week"] ~ .validation-error,
input[type="number"] ~ .validation-error,
input[type="email"] ~ .validation-error,
input[type="url"] ~ .validation-error,
input[type="search"] ~ .validation-error,
input[type="tel"] ~ .validation-error,
input[type="color"] ~ .validation-error,
select ~ .validation-error {
  opacity: 0;
  max-height: 0;
  padding: 0;
  border-color: transparent;
}
textarea ~ .validation-help,
input[type="text"] ~ .validation-help,
input[type="password"] ~ .validation-help,
input[type="datetime"] ~ .validation-help,
input[type="datetime-local"] ~ .validation-help,
input[type="date"] ~ .validation-help,
input[type="month"] ~ .validation-help,
input[type="time"] ~ .validation-help,
input[type="week"] ~ .validation-help,
input[type="number"] ~ .validation-help,
input[type="email"] ~ .validation-help,
input[type="url"] ~ .validation-help,
input[type="search"] ~ .validation-help,
input[type="tel"] ~ .validation-help,
input[type="color"] ~ .validation-help,
select ~ .validation-help {
  opacity: 1;
  max-height: 25px;
}
textarea ~ .validation-help + .validation-error,
input[type="text"] ~ .validation-help + .validation-error,
input[type="password"] ~ .validation-help + .validation-error,
input[type="datetime"] ~ .validation-help + .validation-error,
input[type="datetime-local"] ~ .validation-help + .validation-error,
input[type="date"] ~ .validation-help + .validation-error,
input[type="month"] ~ .validation-help + .validation-error,
input[type="time"] ~ .validation-help + .validation-error,
input[type="week"] ~ .validation-help + .validation-error,
input[type="number"] ~ .validation-help + .validation-error,
input[type="email"] ~ .validation-help + .validation-error,
input[type="url"] ~ .validation-help + .validation-error,
input[type="search"] ~ .validation-help + .validation-error,
input[type="tel"] ~ .validation-help + .validation-error,
input[type="color"] ~ .validation-help + .validation-error,
select ~ .validation-help + .validation-error {
  max-height: 15px;
  line-height: 15px;
}
textarea ~ .validation-help + .validation-valid,
input[type="text"] ~ .validation-help + .validation-valid,
input[type="password"] ~ .validation-help + .validation-valid,
input[type="datetime"] ~ .validation-help + .validation-valid,
input[type="datetime-local"] ~ .validation-help + .validation-valid,
input[type="date"] ~ .validation-help + .validation-valid,
input[type="month"] ~ .validation-help + .validation-valid,
input[type="time"] ~ .validation-help + .validation-valid,
input[type="week"] ~ .validation-help + .validation-valid,
input[type="number"] ~ .validation-help + .validation-valid,
input[type="email"] ~ .validation-help + .validation-valid,
input[type="url"] ~ .validation-help + .validation-valid,
input[type="search"] ~ .validation-help + .validation-valid,
input[type="tel"] ~ .validation-help + .validation-valid,
input[type="color"] ~ .validation-help + .validation-valid,
select ~ .validation-help + .validation-valid {
  max-height: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
  box-shadow: inset 0 0 0 1px #e5e5e5;
  outline: none;
}

select {
  padding-right: 54px;
}

textarea {
  min-height: 50px;
  height: 200px;
}

select:invalid,
option:disabled {
  color: #363636;
}

.search__form {
  width: 100%;
  position: relative;
  display: grid;
}
.search__input {
  background-color: #f8f7f7;
  border: 0;
  z-index: unset;
  height: 60px;
  font-size: 18px;
}

.search__input, .search__button {
  grid-area: 1/-1;
  padding: 10px 20px;
}

.search__button {
  padding: 10px 20px;
  background-color: transparent;
  border: none;
  justify-self: flex-end;
  cursor: pointer;
}

.search__remove {
  display: none;
  margin-top: 15px;
  background: none;
  border: none;
  padding: 10px 10px 10px 0;
  justify-self: flex-start;
  text-decoration: underline;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
}
.search__remove.search__remove--visible {
  display: unset;
}

.categories-menu-wrapper.categories-menu-wrapper--hidden {
  display: none;
}

/* ==========================================================================
   $MEDIA-QUERIES
   ========================================================================== */
/* SMALLER MOBILE LAYOUT
----------------------------------------------- */
/* SMALL MOBILE LAYOUT UP
----------------------------------------------- */
/* MOBILE LAYOUT DOWN
----------------------------------------------- */
/* TABLET LAYOUT UP
----------------------------------------------- */
/* TABLET LAYOUT
----------------------------------------------- */
/* DESKTOP LAYOUT UP
----------------------------------------------- */
/* DESKTOP LAYOUT
----------------------------------------------- */
/* BIG DESKTOP LAYOUT UP
----------------------------------------------- */
/* BIGER DESKTOP LAYOUT UP
----------------------------------------------- */
/* ==========================================================================
   $RETINA@2X
   ========================================================================== */
/* ==========================================================================
   $RETINA@3X
   ========================================================================== */
.blog__tabla__wrp {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.blog__tabla__wrp .blog__tabla {
  width: 100%;
}

table {
  font-size: 1.6em;
  line-height: 1.5em;
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
}

thead tr {
  background-color: #dddddb;
}

th,
td {
  text-align: left;
  padding: 16px 20px 15px;
  vertical-align: top;
  border-bottom: 1px solid #dddddb;
}
th:first-child,
td:first-child {
  padding-left: 50px;
}

th[scope="row"] {
  padding-left: 0;
  min-width: 32%;
}

tfoot td {
  border-bottom: none;
}
tfoot td > div,
tfoot td > .column {
  font-size: 0.625em;
}

.tfoot__info {
  float: left;
  height: 80px;
}
.tfoot__info > p {
  font-size: 1.4em;
  line-height: 1.6em;
  padding: 10px 0;
}

caption {
  text-align: left;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

/* ==========================================================================
   $MEDIA-QUERIES
   ========================================================================== */
/* > 1280px / 720p
----------------------------------------------- */
/* > 1920px / 1080p
----------------------------------------------- */
/* > TABLET + MOBILE
----------------------------------------------- */
/* TABLET LAYOUT
----------------------------------------------- */
/* MOBILE LAYOUT (PORTRAIT)
----------------------------------------------- */
/* WIDE MOBILE LAYOUT
----------------------------------------------- */
/* WIDE MOBILE LAYOUT (LANDSCAPE)
----------------------------------------------- */
/* ==========================================================================
   $RETINA@2X
   ========================================================================== */
/* ==========================================================================
   $RETINA@3X
   ========================================================================== */
.btn {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0em;
  color: #fff;
  letter-spacing: 0;
  background-color: #e30613;
  padding: 0.84375rem 1.5rem;
  min-width: 342px;
  border-radius: 2px;
  white-space: nowrap;
  display: block;
  display: inline-flex;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.btn .icon,
.btn .icon--filled {
  width: 24px;
  transition: transform 0.2s ease-out;
  stroke-width: 1;
  transform: translateX(0px);
}
.btn .icon path,
.btn .icon--filled path {
  stroke: #e30613;
}
.btn .icon.icon--left,
.btn .icon--filled.icon--left {
  margin-right: 10px;
}
.btn .icon.icon--right,
.btn .icon--filled.icon--right {
  margin-left: 10px;
}
.btn span + .icon,
.btn span + .icon--filled {
  margin-left: 16px;
  height: 1.5rem;
}
.btn .icon__glyph {
  stroke: #fff;
  transition: stroke 0.15s ease-in-out;
}
.btn .icon--filled__glyph {
  fill: #fff;
  transition: fill 0.15s ease-in-out;
}
.btn:hover {
  background-color: #f9232f;
  text-decoration: none;
}
.btn:hover .icon.icon--left {
  transform: translateX(-5px);
}
.btn:hover .icon.icon--right {
  transform: translateX(5px);
}
.btn:focus {
  outline: none;
  text-decoration: none;
}
.btn:disabled,
.btn--disabled {
  background-color: #ededed;
  cursor: default;
  pointer-events: none;
}

.btn--ghost {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #e30613;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e30613;
  height: 40px;
  padding: 8px 16px;
}
.btn--ghost .icon {
  width: 12px;
  margin-right: 8px;
}
.btn--ghost .icon__glyph {
  stroke: #e30613;
  stroke-width: 1px;
}
.btn--ghost:hover {
  background-color: rgba(227, 6, 19, 0.2);
}

.btn--link {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
  background-color: transparent;
  padding: 0;
  position: relative;
  min-width: auto;
  overflow: hidden;
}
.btn--link .icon__glyph {
  stroke: #000;
}
.btn--link .icon--filled__glyph {
  fill: #000;
}
.btn--link:before {
  content: "";
  background-color: #000;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  transition: all 0.1s ease-in-out;
}
.btn--link:before {
  width: 100%;
  left: 0;
  transition-delay: 0s;
}
.btn--link:after {
  content: "";
  background-color: #000;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0px;
  transition: all 0.1s ease-in-out;
}
.btn--link:after {
  width: 0;
  left: 0;
  transition-delay: 0s;
}
.btn--link:hover {
  background-color: transparent;
}
.btn--link:hover:before {
  transform: translateX(100%);
  transition-delay: 0.1s;
}
.btn--link:hover:after {
  width: 100%;
  transition-delay: 0.3s;
}

.btn--brand {
  background-color: #e30613;
}
.btn--brand:hover {
  background-color: #b1050f;
}

.blog__posts__load-more {
  text-align: center;
}
.blog__posts__load-more .btn {
  padding: 0;
  background: transparent;
}
.blog__posts__load-more .btn svg {
  width: 44px;
  overflow: visible;
}
.blog__posts__load-more .btn .icon--filled__glyph {
  fill: #000;
}

.blog__posts__load-more .btn:hover .icon--filled__glyph,
.blog__posts__load-more .btn.loading .icon--filled__glyph
{
  -webkit-animation: swing-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: swing-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-iteration-count: infinite;
}
.blog__posts__load-more .btn .icon--filled__glyph:nth-child(1) {
  animation-delay: 0.15s;
}
.blog__posts__load-more .btn .icon--filled__glyph:nth-child(2) {
  animation-delay: 0.25s;
}

.blog__posts__load-more .btn__text {
  display: none;
}

.blog__posts__load-more .load-more.disabled {
  display: none;
}

#search .load-more {
  margin-top: 30px;
  margin-bottom: 60px;
}

@-webkit-keyframes swing-slide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes swing-slide {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animaHeart svg {
  -webkit-animation: swing-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: swing-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.animaHeart svg .icon__glyph {
  stroke: #e30613;
}
.animaHeart .likes__num {
  -webkit-animation: swing-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: swing-slide 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  color: #e30613;
}

/* ==========================================================================
   $MEDIA-QUERIES
   ========================================================================== */
/* SMALLER MOBILE LAYOUT
----------------------------------------------- */
/* SMALL MOBILE LAYOUT UP
----------------------------------------------- */
/* MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 767.98px) {
  .btn {
    min-width: auto;
    width: 100%;
  }

  .btn--link {
    min-width: auto;
    width: auto;
  }
}
/* TABLET LAYOUT UP
----------------------------------------------- */
/* TABLET LAYOUT
----------------------------------------------- */
/* DESKTOP LAYOUT UP
----------------------------------------------- */
/* DESKTOP LAYOUT
----------------------------------------------- */
/* BIG DESKTOP LAYOUT UP
----------------------------------------------- */
/* BIGER DESKTOP LAYOUT UP
----------------------------------------------- */
/* ==========================================================================
   $RETINA@2X
   ========================================================================== */
/* ==========================================================================
   $RETINA@3X
   ========================================================================== */
.degradado {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  background-color: #f8f7f7;
  overflow: hidden;
}
.hero .hero__slide {
  margin: 0;
  padding: 0;
  width: 100%;
}
.hero .pre__title a {
  text-decoration: none;
}
.hero .pre__title a:hover {
  text-decoration: none;
}
.hero .hero__title a {
  text-decoration: none;
}
.hero .hero__title a:hover {
  text-decoration: none;
}
.hero a > .interaction {
  box-shadow: inset 0 0px 0 0 #000;
  transition: box-shadow 0.3s ease-out;
}
.hero a:hover > .interaction {
  box-shadow: inset 0 -1px 0 0 #000;
}

.hero--home .flickity-slider {
  display: flex;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  flex-flow: wrap;
  align-content: stretch;
  max-height: 100vh;
}
.hero--home .hero__slide {
  overflow: hidden;
  height: 100%;
}
.hero--home .hero__slide .hero__media {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero--home .hero__slide .hero__media .row,
.hero--home .hero__slide .hero__media .video,
.hero--home .hero__slide .hero__media .video-wrap {
  height: 100%;
}
.hero--home .hero__slide .hero__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero--home .hero__slide .hero__media .gradient {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.hero--home .hero__slide .hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hero--home .hero__slide .hero__content .wrp {
  position: initial;
  padding-bottom: 230px;
}
.hero--home .hero__slide .hero__content .text {
  max-width: 1063px;
  transition: transform 1s cubic-bezier(0.28, 0, 0.115, 1) 0.4s,
    opacity 1s cubic-bezier(0.52, 0.16, 0.24, 1) 0.4s;
}
.hero--home .hero__slide .btn--link {
  color: #fff;
}
.hero--home .hero__slide .btn--link:before,
.hero--home .hero__slide .btn--link:after {
  background-color: #fff;
}
.hero--home .hero__slide a > .interaction {
  box-shadow: inset 0 0px 0 0 #fff;
  transition: box-shadow 0.3s ease-out;
}
.hero--home .hero__slide a:hover > .interaction {
  box-shadow: inset 0 -1px 0 0 #fff;
}
.hero--home .hero__slide:not(.is-selected) .cont__principal .text {
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 40px);
}
.hero--home .hero__slide.is-selected .cont__principal .text {
  opacity: 1;
  visibility: inherit;
  transform: translate(0px, 0px);
}
.hero--home .pre__title {
  color: #fff;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
}
.hero--home .pre__title a {
  text-decoration: none;
  color: #fff;
}
.hero--home .pre__title a:hover {
  text-decoration: none;
}
.hero--home .pre__title + .hero__title {
  margin-top: 10px;
}
.hero--home .hero__title, .hero--home .hero__title a {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 5.375rem;
  letter-spacing: 0em;
  color: #fff;
}
.hero--home .hero__title a {
  text-decoration: none;
  color: #fff;
}
.hero--home .hero__title a:hover {
  text-decoration: none;
}
.hero--home .hero__title a:hover > .interaction {
  box-shadow: inset 0 -3px 0 0 #fff;
}
.hero--home .hero__title + .text__links {
  margin-top: -20px;
}
.hero--home .flickity-page-dots {
  bottom: 5vh;
}
.hero--home .flickity-page-dots .dot {
  width: 64px;
  background-color: rgba(255, 255, 255, 0.5);
}
.hero--home .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}
.hero--home .next__content {
  width: 352px;
  display: flex;
  position: absolute;
  bottom: 10vh;
  opacity: 0;
  transition: opacity 0.6s ease-in 0.5s;
}
.hero--home .next__content .next__content_wrp {
  background: #fff;
  width: 0;
  display: flex;
  visibility: hidden;
  transition: none;
}
.hero--home .next__content .next__content_wrp.show {
  width: 352px;
  visibility: visible;
  overflow: hidden;
}
.hero--home
  .next__content
  .next__content_wrp.is-selected
  .next__content__inside {
  opacity: 1;
  transform: translateX(0px);
}
.hero--home
  .next__content
  .next__content_wrp.is-selected
  .next__content__inside
  .timer
  span {
  width: 100%;
  transition: width 12s ease;
}
.hero--home .hero__slide .hero__media {
  z-index: 0;
}
.hero--home .hero__slide:first-child .hero__media {
  z-index: 1;
}
.hero--home .hero__slide:first-child .hero__content {
  z-index: 2;
}
.hero--home .next__content .next__content__image {
  width: 116px;
  min-width: 116px;
  height: 116px;
}
.hero--home .next__content .next__content__image svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 48px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.hero--home .next__content .next__content__image svg .icon--filled__glyph {
  fill: #fff;
}
.hero--home .next__content .next__content__inside {
  padding: 24px;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
  line-height: 24px;
  position: relative;
  transition: transform 1s cubic-bezier(0.52, 0.16, 0.24, 1) 0.4s,
    opacity 1s cubic-bezier(0.52, 0.16, 0.24, 1) 0.4s;
  opacity: 0;
}
.hero--home .next__content .next__content__inside p {
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 48px;
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.hero--home .next__content .next__content__inside p a {
  color: #181818;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.hero--home .next__content .next__content__inside p a:hover {
  text-decoration: none;
}
.hero--home .next__content .next__content__inside .timer {
  position: absolute;
  bottom: 24px;
  right: 24px;
  left: 24px;
  width: 80%;
  width: calc(100% - 48px);
  height: 3px;
  background-color: rgba(227, 6, 19, 0.3);
}
.hero--home .next__content .next__content__inside .timer span {
  background-color: #e30613;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  transition: none;
}
.hero--home .next__content.show {
  opacity: 1;
}

.hero--0col .hero__content .wrp {
  padding-left: 118px;
  padding-right: 118px;
  position: initial;
}
.hero--0col .hero__media {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero--0col .hero__media .row,
.hero--0col .hero__media .video,
.hero--0col .hero__media .video-wrap {
  height: 100%;
}
.hero--0col .hero__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero--0col .hero__media .gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.hero--0col .pre__title {
  color: #000;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
.hero--0col .pre__title a {
  cursor: pointer;
  color: #000;
}
.hero--0col .pre__title + .hero__title {
  margin-top: 10px;
}
.hero--0col .hero__title, .hero--0col .hero__title a {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
}
.hero--0col .hero__title a {
  color: #000;
}
.hero--0col .hero__title + .text__links {
  margin-top: -50px;
}
.hero--0col .likes {
  justify-content: center;
}
.hero--0col .blog__page__share {
  justify-content: center;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.hero--1col .hero__slide {
  overflow: hidden;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
.hero--1col .hero__content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero--1col .hero__content .wrp {
  padding-top: 120px;
  padding-bottom: 120px;
  position: initial;
}
.hero--1col .pre__title {
  color: #000;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
.hero--1col .pre__title a {
  cursor: pointer;
  color: #000;
}
.hero--1col .pre__title + .hero__title {
  margin-top: 10px;
}
.hero--1col .hero__title, .hero--1col .hero__title a {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 5.375rem;
  letter-spacing: 0em;
  color: #000;
  margin-bottom: 40px;
}
.hero--1col .hero__title a {
  color: #000;
}
.hero--1col .hero__title + .text__links {
  margin-top: -50px;
}
.hero--1col .likes {
  justify-content: center;
}
.hero--1col .blog__page__share {
  justify-content: center;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}

.ie .hero--1col .hero__content {
  height: 100px;
}

.hero--2col .hero__slide {
  overflow: hidden;
  min-height: 65vh;
}
.hero--2col .hero__media {
  width: 50%;
  height: 100%;
  float: left;
  position: absolute;
}
.hero--2col .hero__media .row,
.hero--2col .hero__media .video,
.hero--2col .hero__media .video-wrap {
  height: 100%;
}
.hero--2col .hero__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero--2col .hero__media .gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.hero--2col .hero__content {
  position: relative;
  float: right;
  width: 50%;
  min-height: 65vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hero--2col .hero__content .wrp {
  position: initial;
}
.hero--2col .pre__title {
  color: #000;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
.hero--2col .pre__title a {
  cursor: pointer;
  color: #000;
}
.hero--2col .pre__title + .hero__title {
  margin-top: 10px;
}
.hero--2col .hero__title, .hero--2col .hero__title a {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000;
}
.hero--2col .hero__title a {
  color: #000;
}
.hero--2col .hero__title + .text__links {
  margin-top: -50px;
}
.hero--2col .likes {
  justify-content: center;
}
.hero--2col .blog__page__share {
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  text-align: center;
}

.ie .hero--2col .hero__content {
  height: 100px;
}

@media only screen and (min-width: 1680px) {
  .hero--home .hero__title {
    margin-left: -4px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679px) {
  .hero--home .hero__title {
    margin-left: -2px;
  }

  .hero--home .hero__title,
  .hero--home .hero__title a,
  .hero--1col .hero__title,
  .hero--1col .hero__title a {
    font-size: 60px;
    line-height: 70px;
  }
  .hero--home .hero__title + .text__links,
  .hero--1col .hero__title + .text__links {
    margin-top: -24px;
  }

  .hero--home .hero__slide .hero__content .text {
    max-width: 945px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero--home .hero__content .wrp,
  .hero--0col .hero__content .wrp {
    padding-top: 160px;
  }

  .hero--2col .hero__content .wrp {
    padding-left: 118px;
    padding-right: 118px;
    position: initial;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1030px) and (orientation: portrait) {
  .hero--home .hero__content .wrp {
    padding-top: 200px;
  }

  .hero--2col .hero__slide {
    position: unset;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
  .hero--2col .hero__slide .hero__content {
    order: 1;
    width: 100%;
    min-height: auto;
  }
  .hero--2col .hero__slide .hero__content > .wrp {
    padding-top: 200px;
    padding-left: 115px;
    padding-right: 115px;
    padding-bottom: 64px;
  }
  .hero--2col .hero__slide .hero__content .blog__page__share {
    display: none !important;
  }
  .hero--2col .hero__slide .hero__media {
    order: 2;
    width: 90%;
    width: calc(100% - 230px);
    margin: 0 auto;
    position: relative;
  }
  .hero--2col .blog__page__share {
    position: absolute;
    bottom: 10px;
    text-align: center;
  }
}
/* TABLET LAYOUT
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero--home .hero__content .wrp {
    padding-top: 130px;
  }

  .hero--home .hero__slide .hero__title, .hero--home .hero__slide .hero__title a {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 3.9375rem;
    letter-spacing: 0em;
  }
  .hero--home .hero__slide .hero__title + .text__links {
    margin-top: -20px;
  }
  .hero--home .hero__slide .wrp {
    max-width: 680px;
  }

  .hero--1col .hero__title, .hero--1col .hero__title a {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #000;
  }

  .hero--2col .hero__slide {
    position: unset;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 130px;

  }
  .hero--2col .hero__slide .hero__content {
    order: 1;
    width: 100%;
    min-height: auto;
  }
  .hero--2col .hero__slide .hero__content > .wrp {
    padding-top: 120px;
    padding-left: 115px;
    padding-right: 115px;
    padding-bottom: 64px;
  }
  .hero--2col .hero__slide .hero__content .blog__page__share {
    display: none !important;
  }
  .hero--2col .hero__slide .hero__media {
    order: 2;
    width: 90%;
    width: calc(100% - 130px);
    margin: 0 auto;
    position: relative;
  }
  .hero--2col .blog__page__share {
    position: absolute;
    bottom: 10px;
    text-align: center;
  }
}
/* MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 767.98px) {
  .hero .pre__title {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    color: #fff;
  }
  .hero .hero__title, .hero .hero__title a {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.40625rem;
    color: #000;
  }
  .hero .hero__content .wrp {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero--home .hero__content .wrp,
  .hero--0col .hero__content .wrp,
  .hero--2col .hero__content .wrp {
    padding-top: 120px;
  }

  .hero--0col .blog__page__share {
    position: absolute;
    bottom: 36px;
  }
  .hero--0col .blog__page__share:not(.native) {
    bottom: 16px;
  }

  .hero--2col .hero__slide {
    position: unset;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 120px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .hero--2col .hero__slide .hero__content {
    order: 1;
    width: 100%;
    min-height: auto;
  }
  .hero--2col .hero__slide .hero__content > .wrp {
    padding-top: 120px;
    padding-bottom: 64px;
  }
  .hero--2col .hero__slide .hero__content .blog__page__share {
    display: none !important;
  }
  .hero--2col .hero__slide .hero__media {
    order: 2;
    width: 100%;
    position: relative;
  }
  .hero--2col .blog__page__share {
    position: absolute;
    bottom: 10px;
  }
  .hero--2col .blog__page__share:not(.native) {
    bottom: 10px;
  }

  .hero--home .hero__slide {
    padding-bottom: 0;
  }
  .hero--home .hero__slide .hero__title, .hero--home .hero__slide .hero__title a {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.40625rem;
    color: #fff;
  }
  .hero--home .hero__slide .hero__title + .text__links {
    margin-top: -10px;
  }
  .hero--home .hero__content .wrp {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero--home .next__content {
    display: none;
  }
  .hero--home .next__content .show {
    display: none;
  }
  .hero--home .flickity-viewport {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hero--home .flickity-page-dots {
    bottom: 64px;
  }
  .hero--home .flickity-page-dots .dot {
    width: 24px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .hero--1col .hero__content .wrp {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 370px) {
  .hero .hero__content .wrp {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero--0col .hero__slide .hero__content + .wrp {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero--2col .hero__slide .hero__media {
    width: 100%;
  }

  .hero--home .hero__slide .hero__title, .hero--home .hero__slide .hero__title a {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #fff;
  }
  .hero--home .hero__slide .hero__title + .text__links {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 700px) and (max-height: 660px) {
  .hero--home .hero__slide .hero__title, .hero--home .hero__slide .hero__title a {
    font-size: 40px;
    line-height: 50px;
  }
  .hero--home .hero__content .wrp {
    padding-top: 110px;
  }

  .next__content.show {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-height: 400px) {
  .hero--home .hero__slide .hero__title, .hero--home .hero__slide .hero__title a {
    font-size: 32px;
    line-height: 38.5px;
  }
  .hero--home .hero__content .wrp {
    padding-top: 90px;
  }

  .next__content.show {
    display: none;
  }
}
.pre__title {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-transform: uppercase;
}
.pre__title a {
  text-decoration: none;
  color: #000;
}
.pre__title.pre__title-link a {
  cursor: pointer;
}
.pre__title a:hover {
  text-decoration: none;
}
.pre__title + .text__title {
  margin-top: -12px;
}

.text__title, .text__title a {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.40625rem;
}
.text__title a {
  text-decoration: none;
  color: #000;
}
.text__title a:hover {
  text-decoration: none;
}
.text__title.body-S,
.text__title.body-XS {
  font-weight: bold;
}

a > .interaction {
  box-shadow: inset 0 0px 0 0 #000;
  transition: box-shadow 0.3s ease-out;
}

a:hover > .interaction {
  box-shadow: inset 0 -1px 0 0 #000;
}

.text__description {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
.text__description + .text__links {
  margin-top: 30px;
}

.row__column1 .text__title, .row__column1 .text__title a {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.row__column1 .col__text .text__title, .row__column1 .col__text .text__title a {
  font-size: 24px;
  line-height: 32px;
}

.row__column3 .text__title, .row__column3 .text__title a {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.row__column4 .text__title, .row__column4 .text__title a {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.likes {
  display: flex;
}
.likes a {
  display: flex;
  color: #000;
}
.likes a:hover {
  color: #e30613;
  text-decoration: none;
  cursor: pointer;
}
.likes a:hover .icon__glyph {
  stroke: #e30613;
}
.likes .likes__num {
  padding-left: 5px;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.wp_ulike_btn {
  display: none;
  cursor: pointer;
}

.typewrite > .wrap {
  position: relative;
  display: inline-block;
}
.typewrite > .wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #fff;
  animation-name: blinktypewrite;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

.heading-XXL {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 5.375rem;
  letter-spacing: 0em;
}

.heading-XL {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3.9375rem;
  letter-spacing: 0em;
}

.heading-L {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
}

.heading-M {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.40625rem;
}

.heading-S {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.heading-XS {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.body-XXL {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.375rem;
  letter-spacing: 0em;
}

.body-XL {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0em;
}

.body-L {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0;
}

.body-M {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: 0;
}

.body-S {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.body-XS {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}

.text > :first-child {
  margin-top: 0;
}

.section__title .text__title, .section__title .text__title a {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0em;
  margin: 0;
}

.section--principal .text__description p {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.section--news .text__title, .section--news .text__title a {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0em;
  color: #000;
  margin-top: 0;
  margin-bottom: 35px;
}

.section__main h1,
.section__main h2,
.section__main h3 {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin: 42px 0 22px;
}
.section__main h1, .section__main h2 {
  font-size: 1.625rem;
}
.section__main h3 {
  font-size: 1.375rem;
}
.section__main p > a {
  text-decoration: underline;
}
.section__main p > a:hover {
  text-decoration: none;
}

@keyframes blinktypewrite {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.list-group {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.list-group.list-group--two {
  grid-template-columns: repeat(2, 1fr);
}

.menu--categories li a, .menu--categories li button {
  display: block;
  color: #000;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  text-transform: uppercase;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  cursor: pointer;
}
.menu--categories li a:hover, .menu--categories li button:hover {
  text-decoration: none;
  background-color: #f8f7f7;
}

.menu--categories li a.is-selected, .menu--categories li button.is-selected {
  text-decoration: none;
  background-color: #eAe5e5;
}

.producto__link {
  color: #000;
}
.producto__link .card__image-wrap {
  overflow: hidden;
}
.producto__link .card__image-wrap img {
  transform: scale(0.98);
  -webkit-transition: -webkit-transform 200ms ease-out;
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
.producto__link .card__footer {
  padding-top: 20px;
  padding-bottom: 0px;
}
.producto__link .card__footer :first-child {
  margin-top: 0;
  margin-bottom: 5px;
}
.producto__link .card__footer :last-child {
  margin-bottom: 0;
}
.producto__link .card__footer p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.producto__link:hover {
  text-decoration: none;
}
.producto__link:hover .card__image-wrap img {
  transform: scale(1);
}

.producto__link-2 {
  color: #000;
}
.producto__link-2 .card__footer {
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: left;
  padding-left: 40px;
}
.producto__link-2 .card__footer :first-child {
  margin-top: 0;
  margin-bottom: 5px;
}
.producto__link-2 .card__footer :last-child {
  margin-bottom: 0;
}
.producto__link-2 .card__footer p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.producto__link-2:hover {
  text-decoration: none;
}

/* DESKTOP LAYOUT UP
----------------------------------------------- */
@media (min-width: 1680px) {
  .text__title, .text__title a {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .row__column1 .text__title, .row__column1 .text__title a {
    font-size: 24px;
    line-height: 28px;
  }

  .row__column3 .text__title, .row__column3 .text__title a {
    font-size: 24px;
    line-height: 28px;
  }

  .row__column4 .text__title, .row__column4 .text__title a {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-XXL {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 5.375rem;
    letter-spacing: 0em;
  }

  .heading-XL {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 3.9375rem;
    letter-spacing: 0em;
  }

  .heading-L {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-M {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.40625rem;
  }

  .heading-S {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .heading-XS {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .body-XXL {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.375rem;
    letter-spacing: 0em;
  }

  .body-XL {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0em;
  }

  .body-L {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0;
  }

  .body-M {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }

  .body-S {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }

  .body-XS {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
/* TABLET ipad-pro ipad only vertical
----------------------------------------------- */
@media only screen and (min-width: 767px) and (max-width: 1030px) and (orientation: portrait) {
  .text__title, .text__title a {
    font-size: 28px;
    line-height: 36px;
  }

  .row__column1 .text__title, .row__column1 .text__title a {
    font-size: 24px;
    line-height: 28px;
  }

  .row__column4 .text__title, .row__column4 .text__title a {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-XXL {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 5.375rem;
    letter-spacing: 0em;
  }

  .heading-XL {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 3.9375rem;
    letter-spacing: 0em;
  }

  .heading-L {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-M {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.40625rem;
  }

  .heading-S {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .heading-XS {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .body-XXL {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.375rem;
    letter-spacing: 0em;
  }

  .body-XL {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0em;
  }

  .body-L {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0;
  }

  .body-M {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }

  .body-S {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }

  .body-XS {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
/* TABLET LAYOUT
----------------------------------------------- */
/* MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 767.98px) {
  .pre__title {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }

  .text__title, .text__title a {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .heading-XXL {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 5.375rem;
    letter-spacing: 0em;
  }

  .heading-XL {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 3.9375rem;
    letter-spacing: 0em;
  }

  .heading-L {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-M {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.40625rem;
  }

  .heading-S {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .heading-XS {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .body-XXL {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.375rem;
    letter-spacing: 0em;
  }

  .body-XL {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0em;
  }

  .body-L {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0;
  }

  .body-M {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0;
  }

  .body-S {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }

  .body-XS {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }

  .section__title .text__title,
  .section__title .text__title a,
  .section--news .text__title,
  .section--news .text__title a {
    font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: 0;
    color: #000;
  }

  .list-group.list-group--two {
    grid: none;
  }
}
.fixed__search {
  position: fixed;
  bottom: 64px;
  z-index: 99;
  pointer-events: none;
  width: 100%;
}
.fixed__search .wrp {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.fixed__search a {
  opacity: 0;
  display: flex;
  width: 64px;
  height: 64px;
  background-color: #e30613;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s linear, opacity 0.4s linear;
  right: 0;
  position: relative;
}
.fixed__search a svg .icon__glyph {
  stroke: #fff;
}
.fixed__search a:hover {
  background-color: #f9232f;
}
.fixed__search.show a {
  opacity: 1;
  pointer-events: all;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.modal .wrp {
  margin-bottom: 100px;
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #ffffff;
  position: relative;
}
.modal .wrp.wrp--close {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  background: transparent;
  z-index: 1;
  margin-bottom: 0;
  text-align: right;
}
.modal .wrp.wrp--close a {
  pointer-events: all;
}
.modal .wrp.wrp--close + .modal-wrp {
  padding-top: 130px;
  min-height: 100vh;
  margin-bottom: 0;
}
.modal .modal-wrp {
  max-width: 648px;
}

.modal.modal--modal-category .modal-header, .modal.modal--video .modal-header {
  text-align: center;
  margin-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}

.modal.modal--modal-category .modal-header .modal__title, .modal.modal-video .modal-header .modal__title {
  margin: 0 0 26px
}

@media (max-width: 767.98px) {
  .modal.modal--modal-search .modal-content > .row {
    padding-bottom: 34px;
  }
}

.categories-menu-wrapper__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.categories-menu-wrapper__title .text__title {
  margin: 0;
}
.categories-menu-collapse {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .categories-menu-collapse {
    display: none;
  }
}
.categories-menu-collapse .categories-menu-collapse__text {
  font-weight: normal;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  margin-top: 0;
}

.categories-menu-collapse .categories-menu-collapse__text.categories-menu-collapse__text--disabled {
  display: none;
}

.categories-menu-collapse[aria-expanded="false"] .categories-menu-collapse__icon {
  position: relative;
  top: -1px;
}

.categories-menu-collapse[aria-expanded="true"] .categories-menu-collapse__icon {
  transform: rotate(180deg);
}
.categories-menu-wrapper__buttons[aria-hidden="true"] {
  display: none;
}
.modal .modal-wrp--video {
  max-width: 1020px;
}
.modal .row {
  margin-bottom: 0;
}
.modal .modal__title {
  margin-bottom: 46px;
  padding: 0 95px;
}

.modal__close {
  color: #181818;
  font-size: 1.8em;
  font-weight: bold;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 10;
}
.modal__close .icon {
  width: 40px;
  stroke-width: 1;
}

.modal__content {
  height: 100%;
}

.modal-open {
  overflow: hidden;
}

.posts__wrp + .posts__wrp {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #949494;
}
.posts__wrp + .posts__wrp .text__title {
  margin-top: 0;
}
.posts__wrp .text__title {
  margin-top: 0;
  margin-bottom: 8px;
}

/* TABLET LAYOUT
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .modal .wrp.wrp--close {
    padding-top: 30px;
  }
  .modal .wrp .modal__title {
    padding: 0 45px;
  }
  .modal .wrp .modal__title .text__title {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .modal .wrp.wrp--close + .modal-wrp {
    padding-top: 108px;
  }
}
/* MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 767.98px) {
  .modal .wrp {
    max-width: 600px;
  }
  .modal .wrp.wrp--close {
    padding-top: 15px;
  }
  .modal .wrp .modal__title {
    padding: 0 45px;
  }
  .modal .wrp .modal__title .text__title {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .modal .wrp.wrp--close + .modal-wrp {
    padding-top: 92px;
  }
}

.section__main .content {
  margin-bottom: 80px;
}
.section__main ul, .section__main ol {
  padding-left: 20px;
}
.section__main ul li {
  list-style: circle;
}

.section__main .content img {
  width: 100%;
  height: auto;
}

.section__main .content .blog__page__desc, .section__main .content .blog__page__head {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: 0;
  margin-bottom: 60px;
}

.single_metadata {
  margin-bottom: 10px;
}

.single_metadata .return-link {
  display: inline-block;
  margin-bottom: 30px;
}

.metadata.metadata--fecha {
  margin: 0;
  color: #949494;
}

.blog__page__slide .img__text {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #959595;
}

.blog__page__gallery .img__text {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #959595;
}

.blog__page__gallery:hover .flickity-prev-next-button,
.blog__page__slide:hover .flickity-prev-next-button {
  opacity: 1;
  pointer-events: all;
}
.blog__page__gallery .flickity-button,
.blog__page__slide .flickity-button {
  display: block;
}
.blog__page__gallery .flickity-prev-next-button,
.blog__page__slide .flickity-prev-next-button {
  transform: translateY(-50%);
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.blog__page__gallery .flickity-prev-next-button.next,
.blog__page__slide .flickity-prev-next-button.next {
  right: 50px;
}
.blog__page__gallery .flickity-prev-next-button.previous,
.blog__page__slide .flickity-prev-next-button.previous {
  left: 50px;
}

.blog__page__img .img__text {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #959595;
}
.blog__page__img.blog__page__img--center {
  margin: 28px 0px 28px 0;
}
.blog__page__img.blog__page__img--center img {
  width: 100%;
  height: auto;
}
.blog__page__img.blog__page__img--center .img__text {
  text-align: center;
}

.blog__page__img_wrap img {
  width: 100%;
  height: auto;
}

.testimonial, blockquote > p {
  font-family: "Poppins-Regular", "Times New Roman", Times, serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  padding-left: 0;
  margin: 80px 0;
  text-align: center;
}
.testimonial:before, blockquote > p:before {
  content: "“";
}
.testimonial:after, blockquote > p:after {
  content: "”";
}
.blog__page__share {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
.blog__page__share .blog__page__share__title {
  margin: 0;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  width: 100%;
}
.blog__page__share ul {
  margin: 0;
  position: relative;
  display: inline-flex;
  padding: 0;
  width: 100%;
}
.blog__page__share ul:before {
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 17px;
  background: #000;
}
.blog__page__share li {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  list-style: none;
  width: 33.33%;
}
.blog__page__share li:first-child {
  margin-left: 0;
  text-align: center;
}
.blog__page__share a {
  color: #949494;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.blog__page__share.native a {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  color: #000;
}

.z-magazine {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif !important;
  /* font-size: 20px !important; */
  /* line-height: 30px !important; */
}
.z-magazine__body .blog__page__share {
  justify-content: flex-start;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.flickity--productos {
  position: relative;
}

.flickity--gallery {
  width: 100%;
  overflow: hidden;
}

.flickity--gallery .carousel-cell {
  width: 100%;
  height: 500px;
  margin-right: 24px;
  overflow: hidden;
}

.flickity--gallery .carousel-cell img {
  width: 90%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  padding: 5%;
}

.producto__link {
  box-shadow: 2px 5px 20px rgba(196, 191, 191, 0.3);
  padding-top: 58px;
  padding-bottom: 58px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  transform: scale(0.85);
  transition: transform 300ms linear;
}
.producto__link img {
  width: 100%;
  height: auto;
}

.is-selected .producto__link {
  transform: scale(1);
  z-index: 1;
}

.producto__link-2 .card__body {
  box-shadow: 2px 5px 20px rgba(196, 191, 191, 0.3);
  padding-top: 58px;
  padding-bottom: 58px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  transition: transform 300ms linear;
}
.producto__link-2 img {
  max-width: 100%;
  height: 100%;
  max-height: 280px;
  max-height: 32vh;
  width: auto;
}

.comments__count {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.comments__count svg {
  margin-right: 5px;
}
.comments__count .icon-title {
  display: none;
}

.comments__wrp {
  padding: 32px;
  background: #f8f7f7;
  border-radius: 8px;
}
.comments__wrp p {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
}
.comments__wrp + .comments__wrp {
  margin-top: 24px;
}
.comments__wrp + .comments__wrp.comments--respuesta {
  margin-left: 0;
  margin-top: -32px;
  padding-top: 32px;
  padding-left: 64px;
}
.comments__wrp:not(.comments--respuesta)
  + .comments__wrp.comments--respuesta
  .comments__wrp__inside {
  padding-top: 0;
}
.comments__wrp.comments--respuesta {
  padding-top: 0;
  padding-bottom: 32px;
  margin-left: 60px;
}
.comments__wrp.comments--respuesta .comments__wrp__inside {
  padding-top: 32px;
  position: relative;
}
.comments__wrp.comments--respuesta .comments__wrp__inside:before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  height: 100%;
  width: 2px;
  background: #c9c9c9;
}
.comments__wrp.comments--respuesta + .comments--respuesta {
  padding-top: 0;
  margin-top: -32px;
}

.comments__title {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
.comments__title .title {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin: 0;
}
.comments__title .metadata {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin: 0;
}

.comments__body p:last-child {
  margin-bottom: 0;
}
.comments__body a {
  display: flex;
  flex-flow: wrap;
}
.comments__body a svg {
  margin-right: 5px;
}
.comments__body a svg .icon__glyph {
  stroke: #e30613;
}

/* Old things updated */
.lo-mas__posts__video a {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.lo-mas__posts__video a.video__trigger {
  position: absolute;
}

.lo-mas__posts__video a .icon--playvideo {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTYiIGhlaWdodD0iOTYiIHZpZXdCb3g9IjAgMCA5NiA5NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00OC4yMDY5IDBDNzQuNjAyMyAwIDk2IDIxLjQ5MDMgOTYgNDhDOTYgNzQuNTA5NyA3NC42MDIzIDk2IDQ4LjIwNjkgOTZINDcuNzkzMUMyMS4zOTc3IDk2IDAgNzQuNTA5NyAwIDQ4QzAgMjEuNDkwMyAyMS4zOTc3IDAgNDcuNzkzMSAwSDQ4LjIwNjlaTTM3Ljc0OSAyNi42MjM1QzM2LjM0MTIgMjYuNjIzNSAzNS4yIDI3Ljc2OTcgMzUuMiAyOS4xODM1VjY2LjgxNjVDMzUuMiA2Ny4yODQxIDM1LjMyNzUgNjcuNzQyOCAzNS41Njg4IDY4LjE0MjhDMzYuMjk4MSA2OS4zNTIxIDM3Ljg2NTUgNjkuNzM4NiAzOS4wNjk1IDY5LjAwNjFMNzAuMDAwNiA1MC4xODk2QzcwLjM1MjMgNDkuOTc1NyA3MC42NDcyIDQ5LjY3OTUgNzAuODYwMiA0OS4zMjYzQzcxLjU4OTYgNDguMTE3IDcxLjIwNDcgNDYuNTQyOSA3MC4wMDA2IDQ1LjgxMDRMMzkuMDY5NSAyNi45OTM5QzM4LjY3MTMgMjYuNzUxNiAzOC4yMTQ2IDI2LjYyMzUgMzcuNzQ5IDI2LjYyMzVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-image: url(../icons/icon-play.svg);
  width: 96px;
  height: 96px;
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lo-mas__posts__video a img {
  transform: scale(1);
  transition: transform 0.4s ease-in-out;
  width: 100%;
  height: auto;
}
.lo-mas__posts__video a:hover img {
  transform: scale(1.05);
}
.lo-mas__posts__video a img.video__poster {
  width: 100%;
  height: 100%;
}

/* MOBILE LAYOUT DOWN
----------------------------------------------- */
@media (max-width: 767.98px) {
  .comments__title {
    display: block;
  }
  .comments__title > * {
    display: block;
  }

  .testimonial {
    font-family: "Poppins-Regular", "Times New Roman", Times, serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.40625rem;
    color: #000;
  }

  .section__main .content {
    margin-bottom: 64px;
  }

  .blog__page__gallery .gallery__text {
    position: relative;
    top: -36px;
  }

  .blog__page__share .blog__page__share__title {
    display: block;
    text-align: center;
  }
  .blog__page__share ul {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    width: 50%;
  }
  .blog__page__share ul:before {
    display: none;
  }
  .blog__page__share ul li {
    display: inline-block;
  }

  .z-magazine__body .blog__page__share {
    justify-content: center;
  }

  .blog__page__desc {
    font-size: 20px;
    line-height: 30px;
  }

  .producto__link img {
    max-height: 60vh;
    width: auto;
  }

  .flickity--productos .flickity-button {
    display: block;
  }
  .flickity--productos .flickity-prev-next-button.previous {
    left: 40px;
  }
  .flickity--productos .flickity-prev-next-button.next {
    right: 40px;
  }
  .flickity--productos .flickity-viewport {
    overflow: visible;
  }

  .blog__page__gallery .flickity-prev-next-button,
  .blog__page__slide .flickity-prev-next-button {
    opacity: 1;
    pointer-events: all;
  }
  .blog__page__gallery .flickity-prev-next-button.previous,
  .blog__page__slide .flickity-prev-next-button.previous {
    left: 40px;
  }
  .blog__page__gallery .flickity-prev-next-button.next,
  .blog__page__slide .flickity-prev-next-button.next {
    right: 40px;
  }

  .flickity--gallery .carousel-cell {
    height: 280px;
  }

}
/* TABLET LAYOUT
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .flickity--productos .flickity-button {
    display: block;
  }
  .flickity--productos .flickity-prev-next-button.previous {
    left: 0;
  }
  .flickity--productos .flickity-prev-next-button.next {
    right: 0;
  }
  .flickity--productos .flickity-viewport {
    overflow: visible;
  }

  .blog__page__gallery .flickity-prev-next-button,
  .blog__page__slide .flickity-prev-next-button {
    opacity: 1;
    pointer-events: all;
  }

  .producto__link-2 img {
    max-height: 180px;
    max-height: 18vh;
  }

  .flickity--gallery .carousel-cell {
    height: 400px;
  }
}

@media (max-width: 480px) {

  .flickity--gallery .carousel-cell img{
    max-width: 100%;
    height: auto;
    display: block;
  }
  
}


/** ESTILOS CUSTOM **/

.hero--producto-local {
  display: none !important;
}


.comment_comments > .comments__wrpc {
  padding: 30px;
  background: #F8F7F7;
  border-radius: 8px;
}

.comment_comments .comments--respuesta {
  border-left: 2px solid #C9C9C9;
  border-radius: 0px;
  padding-left: 30px;
}

.comment_comments > .children {
  background: #F8F7F7;
  margin: 0;
  padding: 30px;
  padding-top: 1px;
  border-radius: 0 0 8px 8px;
  margin-top: -8px;
}

.comment_comments > .children + .comments__wrpc {
  margin-top: 25px;
}

.comment_comments > .comments__wrpc + .comments__wrpc {
  margin-top: 25px;
}

.comments__wrpc > .blog__page__head {
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin: 0;
}

.comments__wrpc > .metadata--fecha {
  position: absolute;
  right: 50px;
  font-family: "FS Lola", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  margin: 0;
  margin-top: -30px;
}

.comment-form > .submit {
  display: flex;
  justify-content: center;
}

.comment-form {
  margin-top: 50px;
}

.comment-form > .comment__comment > textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #F8F7F7;
  padding: 30px;
  font-family: "FS Lola";
  font-size: 18px;
}

.comment__sign-in {
  margin-top: 50px;
}

.comment__sign-in > span {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
  display: block;
  font-weight: 600;
}

#newblog-post-id {
  display: none;
}


/* WP Admin bar */
.z-magazine .wpulike-heart .wp_ulike_general_class {
  box-shadow: none;
}

.z-magazine .wp_ulike_btn .wp_ulike_put_image {
  cursor: pointer;

}

.z-magazine .wpulike-heart .wp_ulike_put_image:after {
  width: 24px;
  height: 24px;
}

.z-magazine .wpulike-heart:hover .wp_ulike_put_image:after {
  filter: invert(0%) sepia(100%) saturate(7011%) hue-rotate(351deg) brightness(85%) contrast(106%);
}

.z-magazine .wpulike-heart .wp_ulike_is_already_liked .wp_ulike_put_image:after {
  filter: invert(0%) sepia(100%) saturate(7011%) hue-rotate(351deg) brightness(85%) contrast(106%);
}

.z-magazine .wpulike-heart .wp_ulike_is_liked .wp_ulike_put_image:after {
  filter: invert(0%) sepia(100%) saturate(7011%) hue-rotate(351deg) brightness(85%) contrast(106%);
}

.z-magazine .wp_ulike_is_loading .wp_ulike_put_image:after {
  filter: none;
}

.z-magazine #hero_home {
  height: 100vh;
  max-height: 100vh;
}

.blog__page__share img{
  width: 100%;
}

li.share__twitter {
    /* margin-top: -4px; */
}

.wrp.wrp--thin.hero__content__wrp.cont__principal ul{
  width: 18%;
}

.wrp.hero__content__wrp.pt--small.pb--medium.cont__principal ul{
  width: 40%;
}