@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-200.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* GRID FULL WIDTH */
.ch-section{
  min-height:620px;
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  margin-bottom: 50px;
  background: #120d0b;
  position: relative;
  overflow: hidden;
}

.ch-section__bg{
  position:absolute;
  inset:0;
  z-index:0;
}

.ch-section__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:none;
}

.ch-section__bg-slide{
  position:absolute;
  inset:0;
  background-position:center -50px;
  background-repeat:no-repeat;
  background-size:cover;
  opacity:0;
  transform:scale(1.02);
  transition:opacity 0.9s ease, transform 4.2s ease;
}

.ch-section__bg-slide.is-active{
  opacity:1;
  transform:scale(1);
}

@media (min-width: 1800px) {
  .ch-section__bg-slide {
    background-position: center -80px;
  }
}

@media (max-width: 1360px) and (min-width: 901px) {
  .ch-section__bg-slide {
    background-position: center top;
  }
}

.ch-section::before,
.ch-section::after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:50%;
  filter: blur(150px);
  opacity:0.58;
}

.ch-section::before{
  top:-340px;
  left:-280px;
  width:760px;
  height:760px;
  background:radial-gradient(circle, rgba(253, 66, 0, 0.98) 0%, rgba(253, 66, 0, 0.54) 28%, rgba(253, 66, 0, 0.2) 52%, rgba(253, 66, 0, 0) 78%);
}

.ch-section::after{
  right:-340px;
  bottom:-280px;
  width:860px;
  height:860px;
  background:radial-gradient(circle, rgba(253, 66, 0, 0.94) 0%, rgba(253, 66, 0, 0.48) 30%, rgba(253, 66, 0, 0.18) 54%, rgba(253, 66, 0, 0) 80%);
}

#slider{
  height:670px;
}

.ch-section__dots{
  position:absolute;
  left:50%;
  bottom:24px;
  z-index:2;
  display:flex;
  gap:10px;
  transform:translateX(-50%);
}

.ch-section__dot{
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.42);
  cursor:pointer;
}

.ch-section__dot.is-active{
  background:#fff;
}

@media (max-width: 1280px) and (min-width: 901px) {
  .ch-section::before,
  .ch-section::after{
    filter: blur(130px);
    opacity:0.5;
  }

  .ch-section::before{
    top:-380px;
    left:-360px;
    width:680px;
    height:680px;
  }

  .ch-section::after{
    right:-380px;
    bottom:-180px;
    width:700px;
    height:700px;
  }
}

/* Columnas con fondo a ancho completo */
.ch-col{
  display:flex;
  align-items:center;
  position: relative;
  z-index: 1;
}

.naranja{color:#FD4200;}
.displayinline{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.platform-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  padding-top:18px;
}

.platform-button{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-width:126px;
  min-height:48px;
  justify-content:center;
  padding:0 18px;
  background:#ffffff;
  border:1px solid #ffffff;
  border-radius:4px;
  color:#2b2b2b;
  font-size:14px;
  line-height:1;
  text-decoration:none;
  box-shadow:0 8px 16px rgba(253, 66, 0, 0.14);
  transition:transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.platform-button span{
  font-weight:600;
}

.platform-button svg{
  width:18px;
  height:auto;
  flex-shrink:0;
}

.platform-button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 18px rgba(253, 66, 0, 0.2);
}

.ch-col--left{
  background:transparent;
}

.ch-col--right{
  background:transparent;
}

/* ESTE es el que limita a 1200px */
.ch-limit{
  width:100%;
  max-width:730px;              /* 730 + 730 = 1460 */
  padding-right: 40px;
}

.ch-col--left .ch-limit{
  margin-left:auto;             /* empuja hacia el centro */
  padding-right: 68px;
}

.ch-col--right .ch-limit{
  margin-right:0;
  display:flex;
  justify-content:flex-start;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  height: 100%;
}

/* resto igual */
.ch-copy{
  width:100%;
}

.ch-title{
  max-width: 620px;
  font-size:clamp(46px,3.4vw,68px);
  color: #fff;
  font-weight:800;
  letter-spacing:0;
  text-transform:uppercase;
  line-height:1.05;
  padding-bottom: clamp(30px,1vw,60px);
  font-family: "Oswald", sans-serif;
}

.ch-copy p{
  margin:0 0 16px;
  font-size:16px;
  line-height:1.6;
  color:#e9dfd6;
}

.home-template .ch-copy .qeh-hero__lead,
.home-template .ch-copy > p{
  font-size:21px;
  line-height:1.5;
  text-align:left;
}

.home-template .ch-copy .qeh-hero__lead{
  max-width:none;
  margin:24px 0 0;
}

.home-template .displayinline{
  margin-top: 12px;
}

.home-template .platform-buttons{
  padding-top: 12px;
}

.ch-col--right{
  position: relative;
}

.ch-visual-card{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 670px;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.ch-visual-card::before{
  content:none;
  position:absolute;
  inset:0;
}

.ch-visual-card__overlay{
  position:absolute;
  inset:0;
  background: none;
}

@keyframes homeHeroGlowOne {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(180px, 80px, 0) scale(1.16);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes homeHeroGlowTwo {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-140px, -90px, 0) scale(1.14);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}


.bloque1-titulo{text-align: center;  padding-bottom: clamp(30px,1vw,60px);padding-top: 20px; color:#FD4200; font-family: "Oswald", sans-serif; text-transform: uppercase;}
.bloque1-titulo--latest{
  padding-bottom: 20px;
}
.ch-section + section .bloque1-titulo{
  padding-bottom: 50px;
}
.cuatrocolumnas{  display: grid;
  grid-template-columns: repeat(4, 1fr); column-gap: 30px; padding-bottom: 100px; }
.cuatrocolumnas img{ border-radius: 12px; box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.07); transition: 0.4s ease; transition-property: transform;}
.cuatrocolumnas img:hover{ transform: scale(0.94);}

.home-quote {
  padding: 40px 0 80px;
}

.home-quote__box {
  background: #F9F0EA;
  border-radius: 14px;
  min-height: 290px;
  padding: 48px 56px;
  display: grid;
  grid-template-columns: 52px minmax(0, 980px) 52px;
  justify-content: center;
  align-items: center;
}

.home-quote__mark {
  color: #FD4200;
  font-family: "Oswald", sans-serif;
  font-size: 108px;
  font-weight: 700;
  line-height: 0.9;
}

.home-quote__mark--left {
  justify-self: center;
}

.home-quote__mark--right {
  justify-self: center;
  align-self: center;
}

.home-quote__content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 100%;
}

.home-quote__content p {
  margin: 0;
  color: #FD4200;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}

.home-membership-cta {
  padding: 50px 0 50px;
}

body.has-posts--latest .s-layout {
  padding-bottom: 50px;
}

.home-membership-cta__card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.56) 48%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(135deg, #43352f 0%, #201b18 100%);
  color: #fff;
  box-shadow: 0 20px 48px rgba(26, 17, 12, 0.18);
}

.home-membership-cta__card::before,
.home-membership-cta__card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(28px);
  opacity: 0.5;
  will-change: transform, opacity;
}

.home-membership-cta__card::before {
  top: 8%;
  left: 6%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(253, 66, 0, 0.7) 0%, rgba(253, 66, 0, 0.28) 36%, rgba(253, 66, 0, 0) 74%);
  animation: homeCtaGlowOne 8s ease-in-out infinite;
}

.home-membership-cta__card::after {
  right: 10%;
  bottom: 4%;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(253, 66, 0, 0.52) 0%, rgba(253, 66, 0, 0.2) 38%, rgba(253, 66, 0, 0) 74%);
  animation: homeCtaGlowTwo 10s ease-in-out infinite;
}

.home-membership-cta__main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(240px, 3fr);
  gap: 36px;
  align-items: stretch;
  min-height: 320px;
  padding: 28px 24px 34px;
}

.home-membership-cta__eyebrow {
  margin: 0 0 12px;
  color: #FD4200;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-membership-cta__title {
  margin: 0;
  max-width: 100%;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1;
  text-transform: uppercase;
}

.home-membership-cta__text {
  margin: 22px 0 0;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.6;
}

.home-membership-cta__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  align-self: stretch;
  padding: 8px 0 8px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.home-membership-cta__side-title {
  margin: 0;
  color: #FD4200;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.home-membership-cta__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-membership-cta__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.6;
}

.home-membership-cta__list li + li {
  margin-top: 10px;
}

.home-membership-cta__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FD4200;
}

.home-membership-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-membership-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 12px 16px;
  border: 1px solid #1f1b19;
  border-radius: 4px;
  background: #FD4200;
  border-color: #FD4200;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.05;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  box-shadow: 0 12px 26px rgba(253, 66, 0, 0.22);
}

.home-membership-cta__button:hover {
  transform: translateY(-2px);
  background: #ff5a1f;
  border-color: #ff5a1f;
  box-shadow: 0 16px 30px rgba(253, 66, 0, 0.28);
}

.home-membership-cta__link {
  color: #FD4200;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.home-membership-cta__link:hover {
  text-decoration: underline;
}

@keyframes homeCtaGlowOne {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }
  50% {
    transform: translate3d(280px, 144px, 0) scale(1.28);
    opacity: 0.62;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }
}

@keyframes homeCtaGlowTwo {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.32;
  }
  50% {
    transform: translate3d(-240px, -156px, 0) scale(1.34);
    opacity: 0.5;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.32;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-membership-cta__card::before,
  .home-membership-cta__card::after {
    animation: none;
  }
}

/* Responsive */
@media (max-width:900px){
  .ch-section__bg::after{
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68));
  }

  .ch-section::before,
  .ch-section::after{
    content:none;
  }

  .ch-section__bg-slide {
    background-position: center top;
  }

  .home-template .ch-col--left .ch-limit{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .home-template .displayinline{
    justify-content:center;
  }

  .home-template .platform-buttons{
    justify-content:center;
  }

  .home-template .ch-copy .qeh-hero__lead,
  .home-template .home-hero__proof{
    text-align:center;
  }

  .ch-section + section .bloque1-titulo{
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .ch-section{
    grid-template-columns:1fr;
    min-height: 0;
    background: transparent;
  }
  #slider{
    display: none;
  }
  .ch-section__dots{
    bottom:18px;
  }
  .ch-col--left .ch-limit,
  .ch-col--right .ch-limit{
    padding-right: 24px;
    padding-left: 24px;
  }
  .ch-col--left .ch-limit{
    margin-left: 0;
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .ch-copy p{
    margin: 0 0 22px;
    color:#f4ede4;
  }
  .ch-title{
    max-width: 100%;
    font-size: clamp(34px, 9vw, 50px);
    line-height: 1.02;
    padding-bottom: 30px;
  }
  .bloque1-titulo{
    font-size: clamp(34px, 9vw, 50px);
    line-height: 1.02;
    padding-bottom: 12px;
  }
  .displayinline{
    margin-top: 28px;
  }
  .platform-buttons{
    width: 100%;
    padding-top: 24px;
  }
  .platform-button{
    flex: 1 1 180px;
  }
  .ch-visual-card{
    display:none;
  }
 .cuatrocolumnas img{border-radius:12px;  border-radius: 33px;}
  .cuatrocolumnas{grid-template-columns:repeat(2, minmax(0, 1fr)); }
  .home-quote {
    padding: 40px 0 56px;
  }

  .home-quote__box {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 36px 24px;
    gap: 12px;
  }

  .home-quote__mark {
    font-size: 84px;
    line-height: 0.8;
  }

  .home-quote__mark--left {
    justify-self: start;
  }

  .home-quote__mark--right {
    display: none;
  }

  .home-quote__content p {
    font-size: 24px;
  }

  .home-membership-cta {
    padding: 50px 0 50px;
  }

  .home-membership-cta__main {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 18px 10px 24px;
    gap: 32px;
  }

  .home-membership-cta__card {
    padding: 18px;
    gap: 24px;
    border-radius: 28px;
  }

  .home-membership-cta__eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  .home-membership-cta__title {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 0.96;
    letter-spacing: -0.02em;
    max-width: 92%;
  }

  .home-membership-cta__text {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.55;
    max-width: 100%;
  }

  .home-membership-cta__side {
    gap: 16px;
    padding: 24px 0 0;
    width: 100%;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .home-membership-cta__side-title {
    font-size: 20px;
  }

  .home-membership-cta__list li {
    font-size: 16px;
    line-height: 1.55;
  }

  .home-membership-cta__actions {
    margin-top: 24px;
    width: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 14px;
  }

  .home-membership-cta__button {
    min-height: auto;
    width: auto;
  }

  .home-membership-cta__link {
    display: inline-flex;
    justify-content: flex-start;
    width: auto;
    font-size: 16px;
  }

  .ch-col--left .ch-limit,
  .ch-col--right .ch-limit{
    margin:0 auto;
    max-width:100%;
  }

  .ch-col--right{
    min-height:280px;
  }
}


.titulo-suscripcion{font-family: oswald; text-align: center; font-size: 48px; padding-bottom:20px; }
.bloque-suscripcion{max-width: 900px; margin: 0 auto; padding-top: 160px;}
.mini-p{font-size: 14px; color:grey;}

.membership-page {
  padding: 40px 0 80px;
}

.membership-page__intro {
  max-width: 1120px;
  margin: 0 auto;
}

.membership-page .titulo-suscripcion {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.02;
  text-transform: none;
}

.membership-page__lead {
  max-width: 760px;
  margin: 0 auto 32px;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.membership-page__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 980px;
  margin: 0 auto 40px;
}

.membership-choice {
  border: 1px solid #e5ddd8;
  border-radius: 18px;
  padding: 32px;
  background: #fff;
}

.membership-choice--paid {
  background: #f9f0ea;
}

.membership-choice--disabled {
  position: relative;
  opacity: 0.78;
  cursor: not-allowed;
}

.membership-choice--disabled::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.38));
  pointer-events: none;
}

.membership-choice__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.membership-choice__eyebrow {
  margin: 0;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.membership-choice__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fd4200;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.membership-choice__title {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.1;
}

.membership-choice__text {
  margin: 0 0 24px;
  color: #3d3d3d;
  font-size: 17px;
  line-height: 1.55;
}

.membership-choice__button {
  min-width: 200px;
  justify-content: center;
}

.membership-choice__link {
  color: #fd4200;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.membership-choice__link--disabled {
  color: #9a5a43;
}

.membership-page__benefits {
  max-width: 820px;
  margin: 0 auto 36px;
}

.membership-page__benefits-title {
  margin: 0 0 12px;
  color: #8a8a8a;
  font-size: 16px;
}

.membership-page__benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.membership-page__benefits-list li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 52px;
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.35;
}

.membership-page__benefits-list li::before {
  content: "●";
  position: absolute;
  left: 10px;
  top: 1px;
  color: #FD4200;
  font-size: 22px;
  line-height: 1;
}

.membership-page__pricing {
  max-width: 1120px;
  margin-top: 0;
  padding: 0;
}

.pricing-section {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.pricing-card {
  flex: 1;
  min-height: 290px;
  border-radius: 18px;
  padding: 56px 34px 42px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.pricing-card--monthly {
  background: #F9F0EA;
  color: #000;
}

.pricing-card--annual {
  background: #ff5400;
  color: #fff;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.pricing-card__title {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.pricing-card__label {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-card__price {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}

.pricing-card__old-price {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #fff;
  opacity: 0.95;
}

.pricing-card__note {
  margin: 40px 0 0;
  max-width: 360px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.pricing-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 12px 18px;
  border-radius: 4px;
  background: #fd4200;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.pricing-card__cta--light {
  background: #fff;
  color: #fd4200;
}

@media (max-width: 900px) {
  .membership-page {
    padding: 24px 0 56px;
  }

  .membership-page .titulo-suscripcion {
    padding-bottom: 32px;
  }

  .membership-page__benefits {
    margin-bottom: 32px;
  }

  .membership-page__lead {
    font-size: 18px;
  }

  .membership-page__choices {
    grid-template-columns: 1fr;
  }

  .membership-page__benefits-list li {
    padding-left: 40px;
    font-size: 18px;
  }

  .membership-page__benefits-list li::before {
    left: 4px;
  }

  .pricing-section {
    flex-direction: column;
  }

  .pricing-card {
    min-height: auto;
    padding: 50px 30px;
  }

  .pricing-card__title {
    margin-bottom: 45px;
    font-size: 32px;
  }

  .pricing-card__label,
  .pricing-card__old-price {
    font-size: 24px;
  }

  .pricing-card__price {
    font-size: 62px;
  }

  .pricing-card__note {
    font-size: 22px;
  }
}

/* ===== CMODIFICACIONES PUBLISHER THEME ===== */

.s-footer{
    color: white;
    background-color: #000000;}
nav.s-tag-nav{background-color: #FD4200; color:white; border-top: 2px solid white; border-bottom: 0; position: relative; z-index: 100; overflow: visible; }

.s-tag-nav .s-social::before {
  display: none;
}
.navegacion-footer{color: white; padding-bottom: 10px;}
@media screen and (min-width: 1024px) {
  .s-header .s-logo--image img {
    height: 90px;
  }

  .s-header {
    min-height: 130px;
  }

  body.has-scrolled .s-header {
    height: 64px;
    min-height: 64px;
  }

  body.has-scrolled .s-header .s-logo--image img {
    height: 48px;
  }
      .s-footer-brand-logo img {
        height: 100px;
    }
}
.s-footer-copyright{border-top: 1px solid white; padding-top:20px;}
.s-footer-copyright p,
.s-footer-copyright a{font-size:14px;}
.s-footer-nav{justify-content: end; padding-right: 0;}
.s-footer-nav ul{gap: 0.3rem;}
.s-footer-nav ul li a{line-height: 1.15;}
.s-footer a:hover{color:#FD4200;}


@media screen and (max-width:1600px) {
    .ch-limit{
        padding: 0 40px;
    }

}
/* ===== AJUSTES MOVIL ===== */

@media (max-width: 768px) {
  .ch-limit{
        padding-top:40px;
        padding-bottom: 40px;
    }
    .s-header .s-logo--image img {
    height:36px;}
    body.has-scrolled .s-header .s-logo--image img {
    height:36px;}
    .cuatrocolumnas{gap:30px;}

    .s-footer-nav{
      display:grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px 20px;
      align-items:start;
    }

}



 /* ===== FUENTES ===== */

h1,h2,h3{font-family: oswald; }
h1,h2{text-transform: uppercase;font-family: oswald; }
.s-footer h3{font-size: 24px;}


/* PAGINA RUIDO BLANCO*/
.bloque-titulo-ultimos-episodios{
  padding-top: 20px;
  color:#FD4200;
  font-family: "Oswald", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase !important;
}

.bloque-titulo-ultimos-episodios.rb-presenter__title{
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
}
.rb-hero__title-kicker{
  margin: 20px 0 2px;
  color:#fff;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}
.rb-hero__breadcrumb {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
  color: #FD4200;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.rb-hero__breadcrumb-parent {
  display: inline-block;
}
.rb-hero {
  background: #111;
  min-height: 558px;
  position: relative;
  overflow: hidden;
}

body.page-ruido-blanco .rb-hero {
  background: #111 url("/assets/img/ruido-fondo.jpg") center top / cover no-repeat;
}

body.page-tipos-de-interes .rb-hero,
body.page-civilizacion-y-barbarie .rb-hero,
body.page-fuera-de-guion .rb-hero {
  background: #f2f2f2;
}

body.page-tipos-de-interes .rb-hero {
  background: #111 url("/assets/img/tipos-fondo2.jpg") center top / cover no-repeat;
}

body.page-civilizacion-y-barbarie .rb-hero {
  background: #f2eee7 url("/assets/img/civilizacion-fondo.jpg") center top / cover no-repeat;
}

body.page-civilizacion-y-barbarie .rb-hero::before,
body.page-civilizacion-y-barbarie .rb-hero::after {
  content: none;
}

body.page-fuera-de-guion .rb-hero {
  background: #efe9e1 url("/assets/img/fuera-de-guion-fondo.jpg") center top / cover no-repeat;
}

.rb-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  position: relative;
  z-index: 1;
}

.rb-hero__left {
  display: flex;
  align-items: center;
}

.rb-hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.rb-hero__copy {
  max-width: 660px;
  color: #fff;
}


.rb-hero__text {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
}

body.page-tipos-de-interes .rb-hero__copy,
body.page-civilizacion-y-barbarie .rb-hero__copy,
body.page-fuera-de-guion .rb-hero__copy,
body.page-tipos-de-interes .rb-hero__text,
body.page-civilizacion-y-barbarie .rb-hero__text,
body.page-fuera-de-guion .rb-hero__text {
  color: #111;
}

body.page-tipos-de-interes .rb-hero__title-kicker,
body.page-civilizacion-y-barbarie .rb-hero__title-kicker,
body.page-fuera-de-guion .rb-hero__title-kicker {
  color: #111;
}

body.page-tipos-de-interes .rb-hero__breadcrumb {
  color: #3f377f;
}

body.page-fuera-de-guion .rb-hero__breadcrumb,
body.page-fuera-de-guion .rb-hero__title-kicker {
  color: #41d89a;
}

body.page-civilizacion-y-barbarie .rb-hero__breadcrumb,
body.page-civilizacion-y-barbarie .rb-hero__title-kicker {
  color: #1e274a;
}

body.page-tipos-de-interes .rb-hero__inner {
  grid-template-columns: 1fr;
}

body.page-ruido-blanco .rb-hero__inner,
body.page-civilizacion-y-barbarie .rb-hero__inner,
body.page-fuera-de-guion .rb-hero__inner {
  grid-template-columns: 1fr;
}

body.page-tipos-de-interes .rb-hero__right {
  display: none;
}

body.page-ruido-blanco .rb-hero__right,
body.page-civilizacion-y-barbarie .rb-hero__right,
body.page-fuera-de-guion .rb-hero__right {
  display: none;
}

body.page-tipos-de-interes .rb-hero__title-kicker {
  margin: 0;
  color: #3f377f;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body.page-ruido-blanco .rb-hero__title-kicker,
body.page-civilizacion-y-barbarie .rb-hero__title-kicker,
body.page-fuera-de-guion .rb-hero__title-kicker {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

body.page-tipos-de-interes .rb-hero__text.espaciado {
  margin-top: 0;
  padding-top: 12px;
}

body.page-ruido-blanco .rb-hero__text.espaciado,
body.page-civilizacion-y-barbarie .rb-hero__text.espaciado,
body.page-fuera-de-guion .rb-hero__text.espaciado {
  margin-top: 0;
  padding-top: 12px;
}

body.page-tipos-de-interes .rb-hero__inline-logo {
  display: block;
  width: min(210px, 34vw);
  margin-top: 0;
  margin-bottom: 44px;
}

body.page-ruido-blanco .rb-hero__inline-logo,
body.page-civilizacion-y-barbarie .rb-hero__inline-logo,
body.page-fuera-de-guion .rb-hero__inline-logo {
  display: block;
  width: min(210px, 34vw);
  margin-top: 0;
  margin-bottom: 44px;
}

body.page-ruido-blanco .rb-hero__inline-logo {
  width: min(340px, 46vw);
}

body.page-civilizacion-y-barbarie .rb-hero__inline-logo {
  width: min(340px, 46vw);
}

body.page-tipos-de-interes .rb-hero__breadcrumb {
  margin-bottom: 0;
}

body.page-ruido-blanco .rb-hero__breadcrumb,
body.page-civilizacion-y-barbarie .rb-hero__breadcrumb,
body.page-fuera-de-guion .rb-hero__breadcrumb {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .rb-hero {
    min-height: auto;
    background-position: center top;
  }

  .rb-hero__inner.s-container {
    padding-left: 0;
    padding-right: 0;
  }

  body.page-tipos-de-interes .rb-hero {
    background: #f0f0ed;
  }

  body.page-ruido-blanco .rb-hero {
    background: #f0f0ed;
  }

  body.page-fuera-de-guion .rb-hero {
    background: #f0f0ed;
  }

  body.page-civilizacion-y-barbarie .rb-hero {
    background: #f0f0ed;
  }

  .rb-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rb-hero__left {
    padding: 40px 0;
  }

  body.page-ruido-blanco .rb-hero__left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: #f0f0ed url("/assets/img/ruido-movil-fondo.jpg") center top / cover no-repeat;
    background-blend-mode: normal;
    box-shadow: none;
    filter: none;
  }

  body.page-ruido-blanco .rb-hero__copy {
    background: transparent;
    box-shadow: none;
    filter: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  body.page-tipos-de-interes .rb-hero__copy,
  body.page-civilizacion-y-barbarie .rb-hero__copy,
  body.page-fuera-de-guion .rb-hero__copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.page-tipos-de-interes .rb-hero__right {
    display: block;
    min-height: 360px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: url("/assets/img/tipos-movil-presentador.jpg") center top / cover no-repeat;
  }

  body.page-ruido-blanco .rb-hero__right {
    display: block;
    min-height: 360px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: url("/assets/img/ruido-movil-presentador.jpg") center top / cover no-repeat;
  }

  body.page-fuera-de-guion .rb-hero__right {
    display: block;
    min-height: 360px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: url("/assets/img/fueradeguion-movil-presentador.jpg") center top / cover no-repeat;
  }

  body.page-civilizacion-y-barbarie .rb-hero__right {
    display: block;
    min-height: 360px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: url("/assets/img/civilizacion-movil-presentador.jpg") center top / cover no-repeat;
  }

  .rb-hero__text {
    font-size: 16px;
  }

  .rb-hero__title-kicker {
    margin: 18px 0 2px;
    font-size: 28px;
  }

  .rb-presenter {
    padding: 80px 0 52px;
  }

  .rb-presenter__card {
    padding: 28px 24px;
  }

  .rb-presenter__layout {
    grid-template-columns: 1fr;
  }

  .rb-presenter__intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rb-presenter__portrait {
    width: 132px;
    height: 132px;
  }

  .rb-presenter__bio {
    margin-top: 18px;
  }

  .rb-presenter__program-link img {
    max-height: 72px;
  }

  .rb-presenter__programs {
    margin-top: 8px;
    padding-left: 0;
    border-left: 0;
    height: auto;
  }

  .rb-presenter__program-logos {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 18px 28px;
  }

}


body.page-ruido-blanco .s-main,
body.page-tipos-de-interes .s-main,
body.page-civilizacion-y-barbarie .s-main,
body.page-fuera-de-guion .s-main {
    padding: 0 0 60px 0 !important;
  }

body.page-ruido-blanco .s-page-header-content,
body.page-tipos-de-interes .s-page-header-content,
body.page-civilizacion-y-barbarie .s-page-header-content,
body.page-fuera-de-guion .s-page-header-content {
  margin-bottom: 18px;
}

.rb-presenter {
  padding: 80px 0 70px;
}

.rb-presenter__inner {
  width: 100%;
  max-width: none;
}

.rb-presenter__title {
  padding-top: 0;
  padding-bottom: 20px;
}

.rb-presenter__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.rb-presenter__card {
  margin-top: 0;
  padding: 34px 34px;
  border-radius: 18px;
  background: #f3f3f3;
}

.rb-presenter__intro {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
}

.rb-presenter__portrait {
  width: 148px;
  height: 148px;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #d8d8d8;
}

.rb-presenter__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rb-presenter__portrait--ivan img {
  object-position: center top;
}

.rb-presenter__portrait--alejandro img {
  object-position: center top;
}

.rb-presenter__name {
  margin: 0;
  color: #2b2b2b;
  font-family: "Oswald", sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1;
}

.rb-presenter__bio {
  margin: 18px 0 0;
  color: #55514d;
  font-size: 17px;
  line-height: 1.75;
}

.rb-presenter__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
  margin-top: 26px;
}

.rb-presenter__socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.rb-presenter__socials a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.rb-presenter__socials a::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #222;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.rb-presenter__socials a {
  position: relative;
  padding-left: 36px;
}

.rb-presenter__socials a svg {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
}

.rb-presenter__socials a:hover {
  text-decoration: underline;
}

.rb-presenter__programs {
  align-self: stretch;
  justify-self: end;
  margin-top: 0;
  min-width: 290px;
  padding-left: 38px;
  border-left: 1px solid rgba(43, 43, 43, 0.18);
  height: 100%;
  width: auto;
}

.rb-presenter__programs-label {
  margin: 0 0 18px;
  color: #2b2b2b;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.rb-presenter__program-logos {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 18px 24px;
  width: auto;
}

.rb-presenter__program-link {
  display: inline-flex;
  align-items: center;
}

.rb-presenter__program-link img {
  display: block;
  max-height: 88px;
  width: auto;
}

.rb-presenter__program-link[href="/ruido-blanco/"] img {
  max-height: 30px;
}

.rb-presenter__program-link[href="/fuera-de-guion/"] img {
  max-height: 66px;
}

.rb-presenter--multi .rb-presenter__layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rb-presenter--multi .rb-presenter__card {
  height: 100%;
  display: flex;
}

.rb-presenter__intro--stack {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex: 1 1 auto;
  min-height: 100%;
}

body.page-fuera-de-guion .rb-presenter__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body.page-fuera-de-guion .rb-presenter__heading {
  display: flex;
  flex-direction: column;
}

.rb-presenter__intro--stack .rb-presenter__portrait {
  width: 128px;
  height: 128px;
}

.rb-presenter__intro--stack .rb-presenter__bio {
  margin-top: 14px;
}

body.page-fuera-de-guion .rb-presenter__footer {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding-top: 48px;
}

.rb-presenter__intro--stack .rb-presenter__socials {
  margin-top: 0;
  padding-top: 0;
}

.rb-presenter__intro--stack .rb-presenter__programs {
  margin-top: 0;
  min-width: 0;
  width: 100%;
  padding-top: 22px;
  padding-left: 0;
  border-left: 0;
  border-top: 1px solid rgba(43, 43, 43, 0.18);
}

.rb-presenter__intro--stack .rb-presenter__program-logos {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.rb-presenter__intro--stack .rb-presenter__program-link {
  flex: 0 1 auto;
}

body.page-civilizacion-y-barbarie .rb-presenter__program-link[href="/civilizacion-y-barbarie/"] img {
  max-height: 44px;
}

body.page-tipos-de-interes .rb-presenter__program-link[href="/tipos-de-interes/"] img,
body.page-fuera-de-guion .rb-presenter__program-link[href="/tipos-de-interes/"] img {
  max-height: 42px;
}

body.page-fuera-de-guion .rb-presenter__program-link[href="/civilizacion-y-barbarie/"] img {
  max-height: 44px;
}

body.page-fuera-de-guion .rb-presenter__program-link[href="/ruido-blanco/"] img {
  max-height: 28px;
}

body.page-ruido-blanco .rb-presenter__card,
body.page-civilizacion-y-barbarie .rb-presenter__card,
body.page-tipos-de-interes .rb-presenter__card {
  background:
    radial-gradient(circle at top right, rgba(255, 90, 31, 0.05), transparent 30%),
    linear-gradient(180deg, #f7f7f5 0%, #efefec 100%);
}

body.page-civilizacion-y-barbarie .rb-presenter__card {
  background:
    radial-gradient(circle at bottom right, rgba(64, 92, 186, 0.34) 0%, rgba(64, 92, 186, 0.2) 8%, rgba(64, 92, 186, 0.08) 13%, rgba(64, 92, 186, 0) 20%),
    linear-gradient(180deg, #f7f7f5 0%, #efefec 100%);
}

body.page-ruido-blanco .rb-presenter__card {
  background:
    radial-gradient(circle at bottom right, rgba(255, 90, 31, 0.34) 0%, rgba(255, 90, 31, 0.2) 8%, rgba(255, 90, 31, 0.08) 13%, rgba(255, 90, 31, 0) 20%),
    linear-gradient(180deg, #f7f7f5 0%, #efefec 100%);
}

body.page-tipos-de-interes .rb-presenter__card {
  background:
    radial-gradient(circle at bottom right, rgba(169, 169, 255, 0.82) 0%, rgba(169, 169, 255, 0.54) 8%, rgba(169, 169, 255, 0.2) 13%, rgba(169, 169, 255, 0) 20%),
    linear-gradient(180deg, #f7f7f5 0%, #efefec 100%);
}

body.page-fuera-de-guion .rb-presenter__card--editorial {
  background:
    radial-gradient(circle at bottom right, rgba(65, 216, 154, 0.62) 0%, rgba(65, 216, 154, 0.4) 16%, rgba(65, 216, 154, 0.16) 30%, rgba(65, 216, 154, 0) 44%),
    linear-gradient(180deg, #f7f7f5 0%, #efefec 100%);
}

body.page-ruido-blanco .rb-presenter__portrait,
body.page-civilizacion-y-barbarie .rb-presenter__portrait,
body.page-tipos-de-interes .rb-presenter__portrait {
  border: 4px solid #fff;
  background: #ddd5ca;
}

body.page-ruido-blanco .rb-presenter__heading,
body.page-civilizacion-y-barbarie .rb-presenter__heading,
body.page-tipos-de-interes .rb-presenter__heading {
  display: flex;
  flex-direction: column;
}

body.page-ruido-blanco .rb-presenter__role,
body.page-civilizacion-y-barbarie .rb-presenter__role,
body.page-tipos-de-interes .rb-presenter__role {
  margin: 10px 0 0;
  color: #4a4a46;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.page-ruido-blanco .rb-presenter__bio,
body.page-civilizacion-y-barbarie .rb-presenter__bio,
body.page-tipos-de-interes .rb-presenter__bio {
  margin-top: 18px;
}

body.page-ruido-blanco .rb-presenter__socials a,
body.page-civilizacion-y-barbarie .rb-presenter__socials a,
body.page-tipos-de-interes .rb-presenter__socials a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  position: static;
  width: fit-content;
  min-width: 0;
  padding: 10px 18px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

body.page-ruido-blanco .rb-presenter__socials a::before,
body.page-civilizacion-y-barbarie .rb-presenter__socials a::before,
body.page-tipos-de-interes .rb-presenter__socials a::before {
  content: none;
}

body.page-ruido-blanco .rb-presenter__socials a svg,
body.page-civilizacion-y-barbarie .rb-presenter__socials a svg,
body.page-tipos-de-interes .rb-presenter__socials a svg {
  position: static;
  transform: none;
  left: auto;
  top: auto;
  color: #242424;
}

body.page-ruido-blanco .rb-presenter__socials a:hover,
body.page-civilizacion-y-barbarie .rb-presenter__socials a:hover,
body.page-tipos-de-interes .rb-presenter__socials a:hover {
  border-color: transparent;
  color: #fff;
}

body.page-ruido-blanco .rb-presenter__socials a:hover svg,
body.page-civilizacion-y-barbarie .rb-presenter__socials a:hover svg,
body.page-tipos-de-interes .rb-presenter__socials a:hover svg {
  color: #fff;
}

body.page-ruido-blanco .rb-presenter__socials a:hover {
  background: #ff5a1f;
}

body.page-fuera-de-guion .rb-editorial-card__socials a:hover {
  background: #4fe1b8;
}

body.page-civilizacion-y-barbarie .rb-presenter__socials a:hover {
  background: #1f3067;
}

body.page-tipos-de-interes .rb-presenter__socials a:hover {
  background: #4d4599;
}

body.page-ruido-blanco .rb-presenter__programs,
body.page-civilizacion-y-barbarie .rb-presenter__programs,
body.page-tipos-de-interes .rb-presenter__programs {
  padding-left: 30px;
  border-left: 1px solid rgba(23, 23, 23, 0.12);
}

body.page-ruido-blanco .rb-presenter__programs-label,
body.page-civilizacion-y-barbarie .rb-presenter__programs-label,
body.page-tipos-de-interes .rb-presenter__programs-label {
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.page-ruido-blanco .rb-presenter__program-logos,
body.page-civilizacion-y-barbarie .rb-presenter__program-logos,
body.page-tipos-de-interes .rb-presenter__program-logos {
  gap: 16px 18px;
}

body.page-ruido-blanco .rb-presenter__program-link,
body.page-civilizacion-y-barbarie .rb-presenter__program-link,
body.page-tipos-de-interes .rb-presenter__program-link {
  padding: 0;
}

body.page-ruido-blanco .rb-presenter__program-link[href="/fuera-de-guion/"] img {
  max-height: 62px;
}

body.page-ruido-blanco .rb-presenter__program-link[href="/ruido-blanco/"] img {
  max-height: 28px;
}

body.page-civilizacion-y-barbarie .rb-presenter__program-link[href="/fuera-de-guion/"] img {
  max-height: 62px;
}

body.page-civilizacion-y-barbarie .rb-presenter__program-link[href="/civilizacion-y-barbarie/"] img {
  max-height: 44px;
}

body.page-tipos-de-interes .rb-presenter__program-link[href="/fuera-de-guion/"] img {
  max-height: 62px;
}

body.page-tipos-de-interes .rb-presenter__program-link[href="/tipos-de-interes/"] img {
  max-height: 42px;
}

.rb-presenter__comparison {
  margin-top: 54px;
}

.rb-presenter__comparison-label {
  margin: 0 0 22px;
  color: #ff5a1f;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rb-presenter__layout--editorial {
  margin-top: 0;
  gap: 32px;
}

.rb-presenter__card--editorial {
  padding: 34px 34px;
  border-radius: 18px;
  background:
    radial-gradient(circle at bottom right, rgba(65, 216, 154, 0.62) 0%, rgba(65, 216, 154, 0.4) 16%, rgba(65, 216, 154, 0.16) 30%, rgba(65, 216, 154, 0) 44%),
    linear-gradient(180deg, #f7f7f5 0%, #efefec 100%);
  box-shadow: none;
}

.rb-editorial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.rb-editorial-card__top {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.rb-editorial-card__portrait {
  width: 124px;
  height: 124px;
  margin: 0;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #ddd5ca;
}

.rb-editorial-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.page-fuera-de-guion .rb-editorial-card__portrait img {
  filter: grayscale(1);
}

.rb-editorial-card__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rb-editorial-card__name {
  margin: 0;
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 2.15vw, 40px);
  line-height: 0.95;
}

.rb-editorial-card__role {
  margin: 0;
  color: #4a4a46;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rb-editorial-card__bio {
  margin: 0;
  color: #4b4640;
  font-size: 17px;
  line-height: 1.75;
  max-width: none;
}

.rb-editorial-card__bottom {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 42px;
  padding-top: 0;
}

.rb-editorial-card__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rb-editorial-card__socials a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #242424;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.rb-editorial-card__socials a svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.rb-editorial-card__socials a:hover {
  border-color: transparent;
  color: #fff;
  transform: translateY(-1px);
}

.rb-editorial-card__socials a:hover svg {
  color: #fff;
}

.rb-editorial-card__programs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid rgba(23, 23, 23, 0.12);
}

.rb-editorial-card__programs-label {
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.rb-editorial-card__program-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 18px;
}

.rb-editorial-card__program-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
}

.rb-editorial-card__program-link img {
  display: block;
  width: auto;
  max-height: 34px;
}

body.page-fuera-de-guion .rb-editorial-card__program-link[href="/fuera-de-guion/"] img {
  max-height: 48px;
}

body.page-fuera-de-guion .rb-editorial-card__program-link[href="/ruido-blanco/"] img {
  max-height: 22px;
}

body.page-fuera-de-guion .rb-editorial-card__program-link[href="/tipos-de-interes/"] img {
  max-height: 32px;
}

body.page-fuera-de-guion .rb-editorial-card__program-link[href="/civilizacion-y-barbarie/"] img {
  max-height: 36px;
}

@media (max-width: 991px) {
  .rb-presenter--multi .rb-presenter__layout {
    grid-template-columns: 1fr;
  }

  body.page-ruido-blanco .rb-presenter__card,
  body.page-civilizacion-y-barbarie .rb-presenter__card,
  body.page-tipos-de-interes .rb-presenter__card {
    padding: 28px 28px 26px;
  }

  body.page-ruido-blanco .rb-presenter__intro,
  body.page-civilizacion-y-barbarie .rb-presenter__intro,
  body.page-tipos-de-interes .rb-presenter__intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.page-ruido-blanco .rb-presenter__portrait,
  body.page-civilizacion-y-barbarie .rb-presenter__portrait,
  body.page-tipos-de-interes .rb-presenter__portrait {
    width: 120px;
    height: 120px;
  }

  body.page-ruido-blanco .rb-presenter__programs,
  body.page-civilizacion-y-barbarie .rb-presenter__programs,
  body.page-tipos-de-interes .rb-presenter__programs {
    margin-top: 12px;
    padding-top: 20px;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(23, 23, 23, 0.12);
  }

  body.page-ruido-blanco .rb-presenter__program-logos,
  body.page-civilizacion-y-barbarie .rb-presenter__program-logos,
  body.page-tipos-de-interes .rb-presenter__program-logos {
    gap: 14px 18px;
  }

  .rb-presenter__layout--editorial {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rb-presenter__card--editorial {
    padding: 28px 28px 26px;
  }

  .rb-editorial-card__bio {
    max-width: none;
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  body.page-ruido-blanco .rb-presenter__card,
  body.page-civilizacion-y-barbarie .rb-presenter__card,
  body.page-tipos-de-interes .rb-presenter__card {
    padding: 24px 22px 22px;
  }

  body.page-ruido-blanco .rb-presenter__portrait,
  body.page-civilizacion-y-barbarie .rb-presenter__portrait,
  body.page-tipos-de-interes .rb-presenter__portrait {
    width: 104px;
    height: 104px;
  }

  body.page-ruido-blanco .rb-presenter__name,
  body.page-civilizacion-y-barbarie .rb-presenter__name,
  body.page-tipos-de-interes .rb-presenter__name {
    font-size: 30px;
    line-height: 1;
  }

  body.page-ruido-blanco .rb-presenter__role,
  body.page-civilizacion-y-barbarie .rb-presenter__role,
  body.page-tipos-de-interes .rb-presenter__role {
    font-size: 13px;
  }

  body.page-ruido-blanco .rb-presenter__bio,
  body.page-civilizacion-y-barbarie .rb-presenter__bio,
  body.page-tipos-de-interes .rb-presenter__bio {
    font-size: 16px;
    line-height: 1.65;
  }

  body.page-ruido-blanco .rb-presenter__socials,
  body.page-civilizacion-y-barbarie .rb-presenter__socials,
  body.page-tipos-de-interes .rb-presenter__socials {
    gap: 12px;
  }

  body.page-ruido-blanco .rb-presenter__socials a,
  body.page-civilizacion-y-barbarie .rb-presenter__socials a,
  body.page-tipos-de-interes .rb-presenter__socials a {
    width: fit-content;
    padding: 11px 18px;
    font-size: 14px;
  }

  body.page-ruido-blanco .rb-presenter__programs-label,
  body.page-civilizacion-y-barbarie .rb-presenter__programs-label,
  body.page-tipos-de-interes .rb-presenter__programs-label {
    font-size: 20px;
    text-align: left;
  }

  body.page-ruido-blanco .rb-presenter__programs,
  body.page-civilizacion-y-barbarie .rb-presenter__programs,
  body.page-tipos-de-interes .rb-presenter__programs {
    width: 100%;
  }

  body.page-ruido-blanco .rb-presenter__program-logos,
  body.page-civilizacion-y-barbarie .rb-presenter__program-logos,
  body.page-tipos-de-interes .rb-presenter__program-logos {
    justify-content: flex-start;
    align-items: center;
    gap: 14px 18px;
  }

  body.page-ruido-blanco .rb-presenter__program-link[href="/fuera-de-guion/"] img {
    max-height: 52px;
  }

  body.page-ruido-blanco .rb-presenter__program-link[href="/ruido-blanco/"] img {
    max-height: 24px;
  }

  body.page-civilizacion-y-barbarie .rb-presenter__program-link[href="/fuera-de-guion/"] img {
    max-height: 52px;
  }

  body.page-civilizacion-y-barbarie .rb-presenter__program-link[href="/civilizacion-y-barbarie/"] img {
    max-height: 36px;
  }

  body.page-tipos-de-interes .rb-presenter__program-link[href="/fuera-de-guion/"] img {
    max-height: 52px;
  }

  body.page-tipos-de-interes .rb-presenter__program-link[href="/tipos-de-interes/"] img {
    max-height: 36px;
  }

  .rb-presenter__layout--editorial {
    gap: 18px;
  }

  .rb-presenter__card--editorial {
    padding: 24px 22px 22px;
  }

  .rb-editorial-card__top {
    gap: 14px;
  }

  .rb-editorial-card__portrait {
    width: 96px;
    height: 96px;
  }

  .rb-editorial-card__name {
    font-size: 30px;
    line-height: 1;
  }

  .rb-editorial-card__role {
    font-size: 13px;
  }

  .rb-editorial-card__bio {
    font-size: 16px;
    line-height: 1.65;
  }

  .rb-editorial-card__bottom {
    gap: 18px;
    margin-top: 28px;
  }

  .rb-editorial-card__programs {
    gap: 12px;
    padding-top: 18px;
  }

  .rb-editorial-card__programs-label {
    font-size: 16px;
  }

  .rb-editorial-card__socials a {
    width: auto;
    justify-content: flex-start;
    padding: 11px 14px;
    font-size: 14px;
  }

  .rb-editorial-card__program-logos {
    gap: 12px 16px;
  }

  body.page-fuera-de-guion .rb-editorial-card__program-link[href="/fuera-de-guion/"] img {
    max-height: 42px;
  }

  body.page-fuera-de-guion .rb-editorial-card__program-link[href="/ruido-blanco/"] img {
    max-height: 20px;
  }

  body.page-fuera-de-guion .rb-editorial-card__program-link[href="/tipos-de-interes/"] img {
    max-height: 28px;
  }

  body.page-fuera-de-guion .rb-editorial-card__program-link[href="/civilizacion-y-barbarie/"] img {
    max-height: 32px;
  }
}


.espaciado{padding-top:40px;}
.logo-ruido{max-width:630px;}

body.page-tipos-de-interes .logo-ruido,
body.page-civilizacion-y-barbarie .logo-ruido,
body.page-fuera-de-guion .logo-ruido {
  max-width: 315px;
}

.s-nav-drawer .s-menu > li.has-submenu > a {
  position: relative;
  padding-right: 28px;
}

.s-nav-drawer .s-menu > li.has-submenu > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.s-nav-drawer .s-menu > li.has-submenu > a[aria-expanded="true"]::after {
  transform: translateY(-30%) rotate(225deg);
}

@media screen and (min-width: 1024px) {
  .s-header .s-utils .s-nav-burger {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .s-tag-nav .s-tag-menu a {
    position: relative;
  }

  .s-tag-nav .s-tag-menu {
    align-items: center;
    overflow: visible;
  }

  .s-tag-nav .s-container,
  .s-tag-nav .s-group {
    overflow: visible;
  }

  .s-tag-nav .s-tag-menu > li {
    position: relative;
    flex-shrink: 0;
  }

  .s-tag-menu-programs {
    padding-right: 8px;
  }

  .s-tag-menu-programs__details {
    position: relative;
  }

  .s-tag-menu-programs__label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 16px 0;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    list-style: none;
  }

  .s-tag-menu-programs__label::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -1px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.75;
  }

  .s-tag-menu-programs__label.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: currentColor;
  }

  .s-tag-menu-programs__tray {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 240px;
    padding: 10px 0;
    border: 1px solid rgba(106, 33, 0, 0.22);
    border-radius: 5px;
    background: #fd4200;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    opacity: 0;
    pointer-events: none;
  }

  .s-tag-menu-programs__tray a,
  .s-tag-nav .s-tag-menu .s-tag-menu-programs__tray a {
    display: block;
    padding: 10px 16px;
    color: #fff4ec;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    transform: none;
    opacity: 0;
    pointer-events: none;
  }

  .s-tag-menu-programs__tray a + a,
  .s-tag-nav .s-tag-menu .s-tag-menu-programs__tray a + a {
    border-top: 1px solid rgba(255, 244, 236, 0.28);
  }

  .s-tag-menu-programs__tray a.is-active,
  .s-tag-nav .s-tag-menu .s-tag-menu-programs__tray a.is-active {
    color: #ffffff;
    font-weight: 700;
    background: rgba(106, 33, 0, 0.18);
  }

  .s-tag-menu-programs:hover .s-tag-menu-programs__tray,
  .s-tag-menu-programs:focus-within .s-tag-menu-programs__tray {
    opacity: 1;
    pointer-events: auto;
  }

  .s-tag-menu-programs:hover .s-tag-menu-programs__tray a,
  .s-tag-menu-programs:focus-within .s-tag-menu-programs__tray a {
    opacity: 1;
    pointer-events: auto;
  }

  .s-tag-menu-programs:hover .s-tag-menu-programs__label::after,
  .s-tag-menu-programs:focus-within .s-tag-menu-programs__label::after {
    transform: rotate(135deg);
    opacity: 1;
  }

  .s-tag-nav .s-tag-menu a:hover,
  .s-tag-menu-programs:hover .s-tag-menu-programs__label,
  .s-tag-menu-programs:focus-within .s-tag-menu-programs__label {
    color: inherit;
    opacity: 0.8;
    transform: translateY(-1px);
  }

  .s-tag-menu-programs__tray a:hover,
  .s-tag-nav .s-tag-menu .s-tag-menu-programs__tray a:hover {
    color: #ffffff;
    background: rgba(106, 33, 0, 0.16);
    opacity: 0.8;
    transform: none;
  }

  .s-tag-nav .s-tag-menu a.is-active {
    opacity: 1;
  }

  .s-tag-nav .s-tag-menu a.is-active:hover {
    opacity: 0.8;
  }

  .s-tag-menu-programs__tray a.is-active:hover,
  .s-tag-nav .s-tag-menu .s-tag-menu-programs__tray a.is-active:hover {
    opacity: 0.8;
  }

  .s-tag-nav .s-tag-menu a.is-active::after {
    display: none;
  }
}

/* PAGINA EL DUELO */
body.page-el-duelo .s-main {
  padding: 0 0 60px 0 !important;
}

.duelo-featured {
  padding: 56px 0;
}

.duelo-featured__intro {
  margin: 0 auto 40px;
  max-width: 1040px;
}

.duelo-featured__title {
  margin: 0 0 28px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
  text-align: center;
}

.duelo-featured__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 380px);
  gap: 88px;
  align-items: stretch;
  justify-content: center;
}

.duelo-featured__versus {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.duelo-featured__versus-text {
  color: #fd4200;
  font-size: clamp(28px, 3.4vw, 48px);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

.duelo-featured__description {
  margin-top: 24px;
  max-width: 760px;
}

.duelo-featured__description > * + * {
  margin-top: 16px;
}

.duelo-featured__match + .duelo-featured__match {
  margin-top: 72px;
}

.duelo-featured__match {
  padding-top: 28px;
  border-top: 1px solid #d8d0ca;
}

.duelo-featured__empty {
  margin: 0;
  color: #fd4200;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.duelo-featured__question {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.duelo-featured__question-box {
  width: 100%;
  padding: 36px 0;
  background: transparent;
  border: 0;
}

.duelo-featured__question-layout {
  display: grid;
  grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
}

.duelo-featured__question-copy {
  text-align: left;
}

.duelo-featured__question-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
}

.duelo-featured__question-text {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.35;
  color: #111;
}

.duelo-featured__question-media {
  margin: 0;
  position: relative;
  border-radius: var(--corner-radius);
  overflow: hidden;
  background: #d7ccc5;
  min-height: 250px;
  height: 100%;
  max-height: 300px;
}

.duelo-featured__question-link--media {
  display: block;
  min-height: 0;
  height: 100%;
  max-height: 300px;
}

.duelo-featured__question-link--copy {
  display: block;
}

.duelo-featured__question-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: none;
  opacity: 1;
}

.duelo-featured__matches {
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.duelo-featured__question-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.duelo-featured__question-link:hover {
  text-decoration: none;
}

.duelo-featured__question-media.is-empty {
  min-height: 180px;
  background:
    linear-gradient(135deg, rgba(253, 66, 0, 0.14), rgba(253, 66, 0, 0.02)),
    #f4efe9;
}

.duelo-featured__faceoff {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 24px;
  align-items: center;
  justify-content: start;
  width: fit-content;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.duelo-featured__faceoff-side {
  display: flex;
  align-items: center;
  gap: 10px;
}

.duelo-featured__faceoff-side--left {
  justify-self: start;
  justify-content: flex-start;
}

.duelo-featured__faceoff-side--right {
  justify-self: start;
  justify-content: flex-start;
}

.duelo-featured__vs-title {
  margin: 0;
  color: #111;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.duelo-featured__vs-title--left {
  text-align: left;
}

.duelo-featured__vs-title--right {
  text-align: left;
}

.duelo-featured__faceoff-center {
  display: flex;
  align-items: center;
  gap: 12px;
}

.duelo-featured__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(1);
  display: block;
}

.duelo-featured__avatar--empty {
  background:
    linear-gradient(135deg, rgba(253, 66, 0, 0.12), rgba(253, 66, 0, 0.03)),
    #f4efe9;
}

.duelo-featured__faceoff-vs {
  color: #fd4200;
  font-size: clamp(18px, 1.8vw, 26px);
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-8deg);
}

.duelo-featured__question-media::after {
  display: none;
}

.duelo-post__feature {
  padding: 24px 0 8px;
}

.duelo-post__topic {
  position: relative;
  margin-top: -32px;
  display: flex;
  align-items: center;
  min-height: clamp(280px, 32vw, 460px);
  padding: 72px 0;
  color: #fff;
  overflow: hidden;
  background: #120f0e;
}

.duelo-post__topic-media,
.duelo-post__topic-overlay {
  position: absolute;
  inset: 0;
}

.duelo-post__topic-media {
  margin: 0;
}

.duelo-post__topic-media .s-image {
  width: 100%;
  height: 100%;
}

.duelo-post__topic-media img,
.duelo-post__topic-media .s-image-content {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.duelo-post__topic-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.72)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.26));
}

.duelo-post__topic .s-container {
  position: relative;
  z-index: 1;
}

.duelo-post__topic-inner {
  max-width: 100%;
}

.duelo-post__topic--no-image .duelo-post__topic-overlay {
  background:
    linear-gradient(180deg, rgba(18, 15, 14, 0.88), rgba(18, 15, 14, 0.96)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.duelo-post__topic-label {
  margin: 0 0 14px;
  color: #fd4200;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.duelo-post__topic-title {
  margin: 0;
  color: #fff;
  max-width: min(1320px, 100%);
  font-size: clamp(30px, 4.2vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .duelo-post__topic {
    margin-top: -56px;
  }
}

.duelo-post__entry .s-entry-header {
  max-width: none;
  width: 100%;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.duelo-post__back {
  display: inline-flex;
  align-items: center;
  padding-top: 40px;
  align-self: flex-start;
  margin-bottom: 24px;
  color: #fd4200;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.duelo-post__back--hero {
  padding-top: 24px;
  margin-bottom: 0;
  color: #fff;
}

.duelo-post__back:hover {
  color: #1d1715;
}

.duelo-post__back--hero:hover {
  color: #fd4200;
}

.duelo-post__feature-media {
  margin: 0;
}

.duelo-post__feature .duelo-card__media {
  justify-self: left;
}

.duelo-post__related-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: start;
  max-width: 640px;
}

.duelo-post__related-section .s-container {
  max-width: 920px;
}

.duelo-post__content > *:not(.kg-width-full),
.duelo-post__footer {
  max-width: none;
  width: 100%;
}

.duelo-post__content {
  padding-top: 80px;
  line-height: 1.65;
}

.duelo-post__content p {
  white-space: pre-line;
}

.duelo-post__vs {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto auto auto minmax(160px, 1fr);
  align-items: center;
  gap: 24px;
  margin: 0 0 64px;
}

.duelo-post__vs-side {
  display: flex;
}

.duelo-post__vs-side:first-child {
  justify-content: flex-end;
}

.duelo-post__vs-side:last-child {
  justify-content: flex-start;
}

.duelo-post__vs-image {
  width: clamp(120px, 13vw, 180px);
  height: clamp(120px, 13vw, 180px);
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.duelo-post__vs-center {
  display: flex;
  justify-content: center;
}

.duelo-post__vs-copy {
  display: flex;
  align-items: center;
}

.duelo-post__vs-copy--left {
  justify-content: flex-end;
}

.duelo-post__vs-copy--right {
  justify-content: flex-start;
}

.duelo-post__vs-text {
  color: #fd4200;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.duelo-post__vs-title {
  margin: 0;
  color: #111;
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

.duelo-post__vs-title--left {
  text-align: right;
}

.duelo-post__vs-title--right {
  text-align: left;
}

.duelo-post__column-lead {
  display: none;
}

.duelo-post__columns {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  max-width: none;
  gap: 72px;
  align-items: start;
}

.duelo-post__columns::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2) 10%,
    rgba(253, 66, 0, 0.34) 18%,
    rgba(253, 66, 0, 0.34) 82%,
    rgba(0, 0, 0, 0.2) 90%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 18px rgba(253, 66, 0, 0.12);
}

.duelo-post__column {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 0 8px;
}

.duelo-post__column > * {
  width: 100%;
}

.duelo-post__column > h1:first-child,
.duelo-post__column > h2:first-child,
.duelo-post__column > h3:first-child,
.duelo-post__column > h4:first-child {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.duelo-post__column > *:first-child {
  margin-top: 0 !important;
}

.duelo-post__column > *:last-child {
  margin-bottom: 0;
}

.duelo-post__content .kg-image-card:not(.kg-width-full),
.duelo-post__content .kg-gallery-card,
.duelo-post__content .kg-card.kg-image-card:not(.kg-width-full) .kg-image {
  max-width: 220px;
}

.duelo-post__content .kg-image-card:not(.kg-width-full),
.duelo-post__content .kg-gallery-card {
  margin-left: 0;
  margin-right: 0;
}

.duelo-post__related-grid .duelo-card {
  width: 100%;
}

.duelo-featured__question-note {
  margin: 18px 0 0;
  color: #6e625c;
  font-size: 14px;
  font-weight: 600;
}

.duelo-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding: 0;
  border: 0;
  background: transparent;
}

.duelo-card--left {
  grid-template-columns: minmax(0, 1fr) 120px;
}

.duelo-card--left .duelo-card__media {
  grid-column: 2;
}

.duelo-card--left .duelo-card__content {
  grid-column: 1;
  grid-row: 1;
  align-items: flex-end;
  text-align: right;
}

.duelo-card__media {
  width: 112px;
  height: 112px;
  justify-self: center;
  align-self: start;
  overflow: hidden;
  border-radius: 50%;
}

.duelo-card__media .s-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.duelo-card__media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.duelo-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

.duelo-card__stance-label {
  margin: 4px 0 0;
  color: #fd4200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.duelo-card__title {
  margin: 0;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.05;
}

.duelo-card__title a {
  text-decoration: none;
}

.duelo-card__stance {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.duelo-card__excerpt {
  margin: 0;
  color: #403733;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .duelo-post__related-grid .duelo-card,
  .duelo-post__related-grid .duelo-card__content,
  .duelo-post__related-grid .duelo-card--left .duelo-card__content {
    justify-items: start;
    align-items: flex-start;
    text-align: left;
  }

  .duelo-post__related-grid .duelo-card__media {
    justify-self: start;
  }

  .duelo-post__topic {
    min-height: 240px;
    padding: 48px 0;
  }

  .duelo-post__topic-title {
    font-size: clamp(22px, 7vw, 36px);
  }

  .duelo-post__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .duelo-post__content {
    padding-top: 32px;
  }

  .duelo-post__vs {
    grid-template-columns: minmax(110px, 1fr) auto auto auto minmax(110px, 1fr);
    align-items: start;
    gap: 12px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 24px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .duelo-post__vs-copy {
    display: block;
  }

  .duelo-post__vs-copy--left,
  .duelo-post__vs-copy--right {
    display: flex;
    align-items: flex-start;
  }

  .duelo-post__vs-copy--left {
    justify-content: flex-end;
  }

  .duelo-post__vs-copy--right {
    justify-content: flex-start;
  }

  .duelo-post__content .duelo-post__vs-title,
  .duelo-post__content .duelo-post__vs-title--left,
  .duelo-post__content .duelo-post__vs-title--right {
    font-size: 18px;
    line-height: 1;
  }

  .duelo-post__vs-title--left {
    text-align: right;
  }

  .duelo-post__vs-title--right {
    text-align: left;
  }

  .duelo-post__column-lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 20px;
  }

  .duelo-post__column-lead-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }

  .duelo-post__column-lead-title {
    margin: 0 !important;
    color: #111;
    font-size: 28px;
    font-weight: 800;
    line-height: 0.95;
    text-align: left;
    text-transform: uppercase;
  }

  .duelo-post__vs-side:first-child,
  .duelo-post__vs-side:last-child {
    justify-content: center;
  }

  .duelo-post__vs-image {
    display: none;
  }

  .duelo-post__vs-text {
    font-size: 28px;
  }

  .duelo-post__columns::before {
    display: none;
  }

  .duelo-post__column {
    padding: 0;
  }

  .duelo-post__column:first-child {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .duelo-post__content .kg-image-card:not(.kg-width-full),
  .duelo-post__content .kg-gallery-card,
  .duelo-post__content .kg-card.kg-image-card:not(.kg-width-full) .kg-image {
    max-width: 100%;
  }

  .duelo-featured {
    padding: 32px 0 48px;
  }

  .duelo-featured__title {
    margin-bottom: 20px;
  }

  .duelo-featured__match {
    padding-top: 24px;
  }

  .duelo-featured__question-box {
    padding: 28px 22px;
  }

  .duelo-featured__question-layout {
    grid-template-columns: 1fr;
  }

  .duelo-featured__question-media {
    min-height: 0;
    max-height: 250px;
  }

  .duelo-featured__faceoff {
    grid-template-columns: auto auto auto;
    gap: 18px;
    align-items: center;
    margin-top: 22px;
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .duelo-featured__faceoff-side,
  .duelo-featured__faceoff-side--left,
  .duelo-featured__faceoff-side--right {
    justify-self: start;
  }

  .duelo-featured__faceoff-side--left {
    justify-content: flex-start;
  }

  .duelo-featured__faceoff-side--right {
    justify-content: flex-start;
  }

  .duelo-featured__vs-title,
  .duelo-featured__vs-title--left,
  .duelo-featured__vs-title--right {
    font-size: 18px;
    color: #4f4f4f;
    line-height: 0.95;
  }

  .duelo-featured__faceoff-center {
    gap: 10px;
    justify-content: center;
  }

  .duelo-featured__vs-title--left {
    text-align: left;
  }

  .duelo-featured__vs-title--right {
    text-align: right;
  }

  .duelo-featured__avatar {
    display: none;
  }

  .duelo-featured__faceoff-vs {
    font-size: 24px;
  }
}

.s-footer-brand {
  max-width: 560px;
  width: 100%;
  gap: 10px;
}

.s-footer-brand-logo img {
  height: 100px;
  min-height: 100px;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .s-footer-brand-logo img {
    height: 80px;
    min-height: 80px;
  }
}

/* PAGINA QUE ES HACHE */
body.page-que-es-hache .s-main {
  padding: 0 0 72px 0 !important;
}

.qeh-hero {
  padding: 0 0 84px;
}

.qeh-hero__stage {
  position: relative;
  overflow: hidden;
  padding: 76px 48px 60px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.82) 100%),
    url("/assets/img/SLIDER.jpg") center -50px / cover no-repeat,
    linear-gradient(180deg, #080808 0%, #0d0908 100%);
  color: #fff;
  text-align: center;
  box-shadow: none;
}

.qeh-hero__kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #fd4200;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.qeh-hero__stage::before,
.qeh-hero__stage::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}

.qeh-hero__stage .qeh-hero__title,
.qeh-hero__stage .qeh-hero__lead,
.qeh-hero__stage .qeh-hero__actions,
.qeh-hero__stage .qeh-hero__focus,
.qeh-hero__stage .qeh-hero__kicker {
  position: relative;
  z-index: 2;
}

.qeh-hero__stage::before {
  top: -36%;
  left: -34%;
  width: 74%;
  height: 52%;
  background: radial-gradient(circle at 50% 50%, rgba(253, 66, 0, 0.62) 0%, rgba(253, 66, 0, 0.42) 24%, rgba(253, 66, 0, 0.16) 46%, rgba(253, 66, 0, 0.04) 60%, rgba(253, 66, 0, 0) 82%);
}

.qeh-hero__stage::after {
  right: -28%;
  bottom: -40%;
  width: 58%;
  height: 42%;
  background: radial-gradient(circle at 50% 50%, rgba(253, 66, 0, 0.56) 0%, rgba(253, 66, 0, 0.36) 24%, rgba(253, 66, 0, 0.14) 46%, rgba(253, 66, 0, 0.04) 60%, rgba(253, 66, 0, 0) 82%);
}

.qeh-hero__title {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff8f1;
  font-family: "Oswald", sans-serif;
  font-size: clamp(46px, 3.4vw, 68px);
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
  text-wrap: balance;
}

.qeh-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 52ch;
  margin: 24px auto 0;
  color: rgba(255, 244, 233, 0.82);
  font-size: 21px;
  line-height: 1.5;
}

.qeh-hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.qeh-hero__proof {
  position: relative;
  z-index: 1;
  margin: 18px auto 0;
  color: rgba(255, 241, 226, 0.72);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

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

.qeh-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 4px;
  background: #fd4200;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.05;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(253, 66, 0, 0.14);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.qeh-hero__button svg {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}

.qeh-hero__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(253, 66, 0, 0.2);
}

.qeh-hero__button--secondary {
  background: #fff8f1;
  color: #14110f;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

@keyframes qehHeroBlobTop {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(10%, 7%, 0) scale(1.14);
  }

  100% {
    transform: translate3d(4%, 11%, 0) scale(1.08);
  }
}

@keyframes qehHeroBlobBottom {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-10%, -8%, 0) scale(1.16);
  }

  100% {
    transform: translate3d(-4%, -12%, 0) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .qeh-hero__stage::before,
  .qeh-hero__stage::after {
    animation: none;
  }
}

.qeh-section-label {
  margin: 0 0 14px;
  color: #fd4200;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: uppercase;
}

.qeh-pillars,
.qeh-programs {
  padding: 0 0 108px;
}

.qeh-pillars__header,
.qeh-programs__intro {
  max-width: none;
  margin: 0 0 46px;
  text-align: left;
}

.ch-section + section .bloque1-titulo,
.qeh-programs__title {
  padding-top: 20px;
  padding-bottom: 50px;
}

.qeh-section-title {
  margin: 0;
  color: #191512;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  text-transform: uppercase;
}

.qeh-pillars__intro {
  margin: 28px 0 0;
  color: #3c3530;
  font-size: 18px;
  line-height: 1.6;
}

.qeh-pillars__header .qeh-section-title {
  width: 70%;
}

.s-entry-header h1,
.s-card-content h1,
.s-card-content h2,
.s-card-content h3,
.duelo-post__topic-title,
.duelo-card__title,
.duelo-card__title a {
  font-family: "Oswald", sans-serif !important;
  letter-spacing: -0.03em;
  text-transform: none;
}

.qeh-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.qeh-pillar {
  min-height: 290px;
  padding: 28px 26px;
  border: 1px solid #ebe1da;
  background: #fff;
}

.qeh-pillar__index {
  margin: 0 0 18px;
  color: #fd4200;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1;
}

.qeh-pillar__title {
  margin: 0 0 14px;
  color: #1f1c1a;
  font-size: 28px;
  line-height: 1.15;
}

.qeh-pillar__text {
  margin: 0;
  color: #3c3530;
  font-size: 17px;
  line-height: 1.6;
}

.qeh-programs__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.qeh-program {
  display: block;
  text-decoration: none;
}

.qeh-programs__controls {
  display: none;
}

.qeh-programs__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #d8d0ca;
  border-radius: 999px;
  background: #fff;
  color: #191512;
  cursor: pointer;
}

.qeh-programs__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.qeh-program img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(17, 13, 10, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.qeh-program:hover img {
  transform: translateY(-4px) scale(0.985);
  box-shadow: 0 16px 34px rgba(17, 13, 10, 0.12);
}

.qeh-platforms {
  padding: 0 0 48px;
}

.qeh-platforms__card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px 34px;
  border-top: 1px solid #d8d0ca;
  border-bottom: 1px solid #d8d0ca;
}

.qeh-platforms__text {
  max-width: none;
  margin: 14px 0 0;
  color: #3c3530;
  font-size: 17px;
  line-height: 1.6;
}

.qeh-platforms__actions {
  justify-content: flex-start;
}

.qeh-platforms__actions .qeh-hero__button {
  box-shadow: none;
}

.qeh-platforms__actions .qeh-hero__button--secondary {
  background: transparent;
  color: #14110f;
  border: 1px solid #14110f;
  box-shadow: none;
}

@media (max-width: 991px) {
  body.page-que-es-hache .s-main {
    padding-bottom: 56px !important;
  }

  .qeh-hero {
    padding: 0 0 60px;
  }

  .qeh-hero__stage {
    padding: 44px 24px 34px;
  }

  .qeh-hero__stage::before {
    top: -12%;
    left: -28%;
    width: 118%;
    height: 34%;
  }

  .qeh-hero__stage::after {
    right: -22%;
    bottom: -16%;
    width: 92%;
    height: 26%;
  }

  .qeh-platforms__card {
    grid-template-columns: 1fr;
  }

  .qeh-hero__lead {
    font-size: 18px;
  }

  .qeh-hero__proof {
    max-width: 30ch;
    font-size: 14px;
  }

  .qeh-hero__kicker {
    margin-bottom: 14px;
  }

  .qeh-pillars,
  .qeh-programs,
  .qeh-platforms {
    padding-bottom: 40px;
  }

  .qeh-pillars__header .qeh-section-title {
    width: 100%;
    font-size: clamp(46px, 3.4vw, 68px);
    line-height: 1.04;
  }

  .qeh-pillars__grid,
  .qeh-programs__grid {
    grid-template-columns: 1fr;
  }

  .qeh-programs__grid {
    display: flex;
    gap: 18px;
    will-change: transform;
  }

  .qeh-programs__viewport {
    overflow: hidden;
  }

  .qeh-program {
    flex: 0 0 78vw;
  }

  .qeh-program img {
    box-shadow: none;
  }

  .qeh-program:hover img {
    box-shadow: none;
  }

  .qeh-programs__controls {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
  }

  .qeh-pillar {
    min-height: auto;
  }

  .qeh-platforms__card {
    padding: 26px 0;
  }
}

@media (min-width: 2014px) {
  body.page-tipos-de-interes .rb-hero {
    background: #111 url("/assets/img/tipos-fondo2.jpg") center top / cover no-repeat;
  }

  body.page-civilizacion-y-barbarie .rb-hero {
    background: #f2eee7 url("/assets/img/civilizacion-fondo.jpg") center top / cover no-repeat;
  }

  body.page-ruido-blanco .rb-hero {
    background: #111 url("/assets/img/ruido-fondo.jpg") center top / cover no-repeat;
  }

  body.page-fuera-de-guion .rb-hero {
    background: #efe9e1 url("/assets/img/fuera-de-guion-fondo.jpg") center bottom / cover no-repeat;
  }
}
