.elementor-31844 .elementor-element.elementor-element-f6f661f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31844 .elementor-element.elementor-element-7c5b236{--display:flex;}.elementor-31844 .elementor-element.elementor-element-74e776c{font-family:"Manrope", Sans-serif;font-size:17px;line-height:30px;}.elementor-31844 .elementor-element.elementor-element-febefb1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31844 .elementor-element.elementor-element-9939bdc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31844 .elementor-element.elementor-element-73ec01f{--display:flex;}.elementor-31844 .elementor-element.elementor-element-fc00ddb{font-family:"Manrope", Sans-serif;font-size:17px;line-height:30px;}.elementor-31844 .elementor-element.elementor-element-48e921c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31844 .elementor-element.elementor-element-2484d0c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-31844 .elementor-element.elementor-element-0bee266{--display:flex;}.elementor-31844 .elementor-element.elementor-element-c716a35{font-family:"Manrope", Sans-serif;font-size:17px;line-height:30px;}.elementor-31844 .elementor-element.elementor-element-0033960{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31844 .elementor-element.elementor-element-7ce3980{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31844 .elementor-element.elementor-element-aa2e8e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-31844 .elementor-element.elementor-element-ab8dab9{font-family:"Manrope", Sans-serif;color:#7E7E7E;}@media(max-width:767px){.elementor-31844 .elementor-element.elementor-element-ab8dab9{font-size:15px;}}@media(min-width:768px){.elementor-31844 .elementor-element.elementor-element-7c5b236{--width:100%;}.elementor-31844 .elementor-element.elementor-element-73ec01f{--width:100%;}.elementor-31844 .elementor-element.elementor-element-2484d0c{--content-width:100%;}.elementor-31844 .elementor-element.elementor-element-0bee266{--width:1200px;}}/* Start custom CSS for html, class: .elementor-element-7517203 *//* =====================================================
   KPI EN FORMATO VERTICAL
===================================================== */

.energia-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;

  width: 100%;
  max-width: 100%;
  margin-inline: auto;

  padding: clamp(30px, 4vw, 46px)
           clamp(22px, 3vw, 34px);

  border: 1px solid rgba(78, 157, 255, 0.28);
  border-radius: 20px;

  background:
    radial-gradient(
      circle at 30% 25%,
      rgba(0, 122, 255, 0.12),
      transparent 34%
    ),
    radial-gradient(
      circle at 72% 80%,
      rgba(0, 112, 255, 0.09),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #00142f 0%,
      #001d43 52%,
      #00142f 100%
    );

  box-shadow:
    0 18px 45px rgba(0, 21, 54, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  overflow: hidden;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}


/* Tarjeta individual */

.energia-kpi {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  min-width: 0;

  padding: 0 clamp(18px, 2.5vw, 32px);

  text-align: center;
}


/* Separadores */

.energia-kpi:not(:last-child)::after {
  content: "";

  position: absolute;
  top: 6%;
  right: 0;
  bottom: 6%;

  width: 2px;

  border-radius: 999px;

  background: linear-gradient(
    180deg,
    transparent 0%,
    #0787ff 18%,
    #3aa8ff 50%,
    #0787ff 82%,
    transparent 100%
  );

  box-shadow: 0 0 14px rgba(0, 134, 255, 0.24);
}


/* Icono */

.energia-kpi__icono {
  display: grid;
  place-items: center;

  width: clamp(70px, 8vw, 92px);
  aspect-ratio: 1;

  margin-bottom: 20px;

  border: 1px solid rgba(77, 158, 255, 0.13);
  border-radius: 50%;

  color: #0787ff;

  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(58, 168, 255, 0.22),
      transparent 52%
    ),
    rgba(20, 58, 105, 0.78);

  box-shadow:
    inset 0 0 24px rgba(39, 136, 255, 0.08),
    0 10px 25px rgba(0, 0, 0, 0.14);

  transition:
    transform 300ms ease,
    color 300ms ease;
}


.energia-kpi__icono svg {
  width: 52%;
  height: 52%;
}


/* Contenido */

.energia-kpi__contenido {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  min-width: 0;
}


/* Porcentaje */

.energia-kpi__numero {
  display: block;

  margin: 0 0 14px;

  color: #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;
}


/* Texto */

.energia-kpi__texto {
  width: 100%;
  max-width: 240px;

  margin: 0 0 18px;

  color: rgba(255, 255, 255, 0.86);

  font-family: "Manrope", sans-serif;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 500;
  line-height: 1.5;
}


/* Fuente */

.energia-kpi__fuente {
  display: block;

  margin-top: auto;

  color: #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.025em;
}


/* Hover */

.energia-kpi:hover .energia-kpi__icono {
  transform: translateY(-4px) scale(1.03);
  color: #58b4ff;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {

  .energia-kpis {
    grid-template-columns: 1fr;
    padding: 22px 24px;
  }

  .energia-kpi {
    padding: 30px 12px;
  }

  .energia-kpi:not(:last-child)::after {
    top: auto;
    right: 8%;
    bottom: 0;
    left: 8%;

    width: auto;
    height: 1px;

    background: linear-gradient(
      90deg,
      transparent,
      rgba(58, 168, 255, 0.5),
      transparent
    );
  }

  .energia-kpi__texto {
    max-width: 420px;
  }
}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 480px) {

  .energia-kpis {
    padding: 18px;
    border-radius: 18px;
  }

  .energia-kpi {
    padding: 28px 8px;
  }

  .energia-kpi__icono {
    width: 68px;
    margin-bottom: 16px;
  }

  .energia-kpi__numero {
    margin-bottom: 12px;
  }

  .energia-kpi__texto {
    max-width: 300px;
    margin-bottom: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f74f616 *//* =====================================================
   LAS CUATRO PRESIONES
===================================================== */

.presiones-energia {
  --pe-azul: #087cff;
  --pe-azul-profundo: #04214d;
  --pe-titulo: #071b3d;
  --pe-texto: #33425d;
  --pe-linea: #dce5f1;
  --pe-fondo: #ffffff;
  --pe-fondo-suave: #f6f9fd;

  width: 100%;
  max-width: 100%;

  margin-inline: auto;
  padding: clamp(0px, 7vw, 0px) 0;

  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
}


/* =====================================================
   ENCABEZADO
===================================================== */

.presiones-energia__header {
  max-width: 780px;
  margin: 0 0 clamp(34px, 5vw, 20px);
}


.presiones-energia__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 12px;

  color: var(--pe-azul);

  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


.presiones-energia__eyebrow::before {
  content: "";

  display: block;

  width: 28px;
  height: 2px;

  border-radius: 999px;
  background: var(--pe-azul);
}


.presiones-energia__titulo {
  max-width: 760px;
  margin: 0;

  color: var(--pe-titulo);

  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 4vw, 10px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.035em;
}


/* =====================================================
   TIMELINE
===================================================== */

.presiones-energia__timeline {
  position: relative;
}


.presiones-energia__timeline::before {
  content: "";

  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 25px;

  width: 2px;

  background: linear-gradient(
    180deg,
    rgba(8, 124, 255, 0.1),
    rgba(8, 124, 255, 0.68) 9%,
    rgba(8, 124, 255, 0.68) 91%,
    rgba(8, 124, 255, 0.1)
  );
}


/* =====================================================
   ITEM
===================================================== */

.presion-item {
  position: relative;

  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);

  gap: clamp(16px, 2.2vw, 26px);

  min-width: 0;
}


.presion-item:not(:last-child) {
  margin-bottom: 8px;
}


/* =====================================================
   RAIL Y NÚMERO
===================================================== */

.presion-item__rail {
  position: relative;
  z-index: 3;

  display: flex;
  justify-content: center;

  padding-top: 22px;
}


.presion-item__numero {
  display: grid;
  place-items: center;

  width: 48px;
  height: 48px;

  border: 2px solid var(--pe-azul);
  border-radius: 50%;

  color: #ffffff;

  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(25, 103, 194, 0.8),
      transparent 48%
    ),
    var(--pe-azul-profundo);

  box-shadow:
    0 8px 20px rgba(1, 34, 79, 0.15),
    0 0 0 5px #ffffff;

  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}


/* =====================================================
   CUERPO
===================================================== */

.presion-item__body {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(170px, 220px);

  align-items: center;
  gap: clamp(24px, 3vw, 38px);

  min-width: 0;

  padding: 22px 0 30px;

  border-bottom: 1px solid var(--pe-linea);
}


.presion-item:last-child .presion-item__body {
  border-bottom: 0;
}


/* =====================================================
   CONTENIDO
===================================================== */

.presion-item__contenido {
  min-width: 0;
}


.presion-item__titulo {
  margin: 0 0 12px;

  color: var(--pe-titulo);

  font-family: "Manrope", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: -0.02em;
}


.presion-item__texto {
  margin: 0;

  color: var(--pe-texto);

  font-family: "Manrope", sans-serif;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 450;
  line-height: 1.65;
}


/* =====================================================
   IMAGEN
===================================================== */

.presion-item__media {
  position: relative;
  overflow: hidden;

  width: 100%;
  aspect-ratio: 1.35 / 1;

  margin: 0;

  border: 1px solid rgba(4, 33, 77, 0.1);
  border-radius: 16px;

  background: #eaf1fa;

  box-shadow:
    0 12px 24px rgba(4, 33, 77, 0.08);

  isolation: isolate;
}


.presion-item__media::after {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 2;

  pointer-events: none;

  background: linear-gradient(
    145deg,
    rgba(0, 42, 94, 0.03),
    rgba(0, 104, 225, 0.1)
  );
}


.presion-item__media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 650ms cubic-bezier(.2, .7, .2, 1),
    filter 650ms ease;
}


/* =====================================================
   HOVER
===================================================== */

.presion-item:hover .presion-item__media img {
  transform: scale(1.045);
  filter: saturate(1.07);
}


/* =====================================================
   CONTENEDOR DE BLOG ESTRECHO
===================================================== */

@media (max-width: 1050px) {

  .presion-item__body {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(150px, 190px);

    gap: 24px;
  }
}


/* =====================================================
   TABLET / BLOG MUY ESTRECHO
===================================================== */

@media (max-width: 820px) {

  .presiones-energia__timeline::before {
    left: 21px;
  }

  .presion-item {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .presion-item__numero {
    width: 42px;
    height: 42px;

    font-size: 12px;

    box-shadow:
      0 7px 16px rgba(1, 34, 79, 0.13),
      0 0 0 4px #ffffff;
  }

  .presion-item__body {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;

    padding: 20px 0 30px;
  }

  .presion-item__media {
    width: min(100%, 420px);
    aspect-ratio: 16 / 9;
  }
}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 600px) {

  .presiones-energia {
    padding: 42px 0;
  }

  .presiones-energia__header {
    margin-bottom: 28px;
  }

  .presiones-energia__timeline::before {
    left: 18px;
  }

  .presion-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .presion-item__rail {
    padding-top: 20px;
  }

  .presion-item__numero {
    width: 36px;
    height: 36px;

    border-width: 1px;

    font-size: 10px;

    box-shadow:
      0 6px 14px rgba(1, 34, 79, 0.12),
      0 0 0 3px #ffffff;
  }

  .presion-item__body {
    gap: 16px;
    padding: 18px 0 28px;
  }

  .presion-item__media {
    width: 100%;
    max-width: none;
  }
}


/* =====================================================
   MÓVIL PEQUEÑO
===================================================== */

@media (max-width: 420px) {

  .presiones-energia__timeline::before {
    display: none;
  }

  .presion-item {
    grid-template-columns: 1fr;
  }

  .presion-item__rail {
    justify-content: flex-start;
    padding-top: 0;
  }

  .presion-item__numero {
    width: auto;
    height: auto;

    padding: 7px 12px;

    border-radius: 999px;

    box-shadow: none;
  }

  .presion-item__body {
    padding-top: 12px;
  }
}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .presion-item__media img {
    transition: none;
  }

  .presion-item:hover .presion-item__media img {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2484d0c *//* =====================================================
   PRIMERA SECCIÓN — ESTRUCTURA ELEMENTOR
===================================================== */

.primera-seccion {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: space-between !important;

  gap: clamp(32px, 4vw, 64px) !important;

  width: 110% !important;
  max-width: 1200px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding: clamp(1px, 6vw, 0px) 50px !important;

  box-sizing: border-box !important;
}


/* Elementor puede agregar wrappers internos */
.primera-seccion > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;

  gap: clamp(32px, 4vw, 64px) !important;

  width: 100% !important;
  max-width: 1200px !important;

  margin-inline: auto !important;
}


/* =====================================================
   COLUMNA IZQUIERDA
===================================================== */

.primera-seccion .banner-texto {
  position: relative;

  flex: 1 1 58% !important;

  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;

  padding: 0 0 0 30px !important;
  margin: 0 !important;

  box-sizing: border-box !important;
}


/* Línea azul vertical */
.primera-seccion .banner-texto::before {
  content: "";

  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;

  width: 3px;

  border-radius: 999px;

  background: linear-gradient(
    180deg,
    #006dff 0%,
    #238cff 50%,
    #006dff 100%
  );

  box-shadow: 0 0 16px rgba(0, 109, 255, 0.16);
}


/* Widget de texto */
.primera-seccion .texto {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;

  margin: 0 !important;
}


/* Wrapper que Elementor agrega al widget */
.primera-seccion .texto,
.primera-seccion .texto .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}


/* Espaciado entre párrafos */
.primera-seccion .texto p {
  margin-top: 0;
  margin-bottom: 1.45em;
}

.primera-seccion .texto p:last-child {
  margin-bottom: 0;
}


/* =====================================================
   COLUMNA DERECHA
===================================================== */

.primera-seccion .mapa-columna {
  flex: 0 1 42% !important;

  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}


/* Fuerza al widget HTML a ocupar todo el ancho */
.primera-seccion .mapa-columna > .elementor-element,
.primera-seccion .mapa-columna .elementor-widget-html,
.primera-seccion .mapa-columna .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}


/* =====================================================
   TARJETA DEL MAPA
===================================================== */

.mapa-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(135px, 0.75fr);
  align-items: center;

  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 100%;

  padding: clamp(24px, 3vw, 38px);

  border: 1px solid rgba(19, 63, 156, 0.08);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 25% 38%,
      rgba(55, 137, 255, 0.13),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #f8faff 0%,
      #f5f7fb 48%,
      #f1f4f9 100%
    );

  box-shadow:
    0 18px 50px rgba(11, 42, 89, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  box-sizing: border-box;
}


/* =====================================================
   CONTENIDO INTERNO DEL MAPA
===================================================== */

.mapa-card__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 0;
  min-height: 290px;
}


.mapa-card__imagen {
  display: block;

  width: 100%;
  max-width: 250px;
  height: auto;

  object-fit: contain;

  filter: drop-shadow(
    0 15px 22px rgba(34, 86, 158, 0.1)
  );
}


.mapa-card__contenido {
  position: relative;
  z-index: 3;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  width: 100%;
  min-width: 0;

  padding-left: clamp(14px, 2vw, 26px);

  box-sizing: border-box;
}


.mapa-card__linea {
  display: block;

  width: 34px;
  height: 3px;

  margin-bottom: 18px;

  border-radius: 999px;

  background: linear-gradient(
    90deg,
    #1268e8,
    #74afff
  );
}


.mapa-card__titulo {
  margin: 0 0 18px;
  color: #123f9c;
}


.mapa-card__descripcion {
  margin: 0;
  color: #17213a;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

  .primera-seccion,
  .primera-seccion > .e-con-inner {
    gap: 30px !important;
  }

  .primera-seccion .banner-texto {
    flex-basis: 55% !important;
  }

  .primera-seccion .mapa-columna {
    flex-basis: 45% !important;
  }

  .mapa-card {
    grid-template-columns: 1fr;
  }

  .mapa-card__visual {
    min-height: 220px;
  }

  .mapa-card__imagen {
    max-width: 210px;
  }

  .mapa-card__contenido {
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 767px) {

  .primera-seccion,
  .primera-seccion > .e-con-inner {
    flex-direction: column !important;
    flex-wrap: nowrap !important;

    gap: 34px !important;
  }

  .primera-seccion {
    padding: 40px 20px !important;
  }

  .primera-seccion .banner-texto,
  .primera-seccion .mapa-columna {
    flex: 0 0 100% !important;

    width: 100% !important;
    max-width: 100% !important;
  }

  .primera-seccion .banner-texto {
    padding-left: 22px !important;
  }

  .mapa-card {
    grid-template-columns: 1fr;

    width: 100% !important;
    min-height: auto;

    padding: 28px 22px;

    border-radius: 20px;
  }

  .mapa-card__visual {
    min-height: 220px;
  }

  .mapa-card__imagen {
    max-width: 220px;
  }

  .mapa-card__contenido {
    align-items: center;

    padding-left: 0;

    text-align: center;
  }

  .mapa-card__descripcion br {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e35b24b *//* =====================================================
   ORGANIZACIONES MÁS AVANZADAS
===================================================== */

.capacidades-energia {
  --ce-azul: #087cff;
  --ce-azul-profundo: #052452;
  --ce-titulo: #071b3d;
  --ce-texto: #33425d;
  --ce-fondo: #ffffff;
  --ce-fondo-suave: #f5f8fc;
  --ce-borde: #dce5f1;

  width: 100%;
  max-width: 100%;

  margin: 0 auto;
  padding: clamp(30px, 2vw, 76px) 0;

  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
}


/* =====================================================
   ENCABEZADO
===================================================== */

.capacidades-energia__header {
  width: 100%;
  max-width: 860px;

  margin: 0 auto clamp(30px, 5vw, 10px);

  text-align: center;
}


.capacidades-energia__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-bottom: 12px;

  color: var(--ce-azul);

  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


.capacidades-energia__eyebrow::before,
.capacidades-energia__eyebrow::after {
  content: "";

  display: block;

  width: 22px;
  height: 2px;

  border-radius: 999px;
  background: var(--ce-azul);
}


.capacidades-energia__titulo {
  max-width: 900px;

  margin: 0 0 clamp(18px, 2vw, 2px) auto;

  color: var(--ce-titulo);

  font-family: "Manrope", sans-serif;
  font-size: clamp(28px, 4vw, 10px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.030em;

  text-align: left;
}


.capacidades-energia__introduccion {
  max-width: 820px;
  margin-inline: auto;

  text-align: left;
}


.capacidades-energia__introduccion p {
  margin: 0;

  color: var(--ce-texto);

  font-family: "Manrope", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 450;
  line-height: 1.65;
}


.capacidades-energia__introduccion p + p {
  margin-top: 14px;
}


/* =====================================================
   GRID DE CAPACIDADES
===================================================== */

.capacidades-energia__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 18px;

  width: 100%;
  margin-bottom: 24px;
}


/*
 * En la plantilla estrecha, la primera tarjeta funciona
 * como elemento destacado ocupando todo el ancho.
 */

.capacidad-card:first-child {
  grid-column: 1 / -1;
}


/* =====================================================
   TARJETA
===================================================== */

.capacidad-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  gap: 0;

  min-width: 0;
  min-height: 100%;

  padding: clamp(24px, 3vw, 32px);

  border: 1px solid var(--ce-borde);
  border-radius: 18px;

  background:
    radial-gradient(
      circle at 50% 5%,
      rgba(8, 124, 255, 0.075),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #ffffff 0%,
      #fbfcfe 100%
    );

  box-shadow:
    0 12px 28px rgba(4, 33, 77, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  box-sizing: border-box;

  text-align: center;

  transition:
    transform 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease;
}


/* Línea superior decorativa */

.capacidad-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 50%;

  width: 72%;
  height: 3px;

  background: linear-gradient(
    90deg,
    transparent,
    var(--ce-azul),
    transparent
  );

  transform: translateX(-50%) scaleX(0);
  transform-origin: center;

  transition: transform 380ms ease;
}


/* =====================================================
   ICONO
===================================================== */

.capacidad-card__icono {
  display: grid;
  place-items: center;

  width: 70px;
  height: 70px;

  margin: 0 auto 18px;

  border: 1px solid rgba(8, 124, 255, 0.13);
  border-radius: 18px;

  color: var(--ce-azul);

  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(72, 166, 255, 0.18),
      transparent 52%
    ),
    rgba(8, 124, 255, 0.055);

  transition:
    transform 320ms ease,
    color 320ms ease,
    background-color 320ms ease;
}


.capacidad-card__icono svg {
  width: 45px;
  height: 45px;
}


/* =====================================================
   CONTENIDO
===================================================== */

.capacidad-card__contenido {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  min-width: 0;

  text-align: center;
}


.capacidad-card__titulo {
  width: 100%;
  max-width: 420px;

  margin: 0 auto 12px;

  color: #0b54bb;

  font-family: "Manrope", sans-serif;
  font-size: clamp(17px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.02em;

  text-align: center;
}


.capacidad-card__texto {
  width: 100%;
  max-width: 500px;

  margin: 0 auto;

  color: var(--ce-texto);

  font-family: "Manrope", sans-serif;
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 450;
  line-height: 1.62;

  text-align: center;

  overflow-wrap: break-word;
}


/* =====================================================
   HOVER
===================================================== */

.capacidad-card:hover {
  transform: translateY(-5px);

  border-color: rgba(8, 124, 255, 0.22);

  box-shadow:
    0 20px 42px rgba(4, 33, 77, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}


.capacidad-card:hover::before {
  transform: translateX(-50%) scaleX(1);
}


.capacidad-card:hover .capacidad-card__icono {
  transform: translateY(-3px);

  color: #2994ff;

  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(72, 166, 255, 0.25),
      transparent 55%
    ),
    rgba(8, 124, 255, 0.08);
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 820px) {

  .capacidades-energia__grid {
    grid-template-columns: 1fr;
  }

  .capacidad-card:first-child {
    grid-column: auto;
  }

  .capacidad-card__titulo,
  .capacidad-card__texto {
    max-width: 620px;
  }
}


@media (max-width: 480px) {

  .capacidad-card {
    padding: 26px 20px;
  }

  .capacidad-card__icono {
    width: 64px;
    height: 64px;

    margin-bottom: 16px;
  }

  .capacidad-card__icono svg {
    width: 40px;
    height: 40px;
  }
}


/* =====================================================
   BLOQUE DE URGENCIA
===================================================== */

.urgencia-energia {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;

  gap: clamp(20px, 3vw, 30px);

  width: 100%;

  padding:
    clamp(26px, 4vw, 36px)
    clamp(24px, 4vw, 42px);

  border: 1px solid rgba(8, 124, 255, 0.1);
  border-left: 4px solid var(--ce-azul);
  border-radius: 16px;

  background:
    radial-gradient(
      circle at 85% 50%,
      rgba(8, 124, 255, 0.1),
      transparent 35%
    ),
    linear-gradient(
      110deg,
      #f4f8ff 0%,
      #eef4fc 100%
    );

  box-shadow:
    0 12px 30px rgba(4, 33, 77, 0.06);

  box-sizing: border-box;
}


/* Textura interna */

.urgencia-energia::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -1;

  opacity: 0.18;

  background-image:
    linear-gradient(
      rgba(8, 124, 255, 0.1) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(8, 124, 255, 0.1) 1px,
      transparent 1px
    );

  background-size: 34px 34px;

  mask-image: linear-gradient(
    90deg,
    transparent 20%,
    rgba(0, 0, 0, 0.6)
  );
}


/* =====================================================
   ICONO DE URGENCIA
===================================================== */

.urgencia-energia__icono {
  display: grid;
  place-items: center;

  width: 72px;
  height: 72px;

  color: var(--ce-azul);

  border-radius: 18px;

  background: rgba(255, 255, 255, 0.62);

  box-shadow:
    inset 0 0 20px rgba(8, 124, 255, 0.055),
    0 8px 20px rgba(4, 33, 77, 0.06);
}


.urgencia-energia__icono svg {
  width: 52px;
  height: 52px;
}


/* =====================================================
   TEXTO DE URGENCIA
===================================================== */

.urgencia-energia__contenido {
  min-width: 0;
}


.urgencia-energia__titulo {
  margin: 0 0 9px;

  color: #0b54bb;

  font-family: "Manrope", sans-serif;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}


.urgencia-energia__texto {
  margin: 0;

  color: var(--ce-texto);

  font-family: "Manrope", sans-serif;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 450;
  line-height: 1.65;
}


/* =====================================================
   PANTALLAS AMPLIAS
   Solo activa tres columnas cuando realmente hay espacio
===================================================== */

@media (min-width: 1120px) {

  .capacidades-energia__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .capacidad-card:first-child {
    grid-column: auto;
  }

  .capacidad-card {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;

    padding-inline: 22px;
  }

  .capacidad-card__icono {
    width: 62px;
    height: 62px;
  }

  .capacidad-card__icono svg {
    width: 40px;
    height: 40px;
  }
}


/* =====================================================
   BLOG ESTRECHO
===================================================== */

@media (max-width: 820px) {

  .capacidades-energia__grid {
    grid-template-columns: 1fr;
  }

  .capacidad-card:first-child {
    grid-column: auto;
  }

  .capacidad-card {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px;
  }
}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 600px) {

  .capacidades-energia {
    padding: 42px 0;
  }

  .capacidades-energia__header {
    text-align: left;
  }

  .capacidades-energia__eyebrow {
    justify-content: flex-start;
  }

  .capacidades-energia__eyebrow::after {
    display: none;
  }

  .capacidades-energia__titulo {
    margin-inline: 0;
  }

  .capacidad-card {
    grid-template-columns: 1fr;

    gap: 16px;

    padding: 24px 20px;
  }

  .capacidad-card__icono {
    width: 60px;
    height: 60px;

    border-radius: 16px;
  }

  .capacidad-card__icono svg {
    width: 38px;
    height: 38px;
  }

  .urgencia-energia {
    grid-template-columns: 58px minmax(0, 1fr);

    gap: 16px;

    padding: 24px 20px;
  }

  .urgencia-energia__icono {
    align-self: start;

    width: 56px;
    height: 56px;

    border-radius: 15px;
  }

  .urgencia-energia__icono svg {
    width: 40px;
    height: 40px;
  }
}


/* =====================================================
   MÓVIL PEQUEÑO
===================================================== */

@media (max-width: 420px) {

  .urgencia-energia {
    grid-template-columns: 1fr;
  }

  .urgencia-energia__icono {
    width: 52px;
    height: 52px;
  }
}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .capacidad-card,
  .capacidad-card::before,
  .capacidad-card__icono {
    transition: none;
  }

  .capacidad-card:hover,
  .capacidad-card:hover .capacidad-card__icono {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86fc9f6 *//* =====================================================
   CIERRE COLSOF · SECTOR ENERGÉTICO
===================================================== */

.cierre-colsof {
  --cc-fondo: #00142f;
  --cc-fondo-secundario: #002557;
  --cc-azul: #087cff;
  --cc-azul-claro: #51aaff;
  --cc-blanco: #ffffff;
  --cc-texto: rgba(255, 255, 255, 0.8);
  --cc-borde: rgba(108, 177, 255, 0.2);

  position: relative;
  isolation: isolate;
  overflow: hidden;

  width: 100%;
  max-width: 100%;

  margin: 0;
  padding:
    clamp(46px, 6vw, 72px)
    clamp(28px, 6vw, 76px);

  border: 1px solid var(--cc-borde);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(8, 124, 255, 0.24),
      transparent 30%
    ),
    radial-gradient(
      circle at 78% 92%,
      rgba(35, 143, 255, 0.13),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      var(--cc-fondo) 0%,
      #001b40 50%,
      var(--cc-fondo-secundario) 100%
    );

  box-shadow:
    0 24px 60px rgba(0, 20, 55, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
}


/* =====================================================
   TEXTURA DIGITAL DE FONDO
===================================================== */

.cierre-colsof::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: -2;

  opacity: 0.18;

  background-image:
    linear-gradient(
      rgba(45, 143, 255, 0.12) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(45, 143, 255, 0.1) 1px,
      transparent 1px
    );

  background-size: 42px 42px;

  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.28) 45%,
    rgba(0, 0, 0, 0.82) 100%
  );
}


/* Línea curva decorativa */

.cierre-colsof::after {
  content: "";

  position: absolute;
  z-index: -1;

  width: 560px;
  height: 560px;

  top: -270px;
  right: -220px;

  border: 1px solid rgba(86, 169, 255, 0.22);
  border-radius: 50%;

  box-shadow:
    0 0 0 70px rgba(33, 129, 255, 0.025),
    0 0 0 140px rgba(33, 129, 255, 0.018);

  pointer-events: none;
}


/* Resplandor decorativo */

.cierre-colsof__brillo {
  position: absolute;
  z-index: -1;

  right: 8%;
  bottom: -60px;

  width: 330px;
  height: 150px;

  border-radius: 50%;

  background: rgba(8, 124, 255, 0.22);
  filter: blur(55px);

  pointer-events: none;
}


/* =====================================================
   CONTENIDO
===================================================== */

.cierre-colsof__contenido {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 850px;
}


/* =====================================================
   ETIQUETA
===================================================== */

.cierre-colsof__eyebrow {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;

  margin-bottom: clamp(24px, 3vw, 34px);

  color: var(--cc-azul-claro);

  font-family: "Manrope", sans-serif;
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}


.cierre-colsof__eyebrow::after {
  content: "";

  display: block;

  width: 74px;
  height: 2px;

  margin-top: 12px;

  border-radius: 999px;

  background: linear-gradient(
    90deg,
    var(--cc-azul),
    var(--cc-azul-claro)
  );

  box-shadow: 0 0 12px rgba(8, 124, 255, 0.38);
}


/* =====================================================
   TÍTULO
===================================================== */

.cierre-colsof__titulo {
  width: 100%;
  max-width: 820px;

  margin: 0 0 12px;

  color: var(--cc-blanco);

  font-family: "Manrope", sans-serif;
  font-size: clamp(25px, 4.1vw, 25px);
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -0.04em;
}


/* =====================================================
   FRASE DESTACADA
===================================================== */

.cierre-colsof__destacado {
  width: 100%;
  max-width: 760px;

  margin: 0 0 clamp(24px, 3vw, 28px);

  color: var(--cc-azul);

  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 650;
  line-height: 1.28;
  letter-spacing: -0.03em;
}


/* =====================================================
   TEXTO
===================================================== */

.cierre-colsof__texto {
  width: 100%;
  max-width: 770px;
}


.cierre-colsof__texto p {
  margin: 0;

  color: var(--cc-texto);

  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.55vw, 18px);
  font-weight: 400;
  line-height: 1.72;
}


/* =====================================================
   BOTÓN
===================================================== */

.cierre-colsof__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  min-height: 56px;

  margin-top: clamp(28px, 4vw, 38px);
  padding: 15px 26px;

  border: 1px solid rgba(92, 183, 255, 0.72);
  border-radius: 13px;

  color: var(--cc-blanco) !important;

  background:
    linear-gradient(
      135deg,
      #0989ff 0%,
      #0667dc 100%
    );

  box-shadow:
    0 13px 28px rgba(0, 103, 231, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);

  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;

  transition:
    transform 280ms ease,
    color 280ms ease,
    background 280ms ease,
    box-shadow 280ms ease;
}


.cierre-colsof__cta-icono {
  display: inline-block;

  font-size: 23px;
  font-weight: 400;
  line-height: 1;

  transition: transform 280ms ease;
}


.cierre-colsof__cta:hover {
  transform: translateY(-3px);

  color: #063b80 !important;

  background: #ffffff;

  box-shadow:
    0 18px 36px rgba(0, 103, 231, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}


.cierre-colsof__cta:hover .cierre-colsof__cta-icono {
  transform: translateX(5px);
}


.cierre-colsof__cta:focus-visible {
  outline: 3px solid rgba(94, 183, 255, 0.5);
  outline-offset: 4px;
}


/* =====================================================
   CLIENTES
===================================================== */

.cierre-colsof__clientes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  margin-top: clamp(28px, 4vw, 42px);
}


.cierre-colsof__clientes-label {
  margin-bottom: 10px;

  color: rgba(255, 255, 255, 0.55);

  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}


.cierre-colsof__clientes-lista {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  gap: 10px 13px;
}


.cierre-colsof__clientes-lista span {
  color: rgba(255, 255, 255, 0.88);

  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}


.cierre-colsof__clientes-lista i {
  display: block;

  width: 4px;
  height: 4px;

  border-radius: 50%;

  background: var(--cc-azul);

  box-shadow: 0 0 8px rgba(8, 124, 255, 0.55);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 820px) {

  .cierre-colsof {
    padding:
      48px
      clamp(24px, 5vw, 42px);

    border-radius: 21px;
  }

  .cierre-colsof__contenido,
  .cierre-colsof__titulo,
  .cierre-colsof__destacado,
  .cierre-colsof__texto {
    max-width: none;
  }

  .cierre-colsof::after {
    width: 420px;
    height: 420px;

    top: -210px;
    right: -230px;
  }
}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 600px) {

  .cierre-colsof {
    padding: 38px 22px;

    border-radius: 18px;
  }

  .cierre-colsof__eyebrow {
    margin-bottom: 22px;
  }

  .cierre-colsof__destacado {
    margin-bottom: 22px;
  }

  .cierre-colsof__cta {
    width: 100%;

    padding-inline: 18px;

    text-align: center;
  }

  .cierre-colsof__clientes-lista {
    gap: 9px 10px;
  }

  .cierre-colsof::after {
    display: none;
  }
}


/* =====================================================
   MÓVIL PEQUEÑO
===================================================== */

@media (max-width: 420px) {

  .cierre-colsof__clientes-lista i {
    display: none;
  }

  .cierre-colsof__clientes-lista {
    column-gap: 14px;
  }
}


/* =====================================================
   ACCESIBILIDAD
===================================================== */

@media (prefers-reduced-motion: reduce) {

  .cierre-colsof__cta,
  .cierre-colsof__cta-icono {
    transition: none;
  }

  .cierre-colsof__cta:hover {
    transform: none;
  }

  .cierre-colsof__cta:hover .cierre-colsof__cta-icono {
    transform: none;
  }
}/* End custom CSS */