
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,600,700|Lora:400,400i,700,700i|IBM+Plex+Sans:300,400,400i,600,700,900");


html {
  line-height: 1.15;  /* 1 */
  -webkit-text-size-adjust: 100%;  /* 2 */
}

/* ------------------------------------------------------------------- 
 * ## sections
 * ------------------------------------------------------------------- */

/* Remove the margin in all browsers. */
body {
  margin: 0;
}

/* Render the `main` element consistently in IE. */
main {
  display: block;
}

/* Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* ------------------------------------------------------------------- 
 * ## grouping
 * ------------------------------------------------------------------- */

/* 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  box-sizing: content-box;  /* 1 */
  height: 0;  /* 1 */
  overflow: visible;  /* 2 */
}

/* 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;  /* 1 */
  font-size: 1em;  /* 2 */
}

/* ------------------------------------------------------------------- 
 * ## text-level semantics
 * ------------------------------------------------------------------- */

/* Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
}

/* 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;  /* 1 */
  text-decoration: underline;  /* 2 */
  text-decoration: underline dotted;  /* 2 */
}

/* Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder;
}

/* 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
  font-family: monospace, monospace;  /* 1 */
  font-size: 1em;  /* 2 */
}

/* Add the correct font size in all browsers. */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* ------------------------------------------------------------------- 
 * ## embedded content
 * ------------------------------------------------------------------- */

/* Remove the border on images inside links in IE 10. */
img {
  border-style: none;
}

/* ------------------------------------------------------------------- 
 * ## forms
 * ------------------------------------------------------------------- */

/* 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;  /* 1 */
  font-size: 100%;  /* 1 */
  line-height: 1.15;  /* 1 */
  margin: 0;  /* 2 */
}

/* Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button,
input {

  /* 1 */
  overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button,
select {

  /* 1 */
  text-transform: none;
}

/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  box-sizing: border-box;  /* 1 */
  color: inherit;  /* 2 */
  display: table;  /* 1 */
  max-width: 100%;  /* 1 */
  padding: 0;  /* 3 */
  white-space: normal;  /* 1 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline;
}

/* Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto;
}

/* 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;  /* 1 */
  padding: 0;  /* 2 */
}

/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;  /* 1 */
  outline-offset: -2px;  /* 2 */
}

/* Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;  /* 1 */
  font: inherit;  /* 2 */
}

/* ------------------------------------------------------------------- 
 * ## interactive
 * ------------------------------------------------------------------- */

/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block;
}

/* Add the correct display in all browsers. */
summary {
  display: list-item;
}

/* ------------------------------------------------------------------- 
 * ## misc
 * ------------------------------------------------------------------- */

/* Add the correct display in IE 10+. */
template {
  display: none;
}

/* Add the correct display in IE 10. */
[hidden] {
  display: none;
}

/* ===================================================================
 * # basic/base setup styles
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-weight: normal;
  line-height: 1;
  word-wrap: break-word;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

/* ------------------------------------------------------------------- 
 * ## Typography resets 
 * ------------------------------------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}


/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  text-decoration: none;
  line-height: inherit;
}

/* ===================================================================
 * # Grid v2.0.1
 *
 *   -----------------------------------------------------------------
 * - Grid breakpoints are based on MAXIMUM WIDTH media queries, 
 *   meaning they apply to that one breakpoint and ALL THOSE BELOW IT.
 * - Grid columns without a specified width will automatically layout 
 *   as equal width columns.
 * ------------------------------------------------------------------- */

/* rows
 * ------------------------------------- */
.row {
  width: 89%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.row .row {
  width: auto;
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
}

/* columns
 * -------------------------------------- */
.column {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  padding: 0 20px;
}

.collapse > .column,
.column.collapse {
  padding: 0;
}

/* flex row containers utility classes
 * ----------------------------------------- */
.row.row-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.row-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.row.row-top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.row-bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.row-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.row-baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* flex item utility alignment classes
 * ----------------------------------------- */
.align-center {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-left {
  margin-right: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-right {
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-x-center {
  margin-right: auto;
  margin-left: auto;
}

.align-x-left {
  margin-right: auto;
}

.align-x-right {
  margin-left: auto;
}

.align-y-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-y-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-y-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/* large screen column widths 
 * -------------------------------------- */
.large-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.large-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.large-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.large-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.large-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.large-6,
.large-half {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.large-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.large-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.large-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.large-10 {
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.large-11 {
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.large-12,
.large-full {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* ------------------------------------------------------------------- 
 * ## medium screen devices
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
  .row .row {
    margin-left: -16px;
    margin-right: -16px;
  }

  .column {
    padding: 0 16px;
  }

  .medium-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .medium-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .medium-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .medium-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .medium-6,
  .medium-half {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .medium-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .medium-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .medium-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .medium-12,
  .medium-full {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

/* ------------------------------------------------------------------- 
 * ## tablets
 * ------------------------------------------------------------------- */
@media screen and (max-width:800px) {
  .tab-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .tab-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .tab-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .tab-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .tab-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .tab-6,
  .tab-half {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tab-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .tab-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .tab-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .tab-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .tab-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .tab-12,
  .tab-full {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hide-on-tablet {
    display: none;
  }

}



html {
  font-size: 10px;
}

@media screen and (max-width:400px) {
  html {
    font-size: 9.210526315789474px;
  }

}

[v-cloak] {
    display: none;
}


html,
body {
  height: 100%;
}

body {
  background: #f6f7f8;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.789;
  color: #000000;
  margin: 0;
  padding: 0;
}

body.nav-wrap-is-visible {
  overflow: hidden;
}

body.ss-bg-white {
  background: #ffffff;
}

/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  color: #33998a;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #da5260;
}

a:hover,
a:active {
  outline: 0;
}


/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## typography
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 6rem;
  margin-bottom: 1.6rem;
}

@media screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 5.6rem;
  }

}

h5, .h5, h6, .h6 {
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin-top: 4.4rem;
    margin-bottom: 0.8rem;
  }

}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.222;
}

@media screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
  }

}

h2, .h2 {
  font-size: 3rem;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.167;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.333;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.833;
  margin-bottom: 3.6rem;
  color: #000000;
}

@media screen and (max-width:1200px) {
  p.lead {
    font-size: 2.2rem;
  }

}

@media screen and (max-width:600px) {
  p.lead {
    font-size: 2.1rem;
  }

}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
}

em,
i {
  font-family: "IBM Plex Sans", sans-serif;
  font-style: italic;
}

strong,
b {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 4rem 0;
  padding: 4rem 4rem;
  border-left: 4px solid black;
  position: relative;
}

@media screen and (max-width:600px) {
  blockquote {
    padding: 3.2rem 3.2rem;
  }

}

@media screen and (max-width:400px) {
  blockquote {
    padding: 2.8rem 2.8rem;
  }

}

blockquote p {
  font-family: "Lora", serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.833;
  color: #000000;
}

@media screen and (max-width:500px) {
  blockquote p {
    font-size: 2.2rem;
  }

}

blockquote cite {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.333;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
  color: #7e7e7e;
  border: none;
}

abbr {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  color: #7e7e7e;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3.2rem 3.2rem;
  background: #efefef;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  background: #efefef;
  border: 1px solid #d3d3d3;
  color: #000000;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #fff099;
  color: #000000;
}

hr {
  border: solid #e0e0e0;
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.6rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol, ul {
  margin-left: 1.6rem;
}

ul li {
  padding-left: 0.4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.8rem 0 0.8rem 1.6rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 0.8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #33998a;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #33998a;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.2rem 0 0 2.8rem;
}

img.pull-left {
  margin: 1.2rem 2.8rem 0 0;
}

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  border-collapse: collapse;
}

th,
td {
  padding: 1.5rem 3.2rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

th {
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * ## Spacing 
 * ------------------------------------------------------------------- */
button,
.btn {
  margin-bottom: 1.6rem;
}

fieldset {
  margin-bottom: 1.6rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: 3.2rem;
}


#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #000000;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}



/* ===================================================================
 * # forms 
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6.4rem;
  padding: 1.6rem 0 1.5rem;
  border: 0;
  outline: none;
  color: #000000;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  max-width: 100%;
  background: transparent;
  border-bottom: 1px solid #c3c3c3;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  min-height: 25.6rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
  border-bottom: 1px solid #000000;
}

label,
legend {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  line-height: 1.714;
  color: #000000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: 0.2rem;
}

/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: #8c8c8c;
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: #8c8c8c;
  opacity: 1;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: #8c8c8c;
  opacity: 1;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #8c8c8c;
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #8c8c8c;
}

::placeholder {

  /* Most modern browsers support this now. */
  color: #8c8c8c;
}

.placeholder {
  color: #8c8c8c !important;
}

/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #33998a;
  transition: background-color 5000s ease-in-out 0s;
}



/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  height: 6rem;
  line-height: 5.6rem;
  padding: 0 3.2rem;
  margin: 0 0.4rem 1.6rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #d3d3d3;
  border: 0.2rem solid #d3d3d3;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #c3c3c3;
  border-color: #c3c3c3;
  color: #000000;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}


/* button modifiers
 * ------------------------------------------------- */
.btn.full-width,
button.full-width {
  width: 100%;
  margin-right: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}



/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## additional typo styles 
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.6rem 0.8rem 0 0;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 8.6rem;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #000000;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.4rem 0;
}

.pull-quote blockquote {
  background-color: #efefef;
  border: none;
  margin: 0;
  padding-top: 9.6rem;
  position: relative;
}

.pull-quote blockquote:before {
  content: "";
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background-repeat: no-repeat;
  background: center center;
  background-size: contain;
  background-image: url(../iconos/guias/icon-quote.svg);
  position: absolute;
  top: 4rem;
  left: 4rem;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3.2rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.6rem 3.2rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #d3d3d3;
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  border: none;
  color: #000000;
}

.stats-tabs li a:hover {
  color: #33998a;
}

.stats-tabs li a em {
  display: block;
  margin: 0.8rem 0 0 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  color: #7e7e7e;
}

/* ------------------------------------------------------------------- 
 * ## skillbars
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
  height: 0.4rem;
  background: #c3c3c3;
  width: 100%;
  margin-bottom: 6.8rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -4rem;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #000000;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: 0.8rem 0.8rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000000;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}

/* ------------------------------------------------------------------- 
 * ## alert box 
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.4rem 4rem 2.4rem 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
  border-radius: 3px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

.alert-box__close {
  position: absolute;
  display: block;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.alert-box__close::before,
.alert-box__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 12px;
  top: 0;
  left: 5px;
}

.alert-box__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-box__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-box--error {
  background-color: #ffd1d2;
  color: #dd4043;
}

.alert-box--error .alert-box__close::before,
.alert-box--error .alert-box__close::after {
  background-color: #dd4043;
}

.alert-box--success {
  background-color: #c8e675;
  color: #637533;
}

.alert-box--success .alert-box__close::before,
.alert-box--success .alert-box__close::after {
  background-color: #637533;
}

.alert-box--info {
  background-color: #d5ebfb;
  color: #387fb2;
}

.alert-box--info .alert-box__close::before,
.alert-box--info .alert-box__close::after {
  background-color: #387fb2;
}

.alert-box--notice {
  background-color: #fff099;
  color: #827217;
}

.alert-box--notice .alert-box__close::before,
.alert-box--notice .alert-box__close::after {
  background-color: #827217;
}

/* PAGINACIÓN CATEGORÍAS */
.rs-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0 5rem;
}

/* NÚMEROS */
.rs-pagination .pgn__num {
  cursor: pointer;
  padding: 2px 6px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #ccc;
  user-select: none;
  font-family: "Heebo", sans-serif;
}

/* NÚMERO ACTIVO */
.rs-pagination .current {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* FLECHAS */
.rs-pagination .pgn__prev,
.rs-pagination .pgn__next {
  width: 40px;
  height: 26px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

/* ÍCONOS */
.rs-pagination .pgn__prev {
  background-image: url("/iconos/guias/icon-arrow-left.svg");
}

.rs-pagination .pgn__next {
  background-image: url("/iconos/guias/icon-arrow-right.svg");
}

/* DESACTIVADO */
.rs-pagination .inactive {
  opacity: .3;
  pointer-events: none;
}



/* ===================================================================
 * # Common and Reusable Styles
 *
 * ------------------------------------------------------------------- */
.wide {
  max-width: 1400px;
}

.narrow {
  max-width: 1000px;
}

.display-1 {
  font-size: 5.6rem;
  line-height: 1.143;
  letter-spacing: -0.05rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

/* fade in */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* -------------------------------------------------------------------
 * ## entry media
 * ------------------------------------------------------------------- */
.media-wrap {
  margin-bottom: 7.2rem;
}

.media-wrap img,
.media-wrap .video-container {
  vertical-align: bottom;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ------------------------------------------------------------------- 
 * ## listing header
 * ------------------------------------------------------------------- */
.listing-header {
  padding: 0 20px 2.4rem;
}

.listing-header h1 {
  margin-top: 0;
}

/* ------------------------------------------------------------------- 
 * Articulos primarios
 * ------------------------------------------------------------------- */
.articles-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}
/* GRID PRINCIPAL */
.articles-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  align-items: stretch;
}
/* ALTURA FIJA DEL BLOQUE GRANDE */
.article-main {
  height: 420px;
  /* 👈 ajusta aquí */
}
/* LA COLUMNA DERECHA HEREDA LA ALTURA */
.article-column {
  display: grid;
  grid-template-rows: 1fr 1fr;
  height: 420px;
  /* 👈 MISMA ALTURA */
  gap: 1rem;
}
/* CARD BASE */
.article-card {
  position: relative;
  overflow: hidden;
}

.article-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}

/* LINK COMPLETO */
.article-card a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}
/* OVERLAY */
.article-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.33);
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-radius: 8px;
}
/* CONTENEDOR DEL TÍTULO */
.article-overlay h2,
.article-overlay h3 {
  margin: auto 0;
  text-align: center;
  color: white;
  font-weight: 600;
  font-family: "Heebo", sans-serif;
  font-size: 2.5rem;
}

@media (max-width: 900px) {

  .articles-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* TODAS LAS TARJETAS SIGUEN HORIZONTALES */
  .article-main,
  .article-side {
    height: 180px;
    /* 👈 más pequeño */
  }

  .article-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: auto;
  }

  /* AJUSTE DE TEXTO */
  .article-main h2 {
    font-size: 1.8rem;
  }

  .article-side h3 {
    font-size: 1.8rem;
  }

}

/* ------------------------------------------------------------------- 
* Articulos segundarios
* ------------------------------------------------------------------- */
.rs-articles {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.rs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

/* CARD */
.rs-card {
  display: block;
  color: #000;
  text-decoration: none;
}
.rs-card {
  overflow: hidden;
}

/* IMAGEN */
.rs-image {
  aspect-ratio: 6 / 2;
  width: 100%;
  min-height: 170px; /* 👈 evita colapso */
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.rs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* CONTENIDO */
.rs-content {
  background: transparent;
  padding: 0.6rem 1.3rem 1.4rem;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #c3c3c3;
}


.rs-content h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.6rem;
  margin-top: 10px;
  color: black;
  font-family: "Heebo", sans-serif;
}

.rs-content p {
  font-size: 1.4rem;
  color: #7c7c7c;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-family: "Heebo", sans-serif;
}


/* BOTÓN */
.rs-btn {
  font-size: 1.3rem;
  padding: 7px;
  border-radius: 10px;
  background: transparent;
  color: #000;
  border: 1px solid #c3c3c3;
}

/* HOVER BOTÓN */
.rs-card:hover .rs-btn {
   background: #ff0000;
  color: #ffffff;
  border-color: transparent;
}

/* ===============================
   TABLET (2 COLUMNAS)
   =============================== */
  @media (max-width: 1200px) {
  .rs-image {
    aspect-ratio: 4 / 2; /* más estable visualmente */
    min-height: 190px;
  }
}

@media (max-width: 1024px) {
  .rs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

/* ===============================
   MOBILE REAL (1 COLUMNA)
   =============================== */
@media (max-width: 767px) {
  .rs-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

 .rs-image {
    aspect-ratio: 3 / 2;
    min-height: 160px;
    height: auto;
  }

  .rs-content {
    transform: none;
    padding: 0.8rem 1.2rem 1.2rem;
  }
}

/* ===============================
   CATEGORÍAS CLARAS - titulos de las categorias en blanco
   =============================== */
.rs-grid-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.rs-category--light .rs-content {
  background: transparent;
  border: 1px solid #c3c3c3;
  border-top-color: transparent;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.rs-category--light .rs-card:hover .rs-content {
  box-shadow: none;
}

.rs-category--light .rs-content h3 {
  color: #000;
}

.rs-category--light .rs-content p {
  color: #7c7c7c;
}

/* BOTÓN NORMAL */
.rs-category--light .rs-btn {
  background: transparent;
  color: #000;
  border: 1px solid #c3c3c3;
}

/* HOVER BOTÓN */
.rs-category--light .rs-card:hover .rs-btn {
  background: #ff0000;
  color: #ffffff;
  border-color: transparent;
}
/* titulos de categorias en el body */
.rs-category {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.rs-category {
  margin-bottom: 5rem;
}

.rs-category-title-articulos {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
  padding-left: 0.2rem;
  color: #000;
  position: relative;
}

.rs-category-title-articulos::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ff0000;
  margin-top: 0.6rem;
}

@media (max-width: 768px) {
  .rs-grid-category {
    grid-template-columns: repeat(2, 1fr);
  }
  .rs-content {
    transform: none;
  }
  .rs-image {
    height: 140px;
  }

  .rs-content {
    padding: 0.8rem 1.2rem 1.2rem;
  }

  .rs-category-title-articulos {
  font-size: 2rem;
  font-weight: 700;
}

}

@media (max-width: 425px) {
  .rs-grid-category {
    grid-template-columns: repeat(1, 1fr);
  }

}

/* ------------------------------------------------------------------- 
 * ## QUOTE MIENTRAS NO ESTA ACTIVADO PUBLICIDAD
 * ------------------------------------------------------------------- */
.rs-quote-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

/* CONTENEDOR */
.rs-quote {
  text-align: center;
  max-width: 90%;
}

/* FRASE */
.rs-quote-text {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.2rem;
}

/* AUTOR */
.rs-quote-author {
  font-size: 1.3rem;
  color: #888;
  font-style: italic;
}

/* ------------------------------------------------------------------- 
 * ## RS-CARD PARA ESPACIO PUBLICITARIO
 * ------------------------------------------------------------------- */
.rs-ad-card {
  background: #ffffff;
  border: 1px dashed #ccc;
  position: relative;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-ad-label {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
}

.rs-ad-container {
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.rs-ad-container img {
  max-width: 100%;
  height: auto;
}



/* ------------------------------------------------------------------- 
 * responsive:
 * common and reusable styles
 * ------------------------------------------------------------------- */
@media screen and (max-width:1800px) {

  .listing-header {
    padding: 0 1.6vw 2.4rem;
  }

}

@media screen and (max-width:1600px) {
  .listing-header {
    padding: 0 1.2vw 2.4rem;
  }

}

@media screen and (max-width:1500px) {

  .listing-header {
    padding: 0 1.8vw 2.4rem;
  }

}

@media screen and (max-width:1400px) {
  .display-1 {
    font-size: 5.2rem;
  }

}

@media screen and (max-width:1100px) {

}

@media screen and (max-width:800px) {
  .display-1 {
    font-size: 4.6rem;
  }

  .listing-header {
    text-align: center;
  }

}

@media screen and (max-width:600px) {
  .display-1 {
    font-size: 4.2rem;
  }

  .listing-header {
    width: auto;
    max-width: 500px;
    padding-left: 25px;
    padding-right: 25px;
  }

}

@media screen and (max-width:500px) {
  .display-1 {
    font-size: 4rem;
  }

}

@media screen and (max-width:400px) {
  .display-1 {
    font-size: 3.7rem;
  }

  .media-wrap {
    margin-bottom: 5.6rem;
  }

  .listing-header {
    padding-left: 22px;
    padding-right: 22px;
  }

}


/* ===================================================================
 * # encabezado - H1 de cada categoria
 *
 * ------------------------------------------------------------------- */
.rs-category-header {
  max-width: 1200px;
  margin: 0 auto 2.5rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}



/* H1 como barra */
.rs-category-h1 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  background: #000;
  border-radius: 999px;
  padding: 1.1rem 2rem;
  margin: 0;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}



/* Label rojo */
.rs-category-label {
  background: #ff0000;
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  letter-spacing: .12em;
  padding: .55rem 1.1rem;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: clamp(0.65rem, 1.1vw, 1.2rem);
}

/* Título oculto visualmente (SEO intacto) */
.rs-category-title {
  position: absolute;
  left: -9999px;
}

.rs-category-subtitle {
  font-family: "Heebo", sans-serif;
  font-style: normal;
  color: #fff;
  opacity: .95;
  white-space: nowrap;
  min-width: 0;                  /* 🔴 CLAVE FLEXBOX */
  max-width: 100%;
  font-size: clamp(
    0.85rem,
    1.1vw,
    1.5rem
  );
}



/* Tablets */
/* ===============================
   H1 SOLO DESKTOP – SEO SAFE
=============================== */

@media (max-width: 768px) {
   .rs-category-header {
    padding: 0 1rem;
  }

  .rs-category-h1 {
    padding: .9rem 1.4rem;
    gap: .9rem;
  }
}








/* ===================================================================
 * # site header
 *
 * ------------------------------------------------------------------- */
.s-wrap {
  position: relative;
}

.s-header {
  z-index: 100;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 300px;
  background-color: #151515;
  padding-top: 6.4rem;
  padding-right: 3.2rem;
  padding-left: 4.4rem;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: top;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
}

/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header__logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  transition: all 0.3s;
}

.header__logo img {
  width: 80%;
  height: auto;
  margin: 0;
}

/* -------------------------------------------------------------------
 * ## header main navigation
 * ------------------------------------------------------------------- */
.header__nav-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 100%;
  background-color: #151515;
  margin-top: 0.5rem;
  overflow-y: auto;          /* permite scroll interno */
  scrollbar-width: none;     /* Firefox */
  -ms-overflow-style: none;  /* IE / Edge viejo */
}
.header__nav-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;             /* Chrome, Edge, Safari */
}

.header__nav-wrap a {
  color: rgba(255, 255, 255, 0.6);
}

.header__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.header__nav li {
  display: block;
  padding: 0 2rem 0 0;
  width: 100%;
  position: relative;
}

.header__nav li a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9rem;
}

.header__nav li.has-children {
  padding-right: 3.3rem;
}

.header__nav li.has-children > a::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 1.8rem;
  top: 21px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s;
}

.header__nav li.has-children > a.sub-menu-is-open::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.header__nav li:hover > a,
.header__nav li:focus > a {
  color: #ffffff;
}

.header__nav li:hover li,
.header__nav li:focus li {
  background: transparent;
}

.header__nav li.current > a {
  color: #ffffff;
}

.header__nav li ul {
  display: none;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  padding: 0.8rem 0 2rem 1.2rem;
}

.header__nav li ul a {
  line-height: 3.2rem;
}

.header__nav--secondary {
  margin-top: 1rem;
}
.header__nav:not(.header__nav--secondary) {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* ===============================
   MOBILE CATEGORY SCROLL MENU
=============================== */

#mobile-category-bar {
  display: none;
}

/* SOLO MOBILE */
@media screen and (max-width: 1100px) {
  #mobile-category-bar {
  display: flex;
  gap: .6rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE */
  cursor: grab;
  position: sticky;
  top: 78px; /* altura exacta del header */
  z-index: 9;
}

#mobile-category-bar::-webkit-scrollbar {
  display: none;
}
#mobile-category-bar.dragging {
  cursor: grabbing;
}
  #mobile-category-bar {
    display: block;
    position: sticky;
    margin-top: 78px; /* debajo del header fijo */
     z-index: 10; /* mayor que el header */
    background: white;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .mobile-category-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 1.4rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
  }

  .mobile-category-scroll::-webkit-scrollbar {
    display: none;
  }

  .mobile-category-item {
    flex: 0 0 auto;
    padding: .55rem 1.2rem;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-family: "Heebo", sans-serif;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .85;
  }

  .mobile-category-item:hover {
    opacity: 1;
    background: #ff0000;
  }


}




/* ------------------------------------------------------------------- 
 * ## menu toggle
 * ------------------------------------------------------------------- */
.header__menu-toggle {
  display: none;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  position: absolute;
  right: 4rem;
  top: 18px;
}

.header__menu-toggle:hover,
.header__menu-toggle:focus {
  color: #ffffff;
}

.header__menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #ffffff;
  transition: all 0.5s;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 9px;
  right: auto;
  bottom: auto;
}

.header__menu-toggle span::before,
.header__menu-toggle span::after {
  content: "";
  width: 24px;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  transition: all 0.5s;
}

.header__menu-toggle span::before {
  top: -8px;
}

.header__menu-toggle span::after {
  bottom: -8px;
}

.header__menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.1s;
}

.header__menu-toggle.is-clicked span::before,
.header__menu-toggle.is-clicked span::after {
  background-color: white;
}

.header__menu-toggle.is-clicked span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header__menu-toggle.is-clicked span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* -------------------------------------------------------------------
 * ## header social
 * ------------------------------------------------------------------- */
.header__social-title::before {
  content: "Conecta con";
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: white;
  display: block;
  margin-top: -1em;
}


.header__social {
  list-style: none;
  margin-top: -2rem;
  padding: 0 0 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header__social li {
  margin-right: 2px;
}

.header__social li:last-child {
  margin-right: 0;
}

.header__social a {
  display: block;
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.5);
  height: 3.6rem;
  width: 3.6rem;
  border-radius: 50%;
  position: relative;
}

.header__social a::after {
  z-index: 1;
  content: "";
  display: block;
  height: 1.4rem;
  width: 1.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
}

.header__social a:hover::after {
  height: 1.8rem;
  width: 1.8rem;
}

.header__social span {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  position: absolute;
}

.header__social .ss-facebook a::after {
  background-image: url(../iconos/social/icon-facebook.webp);
}

.header__social .ss-instagram a::after {
  background-image: url(../iconos/social/icon-instagram.webp);
}

.header__social .ss-tiktok a::after {
  background-image: url(../iconos/social/icon-tiktok.webp);
}

.header__social .ss-youtube a::after {
  background-image: url(../iconos/social/icon-youtube.webp);
}

/* -------------------------------------------------------------------
 * ## header search trigger
 * ------------------------------------------------------------------- */
.header__search-trigger {
  z-index: 999;
  display: block !important;
  color: #000000;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../iconos/guias/icon-search.svg);
  position: fixed;
  right: 40px;
  top: 6.4rem;
}

.header__search-trigger::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vh - 200px);
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 48px;
  top: auto;
  bottom: 0;
}

.header__search-trigger::after {
  content: "Buscar";
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  width: auto;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 1.6rem 100%;
  transform-origin: 1.6rem 100%;
  position: absolute;
  top: 72px;
  left: 0;
}

/* ------------------------------------------------------------------- 
 * ## header-search
 * ------------------------------------------------------------------- */
.header__search {
  z-index: 400;
  display: block;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__search-form {
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
}

.header__search-form label {
  position: relative;
  display: block;
}
.header__search-form label::after {
  content: "¿Qué estás buscando?";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Heebo", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.40); /* gris opaco */
  pointer-events: none;
  white-space: nowrap;
  transition: opacity .2s ease;
}
/* Ocultar “¿Qué estás buscando?” al hacer clic o escribir */
.header__search-form label:focus-within::after {
  opacity: 0;
}

.header__search-form input:not(:placeholder-shown) {
  background-color: transparent;
}
.header__search-form input:not(:placeholder-shown) ~ * {}

.header__search-form label::before {
  content: "Introduce palabra clave";
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(0,0,0,.45);
  margin-bottom: 1.6rem;
  text-align: center;
}


.header__search-form::after {
  content: "Presione Enter para empezar la búsqueda";
  display: block;
  letter-spacing: 0.6px;
  font-size: 1.6rem;
  margin-top: 3.2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Heebo", sans-serif;
}

.header__search-form input[type="search"] {
  background-color: transparent;
  color: #000000;
  height: auto;
  width: 100%;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.6;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  max-width: 680px;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  margin: 0 auto;
  text-align: center;
}

.header__search-form input[type="search"]:focus {
  outline: none;
}

.header__search-form input[type="submit"] {
  display: none;
}

body.search-is-visible {
  overflow: hidden;
}

.search-is-visible .header__search {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------------- 
 * ## close button for search 
 * ------------------------------------------------------------------- */
.header__search-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 50%;
  margin-left: -23px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header__search-close::before,
.header__search-close::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 20px;
  top: 12px;
  left: 22px;
  background-color: #000000;
}


.header__search-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__search-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -------------------------------------------------------------------
 * ## Google CSE integrado al diseño
 * ------------------------------------------------------------------- */
.header__search-results {
  max-width: 900px;
  margin: 6rem auto 0;
  padding: 0 2rem;
}

/* Ocultar elementos feos de Google */
.gsc-adBlock,
.gsc-refinementsArea,
.gsc-tabsArea,
.gcsc-more-maybe-branding-root {
  display: none !important;
}

/* Resultados */
.gsc-control-cse {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.gs-title {
  font-family: "Heebo", sans-serif !important;
  font-size: 2rem !important;
  color: #000 !important;
}

.gs-snippet {
  font-family: "Heebo", sans-serif !important;
  font-size: 1.4rem !important;
  color: #555 !important;
}

.gs-visibleUrl {
  color: #ff0000 !important;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .header__search-results {
    margin-top: 3rem;
  }
}



/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */
@media screen and (max-width:1600px) {
  .s-header {
    width: 290px;
  }

}

@media screen and (max-width:1200px) {
  .s-header {
    width: 270px;
    padding-right: 2.8rem;
    padding-left: 4rem;
  }

  .header__nav {
    font-size: 15.5px;
  }

}

@media screen and (max-width:1100px) {
  .s-header {
    width: 100%;
    background: transparent;
    padding: 0;
    position: static;
    top: 0;
    bottom: auto;
  }
    .header__search-form label::after {
    font-size: 5rem;
  }

  .header__top {
    z-index: 100;
    background: #111111;
    width: 100%;
    height: 78px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .header__logo {
    margin-top: 4px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    position: absolute;
    top: 50%;
    left: 4rem;
  }

  .header__logo img {
    width: 120px;
    height: auto;
  }

  .header__nav-wrap {
    z-index: 99;
    background: #151515;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 100px 60px 64px;
    overflow-y: auto;
  }

  .nav-wrap-is-visible .header__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  .nav-wrap-is-visible .header__nav-wrap {
    opacity: 1;
    visibility: visible;
  }

  .nav-wrap-is-visible .header__search-trigger {
    display: none;
  }

 
  .header__nav > li > a {
    line-height: 2.2rem;
  }

  .header__nav li.has-children > a::after {
    top: 32px;
  }

  .header__nav li ul {
    font-size: 12px;
  }

  .header__nav li ul a {
    line-height: 4rem;
  }

  .header__menu-toggle {
    z-index: 101;
    display: block;
  }

  .header__search-trigger {
    background-image: url(../iconos/guias/icon-search-w.svg);
    height: 20px;
    width: 20px;
    top: 29px;
    right: 9.8rem;
  }

  .header__search-trigger::before,
  .header__search-trigger::after {
    display: none;
  }

  .header__login-btn:hover {
    color: #FF0000;
  }

  .header__social-title {
    margin-bottom: -6.2rem;
  }

  .header__social {
    margin-top: 8rem;
  }

  .header__social a {
    height: 4.4rem;
    width: 4.4rem;
  }

}

@media screen and (max-width:900px) {

   .header__search-form label::after {
    font-size: 4.2rem;
    letter-spacing: .01em;
  }

}

@media screen and (max-width:800px) {
  .header__nav {
    font-size: 18px;
  }

  .header__nav > li > a {
    line-height: 2.0rem;
  }

  .header__nav li.has-children > a::after {
    top: 30px;
  }

  .header__nav li ul {
    font-size: 11px;
  }
  .header__search-form label::after {
    font-size: 2.2rem;
  }

}

@media screen and (max-width:600px) {
  .header__search-form input[type="search"] {
    font-size: 3.4rem;
  }

}

@media screen and (max-width:500px) {
  .header__nav-wrap {
    padding: 90px 44px 64px;
  }

}

@media screen and (max-width:400px) {
  .header__logo {
    left: 3rem;
  }

  .header__nav-wrap {
    padding: 140px 40px 64px;
  }

  .header__menu-toggle {
    right: 3rem;
  }

  .header__search-trigger {
    right: 8.8rem;
  }

  .header__search-form input[type="search"] {
    font-size: 2.6rem;
  }

}


/* -------------------------------------------------------------------
 * ## Boton suscribete
 * ------------------------------------------------------------------- */

#boton-suscribirme-menu {
    display: inline-flex;          /* 🔑 deja de ocupar 100% */
    width: auto !important;        /* 🔑 anula herencias */
    max-width: max-content;        /* 🔑 se ajusta al texto */
    background-color: #fff;
    color: #000;
    padding: 0;
    border-radius: 20px;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.18em;
    cursor: pointer;
    box-sizing: content-box;
    margin-top: 1rem;
}
#boton-suscribirme-menu::after {
    content: "SUSCRÍBETE GRATIS";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;   /* 🔑 aquí se controla el tamaño real */
    white-space: nowrap;
}
.intermitente {
    animation: intermitente 6s linear infinite;
}

@keyframes intermitente {
    0%   { opacity: 1; }
    50%  { opacity: 0.25; }
    100% { opacity: 1; }
}

@media (max-width: 768px) {
    #boton-suscribirme-menu {
        font-size: 14px;
        letter-spacing: 0.15em;
    }

    #boton-suscribirme-menu::after {
        padding: 5px 8px;
    }
}

@media (max-width: 480px) {
    #boton-suscribirme-menu {
        font-size: 14px;
        letter-spacing: 0.12em;
    }

    #boton-suscribirme-menu::after {
        padding: 4px 7px;
    }
}
/* -------------------------------------------------------------------
 * ## BOLETIN INFORMATIVO DEL MENU
 * ------------------------------------------------------------------- */
#overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  visibility: hidden;
  z-index: 99999999;
}

#overlay.active {
  visibility: visible;
}
#popup {
  width: 500px;
  max-width: 90%;
  padding: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  background:
    linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
    url('https://i.pinimg.com/originals/cf/99/3b/cf993b27ba6c85c52320ba3794b85c3a.gif')
    no-repeat center / cover;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  opacity: 0;
  transform: scale(.7);
  transition: opacity .3s ease, transform .3s ease;
}
#popup .btn-cerrar-popup {
  display: block;
  text-align: right;
  color: #fff;
  transition: color .3s;
}

#popup .btn-cerrar-popup:hover {
  color: grey;
  cursor: pointer;
}
#popup b::after {
  content: "SUSCRÍBETE A NUESTRO NEWLETTER";
  display: block;
  font: 600 30px "Heebo", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

#popup h4::after {
  content: "Recibe cada semana contenido e información nutritiva de los temas más interesantes para ti.";
  display: block;
  font: 200 25px "Heebo", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}
#popup .contenedor-inputs input {
  width: 100%;
  height: 52px;
  border: 1px solid #bbb;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

#popup .btn-submit {
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 20px;
  background: red;
  color: #fff;
  font: 700 16px "Heebo", sans-serif;
  letter-spacing: .2em;
  cursor: pointer;
  transition: background-color .3s, color .3s;
}

#popup .btn-submit:hover {
  background: #fff;
  color: #000;
}
#popup.active {
  opacity: 1;
  transform: scale(1);
}

#popup.active b::after {
  animation: slideDown .8s .5s forwards;
}

#popup.active h4 {
  animation: slideUp .8s .5s forwards;
}

#popup.active .contenedor-inputs {
  animation: fadeIn 1s 1s forwards;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-25px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(25px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#popup .btn-cerrar-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;   
  height: 20px; 
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

#popup .btn-cerrar-popup::before,
#popup .btn-cerrar-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: background 0.15s ease;
}

#popup .btn-cerrar-popup::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#popup .btn-cerrar-popup::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#popup .btn-cerrar-popup:hover::before,
#popup .btn-cerrar-popup:hover::after {
  background: #e63946;
}


/* ===================================================================
 * # site content & footer 
 *
 * ------------------------------------------------------------------- */
.s-content,
.s-footer,
.rs-category-header {
  padding-left: 330px;
  padding-right: 100px;
  max-width: 2140px;
}
.rs-category-header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
/* ===============================
   FLEX FIX + FLUID TYPOGRAPHY
=============================== */

@media screen and (max-width: 1400px) {

  .rs-category-h1 {
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .rs-category-label {
    flex-shrink: 0;
    white-space: nowrap;
  }

}

@media screen and (max-width:1200px) {
  .s-content,
  .s-footer,
  .rs-category-header {
    padding-left: 290px;
    padding-right: 80px;
  }
}
@media screen and (max-width:1100px) {
  .s-content,
  .s-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .s-content{
  margin-top: -14rem;
}

 .rs-category-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}



/* -------------------------------------------------------------------
 * ## content
 * ------------------------------------------------------------------- */
.s-content {
  padding-top: 0rem;
}

.content__page {
  max-width: 900px;
  padding-bottom: 12rem;
}

.content__page img {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.content__page-header {
  text-align: center;
  margin-bottom: 4rem;
}

/* -------------------------------------------------------------------
 * ## footer
 * ------------------------------------------------------------------- */
.s-footer {
  padding-top: 4rem;
  padding-bottom: 8rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: "Heebo", sans-serif;
}

.s-footer a {
  color: #000000;
}

/* ===============================
   FOOTER – MENÚ DE CATEGORÍAS
=============================== */

.footer__menu {
    display: flex;
    flex-wrap: wrap;              /* permite adaptación */
    justify-content: center;      /* centrado editorial */
    gap: 1.6rem 2.4rem;           /* espacio horizontal y vertical */
    list-style: none;             /* quita puntos */
    padding: 0;
    margin: 0;
    margin-bottom: 4rem;
}

.footer__menu li {
    margin: 0;                    /* elimina márgenes heredados */
}

.footer__menu a {
    font-size: 1.3rem;
    letter-spacing: .01em;
    color: rgba(0,0,0,.65);
    white-space: nowrap;          /* evita salto feo */
}

.footer__menu a:hover {
    color: #ff0000;
    text-decoration: none;
}

/* -------------------------------------------------------------------
 * ## FOOTER - copyright
 * ------------------------------------------------------------------- */
.footer__copyright span {
  display: inline-block;
  align-items: center;
}


.footer__copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1.2rem 0 1.4rem;
  color: rgba(0, 0, 0, 0.3);
}

.footer__copyright span:last-child::after {
  display: none;
}

.footer__copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6rem;
    font-size: 1.3rem;
    color: rgba(0,0,0,.6);
}

.footer__copyright a {
    color: inherit;
}

.footer__copyright a:hover {
    color: #ff0000;
    text-decoration: none;
}


/* ===============================
   FOOTER – LOGIN DIFERENCIADO
=============================== */

.footer__login a {
    font-weight: 600;
    color: #000;
}

.footer__login a:hover {
    text-decoration: underline;
}

/* ===============================
   FOOTER – PUBLICIDAD
=============================== */

.footer__ads {
    max-width: 100%;
    margin: 3.5rem auto;
    padding: 1.6rem 0;
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08);
    text-align: center;
}

.footer__ads img {
    max-width: 100%;
    height: auto;
}

/* ===============================
   FOOTER – DERECHOS RESERVADOS
=============================== */

.footer__rights {
    font-size: 1.5rem;
    color: rgba(0,0,0,.55);
    margin-top: 6.4rem;
}


@media (max-width: 900px) {
    .footer__menu {
        gap: 1.2rem 1.6rem;
    }
}
@media (max-width: 600px) {
    .footer__copyright {
        gap: 1rem;
        text-align: center;
    }
    .footer__menu {
        justify-content: center;
    }

    .footer__menu a {
        font-size: 1.4rem;
        letter-spacing: .05em;
    }
}



/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  transition: all 0.8s;
  position: fixed;
  bottom: 4rem;
  right: 2rem;
}

.go-top a,
.go-top a:visited {
  text-decoration: none;
  border: none;
  display: block;
  height: 6rem;
  width: 6rem;
  line-height: 6rem;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
  background-image: url(../iconos/guias/icon-arrow-up.svg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px 14px;
}

.go-top.link-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * site content & footer
 * ------------------------------------------------------------------- */
@media screen and (max-width:1600px) {
  .s-content,
  .s-footer {
    padding-left: 320px;
  }

}

@media screen and (max-width:1200px) {
  .s-content,
  .s-footer {
    padding-left: 290px;
    padding-right: 80px;
  }

}

@media screen and (max-width:1100px) {
  .s-content,
  .s-footer {
    padding-right: 0;
    padding-left: 0;
  }

  .s-content {
    padding-top: 14.2rem;
  }

  .content__page {
    padding-bottom: 8rem;
  }

  .go-top {
  bottom: 6.5rem; /* sube el botón por encima de la barra social */
  right: 1.5rem;
}


}

@media screen and (max-width:600px) {

  .content__page {
    padding-bottom: 4rem;
  }

  .footer__copyright span {
    display: block;
  }

  .footer__copyright span::after {
    display: none;
  }

}



/* ===================================================================
 * # blog styles and blog components
 *
 * ------------------------------------------------------------------- */
.entry__media,
.entry__post-thumb {
  position: relative;
}

/* -------------------------------------------------------------------
 * ## entry header meta
 * ------------------------------------------------------------------- */
.entry__header-meta {
  list-style: none;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.778;
  margin-left: 0;
  color: #000000;
}

.entry__header-meta li {
  display: inline-block;
  padding-left: 0;
  margin: 0 0.8rem;
}

.entry__header-meta a {
  color: rgba(0, 0, 0, 0.7);
}

.entry__header-meta a:hover,
.entry__header-meta a:focus {
  color: #000000;
}

.entry__header-meta .cat-links a::after {
  content: ", ";
}

.entry__header-meta .cat-links a:last-child::after {
  display: none;
}

/* descripcion */
/* Lead full width */
.entry-lead-wrap {
  max-width: 900px;
  margin: 0 auto 3rem;
  text-align: center;
  padding-top: 5rem;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}

/* Desktop: un poco más protagonista */
@media (min-width: 1024px) {
  .entry-lead-wrap {
    margin-top: -1.5rem; /* se siente conectado al hero */
  }
}

/* -------------------------------------------------------------------
 * ## post tags
 * ------------------------------------------------------------------- */
.entry-related {
  margin-top: 6rem;
  font-family: "Heebo", sans-serif;
  text-align: left;
}
.entry-related::before,
.entry-related::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0,0,0,.15);
  margin: 1rem auto;
  max-width: 920px;
}

.entry-related span {
  font-weight: 700;
  color: #000000;
  padding-right: 56px;
  margin-right: 1.2rem;
  position: relative;
  font-style: italic;
}

.entry-related a {
  display: inline-block;
  padding-right: 0;
  margin-right: 0;
}

.entry-related .articulo-relacionado::after {
  display: none;
}

.entry-related a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: inherit;
  color: #555;
  font-style: italic;
}

.entry-related a:hover {
  color: #000;
}

.entry-related a:last-child {
  margin-right: 0;
}

/* -------------------------------------------------------------------
 * ## blog single page navigation
 * ------------------------------------------------------------------- */
.entry__pagenav {
  margin-top: 10.2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
/* Label común */
.entry__prev a::before,
.entry__next a::before {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 13px;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: #575757;
}

.entry__nav-thumb {
  width: 100%;
  height: 120px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  margin-bottom: 1.4rem;
  border-radius: 6px;
}

/* Texto específico */
.entry__prev a::before {
  content: "Anterior articulo";
}

.entry__next a::before {
  content: "Siguiente articulo";
}

.entry__nav:after {
  content: "";
  display: table;
  clear: both;
}

.entry__nav a {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #000000;
   display: block;
  line-height: 1.12;

  /* quita el espacio fantasma debajo de la imagen */
  margin-top: 0;
}

.entry__prev,
.entry__next {
  width: 50%;
  float: left;
  padding-right: 10rem;
}

.entry__body-grid p {
  font-weight: 100;
  color: black;
}
.entry__body-grid h2, h3, h4 {
  text-align: left;
  color: black;
  font-weight: 800;
}
.entry__body-grid strong {
  text-align: left;
  color: black;
  font-weight: 800;
}
.entry__body-grid p {
  margin-bottom: 2rem;
  line-height: 1.4;
  letter-spacing: .02rem;
}
/* ===============================
   CONTENCIÓN RESPONSIVE
================================ */

@media (max-width: 1024px) {

  .entry-lead-wrap,
  .entry__body-grid,
  .entry__pagenav {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

}

/* Mobile más compacto */
@media (max-width: 480px) {

  .entry-lead-wrap,
  .entry__body-grid,
  .entry__pagenav {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}


/* ------------------------------------------------------------------- 
 * responsive:
 * blog styles and blog components
 * ------------------------------------------------------------------- */
@media screen and (max-width:800px) {
  .entry__header-meta {
    font-size: 1.7rem;
  }

  .entry__prev,
  .entry__next {
    width: auto;
    float: none;
    padding-right: 0;
  }

  .entry__nav [class*="entry__"] + [class*="entry__"] {
    margin-top: 2rem;
  }

  .related {
    margin-left: -4.4rem;
  }

  .related__item {
    padding-left: 4.4rem;
    width: 50%;
  }

  .related__item:nth-child(2n + 1) {
    clear: both;
  }

}

@media screen and (max-width:600px) {
  .related {
    margin-left: -2rem;
  }

  .related__item {
    padding-left: 2rem;
  }

}

@media screen and (max-width:460px) {
  .related {
    margin-left: 0;
  }

  .related__item {
    float: none;
    width: auto;
    padding-left: 0;
  }

}


/*CONECTA CON NOSOTROS */

/* OCULTO EN DESKTOP */
.rs-mobile-social {
  display: none;
}

@media (max-width: 900px) {

  .rs-mobile-social {
    display: block;
    margin: 9rem 2rem 0;
    text-align: left;
  }

  /* 👇 TEXTO SOLO VISUAL, NO AFECTA SEO */
  .rs-mobile-social::before {
    content: "CONECTA CON REALITY SNACK";
    display: block;

    font-size: 1.5rem;
    letter-spacing: .1em;
    text-transform: uppercase;

    margin-bottom: 1rem;
    color: black;

    font-family: inherit;
  }

  .rs-mobile-social__icons {
    display: flex;
    justify-content: left;
    gap: 1rem;
  }

  .rs-mobile-social__icons a {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    background: black;
  }

  .rs-mobile-social__icons img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
}



/*Share This */
/* ======================================
   SHARETHIS – STICKY BOTTOM (MOBILE)
====================================== */

@media (max-width: 768px) {
  .st-sticky-share-buttons {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0;
    right: 0;

    width: 100%;
    margin: 0;

    z-index: 50 !important;

    display: flex;
    justify-content: center;

    background: #fff; /* opcional */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* opcional */
  }
}


/*NEWS LETTERS ARTICULOS */
.entry__body-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1rem;
  font-family: "Heebo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
}

.entry__sidebar {
  position: relative;
  width: 100%;
  max-width: 100%;
}

/* /////// NEWSLETTER MENSAJE QUE SE ARROJA AL PRECIONAR SUSCRIBIRSE //////// */
.newsletter-ajax input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-ajax input {
  color: #ffffff !important;
}

.newsletter-msg {
    margin-top: 10px;
    font-size: 2rem;
    min-height: 18px;
    text-transform: uppercase;
    color: white;
}

/* CONTENEDOR STICKY DE BOLETIN INFORMATIVO */
.newsletter-sticky {
  position: sticky;
  top: 120px;
  z-index: 2; /* CLAVE */
  width: 100%;
  height: 320px;
  padding: 2rem;
  text-align: center;
  font-family: "Heebo", sans-serif;
  background:
    linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
    url("https://i.pinimg.com/originals/cf/99/3b/cf993b27ba6c85c52320ba3794b85c3a.gif")
    no-repeat center / cover;
  border-radius: 6px;
  box-shadow: 0 20px 40px rgba(0,0,0,.35);
  color: #fff;
  transition: top 0.3s ease, opacity 0.25s ease;
  will-change: top, opacity;
}

.newsletter-sticky.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.newsletter-sticky b::after {
  content: "SUSCRÍBETE A NUESTRO NEWSLETTER";
  display: block;
  font: 600 1.6rem "Heebo", sans-serif;
  text-transform: uppercase;
  margin-bottom: -5rem;
}

.newsletter-sticky h4::after {
  content: "Recibe cada semana contenido e información nutritiva de los temas más interesantes para ti.";
  display: block;
  font: 300 1.6rem "Heebo", sans-serif;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: white;
}

.newsletter-sticky .btn-submit {
  height: 42px;
  padding: 0 24px;
  border: none;
  border-radius: 20px;
  background: red;
  color: #fff;
  font: 700 1.2rem "Heebo", sans-serif;
  letter-spacing: .15em;
  cursor: pointer;
  transition: background .3s, color .3s;
}

.newsletter-sticky .btn-submit:hover {
  color: black !important;
  background-color: white;
}

/* STACK SIDEBAR */
.sidebar-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
/* BANNER ESTÁTICO */
.sidebar-banner {
  width: 100%;
  overflow: hidden;
}
.sidebar-banner {
  position: relative;
  padding: 1rem;
}
.sidebar-banner::before {
  content: "RECOMENDADO";
  position: absolute;
  top: 0px;              /* se mantiene arriba */
  left: 0px;            /* misma referencia visual */
  z-index: 2;            /* CLAVE: encima de la imagen */
  background: #FF0000;
  padding: 2px 8px;
  font: 600 1.1rem "Heebo", sans-serif;
  letter-spacing: 0.08em;
  color: white;
  border: 1px solid transparent;
  border-radius: 12px;
}
.sidebar-banner img {
  border-radius: 6px;
  transition: transform 0.25s ease;
}

/* Hover sutil (no efecto editorial) */
.sidebar-banner a:hover img {
  transform: scale(1.015);
}

.sidebar-banner a {
  display: block;
}

.sidebar-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* PUBLICIDAD INFERIOR */
.sidebar-ad {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden; /* CLAVE */
}

.sidebar-ad::before {
  content: "Anuncio";
  position: absolute;
  top: 10px;
  left: 10px;
  font: 600 1.1rem "Heebo", sans-serif;
  color: black; /* gris editorial */
  background-color: white;
  padding: 3px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sidebar-ad img {
  width: 100%;
  height: auto;
  display: block;
}

.ad-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.ad-inner iframe,
.ad-inner img,
.ad-inner ins,
.ad-inner div {
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
}


@media (max-width: 1024px) {
  /* Sidebar se comporta como bloque */
  .entry__sidebar {
    margin-top: 2rem;
  }
  .entry__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sidebar-stack {
    gap: 1.5rem;
  }
  
  /* Banner superior */
  .sidebar-banner {
    max-width: 100%;
  }

  /* Sticky deja de ser sticky, pero conserva diseño */
  .newsletter-sticky {
    position: relative;
    top: auto;
    opacity: 1 !important;
    pointer-events: auto;
     margin: -10rem 0 -4rem; /* separación natural */
    padding: 1.5rem;  /* un poco más compacto en mobile */
  }

}


@media (max-width: 1024px) and (min-width: 769px) {

  .sidebar-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-start;
  }

  #sidebar-banner,
  #sidebar-ad,
  .newsletter-sticky {
    flex: 1 1 30%;
    min-width: 0;
  }

  /* Sticky sin comportamiento fijo */
  .newsletter-sticky {
    position: relative;
    top: auto;
    margin: 0;
  }

  /* Botón debajo de publicidad */
  .boton-universal {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 0.5rem;
  }

}
@media (max-width: 768px) {
  .entry__body-grid {
    grid-template-columns: 1fr;
  }

  .sidebar-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  /* ORDEN PERSONALIZADO */
  .boton-universal {
    order: 1;
  }

  .newsletter-sticky {
    order: 2;
    position: relative;
    top: auto;
    margin: 0;
  }

  #sidebar-banner {
    order: 3;
  }

  #sidebar-ad {
    order: 4;
  }

}


/* ===============================
   HERO ARTÍCULO – REALITY SNACK
   =============================== */
.entry-hero {
  position: relative;
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;

}

/* Imagen */
.entry-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.entry-hero::before {
  content: attr(data-credit);
  position: absolute;
  left: 1.5rem;
  bottom: 1.2rem;

  font-size: clamp(0.65rem, 1.2vw, 0.8rem);
  letter-spacing: .05em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.75);
  font-family: "Heebo", sans-serif;

  z-index: 2;
  pointer-events: none;
}



/* Overlay CSS */
.entry-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.35),
    rgba(0,0,0,.55),
    rgba(0,0,0,.7)
  );
  z-index: 1;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

/* Contenido */
.entry-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 2.5rem 1.5rem 0;
}

/* Título */
.entry-title {
  font-size: clamp(1.6rem, 3.5vw, 3.4rem);
  line-height: 1.25;
  margin-bottom: 1.2rem;
  font-weight: 700;
  color: #fff;
  font-family: "Heebo", sans-serif;
}

/* Meta */
.entry-meta {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center;
  gap: .3rem .4rem;
  font-size: .9rem;
  opacity: .85;
  color: #fff;
  font-family: "Heebo", sans-serif;
}

/* Categoría: ocupa toda la primera fila */
.entry-meta > a:first-child {
  grid-column: 1 / -1;
  font-size: 1.8rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color:#fff;
}

/* Autor */
.entry-meta > a:nth-of-type(2)::before {
  content: "Por: ";
  color:#fff;
  font-size: 1.3rem;

}
.entry-meta span {
  color:#fff;
  font-size: 1.4rem;
}

/* Fecha con separador */
/* Fecha */
.entry-meta > time {
  font-size: 1.4rem;       /* aumenta tamaño de la fecha */
  font-weight: 500;
  margin-top: -3px;
}

/* Separador visual antes de la fecha */
.entry-meta > time::before {
  content: " | ";
  font-size: 2.1rem;     /* separador más grande */
  font-weight: 100;
  opacity: .9;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 1024px) {
  .entry-hero { min-height: 55vh; }
  .entry-content { max-width: 720px; }
}

@media (max-width: 768px) {
  .entry-hero { min-height: 50vh; }
  .entry-title { font-size: clamp(1.4rem, 5vw, 2.1rem); }
  .entry-meta { font-size: .8rem; }
}

@media (max-width: 480px) {
  .entry-hero { min-height: 70vh; }
  .entry-content { padding: 1rem 1.2rem; }
  .entry-title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}


/* ===== PERFIL AUTOR ===== */

.autor-perfil {
  max-width: 1200px;
  margin: 0 auto;
}

.autor-perfil__header {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 30px;
}

.autor-perfil__foto {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.autor-perfil__nombre {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 10px;
}

.autor-perfil__bio {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* REDES SOCIALES */

.autor-redes {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.red-icono {
  width: 38px;
  height: 38px;
  background-color: black;
  border-radius: 50%;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

/* ÍCONOS */
.icon-instagram {
  background-image: url(../iconos/social/icon-instagram.webp);
}

.icon-tiktok {
  background-image: url(../iconos/social/icon-tiktok.webp);
}

/* ===== TÍTULO ===== */

/* ===== GRID EXCLUSIVO DEL AUTOR ===== */

.autor-rs-articles {
  max-width: 1200px;
  margin: 2rem auto;
}

.autor-rs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

/* CARD */
.autor-rs-card {
  display: block;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}

/* IMAGEN */
.autor-rs-image {
  aspect-ratio: 6 / 2;
  width: 100%;
  min-height: 170px;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.autor-rs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* CONTENIDO */
.autor-rs-content {
  background: transparent;
  padding: 0.6rem 1.3rem 1.4rem;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #c3c3c3;
}

.autor-rs-content h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.6rem;
  margin-top: 10px;
  color: black;
  font-family: "Heebo", sans-serif;
}

.autor-rs-content p {
  font-size: 1.4rem;
  color: #7c7c7c;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-family: "Heebo", sans-serif;
}

/* BOTÓN */
.autor-rs-btn {
  font-size: 1.3rem;
  padding: 7px;
  border-radius: 10px;
  background: transparent;
  color: #000;
  border: 1px solid #c3c3c3;
}

/* HOVER */
.autor-rs-card:hover .autor-rs-btn {
  background: #ff0000;
  color: #ffffff;
  border-color: transparent;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 900px) {
  .autor-rs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .autor-rs-grid {
    grid-template-columns: 1fr;
  }
 .autor-perfil__header {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  .autor-perfil__foto {
    order: 1;
  }

  .autor-perfil__nombre {
    order: 2;
    width: 100%;
    margin-top: -4rem;
  }
  .autor-perfil__info {
    width: 100%;
  }

  .autor-perfil__foto {
    order: -1 !important;
  }

  .autor-redes {
    order: 4;
    justify-content: center;
    width: 100%;
  }
}

/* ===== BOTÓN UNIVERSAL===== */

.boton-universal {
  display: flex;
  justify-content: center;
  margin: 30px 0 20px 0;
}

.boton-universal-btn {
  background: transparent;
  color: black;
  padding: 12px 14px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  transition: all .2s ease;
  border: 1px solid #222;
}

.boton-universal-btn:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .boton-universal-btn {
    width: 90%;
    text-align: center;
    padding: 16px;
  }
}

/* ===== BOTÓN ESPECIAL DE PLANTILLA DONACION ===== */


/* =======================================
   SECCIÓN CATEGORÍAS EN PLANTILLAS DE INFO
======================================= */

/* OCULTO POR DEFECTO (LAPTOP) */
.qs-categorias {
  display: none;
}

/* SE MUESTRA SOLO DESDE TABLET HACIA ABAJO */
@media (max-width: 900px) {

  .qs-categorias {
    display: block;
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    font-family: "Heebo", sans-serif;
  }

  .qs-categorias__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .qs-categorias__titulo {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
  }

  .qs-categorias__circulos {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .qs-categorias__item {
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    padding: 4rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    text-decoration: none;

    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;

    transition: transform .2s ease, background .2s ease;
  }

  .qs-categorias__item:hover {
    transform: scale(1.05);
    background: black;
    color: white;
  }
}

/* MÓVILES PEQUEÑOS */
@media (max-width: 500px) {

  .qs-categorias__item {
    width: 80px;
    height: 80px;
    font-size: 11px;
  }

}


.entry__body-grid-politica-y-demas {
  margin-top: -7rem;
  display: grid;
  grid-template-columns: 1fr 0px;
  gap: 1rem;
  font-family: "Heebo", sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
}

.entry__body-grid-politica-y-demas a {
  color: #FF0000;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
}

@media (max-width: 1024px) {

  .entry__body-grid-politica-y-demas  {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

}

/* Mobile más compacto */
@media (max-width: 480px) {

  .entry__body-grid-politica-y-demas {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

/* =======================================
   FORMULARIO REDACTORES - ESTÉTICA PRO
======================================= */

.rs-form-section {

    background: transparent;
    color: black;
    font-family: "Heebo", sans-serif;
}

.rs-form-wrapper {
    max-width: 720px;
    margin: auto;
}

.rs-form-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.rs-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Campos */

.rs-field {
    display: flex;
    flex-direction: column;
}

.rs-field label {
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
}

/* Inputs normales */

.rs-field input:not([type="file"]),
.rs-field textarea {
    padding: 8px 14px;
    border: 1px solid #000;
    background: transparent;
    color: black;
    border-radius: 20px;
    font-size: 14px;
    transition: all .2s ease;
}

.rs-field input:not([type="file"]):focus,
.rs-field textarea:focus {
    outline: none;
    border-color: #ff0000;
}

/* Textarea tamaño controlado */

.rs-field textarea {
    resize: vertical;
    min-height: 90px;
}

/* File sin cajita */

.rs-field input[type="file"] {
    border: none;
    padding: 0;
    font-size: 14px;
    background: transparent;
}

/* Fila País / Ciudad */

.rs-row {
    display: flex;
    gap: 20px;
}

.rs-row .rs-field {
    flex: 1;
}

/* Botón ajustado al texto */

.rs-btn-redacta-con-nosotros {
    display: inline-block;
    align-self: flex-start;
    padding: 1px 24px;
    background: black;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.rs-btn-redacta-con-nosotros:hover {
    background: black;
    color: white;
}

/* Mensajes */

.rs-response {
    margin-top: 10px;
    font-weight: 600;
    display: none;
    font-size: 14px;
}

.rs-response.success {
    color: #FF0000;
}

.rs-response.error {
    color: white;
}

/* Responsive */

@media (max-width: 768px) {

    .rs-form-wrapper {
        max-width: 100%;
    }

    .rs-row {
        flex-direction: column;
        gap: 15px;
    }

    .rs-btn {
        width: 100%;
        text-align: center;
        align-self: stretch;
    }
     .rs-form-section {
        padding: 40px 20px; /* espacio lateral real */
    }

    .rs-form-wrapper {
        max-width: 100%;
        padding: 0 10px; /* evita que se pegue */
        box-sizing: border-box;
    }

}


/* =======================================
   404 CINEMATIC GLITCH – REALITYSNACK
======================================= */

.glitch-wrapper {
    position: relative;
    text-align: center;
    padding: 100px 20px 60px;
    overflow: hidden;
}

/* 404 principal */
.error-404-code {
    position: relative;
    font-size: clamp(4rem, 10vw, 16rem);
    font-weight: 900;
    letter-spacing: -3px;
    margin: 0;
    line-height: 1;
    color: #ffffff;
    animation: flicker 3s infinite alternate;
}

/* Subtitulo */
.error-404-sub {
    display: block;
    margin-top: 15px;
    font-size: 2.95rem;
    letter-spacing: 5px;
    opacity: .7;
}

/* Mensaje tranquilizador */
.error-404-message {
    display: block;
    margin-top: 10px;
    font-size: 1.85rem;
    letter-spacing: 3px;
    opacity: .5;
}

/* GLITCH CAPAS */
.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.glitch::before {
    color: #FF0000;
    z-index: -1;
    animation: glitchTop 2s infinite linear alternate-reverse;
}

.glitch::after {
    color: #7e7e7e;
    z-index: -2;
    animation: glitchBottom 2s infinite linear alternate-reverse;
}

/* Animaciones */
@keyframes glitchTop {
    0% { transform: translate(0); }
    20% { transform: translate(-3px, -2px); }
    40% { transform: translate(-2px, 2px); }
    60% { transform: translate(3px, -1px); }
    80% { transform: translate(-1px, 1px); }
    100% { transform: translate(0); }
}

@keyframes glitchBottom {
    0% { transform: translate(0); }
    20% { transform: translate(3px, 2px); }
    40% { transform: translate(2px, -2px); }
    60% { transform: translate(-3px, 1px); }
    80% { transform: translate(1px, -1px); }
    100% { transform: translate(0); }
}

@keyframes flicker {
    0% { opacity: 1; }
    45% { opacity: .8; }
    50% { opacity: .4; }
    55% { opacity: .9; }
    100% { opacity: 1; }
}

/* Laptop */
@media (min-width: 1024px) {
    .glitch-wrapper {
        padding: 140px 20px 80px;
    }
}

/* Tablet */
@media (max-width: 1023px) {
    .error-404-code {
        font-size: clamp(3.5rem, 14vw, 9rem);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .glitch-wrapper {
        padding: 70px 15px 40px;
    }

    .error-404-sub {
        font-size: 1.75rem;
        letter-spacing: 2px;
    }

    .error-404-message {
        font-size: 1.7rem;
        letter-spacing: 1.5px;
    }
}

/* =========================
   RECAPTCHA EN FOOTER
========================= */
#popup .grecaptcha-badge {
    position: absolute !important;
    left: 15px;
    bottom: 15px;
    transform: scale(0.80);
    transform-origin: bottom left;
    box-shadow: none !important;
}



