.elementor-8469 .elementor-element.elementor-element-0ed2be3:not(.elementor-motion-effects-element-type-background), .elementor-8469 .elementor-element.elementor-element-0ed2be3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-8469 .elementor-element.elementor-element-0ed2be3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8469 .elementor-element.elementor-element-0ed2be3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8469 .elementor-element.elementor-element-a9b6c99 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-8469 .elementor-element.elementor-element-e32bc1d:not(.elementor-motion-effects-element-type-background), .elementor-8469 .elementor-element.elementor-element-e32bc1d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor6 );}.elementor-8469 .elementor-element.elementor-element-e32bc1d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-8469 .elementor-element.elementor-element-e32bc1d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-8469 .elementor-element.elementor-element-497f340{color:#B80000;}/* Start custom CSS for text-editor, class: .elementor-element-d3feb4c *//* =========================================================
   EVOLVE — CASO SECUNDARIA ONLINE
   CSS RESPONSIVE OPTIMIZADO
   ROJO #B80000 / NEGRO / BLANCO
   PHUDU — TÍTULOS
   OVERLOCK — TEXTOS
========================================================= */

.evolve-case-study {
  --evolve-red: #B80000;
  --evolve-black: #050505;
  --evolve-white: #ffffff;
  --evolve-gray: #bdbdbd;

  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: var(--evolve-black);
  color: var(--evolve-white);
  font-family: "Overlock", sans-serif;
  box-sizing: border-box;
}

.evolve-case-study *,
.evolve-case-study *::before,
.evolve-case-study *::after {
  box-sizing: border-box;
}

.evolve-case-study h1,
.evolve-case-study h2,
.evolve-case-study h3 {
  font-family: "PHUDU", sans-serif;
  font-weight: 400;
  line-height: .94;
  margin: 0;
}

.evolve-case-study p {
  font-family: "Overlock", sans-serif;
}


/* =========================================================
   HEADER
========================================================= */

.evolve-case-header {
  min-height: 760px;
  padding: 70px 7vw 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 85% 20%, rgba(184,0,0,.22), transparent 28%),
    #050505;
}

.evolve-case-number {
  font-size: 12px;
  letter-spacing: 3px;
  color: #fff;
  opacity: .7;
  border-left: 3px solid var(--evolve-red);
  padding-left: 14px;
}

.evolve-case-title-wrap {
  max-width: 1000px;
  position: relative;
  z-index: 2;
}

.evolve-accent-line {
  display: block;
  width: 75px;
  height: 5px;
  background: var(--evolve-red);
  margin-bottom: 28px;
}

.evolve-case-title-wrap h1 {
  font-size: clamp(55px, 7vw, 105px);
  letter-spacing: -3px;
}

.evolve-case-title-wrap h1 strong {
  color: var(--evolve-red);
  font-weight: 400;
}

.evolve-case-image {
  position: absolute;
  width: 420px;
  height: 500px;
  right: 6vw;
  top: 145px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  transform: rotate(3deg);
}

.evolve-case-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(184,0,0,.35),
    transparent 45%,
    rgba(0,0,0,.45)
  );
}

.evolve-case-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.evolve-image-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 2px;
  background: var(--evolve-red);
  color: #fff;
  padding: 8px 12px;
}


/* =========================================================
   PUNTO DE PARTIDA
========================================================= */

.evolve-section-block {
  background: #fff;
  color: #050505;
  padding: 110px 7vw;
}

.evolve-section-tag {
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 700;
  color: var(--evolve-red);
  margin-bottom: 45px;
}

.evolve-grid-intro {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 60px;
  align-items: start;
}

.evolve-heading h2 {
  font-size: clamp(60px, 7vw, 100px);
  letter-spacing: -3px;
}

.evolve-heading h2 span {
  color: var(--evolve-red);
}

.evolve-copy {
  max-width: 720px;
}

.evolve-copy p {
  font-size: 20px;
  line-height: 1.65;
  margin: 0 0 25px;
}


/* =========================================================
   DATOS
========================================================= */

.evolve-data-card {
  width: 100%;
  margin-top: 80px;
  border-top: 3px solid #050505;
}

.evolve-data-header,
.evolve-data-row {
  display: grid;
  grid-template-columns: 50% 50%;
}

.evolve-data-header {
  background: #050505;
  color: #fff;
  padding: 17px 22px;
  font-size: 11px;
  letter-spacing: 2px;
}

.evolve-data-row {
  min-height: 100px;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
}

.evolve-data-row > div {
  padding: 25px 22px;
}

.evolve-data-row > div:first-child {
  font-size: 16px;
  font-weight: 700;
}

.evolve-data-row > div:last-child {
  border-left: 1px solid #d4d4d4;
}

.evolve-data-row strong {
  display: block;
  font-size: 18px;
}

.evolve-data-row small {
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}


/* =========================================================
   DECISIÓN
========================================================= */

.evolve-decision {
  padding: 115px 7vw;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #050505;
  background-size: 55px 55px;
}

.evolve-decision-heading {
  max-width: 1000px;
  margin-bottom: 75px;
}

.evolve-decision-heading h2 {
  font-size: clamp(55px, 7vw, 100px);
  letter-spacing: -3px;
}

.evolve-decision-heading h2 span {
  color: var(--evolve-red);
}

.evolve-decision-heading p {
  max-width: 620px;
  margin-top: 35px;
  color: #cfcfcf;
  font-size: 19px;
  line-height: 1.6;
}


/* =========================================================
   PLATAFORMAS
========================================================= */

.evolve-platforms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,.15);
}

.evolve-platform-card {
  min-height: 390px;
  padding: 35px;
  position: relative;
  background: #090909;
  transition: .35s ease;
}

.evolve-platform-card:hover {
  transform: translateY(-8px);
  background: #111;
}

.platform-featured {
  background: var(--evolve-red);
}

.platform-featured:hover {
  background: #a30000;
}

.platform-number {
  font-size: 11px;
  letter-spacing: 2px;
  opacity: .55;
}

.platform-icon {
  position: absolute;
  right: 30px;
  top: 27px;
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: bold;
}

.evolve-platform-card h3 {
  margin-top: 100px;
  font-size: 55px;
}

.platform-audience {
  display: inline-block;
  margin-top: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.35);
  font-size: 10px;
  letter-spacing: 2px;
}

.evolve-platform-card p {
  max-width: 360px;
  margin-top: 25px;
  color: #d4d4d4;
  font-size: 16px;
  line-height: 1.55;
}

.platform-featured p {
  color: #fff;
}


/* =========================================================
   ESTRATEGIA
========================================================= */

.evolve-strategy-box {
  display: grid;
  grid-template-columns: 28% 72%;
  margin-top: 80px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(0,0,0,.45);
}

.strategy-label {
  padding: 40px;
  background: var(--evolve-red);
  font-family: "PHUDU", sans-serif;
  font-size: 26px;
  line-height: 1;
}

.strategy-content {
  padding: 45px;
}

.strategy-content p {
  max-width: 850px;
  margin: 0;
  font-size: 25px;
  line-height: 1.4;
}

.strategy-content strong {
  color: var(--evolve-red);
}

.strategy-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 35px;
  color: #aaa;
  font-size: 10px;
  letter-spacing: 2px;
}

.strategy-bottom span:nth-child(even) {
  color: var(--evolve-red);
  font-size: 18px;
}


/* =========================================================
   PENSAMIENTO EVOLVE
========================================================= */

.evolve-thinking {
  position: relative;
  overflow: hidden;
  padding: 120px 7vw;
  background: var(--evolve-red);
  color: #fff;
}

.evolve-thinking::before {
  content: "EVOLVE";
  position: absolute;
  right: -40px;
  bottom: -55px;
  font-family: "PHUDU", sans-serif;
  font-size: 180px;
  opacity: .08;
  white-space: nowrap;
}

.thinking-top {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  letter-spacing: 3px;
}

.thinking-number {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.thinking-content {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin-top: 65px;
}

.thinking-quote {
  font-family: Georgia, serif;
  font-size: 110px;
  line-height: .4;
  opacity: .5;
}

.thinking-content p {
  margin: 30px 0 0;
  font-family: "PHUDU", sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -1px;
}


/* =========================================================
   ENLACES
========================================================= */

.evolve-links {
  padding: 100px 7vw;
  background: #fff;
  color: #050505;
}

.evolve-links-title span {
  color: var(--evolve-red);
  font-size: 10px;
  letter-spacing: 3px;
}

.evolve-links-title h3 {
  margin-top: 15px;
  font-size: 60px;
}

.evolve-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 55px;
  background: #d5d5d5;
}

.evolve-link {
  min-height: 125px;
  padding: 25px;
  display: grid;
  grid-template-columns: 45px 1fr 30px;
  align-items: center;
  gap: 15px;
  background: #fff;
  color: #050505 !important;
  text-decoration: none !important;
  transition: .3s ease;
}

.evolve-link:hover {
  background: var(--evolve-red);
  color: #fff !important;
}

.evolve-link span {
  color: var(--evolve-red);
  font-size: 11px;
  letter-spacing: 2px;
}

.evolve-link:hover span,
.evolve-link:hover i {
  color: #fff;
}

.evolve-link strong {
  font-family: "Overlock", sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.evolve-link i {
  color: var(--evolve-red);
  font-size: 22px;
  font-style: normal;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .evolve-case-header {
    min-height: 680px;
  }

  .evolve-case-image {
    width: 300px;
    height: 390px;
    right: 5vw;
    top: 190px;
    opacity: .75;
  }

  .evolve-case-title-wrap {
    max-width: 700px;
  }

  .evolve-case-title-wrap h1 {
    font-size: 64px;
  }

  .evolve-grid-intro {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .evolve-platforms {
    grid-template-columns: 1fr;
  }

  .evolve-platform-card {
    min-height: 300px;
  }

  .evolve-strategy-box {
    grid-template-columns: 1fr;
  }

  .strategy-label {
    padding: 25px 35px;
  }
}


/* =========================================================
   MÓVIL — 767PX
========================================================= */

@media (max-width: 767px) {

  .evolve-case-header {
    min-height: auto;
    padding: 42px 20px 55px;
    display: block;
  }

  .evolve-case-number {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .evolve-accent-line {
    width: 55px;
    height: 4px;
    margin-bottom: 22px;
  }

  .evolve-case-title-wrap {
    margin-top: 50px;
  }

  .evolve-case-title-wrap h1 {
    font-size: clamp(42px, 12vw, 58px);
    letter-spacing: -1.5px;
    line-height: .96;
  }

  /*
     IMAGEN EN FLUJO NORMAL
     Evita que se salga de pantalla
  */

  .evolve-case-image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 340px;
    margin-top: 42px;
    transform: none;
    opacity: 1;
  }

  .evolve-image-label {
    left: 12px;
    bottom: 12px;
    font-size: 9px;
  }


  /* SECCIÓN BLANCA */

  .evolve-section-block {
    padding: 70px 20px;
  }

  .evolve-section-tag {
    margin-bottom: 30px;
    font-size: 9px;
    letter-spacing: 2px;
  }

  .evolve-grid-intro {
    display: block;
  }

  .evolve-heading h2 {
    font-size: clamp(52px, 15vw, 68px);
    letter-spacing: -2px;
  }

  .evolve-copy {
    margin-top: 35px;
  }

  .evolve-copy p {
    font-size: 17px;
    line-height: 1.6;
  }


  /* DATOS */

  .evolve-data-card {
    margin-top: 50px;
  }

  .evolve-data-header {
    display: none;
  }

  .evolve-data-row {
    display: block;
    padding: 0;
  }

  .evolve-data-row > div {
    padding: 18px 0;
  }

  .evolve-data-row > div:first-child {
    padding-bottom: 6px;
    font-size: 15px;
    color: var(--evolve-red);
  }

  .evolve-data-row > div:last-child {
    padding-top: 4px;
    padding-bottom: 23px;
    border-left: 0;
  }

  .evolve-data-row strong {
    font-size: 17px;
  }

  .evolve-data-row small {
    font-size: 13px;
  }


  /* DECISIÓN */

  .evolve-decision {
    padding: 75px 20px;
    background-size: 35px 35px;
  }

  .evolve-decision-heading {
    margin-bottom: 50px;
  }

  .evolve-decision-heading h2 {
    font-size: clamp(48px, 14vw, 65px);
    letter-spacing: -2px;
  }

  .evolve-decision-heading p {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.55;
  }


  /* PLATAFORMAS */

  .evolve-platforms {
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: transparent;
  }

  .evolve-platform-card {
    width: 100%;
    min-height: auto;
    padding: 28px 24px 32px;
  }

  .evolve-platform-card:hover {
    transform: none;
  }

  .platform-number {
    font-size: 10px;
  }

  .platform-icon {
    top: 20px;
    right: 22px;
    font-size: 34px;
  }

  .evolve-platform-card h3 {
    margin-top: 65px;
    font-size: clamp(43px, 13vw, 55px);
  }

  .platform-audience {
    font-size: 9px;
    margin-top: 10px;
  }

  .evolve-platform-card p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }


  /* ESTRATEGIA */

  .evolve-strategy-box {
    display: block;
    margin-top: 55px;
  }

  .strategy-label {
    padding: 25px;
    font-size: 24px;
  }

  .strategy-content {
    padding: 27px 24px 30px;
  }

  .strategy-content p {
    font-size: 19px;
    line-height: 1.5;
  }

  .strategy-bottom {
    flex-wrap: wrap;
    gap: 7px 10px;
    margin-top: 28px;
    line-height: 1;
  }

  .strategy-bottom span:nth-child(even) {
    font-size: 15px;
  }


  /* PENSAMIENTO EVOLVE */

  .evolve-thinking {
    padding: 75px 20px;
  }

  .evolve-thinking::before {
    right: -60px;
    bottom: -20px;
    font-size: 90px;
  }

  .thinking-top {
    gap: 12px;
    font-size: 9px;
    letter-spacing: 2px;
  }

  .thinking-number {
    width: 30px;
    height: 30px;
  }

  .thinking-content {
    margin-top: 45px;
  }

  .thinking-quote {
    font-size: 75px;
  }

  .thinking-content p {
    margin-top: 25px;
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.06;
    letter-spacing: -.5px;
  }


  /* ENLACES */

  .evolve-links {
    padding: 70px 20px;
  }

  .evolve-links-title h3 {
    font-size: clamp(45px, 13vw, 58px);
    line-height: .95;
  }

  .evolve-links-grid {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 38px;
    background: #d5d5d5;
  }

  .evolve-link {
    min-height: 95px;
    padding: 18px;
    grid-template-columns: 30px 1fr 20px;
    gap: 10px;
  }

  .evolve-link:hover {
    transform: none;
  }

  .evolve-link strong {
    font-size: 15px;
    line-height: 1.35;
  }

  .evolve-link i {
    font-size: 19px;
  }
}


/* =========================================================
   MÓVIL PEQUEÑO — 480PX
========================================================= */

@media (max-width: 480px) {

  .evolve-case-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .evolve-section-block,
  .evolve-decision,
  .evolve-thinking,
  .evolve-links {
    padding-left: 18px;
    padding-right: 18px;
  }

  .evolve-case-title-wrap h1 {
    font-size: 43px;
  }

  .evolve-case-image {
    height: 290px;
  }

  .evolve-heading h2 {
    font-size: 51px;
  }

  .evolve-decision-heading h2 {
    font-size: 48px;
  }

  .evolve-platform-card h3 {
    font-size: 45px;
  }

  .thinking-content p {
    font-size: 34px;
  }

  .evolve-links-title h3 {
    font-size: 47px;
  }
}


/* =========================================================
   MÓVIL MUY PEQUEÑO — 360PX
========================================================= */

@media (max-width: 360px) {

  .evolve-case-title-wrap h1 {
    font-size: 38px;
  }

  .evolve-case-image {
    height: 250px;
  }

  .evolve-heading h2 {
    font-size: 46px;
  }

  .evolve-decision-heading h2 {
    font-size: 43px;
  }

  .evolve-platform-card h3 {
    font-size: 40px;
  }

  .thinking-content p {
    font-size: 31px;
  }

  .evolve-link {
    grid-template-columns: 25px 1fr 18px;
    padding: 16px;
  }

  .evolve-link strong {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-497f340 *//* =========================================================
   EVOLVE — SEGUNDA SECCIÓN
   EJECUCIÓN + RESULTADOS
   DESKTOP + TABLET + MOBILE
========================================================= */

.evolve-results-section {
  --ers-red: #B80000;
  --ers-black: #050505;
  --ers-white: #FFFFFF;
  --ers-gray: #a8a8a8;
  --ers-light: #eeeeee;

  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: var(--ers-black);
  color: var(--ers-white);
  font-family: "Overlock", sans-serif;
  box-sizing: border-box;
}

.evolve-results-section *,
.evolve-results-section *::before,
.evolve-results-section *::after {
  box-sizing: border-box;
}

.evolve-results-section h2,
.evolve-results-section h3 {
  font-family: "PHUDU", sans-serif;
  font-weight: 400;
  line-height: .9;
  margin: 0;
}

.evolve-results-section p {
  font-family: "Overlock", sans-serif;
}


/* =========================================================
   HEADER
========================================================= */

.ers-header {
  padding: 55px 7vw 95px;
  background: #050505;
  position: relative;
}

.ers-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
  height: 5px;
  background: var(--ers-red);
}

.ers-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding-bottom: 20px;
  font-size: 10px;
  letter-spacing: 3px;
  color: #999;
}

.ers-header-main {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 50px;
  align-items: end;
  margin-top: 90px;
}

.ers-title {
  position: relative;
}

.ers-red-line {
  display: block;
  width: 55px;
  height: 6px;
  background: var(--ers-red);
  margin-bottom: 30px;
}

.ers-title h2 {
  font-size: clamp(80px, 11vw, 155px);
  letter-spacing: -5px;
}

.ers-title h2 em {
  color: var(--ers-red);
  font-style: normal;
}

.ers-header-text {
  border-left: 1px solid rgba(255,255,255,.3);
  padding-left: 35px;
  padding-bottom: 8px;
}

.ers-header-text p {
  max-width: 470px;
  font-size: 20px;
  line-height: 1.55;
  color: #d1d1d1;
}


/* =========================================================
   PROCESO
========================================================= */

.ers-process {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 800px;
  background: white;
  color: var(--ers-black);
}

.ers-image-wrap {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  background: #111;
}

.ers-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) contrast(1.15);
  transition: transform .7s ease, filter .7s ease;
}

.ers-image-wrap:hover img {
  transform: scale(1.05);
  filter: grayscale(20%) contrast(1.05);
}

.ers-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.1),
    rgba(0,0,0,.7)
  );
  pointer-events: none;
}

.ers-image-number {
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 35px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--ers-red);
  color: white;
  font-family: "PHUDU", sans-serif;
  font-size: 28px;
}

.ers-image-caption {
  position: absolute;
  z-index: 3;
  bottom: 35px;
  left: 35px;
  right: 35px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 10px;
  letter-spacing: 2px;
}


/* ACCIONES */

.ers-actions {
  padding: 80px 6vw;
  background: white;
}

.ers-action-intro {
  border-bottom: 2px solid #111;
  padding-bottom: 30px;
  margin-bottom: 5px;
}

.ers-action-intro > span {
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--ers-red);
  font-weight: bold;
}

.ers-action-intro p {
  max-width: 550px;
  font-size: 18px;
  line-height: 1.5;
  margin: 18px 0 0;
}

.ers-action {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  padding: 28px 0;
  border-bottom: 1px solid #d7d7d7;
  transition: .3s ease;
}

.ers-action:hover {
  padding-left: 15px;
  border-bottom-color: var(--ers-red);
}

.ers-action-number {
  width: 38px;
  height: 38px;
  border: 1px solid #111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.ers-action:hover .ers-action-number {
  background: var(--ers-red);
  border-color: var(--ers-red);
  color: white;
}

.ers-action h3 {
  font-family: "Overlock", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ers-action p {
  margin: 0;
  max-width: 570px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}


/* =========================================================
   RESULTADOS
========================================================= */

.ers-results {
  padding: 125px 7vw;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(184,0,0,.22),
      transparent 25%
    ),
    #050505;
}

.ers-results-heading {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: end;
  gap: 50px;
  margin-bottom: 80px;
}

.ers-results-heading > div > span {
  color: var(--ers-red);
  font-size: 10px;
  letter-spacing: 3px;
}

.ers-results-heading h2 {
  margin-top: 25px;
  font-size: clamp(75px, 9vw, 135px);
  letter-spacing: -4px;
}

.ers-results-heading h2 em {
  color: var(--ers-red);
  font-style: normal;
}

.ers-results-heading > p {
  color: #bdbdbd;
  font-size: 18px;
  line-height: 1.6;
  max-width: 500px;
  border-left: 2px solid var(--ers-red);
  padding-left: 25px;
}


/* MÉTRICAS */

.ers-metrics {
  border-top: 2px solid white;
}

.ers-metric-header,
.ers-metric-row {
  display: grid;
  grid-template-columns: 42% 18% 18% 22%;
}

.ers-metric-header {
  padding: 18px 20px;
  color: #777;
  font-size: 9px;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.ers-metric-row {
  min-height: 125px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.ers-metric-row > div {
  padding: 20px;
}

.ers-metric-name {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ers-metric-index {
  color: var(--ers-red);
  font-size: 11px;
}

.ers-metric-name strong {
  font-size: 17px;
}

.ers-metric-row small {
  display: block;
  font-size: 8px;
  color: #777;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.ers-metric-row > div > strong {
  font-size: 24px;
}

.ers-after {
  background: var(--ers-red);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ers-after small {
  color: rgba(255,255,255,.65);
}

.ers-after strong {
  color: white;
}


/* =========================================================
   QUÉ NO FUNCIONÓ
========================================================= */

.ers-failed {
  display: grid;
  grid-template-columns: 20% 80%;
  background: white;
  color: #050505;
}

.ers-failed-number {
  background: #111;
  color: var(--ers-red);
  font-family: "PHUDU", sans-serif;
  font-size: 130px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
}

.ers-failed-content {
  padding: 100px 7vw;
}

.ers-failed-content > span {
  color: var(--ers-red);
  font-size: 10px;
  letter-spacing: 3px;
}

.ers-failed-content h2 {
  margin-top: 25px;
  font-size: clamp(65px, 8vw, 115px);
  letter-spacing: -4px;
}

.ers-failed-content h2 em {
  color: var(--ers-red);
  font-style: normal;
}

.ers-failed-box {
  max-width: 850px;
  margin-top: 65px;
  border: 1px solid #d5d5d5;
}

.ers-failed-label {
  display: inline-block;
  background: var(--ers-red);
  color: white;
  padding: 10px 18px;
  font-size: 9px;
  letter-spacing: 2px;
}

.ers-failed-box > p {
  padding: 20px 30px 10px;
  font-size: 19px;
  line-height: 1.55;
  margin: 0;
}

.ers-lesson {
  margin-top: 15px;
  padding: 25px 30px;
  background: #f2f2f2;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
}

.ers-lesson strong {
  color: var(--ers-red);
  font-size: 10px;
  letter-spacing: 2px;
}

.ers-lesson span {
  font-size: 16px;
  line-height: 1.5;
}


/* =========================================================
   APRENDIZAJE
========================================================= */

.ers-learning {
  padding: 125px 7vw;
  background: var(--ers-red);
  position: relative;
  overflow: hidden;
}

.ers-learning::after {
  content: "LEARN";
  position: absolute;
  right: -30px;
  bottom: -70px;
  font-family: "PHUDU", sans-serif;
  font-size: 190px;
  opacity: .09;
}

.ers-learning-tag {
  font-size: 10px;
  letter-spacing: 3px;
  border-left: 3px solid white;
  padding-left: 15px;
}

.ers-learning-grid {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 40px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.ers-learning-mark {
  font-family: "PHUDU", sans-serif;
  font-size: 100px;
}

.ers-learning-text {
  max-width: 1050px;
}

.ers-learning-text p {
  font-family: "PHUDU", sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -2px;
}


/* =========================================================
   CTA
========================================================= */

.ers-cta {
  padding: 120px 7vw;
  background: #050505;
}

.ers-cta-grid {
  display: grid;
  grid-template-columns: 12% 88%;
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: 55px;
}

.ers-cta-number {
  font-family: "PHUDU", sans-serif;
  font-size: 45px;
  color: var(--ers-red);
}

.ers-cta-content > span {
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--ers-red);
}

.ers-cta-content h2 {
  margin-top: 25px;
  font-size: clamp(65px, 8vw, 120px);
  letter-spacing: -4px;
}

.ers-cta-content h2 em {
  color: var(--ers-red);
  font-style: normal;
}

.ers-cta-content > p {
  max-width: 650px;
  margin-top: 35px;
  font-size: 19px;
  line-height: 1.6;
  color: #c5c5c5;
}

.ers-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  padding: 17px 22px;
  background: var(--ers-red);
  color: white !important;
  text-decoration: none !important;
  font-size: 11px;
  letter-spacing: 2px;
  transition: .3s ease;
}

.ers-cta-button span {
  font-size: 20px;
}

.ers-cta-button:hover {
  background: white;
  color: #050505 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .ers-header-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .ers-header-text {
    max-width: 650px;
  }

  .ers-process {
    grid-template-columns: 1fr;
  }

  .ers-image-wrap {
    min-height: 600px;
  }

  .ers-results-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ers-failed {
    grid-template-columns: 1fr;
  }

  .ers-failed-number {
    display: none;
  }

}


/* =========================================================
   📱 MÓVIL — 767PX
========================================================= */

@media (max-width: 767px) {

  /* GENERAL */

  .evolve-results-section {
    width: 100%;
    overflow-x: hidden;
  }


  /* HEADER */

  .ers-header {
    padding: 35px 20px 65px;
  }

  .ers-header::after {
    width: 45%;
    height: 4px;
  }

  .ers-header-meta {
    display: block;
    padding-bottom: 16px;
    line-height: 1.7;
  }

  .ers-header-meta span {
    display: block;
  }

  .ers-header-meta span + span {
    margin-top: 5px;
  }

  .ers-header-main {
    margin-top: 55px;
    gap: 35px;
  }

  .ers-red-line {
    width: 42px;
    height: 5px;
    margin-bottom: 22px;
  }

  .ers-title h2 {
    font-size: clamp(62px, 19vw, 90px);
    letter-spacing: -3px;
  }

  .ers-header-text {
    padding-left: 18px;
    border-left: 2px solid var(--ers-red);
  }

  .ers-header-text p {
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
  }


  /* IMAGEN */

  .ers-process {
    display: block;
    min-height: 0;
  }

  .ers-image-wrap {
    width: 100%;
    height: 420px;
    min-height: 420px;
  }

  .ers-image-number {
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    font-size: 23px;
  }

  .ers-image-caption {
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 8px;
  }


  /* ACCIONES */

  .ers-actions {
    padding: 60px 20px 65px;
  }

  .ers-action-intro {
    padding-bottom: 25px;
  }

  .ers-action-intro p {
    font-size: 16px;
    line-height: 1.5;
  }

  .ers-action {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 15px;
    padding: 25px 0;
  }

  .ers-action-number {
    width: 34px;
    height: 34px;
    font-size: 9px;
  }

  .ers-action h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .ers-action p {
    font-size: 15px;
    line-height: 1.5;
  }

  .ers-action:hover {
    padding-left: 0;
  }


  /* RESULTADOS */

  .ers-results {
    padding: 75px 20px;
  }

  .ers-results-heading {
    display: block;
    margin-bottom: 50px;
  }

  .ers-results-heading > div > span {
    font-size: 9px;
  }

  .ers-results-heading h2 {
    margin-top: 18px;
    font-size: clamp(62px, 18vw, 85px);
    letter-spacing: -3px;
  }

  .ers-results-heading > p {
    margin-top: 30px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.5;
  }


  /* =====================================================
     MÉTRICAS EN TARJETAS
     En lugar de tabla horizontal
  ===================================================== */

  .ers-metrics {
    border-top: 0;
  }

  .ers-metric-header {
    display: none;
  }

  .ers-metric-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
    min-height: 0;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,.16);
    background: #0b0b0b;
    align-items: stretch;
  }

  .ers-metric-row > div {
    padding: 18px;
  }

  .ers-metric-name {
    grid-column: 1 / -1;
    min-height: 70px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    gap: 13px;
  }

  .ers-metric-name strong {
    font-size: 15px;
    line-height: 1.3;
  }

  .ers-metric-index {
    font-size: 9px;
    flex-shrink: 0;
  }

  .ers-metric-row small {
    font-size: 7px;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
  }

  .ers-metric-row > div > strong {
    font-size: 21px;
  }

  .ers-metric-row > div:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,.14);
  }

  .ers-metric-row > div:nth-child(4) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255,255,255,.14);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .ers-after {
    min-height: 85px;
    height: auto !important;
  }


  /* QUÉ NO FUNCIONÓ */

  .ers-failed {
    display: block;
  }

  .ers-failed-content {
    padding: 70px 20px;
  }

  .ers-failed-content > span {
    font-size: 9px;
  }

  .ers-failed-content h2 {
    margin-top: 20px;
    font-size: clamp(62px, 18vw, 82px);
    letter-spacing: -3px;
  }

  .ers-failed-box {
    margin-top: 40px;
  }

  .ers-failed-box > p {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .ers-failed-label {
    padding: 9px 14px;
    font-size: 8px;
  }

  .ers-lesson {
    display: block;
    padding: 20px;
    margin-top: 5px;
  }

  .ers-lesson strong {
    display: block;
    margin-bottom: 10px;
  }

  .ers-lesson span {
    display: block;
    font-size: 15px;
    line-height: 1.5;
  }


  /* APRENDIZAJE */

  .ers-learning {
    padding: 75px 20px;
  }

  .ers-learning::after {
    font-size: 100px;
    right: -20px;
    bottom: -25px;
  }

  .ers-learning-tag {
    font-size: 8px;
    letter-spacing: 2px;
  }

  .ers-learning-grid {
    display: block;
    margin-top: 45px;
  }

  .ers-learning-mark {
    font-size: 65px;
    margin-bottom: 20px;
  }

  .ers-learning-text {
    width: 100%;
  }

  .ers-learning-text p {
    font-size: clamp(32px, 9.5vw, 43px);
    line-height: 1.05;
    letter-spacing: -1px;
  }


  /* CTA */

  .ers-cta {
    padding: 75px 20px;
  }

  .ers-cta-grid {
    display: block;
    padding-top: 35px;
  }

  .ers-cta-number {
    font-size: 35px;
    margin-bottom: 35px;
  }

  .ers-cta-content > span {
    font-size: 8px;
    letter-spacing: 2px;
  }

  .ers-cta-content h2 {
    margin-top: 20px;
    font-size: clamp(58px, 17vw, 78px);
    letter-spacing: -3px;
  }

  .ers-cta-content > p {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.55;
  }

  .ers-cta-button {
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    padding: 17px 18px;
  }

}


/* =========================================================
   📱 MÓVIL PEQUEÑO — 480PX
========================================================= */

@media (max-width: 480px) {

  .ers-header {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ers-title h2 {
    font-size: 61px;
  }

  .ers-header-text p {
    font-size: 16px;
  }

  .ers-image-wrap {
    height: 360px;
    min-height: 360px;
  }

  .ers-actions {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ers-results {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ers-results-heading h2 {
    font-size: 61px;
  }

  .ers-metric-row > div {
    padding: 15px;
  }

  .ers-metric-row > div > strong {
    font-size: 19px;
  }

  .ers-failed-content {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ers-failed-content h2 {
    font-size: 60px;
  }

  .ers-learning {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ers-learning-text p {
    font-size: 32px;
  }

  .ers-cta {
    padding-left: 17px;
    padding-right: 17px;
  }

  .ers-cta-content h2 {
    font-size: 57px;
  }

}


/* =========================================================
   📱 MÓVIL MUY PEQUEÑO — 360PX
========================================================= */

@media (max-width: 360px) {

  .ers-title h2 {
    font-size: 54px;
  }

  .ers-results-heading h2 {
    font-size: 54px;
  }

  .ers-failed-content h2 {
    font-size: 54px;
  }

  .ers-learning-text p {
    font-size: 29px;
  }

  .ers-cta-content h2 {
    font-size: 51px;
  }

  .ers-action {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
  }

  .ers-action-number {
    width: 30px;
    height: 30px;
  }

  .ers-action h3 {
    font-size: 17px;
  }

  .ers-action p {
    font-size: 14px;
  }

}/* End custom CSS */