.elementor-12364 .elementor-element.elementor-element-c6c0f51{--display:flex;}.elementor-12364 .elementor-element.elementor-element-2585e9c{--display:flex;}.elementor-12364 .elementor-element.elementor-element-5d0ee53{--display:flex;}.elementor-12364 .elementor-element.elementor-element-d077dac{--display:flex;}.elementor-12364 .elementor-element.elementor-element-912df2a{--display:flex;}.elementor-12364 .elementor-element.elementor-element-f941001{--display:flex;}.elementor-12364 .elementor-element.elementor-element-1148d04{--display:flex;}.elementor-12364 .elementor-element.elementor-element-6845c57{--display:flex;}.elementor-12364 .elementor-element.elementor-element-b542a4d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-de110f2 */.asce-article-hero {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-green-soft: #edf5e9;
  --asce-lime: #cdeb59;

  position: relative;
  width: calc(100% - 50px);
  max-width: 1720px;
  min-height: 720px;
  margin: 45px auto 80px;
  overflow: hidden;
  border-radius: 22px;
  background: #eef1ec;
  box-sizing: border-box;
}



.asce-article-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;

  z-index: 1;
}


/* DEGRADADO */

.asce-article-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.98) 0%,
      rgba(255,255,255,0.96) 27%,
      rgba(255,255,255,0.82) 42%,
      rgba(255,255,255,0.30) 58%,
      rgba(9,25,18,0.10) 76%,
      rgba(7,18,13,0.40) 100%
    );
}





/*  CONTENIDO GENERAL */

.asce-article-hero__content {
  position: relative;
  z-index: 3;

  display: flex;
  align-items: stretch;
  justify-content: space-between;

  width: 100%;
  min-height: 720px;

  padding: 58px 70px 58px;

  box-sizing: border-box;
}





/*  IZQUIERDA */

.asce-article-hero__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 54%;
  max-width: 760px;
}




.asce-article-hero__brand {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-bottom: 48px;

  color: var(--asce-green-dark);

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 1.5px;
}


.asce-article-hero__brand i {
  font-size: 23px;

  color: var(--asce-green);
}




.asce-article-hero__category {
  display: inline-flex;

  align-self: flex-start;

  margin-bottom: 22px;

  padding: 7px 14px;

  border-radius: 999px;

  background: rgba(79, 143, 70, 0.11);

  color: var(--asce-green);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 1.3px;
}



.asce-article-hero__title {
  max-width: 720px;

  margin: 0 0 24px;

  color: #18231e;

  font-size: clamp(36px, 3.1vw, 55px);
  line-height: 1.08;

  font-weight: 700;

  letter-spacing: -1.5px;
}


.asce-article-hero__title span {
  color: var(--asce-green-dark);
}




.asce-article-hero__description {
  max-width: 650px;

  margin: 0;

  color: #626c67;

  font-size: 15px;
  line-height: 1.75;

  font-weight: 400;
}




.asce-article-hero__meta {
  display: flex;
  align-items: center;

  gap: 20px;

  margin-top: 45px;
}


.asce-article-hero__meta-item {
  display: flex;
  align-items: center;

  gap: 9px;

  color: #3d4943;

  font-size: 13px;
}


.asce-article-hero__meta-item i {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border-radius: 50%;

  background: rgba(255,255,255,0.72);

  color: var(--asce-green);

  font-size: 13px;
}


.asce-article-hero__separator {
  width: 1px;
  height: 25px;

  background: rgba(54,79,66,0.20);
}





/* DERECHA */

.asce-article-hero__aside {
  align-self: flex-end;

  width: 300px;

  margin-left: auto;

  padding-bottom: 15px;
}


.asce-article-hero__aside p {
  margin: 0 0 20px;

  color: #fff;

  font-size: 25px;
  line-height: 1.2;

  font-weight: 700;

  text-shadow:
    0 2px 15px rgba(0,0,0,0.30);
}




.asce-article-hero__button {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  width: 100%;

  padding: 15px 20px;

  border-radius: 9px;

  background: var(--asce-green);

  color: #fff !important;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none !important;

  box-shadow:
    0 10px 28px rgba(41, 99, 50, 0.25);

  transition:
    background .3s ease,
    transform .3s ease,
    box-shadow .3s ease;
}


.asce-article-hero__button:hover {
  background: var(--asce-green-dark);

  transform: translateY(-2px);

  box-shadow:
    0 14px 32px rgba(41, 99, 50, 0.32);
}


.asce-article-hero__button i {
  font-size: 12px;

  transition: transform .3s ease;
}


.asce-article-hero__button:hover i {
  transform: translateX(4px);
}



@media (max-width: 1100px) {

  .asce-article-hero {
    min-height: 650px;
  }


  .asce-article-hero__content {
    min-height: 650px;

    padding: 50px 45px;
  }


  .asce-article-hero__main {
    width: 62%;
  }


  .asce-article-hero__title {
    font-size: clamp(34px, 4vw, 46px);
  }


  .asce-article-hero__aside {
    width: 240px;
  }


  .asce-article-hero__aside p {
    font-size: 21px;
  }

}







.asce-article-hero {
  width: calc(100vw - 40px);
  max-width: none;

  margin-left: calc(50% - 50vw + 20px);
  margin-right: calc(50% - 50vw + 20px);

  min-height: 720px;
}



@media (max-width: 767px) {

  .asce-article-hero {
    width: calc(100% - 28px);

    min-height: 760px;

    margin:
      25px auto
      55px;

    border-radius: 17px;
  }


  .asce-article-hero__bg {
    object-position: 62% center;
  }


  .asce-article-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.98) 0%,
        rgba(255,255,255,0.96) 51%,
        rgba(255,255,255,0.50) 68%,
        rgba(7,18,13,0.48) 100%
      );
  }


  .asce-article-hero__content {
    display: flex;
    flex-direction: column;

    min-height: 760px;

    padding: 35px 25px;
  }


  .asce-article-hero__main {
    width: 100%;
    max-width: none;
  }


  .asce-article-hero__brand {
    margin-bottom: 32px;

    font-size: 12px;
  }


  .asce-article-hero__title {
    max-width: 100%;

    font-size: 32px;
    line-height: 1.1;

    letter-spacing: -0.8px;
  }


  .asce-article-hero__description {
    font-size: 14px;
    line-height: 1.65;
  }


  .asce-article-hero__meta {
    gap: 12px;

    margin-top: 27px;

    flex-wrap: wrap;
  }


  .asce-article-hero__separator {
    display: none;
  }


  .asce-article-hero__aside {
    width: 100%;

    margin-top: auto;
    padding-bottom: 0;
  }


  .asce-article-hero__aside p {
    max-width: 280px;

    font-size: 21px;
  }


  .asce-article-hero__button {
    max-width: 290px;
  }

}



@media (max-width: 480px) {

  .asce-article-hero {
    min-height: 720px;
  }


  .asce-article-hero__content {
    min-height: 720px;

    padding: 30px 20px;
  }


  .asce-article-hero__title {
    font-size: 28px;
  }


  .asce-article-hero__category {
    font-size: 10px;
  }

}












/* Animaciones */

.asce-article-hero__title {
  opacity: 0;
  transform: translateX(-70px);
  animation: asceHeroTitleIn .8s ease forwards;
  animation-delay: .15s;
}

.asce-article-hero__description {
  opacity: 0;
  animation: asceHeroFadeIn .7s ease forwards;
  animation-delay: 1.25s;
}

.asce-article-hero__aside p {
  opacity: 0;
  transform: translateX(70px);
  animation: asceHeroAsideIn .8s ease forwards;
  animation-delay: 2.35s;
}

.asce-article-hero__button {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  animation: asceHeroButtonIn .55s ease forwards;
  animation-delay: 3.15s;
}

@keyframes asceHeroTitleIn {
  from {
    opacity: 0;
    transform: translateX(-70px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes asceHeroFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes asceHeroAsideIn {
  from {
    opacity: 0;
    transform: translateX(70px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes asceHeroButtonIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-312c9b0 */.asce-context-section {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-green-deep: #285d3d;
  --asce-lime: #cdeb59;
  --asce-text: #28333c;
  --asce-gray: #69737d;

  position: relative;
  width: calc(100vw - 24px);
  max-width: none;
  margin-left: calc(50% - 50vw + 12px);
  margin-right: calc(50% - 50vw + 12px);
  padding: 75px 12px;
  background: #ffffff;
  box-sizing: border-box;
}


/* CARD */

.asce-context-card {
 position: relative;

  width: 100%;
  max-width: none;

  margin: 0 auto;

  padding: 62px 70px 55px;

  overflow: hidden;

  border: 1px solid rgba(79, 143, 70, 0.10);
  border-radius: 24px;

  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(205, 235, 89, 0.08),
      transparent 25%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(79, 143, 70, 0.07),
      transparent 28%
    ),
    #f5faf3;

  box-shadow: 0 18px 50px rgba(43, 77, 57, 0.07);

  text-align: center;
  box-sizing: border-box;
}




.asce-context-card::before,
.asce-context-card::after {
  content: "";

  position: absolute;

  width: 240px;
  height: 240px;

  border:
    1px solid rgba(79, 143, 70, 0.11);

  border-radius: 50%;

  pointer-events: none;
}


.asce-context-card::before {
  top: -150px;
  left: -90px;
}


.asce-context-card::after {
  right: -100px;
  bottom: -150px;
}




.asce-context-card__eyebrow {
  display: inline-flex;
  align-items: center;

  gap: 8px;

  margin-bottom: 20px;

  padding: 7px 14px;

  border-radius: 999px;

  background: rgba(79, 143, 70, 0.08);

  color: var(--asce-green-dark);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 1.35px;

  text-transform: uppercase;
}


.asce-context-card__eyebrow i {
  color: var(--asce-green);

  font-size: 12px;
}


/* =====================================================
   TÍTULO
===================================================== */

.asce-context-card__title {
  margin: 0 0 15px;

  color: var(--asce-text);

  font-size: clamp(30px, 2.5vw, 42px);
  line-height: 1.1;

  font-weight: 700;

  letter-spacing: -0.8px;
}


.asce-context-card__title span {
  color: var(--asce-green);
}


/* =====================================================
   ENTRADA
===================================================== */

.asce-context-card__lead {
  max-width: 850px;

  margin: 0 auto 30px;

  color: #3d474f;

  font-size: 17px;
  line-height: 1.65;
}


.asce-context-card__lead strong {
  color: var(--asce-green-dark);
}


/* =====================================================
   CUERPO
===================================================== */

.asce-context-card__body {
  max-width: 1000px;

  margin: 0 auto;
}


.asce-context-card__body p {
  margin: 0;

  color: var(--asce-gray);

  font-size: 14px;
  line-height: 1.8;
}


.asce-context-card__body strong {
  color: var(--asce-green-dark);

  font-weight: 700;
}


/* =====================================================
   DIVISOR
===================================================== */

.asce-context-card__divider {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 15px;

  margin: 30px auto 20px;
}


.asce-context-card__divider span {
  width: 70px;
  height: 1px;

  background:
    rgba(79, 143, 70, 0.30);
}


.asce-context-card__divider i {
  color: var(--asce-green);

  font-size: 13px;
}


/* =====================================================
   FRASE CENTRAL
===================================================== */

.asce-context-card__highlight {
  margin: 0 0 32px;

  color: var(--asce-green-dark);

  font-size: 16px;
  line-height: 1.6;

  font-weight: 500;
}


.asce-context-card__highlight strong {
  font-weight: 700;
}


/* =====================================================
   CIERRE INFERIOR
===================================================== */

.asce-context-card__closing {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 18px;

  max-width: 1050px;

  margin: 0 auto;

  padding: 20px 26px;

  border:
    1px solid rgba(79, 143, 70, 0.08);

  border-radius: 15px;

  background:
    rgba(255, 255, 255, 0.62);

  text-align: left;
}


/* icono */

.asce-context-card__closing-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;

  flex: 0 0 44px;

  border-radius: 50%;

  background:
    rgba(79, 143, 70, 0.10);

  color: var(--asce-green);

  font-size: 17px;
}


.asce-context-card__closing p {
  margin: 0;

  color: #536068;

  font-size: 13px;
  line-height: 1.65;
}


.asce-context-card__closing strong {
  color: var(--asce-green-dark);

  font-weight: 700;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

  .asce-context-section {
    padding:
      60px 28px;
  }


  .asce-context-card {
    padding:
      52px 55px
      48px;
  }


  .asce-context-card__title {
    font-size: 34px;
  }

}


/* =====================================================
   MÓVIL
===================================================== */

@media (max-width: 767px) {

  .asce-context-section {
    width: 100%;
    max-width: 100%;

    margin-left: 0;
    margin-right: 0;

    padding:
      45px 18px;
  }


  .asce-context-card {
    padding:
      38px 23px
      30px;

    border-radius: 18px;
  }


  .asce-context-card__eyebrow {
    font-size: 10px;
  }


  .asce-context-card__title {
    font-size: 29px;
  }


  .asce-context-card__lead {
    font-size: 15px;
  }


  .asce-context-card__body p {
    font-size: 13px;
  }


  .asce-context-card__highlight {
    font-size: 15px;
  }


  .asce-context-card__closing {
    align-items: flex-start;

    padding: 17px 18px;
  }


  .asce-context-card__closing p {
    font-size: 13px;
  }

}


/* =====================================================
   MÓVIL PEQUEÑO
===================================================== */

@media (max-width: 480px) {

  .asce-context-section {
    padding:
      35px 14px;
  }


  .asce-context-card {
    padding:
      32px 18px
      26px;
  }


  .asce-context-card__title {
    font-size: 26px;
  }


  .asce-context-card__divider span {
    width: 45px;
  }


  .asce-context-card__closing-icon {
    width: 38px;
    height: 38px;

    flex-basis: 38px;

    font-size: 14px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9cc422 */.asce-ideas-grid {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-blue: #4139e8;
  --asce-lime: #cdeb59;
  --asce-text: #27323d;
  --asce-gray: #6d7780;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 60px 95px;
  background: #fff;
  box-sizing: border-box;
}




.asce-ideas-grid__header {
  max-width: 680px;

  margin-bottom: 35px;
}


.asce-ideas-grid__eyebrow {
  display: block;

  margin-bottom: 8px;

  color: var(--asce-green);

  font-size: 12px;
  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


.asce-ideas-grid__title {
  margin: 0 0 10px;

  color: var(--asce-green-dark);

  font-size: clamp(28px, 2.2vw, 36px);
  line-height: 1.15;

  font-weight: 700;

  letter-spacing: -0.5px;
}


.asce-ideas-grid__description {
  margin: 0;

  max-width: 620px;

  color: var(--asce-gray);

  font-size: 14px;
  line-height: 1.65;
}


/* GRID PRINCIPAL */

.asce-ideas-grid__layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1.18fr);

  gap: 18px;

  max-width: 1580px;

  margin: 0 auto;
}


.asce-ideas-grid__right {
  display: grid;

  grid-template-rows:
    minmax(0, 1fr)
    minmax(0, 1fr);

  gap: 18px;
}


.asce-ideas-grid__small-row {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 18px;
}




.asce-idea-card {
  position: relative;

  min-width: 0;

  overflow: hidden;

  border-radius: 18px;

  background: #1b211e;

  isolation: isolate;
}


/* alturas */

.asce-idea-card--featured {
  min-height: 650px;
}


.asce-idea-card--wide {
  min-height: 315px;
}


.asce-idea-card--small {
  min-height: 315px;
}


/* IMÁGENES */

.asce-idea-card img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  z-index: -3;

  transition: transform .7s ease;
}


.asce-idea-card:hover img {
  transform: scale(1.04);
}




.asce-idea-card__overlay {
  position: absolute;

  inset: 0;

  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(8, 15, 12, 0.83) 0%,
      rgba(8, 15, 12, 0.68) 46%,
      rgba(8, 15, 12, 0.20) 100%
    );
}


/* featured un poco más oscuro abajo */

.asce-idea-card--featured
.asce-idea-card__overlay {
  background:
    linear-gradient(
      180deg,
      rgba(8, 15, 12, 0.10) 0%,
      rgba(8, 15, 12, 0.40) 42%,
      rgba(8, 15, 12, 0.90) 100%
    );
}




.asce-idea-card__content {
  position: relative;

  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  height: 100%;

  padding: 28px;

  box-sizing: border-box;
}


/* featured: contenido abajo */

.asce-idea-card--featured
.asce-idea-card__content {
  justify-content: flex-end;

  padding: 38px;
}


/* wide */

.asce-idea-card--wide
.asce-idea-card__content {
  justify-content: center;

  width: 55%;

  min-height: 315px;
}


/* pequeñas */

.asce-idea-card--small
.asce-idea-card__content {
  justify-content: flex-end;

  min-height: 315px;

  padding: 24px;
}


/*  CATEGORÍAS */

.asce-idea-card__category {
  display: inline-flex;

  margin-bottom: 18px;

  padding: 6px 11px;

  border-radius: 4px;

  color: #fff;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: .8px;

  text-transform: uppercase;
}


.asce-idea-card__category--green {
  background: #6fa85d;
}


.asce-idea-card__category--blue {
  background: #2e87d8;
}


.asce-idea-card__category--soft {
  background: #4f9c69;
}


.asce-idea-card__category--development {
  background: #367fc8;
}


/*  META */

.asce-idea-card__meta {
  display: flex;
  align-items: center;

  flex-wrap: wrap;

  gap: 7px;

  margin-bottom: 14px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 10px;
  font-weight: 500;
}


/*  TÍTULOS */

.asce-idea-card__title {
  max-width: 520px;

  margin: 0 0 13px;

  color: #FFFFFF !important;

  font-size: 21px;
  line-height: 1.2;

  font-weight: 700;

  letter-spacing: -0.3px;
}


/* featured */

.asce-idea-card--featured
.asce-idea-card__title {
  max-width: 470px;

  font-size: 25px;
}


/* pequeñas */

.asce-idea-card--small
.asce-idea-card__title {
  max-width: 340px;

  font-size: 18px;
}




.asce-idea-card__description {
  max-width: 480px;

  margin: 0 0 22px;

  color: rgba(255, 255, 255, 0.88);

  font-size: 13px;
  line-height: 1.6;
}


.asce-idea-card--small
.asce-idea-card__description {
  max-width: 300px;

  margin-bottom: 16px;

  font-size: 12px;
}


/*  BOTÓN */

.asce-idea-card__button {
  display: inline-flex;
  align-items: center;

  gap: 18px;

  padding: 10px 18px;

  border:
    1px solid rgba(255, 255, 255, 0.80);

  border-radius: 999px;

  color: #fff !important;

  font-size: 12px;
  font-weight: 600;

  text-decoration: none !important;

  transition:
    background .3s ease,
    color .3s ease,
    transform .3s ease;
}


.asce-idea-card__button i {
  font-size: 10px;

  transition: transform .3s ease;
}


.asce-idea-card__button:hover {
  background: #fff;

  color: var(--asce-green-dark) !important;

  transform: translateY(-2px);
}


.asce-idea-card__button:hover i {
  transform: translateX(3px);
}



@media (max-width: 1200px) {

  .asce-ideas-grid {
    padding-left: 35px;
    padding-right: 35px;
  }


  .asce-ideas-grid__layout {
    grid-template-columns:
      minmax(0, .95fr)
      minmax(0, 1.05fr);
  }


  .asce-idea-card--featured {
    min-height: 590px;
  }


  .asce-idea-card--wide,
  .asce-idea-card--small {
    min-height: 286px;
  }


  .asce-idea-card--wide
  .asce-idea-card__content {
    width: 65%;
  }

}



@media (max-width: 900px) {

  .asce-ideas-grid__layout {
    grid-template-columns: 1fr;
  }


  .asce-ideas-grid__right {
    grid-template-rows: auto;
  }


  .asce-idea-card--featured {
    min-height: 500px;
  }


  .asce-idea-card--wide {
    min-height: 340px;
  }


  .asce-idea-card--wide
  .asce-idea-card__content {
    width: 65%;
    min-height: 340px;
  }


  .asce-idea-card--small {
    min-height: 340px;
  }

}




@media (max-width: 650px) {

  .asce-ideas-grid {
    width: 100%;
    max-width: 100%;

    margin-left: 0;
    margin-right: 0;

    padding:
      55px 20px
      65px;
  }


  .asce-ideas-grid__header {
    margin-bottom: 28px;
  }


  .asce-ideas-grid__title {
    font-size: 28px;
  }


  .asce-ideas-grid__small-row {
    grid-template-columns: 1fr;
  }


  .asce-idea-card--featured {
    min-height: 470px;
  }


  .asce-idea-card--wide {
    min-height: 380px;
  }


  .asce-idea-card--wide
  .asce-idea-card__content {
    width: 100%;

    justify-content: flex-end;

    min-height: 380px;
  }


  .asce-idea-card--small {
    min-height: 390px;
  }


  .asce-idea-card__overlay,
  .asce-idea-card--featured
  .asce-idea-card__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(8,15,12,0.08) 0%,
        rgba(8,15,12,0.30) 35%,
        rgba(8,15,12,0.90) 100%
      );
  }


  .asce-idea-card--featured
  .asce-idea-card__content {
    padding: 26px;
  }


  .asce-idea-card__title,
  .asce-idea-card--featured
  .asce-idea-card__title {
    font-size: 20px;
  }


  .asce-idea-card--small
  .asce-idea-card__title {
    font-size: 18px;
  }

}





/*Animaciones */

.asce-idea-card {
  opacity: 0;
  transform: translateY(45px) scale(.97);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

.asce-idea-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.asce-idea-card--featured.is-visible {
  transition-delay: .75s;
}

.asce-idea-card--wide.is-visible {
  transition-delay: 1.30s;
}

.asce-ideas-grid__small-row .asce-idea-card:nth-child(1).is-visible {
  transition-delay: 1.95s;
}

.asce-ideas-grid__small-row .asce-idea-card:nth-child(2).is-visible {
  transition-delay: 2.80s;
}

@media (prefers-reduced-motion: reduce) {
  .asce-idea-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}



/* Mostrar las cards de Tu entorno  */
.elementor-editor-active .asce-idea-card,
.elementor-edit-mode .asce-idea-card {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c962baf */.asce-point-section {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-green-soft: #f4f8f0;
  --asce-lime: #cdeb59;
  --asce-text: #28333c;
  --asce-gray: #626d75;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 85px 40px;
  background: #ffffff;
  box-sizing: border-box;
}


/* CONTENEDOR */

.asce-point-wrap {
  width: 100%;
  max-width: 1320px;

  margin: 0 auto;
}



.asce-point-kicker {
  margin-bottom: 18px;

  color: var(--asce-green);

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 2px;
}



.asce-point-title {
  margin: 0 0 22px;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.6px;
}


.asce-point-title span {
  color: var(--asce-green-dark);
}


/* Texto */

.asce-point-intro {
  width: 100%;
  max-width: none;
  margin: 0 0 40px;
  color: var(--asce-text);
  font-size: 16px;
  line-height: 1.8;
}






.asce-point-question {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  margin-bottom: 30px;
  padding: 36px 30px;
  border: 1px solid rgba(79, 143, 70, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 50% 40%,
      rgba(205, 235, 89, 0.08),
      transparent 55%
    ),
    #f7faf5;
  text-align: center;
}




.asce-point-question__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 50%;
  border: 1px dashed rgba(55, 111, 76, 0.35);
  color: var(--asce-green-dark);
  font-size: 21px;
}


.asce-point-question p {
  margin: 0;
  color: var(--asce-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1.2;
  font-weight: 500;
}





.asce-point-values {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}


.asce-point-values span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 16px;
  border:
    1px solid rgba(79, 143, 70, 0.30);
  border-radius: 999px;
  background: #fff;
  color: #41494f;
  font-size: 15px;
  font-weight: 500;
}


.asce-point-values i {
  color: var(--asce-green);
  font-size: 13px;
}




.asce-point-deeper {
  width: 100%;
  max-width: none;
  margin: 0 0 36px;
  color: var(--asce-text);
  font-size: 16px;
  line-height: 1.75;
}




.asce-point-closing {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 30px;
  border:
    1px solid rgba(79, 143, 70, 0.16);
  border-radius: 14px;
  background: #ffffff;
  box-shadow:
    0 10px 28px rgba(40, 70, 52, 0.04);
}


/* icono cierre */

.asce-point-closing__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 50%;
  border:
    1px solid rgba(79, 143, 70, 0.22);
  background: var(--asce-green-soft);
  color: var(--asce-green-dark);
  font-size: 23px;
}



.asce-point-closing__divider {
  width: 1px;
  height: 60px;
  flex: 0 0 1px;
  background:
    rgba(55, 111, 76, 0.18);
}


.asce-point-closing p {
  margin: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}



@media (max-width: 1000px) {

  .asce-point-section {
    padding:
      70px 30px;
  }


  .asce-point-values {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .asce-point-title {
    font-size: 38px;
  }

}


@media (max-width: 650px) {

  .asce-point-section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding:
      55px 20px;
  }


  .asce-point-kicker {
    font-size: 11px;
  }


  .asce-point-title {
    font-size: 30px;
  }


  .asce-point-intro {
    font-size: 15px;
  }


  .asce-point-question {
    min-height: 220px;
    padding:
      28px 20px;
  }


  .asce-point-question p {
    font-size: 25px;
  }


  .asce-point-values {
    grid-template-columns: 1fr;
    gap: 10px;
  }


  .asce-point-deeper {
    font-size: 15px;
  }


  .asce-point-closing {
    align-items: flex-start;
    gap: 15px;
    padding:
      20px 18px;
  }


  .asce-point-closing__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    font-size: 18px;
  }


  .asce-point-closing__divider {
    height: 48px;
  }


  .asce-point-closing p {
    font-size: 15px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a0c78d4 */.asce-focus-section {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-green-soft: #f5f9f2;
  --asce-text: #28333c;
  --asce-gray: #657078;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 85px 40px;
  background: #fff;
  box-sizing: border-box;
}

.asce-focus-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.asce-focus-kicker {
  margin-bottom: 18px;
  color: var(--asce-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.asce-focus-title {
  margin: 0 0 18px;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.asce-focus-intro {
  max-width: 1000px;
  margin: 0 0 38px;
  color: var(--asce-text);
  font-size: 16px;
  line-height: 1.75;
}

.asce-focus-top {
   display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 34px;
}

.asce-focus-image {
  overflow: hidden;
  height: 430px;
  min-height: 430px;
  border-radius: 18px;
  background: #f2f4f1;
}

.asce-focus-image img {
   display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .7s ease;
}

.asce-focus-image:hover img {
  transform: scale(1.035);
}

.asce-focus-quotes {
   display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: start;
  min-height: auto;
  padding: 26px 30px;
  border: 1px solid rgba(79, 143, 70, 0.10);
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fbf6, #f3f8ef);
}

.asce-focus-quote {
 display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(55, 111, 76, 0.15);
}

.asce-focus-quote:first-child {
  padding-top: 0;
}

.asce-focus-quote:nth-child(3) {
  border-bottom: none;
}

.asce-focus-quote__icon {
 display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(79, 143, 70, 0.10);
  color: var(--asce-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.asce-focus-quote p {
  margin: 0;
  color: #30383d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.45;
  font-style: italic;
}

.asce-focus-quotes__closing {
   margin-top: 18px;
  padding-top: 16px;
  border-top: 2px solid rgba(79, 143, 70, 0.35);
  color: var(--asce-green-dark);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

.asce-focus-how {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.asce-focus-how i {
  color: var(--asce-green);
  font-size: 18px;
}

.asce-focus-how h3 {
  margin: 0;
  color: var(--asce-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.asce-focus-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.asce-focus-card {
  padding: 28px 28px 26px;
  border: 1px solid rgba(55, 111, 76, 0.09);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(38, 65, 48, 0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.asce-focus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(38, 65, 48, 0.10);
}

.asce-focus-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.asce-focus-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: var(--asce-green-soft);
  color: var(--asce-green);
  font-size: 21px;
}

.asce-focus-card h4 {
  margin: 0;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px !important;
  line-height: 1.3;
  font-weight: 700;
}

.asce-focus-card p {
  margin: 0;
  color: var(--asce-gray);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  .asce-focus-section {
    padding: 70px 30px;
  }

  .asce-focus-top {
    grid-template-columns: 1fr;
  }

  .asce-focus-image {
    min-height: 420px;
  }

  .asce-focus-image img {
    min-height: 420px;
  }

  .asce-focus-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .asce-focus-section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 55px 20px;
  }

  .asce-focus-kicker {
    font-size: 11px;
  }

  .asce-focus-title {
    font-size: 30px;
  }

  .asce-focus-intro {
    font-size: 15px;
  }

  .asce-focus-image {
    min-height: 330px;
  }

  .asce-focus-image img {
    min-height: 330px;
  }

  .asce-focus-quotes {
    padding: 24px 20px;
  }

  .asce-focus-quote {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .asce-focus-quote__icon {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .asce-focus-quote p {
    font-size: 16px;
  }

  .asce-focus-how h3 {
    font-size: 23px;
  }

  .asce-focus-card {
    padding: 22px 20px;
  }

  .asce-focus-card h4 {
    font-size: 18px;
  }

  .asce-focus-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed7055d */.asce-mind-section {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-green-soft: #f4f8f0;
  --asce-text: #28333c;
  --asce-gray: #667078;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 85px 40px;
  background: #fff;
  box-sizing: border-box;
}

.asce-mind-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: 70px;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  align-items: start;
}

.asce-mind-kicker {
  margin-bottom: 18px;
  color: var(--asce-green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.asce-mind-title {
  margin: 0 0 22px;
  color: #222;
  font-size: clamp(34px, 2.8vw, 46px) !important;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.7px;
}

.asce-mind-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.asce-mind-divider span {
  width: 65px;
  height: 2px;
  background: rgba(79, 143, 70, 0.35);
}

.asce-mind-divider i {
  color: var(--asce-green);
  font-size: 13px;
}

.asce-mind-text {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--asce-text);
  font-size: 16px;
  line-height: 1.8;
}

.asce-mind-text strong {
  color: var(--asce-green-dark);
  font-weight: 700;
}

.asce-mind-quote {
  position: relative;
  margin-top: 32px;
  padding: 34px 36px;
  border: 1px solid rgba(79, 143, 70, 0.15);
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fbf6, #f2f7ef);
  text-align: center;
}

.asce-mind-quote__mark {
  margin-bottom: 4px;
  color: var(--asce-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1;
}

.asce-mind-quote p {
  margin: 0;
  color: var(--asce-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.4;
  font-style: italic;
}

.asce-mind-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.asce-mind-note__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(79, 143, 70, 0.24);
  border-radius: 50%;
  background: var(--asce-green-soft);
  color: var(--asce-green);
  font-size: 14px;
}

.asce-mind-note p {
  margin: 0;
  color: var(--asce-text);
  font-size: 14px;
  line-height: 1.6;
}

.asce-mind-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.asce-mind-timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 31px;
  width: 1px;
  border-left: 1px dashed rgba(79, 143, 70, 0.28);
}

.asce-mind-step {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
}

.asce-mind-step__number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(79, 143, 70, 0.42);
  border-radius: 50%;
  background: #fff;
  color: var(--asce-green-dark);
  font-size: 20px;
  font-weight: 700;
}

.asce-mind-step__card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 118px;
  padding: 22px 26px;
  border: 1px solid rgba(79, 143, 70, 0.16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(38, 65, 48, 0.04);
}

.asce-mind-step__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: var(--asce-green-soft);
  color: var(--asce-green-dark);
  font-size: 20px;
}

.asce-mind-step__content h3 {
  margin: 0 0 6px;
  color: #252b30;
  font-size: 18px !important;
  line-height: 1.3;
  font-weight: 700;
}

.asce-mind-step__content p {
  margin: 0;
  color: var(--asce-gray);
  font-size: 14px;
  line-height: 1.6;
}



.asce-mind-right {
  width: 100%;
}

.asce-mind-exercise-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 16px 20px;
  border-radius: 12px;
  background: var(--asce-green-soft);
}

.asce-mind-exercise-title__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--asce-green);
  font-size: 15px;
}

.asce-mind-exercise-title span {
  display: block;
  margin-bottom: 3px;
  color: var(--asce-green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.asce-mind-exercise-title h3 {
  margin: 0;
  color: var(--asce-green-dark);
  font-size: 17px !important;
  line-height: 1.35;
  font-weight: 700;
}




@media (max-width: 1050px) {
  .asce-mind-section {
    padding: 70px 30px;
  }

  .asce-mind-wrap {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .asce-mind-text {
    max-width: 900px;
  }

  .asce-mind-quote {
    max-width: 700px;
  }
}

@media (max-width: 650px) {
  .asce-mind-section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 55px 20px;
  }

  .asce-mind-kicker {
    font-size: 11px;
  }

  .asce-mind-title {
    font-size: 30px;
  }

  .asce-mind-text {
    font-size: 15px;
  }

  .asce-mind-quote {
    padding: 26px 20px;
  }

  .asce-mind-quote p {
    font-size: 21px;
  }

  .asce-mind-step {
    grid-template-columns: 46px 1fr;
    gap: 12px;
  }

  .asce-mind-timeline::before {
    left: 22px;
  }

  .asce-mind-step__number {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .asce-mind-step__card {
    align-items: flex-start;
    gap: 12px;
    min-height: auto;
    padding: 18px 16px;
  }

  .asce-mind-step__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 16px;
  }

  .asce-mind-step__content h3 {
    font-size: 16px;
  }

  .asce-mind-step__content p {
    font-size: 13px;
  }
  
  
   .asce-mind-exercise-title {
    align-items: flex-start;
    padding: 14px 16px;
  }

  .asce-mind-exercise-title h3 {
    font-size: 15px;
  }

  .asce-mind-exercise-title__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  
}




.asce-mind-left,
.asce-mind-exercise-title,
.asce-mind-step {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

.asce-mind-section.is-visible .asce-mind-left,
.asce-mind-section.is-visible .asce-mind-exercise-title,
.asce-mind-section.is-visible .asce-mind-step {
  opacity: 1;
  transform: translateY(0);
}

.asce-mind-section.is-visible .asce-mind-left {
  transition-delay: .05s;
}

.asce-mind-section.is-visible .asce-mind-exercise-title {
  transition-delay: .35s;
}

.asce-mind-section.is-visible .asce-mind-step:nth-child(1) {
  transition-delay: .90s;
}

.asce-mind-section.is-visible .asce-mind-step:nth-child(2) {
  transition-delay: 1.40s;
}

.asce-mind-section.is-visible .asce-mind-step:nth-child(3) {
  transition-delay: 1.90s;
}

.asce-mind-section.is-visible .asce-mind-step:nth-child(4) {
  transition-delay: 2.40s;
}

.asce-mind-section.is-visible .asce-mind-step:nth-child(5) {
  transition-delay: 3.40s;
}

body.elementor-editor-active .asce-mind-left,
body.elementor-editor-active .asce-mind-exercise-title,
body.elementor-editor-active .asce-mind-step,
.elementor-edit-mode .asce-mind-left,
.elementor-edit-mode .asce-mind-exercise-title,
.elementor-edit-mode .asce-mind-step {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .asce-mind-left,
  .asce-mind-exercise-title,
  .asce-mind-step {
    opacity: 1;
    transform: none;
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1eab61 */.asce-action-section {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-green-soft: #f4f8ef;
  --asce-text: #28333c;
  --asce-gray: #657078;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 85px 40px;
  background: #fff;
  box-sizing: border-box;
}

.asce-action-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.asce-action-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 560px;
  padding: 55px 45px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #f4f6ed 0%, #f8f8f4 48%, #eef1e6 100%);
}

.asce-action-visual::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -100px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(205, 235, 89, 0.08);
}

.asce-action-visual::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -160px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(79, 143, 70, 0.05);
}

.asce-action-photo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 28%;
  border-radius: 14px;
  background: #ddd;
  box-shadow: 0 16px 35px rgba(36, 54, 43, 0.08);
}

.asce-action-photo--one {
  height: 410px;
  transform: translateY(25px);
}

.asce-action-photo--two {
  height: 450px;
  transform: translateY(-10px);
}

.asce-action-photo--three {
  height: 420px;
  transform: translateY(10px);
}

.asce-action-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.asce-action-content {
  width: 100%;
  max-width: 650px;
}

.asce-action-kicker {
  margin-bottom: 18px;
  color: var(--asce-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.asce-action-title {
  margin: 0 0 22px;
  color: #222;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 2.8vw, 46px);
  line-height: 1.17;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.asce-action-title span {
  color: var(--asce-green-dark);
}

.asce-action-line {
  width: 64px;
  height: 2px;
  margin-bottom: 28px;
  background: var(--asce-green);
}

.asce-action-intro {
  margin: 0 0 24px;
  color: var(--asce-text);
  font-size: 15px;
  line-height: 1.75;
}

.asce-action-thought {
  margin: 0 0 24px;
  padding: 23px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f7f9f2, #f0f4e9);
  text-align: center;
}

.asce-action-thought span {
  color: #667c47;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.3;
}

.asce-action-text {
  margin: 0 0 10px;
  color: var(--asce-gray);
  font-size: 14px;
  line-height: 1.7;
}

.asce-action-question {
  margin: 0;
  color: var(--asce-text);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

@media (max-width: 1100px) {
  .asce-action-section {
    padding: 70px 30px;
  }

  .asce-action-wrap {
    gap: 40px;
  }

  .asce-action-visual {
    min-height: 500px;
    padding: 45px 30px;
  }

  .asce-action-photo--one {
    height: 360px;
  }

  .asce-action-photo--two {
    height: 395px;
  }

  .asce-action-photo--three {
    height: 370px;
  }
}

@media (max-width: 850px) {
  .asce-action-wrap {
    grid-template-columns: 1fr;
  }

  .asce-action-content {
    max-width: none;
  }

  .asce-action-visual {
    min-height: 480px;
  }
}

@media (max-width: 650px) {
  .asce-action-section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 55px 20px;
  }

  .asce-action-wrap {
    gap: 35px;
  }

  .asce-action-visual {
    gap: 10px;
    min-height: 390px;
    padding: 35px 16px;
    border-radius: 16px;
  }

  .asce-action-photo {
    width: 31%;
    border-radius: 10px;
  }

  .asce-action-photo--one {
    height: 280px;
    transform: translateY(18px);
  }

  .asce-action-photo--two {
    height: 315px;
    transform: translateY(-5px);
  }

  .asce-action-photo--three {
    height: 290px;
    transform: translateY(10px);
  }

  .asce-action-kicker {
    font-size: 10px;
  }

  .asce-action-title {
    font-size: 30px;
  }

  .asce-action-intro {
    font-size: 14px;
  }

  .asce-action-thought {
    padding: 20px;
  }

  .asce-action-thought span {
    font-size: 20px;
  }

  .asce-action-text,
  .asce-action-question {
    font-size: 13px;
  }
}







/* Animacion */


.asce-action-photo,
.asce-action-content,
.asce-action-thought {
  opacity: 0;
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

.asce-action-photo--one {
  transform: translateY(35px);
}

.asce-action-photo--two {
  transform: translateY(-35px);
}

.asce-action-photo--three {
  transform: translateY(35px);
}

.asce-action-content {
  transform: translateX(55px);
}

.asce-action-thought {
  transform: translateY(18px);
}

.asce-action-section.is-visible .asce-action-photo--one {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .25s;
}

.asce-action-section.is-visible .asce-action-photo--two {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .50s;
}

.asce-action-section.is-visible .asce-action-photo--three {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.35s;
}

.asce-action-section.is-visible .asce-action-content {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.25s;
}

.asce-action-section.is-visible .asce-action-thought {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.50s;
}

/* Mostrar siempre dentro del editor de Elementor */
body.elementor-editor-active .asce-action-photo,
body.elementor-editor-active .asce-action-content,
body.elementor-editor-active .asce-action-thought,
.elementor-edit-mode .asce-action-photo,
.elementor-edit-mode .asce-action-content,
.elementor-edit-mode .asce-action-thought {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .asce-action-photo,
  .asce-action-content,
  .asce-action-thought {
    opacity: 1;
    transform: none;
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2c63ec */.asce-small-actions {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-green-soft: #f4f8ef;
  --asce-text: #28333c;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 40px;
  background: #fff;
  box-sizing: border-box;
}

.asce-small-actions__wrap {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 70px;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.asce-small-actions__left {
  width: 100%;
}

.asce-small-actions__title {
  margin: 0 0 42px;
  color: var(--asce-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.4vw, 40px);
  line-height: 1.2;
  font-weight: 500;
}

.asce-small-actions__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.asce-small-actions__item {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 92px;
  padding: 16px 24px;
  border: 1px solid rgba(79, 143, 70, 0.24);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(38, 65, 48, 0.05);
  box-sizing: border-box;
}

.asce-small-actions__item--1 {
  width: 88%;
  margin-left: 2%;
}

.asce-small-actions__item--2 {
  width: 78%;
  margin-left: 17%;
}

.asce-small-actions__item--3 {
  width: 68%;
  margin-left: 0;
}

.asce-small-actions__item--4 {
  width: 92%;
  margin-left: 12%;
}

.asce-small-actions__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: var(--asce-green-soft);
  color: var(--asce-green);
  font-size: 20px;
}

.asce-small-actions__divider {
  width: 1px;
  height: 42px;
  flex: 0 0 1px;
  background: rgba(79, 143, 70, 0.20);
}

.asce-small-actions__item p {
  margin: 0;
  color: var(--asce-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.5;
}

.asce-small-actions__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 580px;
}

.asce-small-actions__circle {
  position: relative;
  z-index: 2;
  width: min(520px, 90%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(79, 143, 70, 0.14);
  box-shadow: 0 20px 50px rgba(38, 65, 48, 0.06);
}

.asce-small-actions__circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.asce-small-actions__orbit {
  position: absolute;
  z-index: 1;
  width: min(560px, 96%);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(79, 143, 70, 0.16);
  border-radius: 50%;
}

.asce-small-actions__dot {
  position: absolute;
  z-index: 3;
  top: 12%;
  right: 12%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #8da84e;
  box-shadow: 0 0 0 5px rgba(141, 168, 78, 0.12);
}

@media (max-width: 1000px) {
  .asce-small-actions {
    padding: 70px 30px;
  }

  .asce-small-actions__wrap {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .asce-small-actions__visual {
    min-height: 480px;
  }

  .asce-small-actions__item--1,
  .asce-small-actions__item--2,
  .asce-small-actions__item--3,
  .asce-small-actions__item--4 {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 650px) {
  .asce-small-actions {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 55px 20px;
  }

  .asce-small-actions__title {
    margin-bottom: 30px;
    font-size: 28px;
  }

  .asce-small-actions__list {
    gap: 14px;
  }

  .asce-small-actions__item {
    min-height: 78px;
    gap: 12px;
    padding: 14px 16px;
  }

  .asce-small-actions__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    font-size: 16px;
  }

  .asce-small-actions__divider {
    height: 34px;
  }

  .asce-small-actions__item p {
    font-size: 15px;
  }

  .asce-small-actions__visual {
    min-height: 360px;
  }

  .asce-small-actions__circle {
    width: 310px;
    max-width: 90%;
  }

  .asce-small-actions__orbit {
    width: 335px;
    max-width: 96%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3bef8c5 */.asce-author-section {
  --asce-green: #4f8f46;
  --asce-green-dark: #376f4c;
  --asce-green-soft: #f4f8ef;
  --asce-text: #28333c;
  --asce-gray: #68727b;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 85px 40px;
  background: #fff;
  box-sizing: border-box;
}

.asce-author-wrap {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 50px;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.asce-author-photo-card {
  position: relative;
  height: 700px;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: #f3f6ef;
}

.asce-author-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.asce-author-info {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 22px 26px;
  border: 1px solid rgba(79, 143, 70, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 35px rgba(38, 65, 48, .08);
}

.asce-author-info__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(79, 143, 70, 0.12);
}

.asce-author-info__row:first-child {
  padding-top: 0;
}

.asce-author-info__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.asce-author-info__label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--asce-text);
  font-size: 14px;
}

.asce-author-info__label i {
  width: 20px;
  color: var(--asce-green-dark);
  font-size: 17px !important;
  text-align: center;
}

.asce-author-info__row strong {
  color: var(--asce-text);
  font-size: 14px !important;
  line-height: 1.45;
  font-weight: 600;
  text-align: right;
}

.asce-author-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 680px;
  padding: 55px 48px;
  border: 1px solid rgba(79, 143, 70, 0.10);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(38, 65, 48, .05);
}

.asce-author-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.asce-author-heading__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  background: var(--asce-green-soft) !important;
  color: var(--asce-green-dark) !important;
  font-size: 20px !important;
}

.asce-author-heading h2 {
  margin: 0;
  color: var(--asce-green-dark) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 2.8vw, 46px) !important;
  line-height: 1.15;
  font-weight: 500;
}

.asce-author-line {
  width: 62px;
  height: 2px;
  margin: 0 0 30px;
  background: rgba(79, 143, 70, 0.55);
}

.asce-author-text {
  margin: 0 0 22px;
  color: var(--asce-gray);
  font-size: 15px;
  line-height: 1.8;
}

.asce-author-socials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.asce-author-social-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 90px;
  padding: 16px 18px;
  border: 1px solid rgba(79, 143, 70, 0.14);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.asce-author-social-card:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 143, 70, 0.30);
  box-shadow: 0 12px 28px rgba(38, 65, 48, .08);
}

.asce-author-social-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: var(--asce-green-soft);
  color: var(--asce-green-dark);
  font-size: 19px;
}

.asce-author-social-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--asce-green-dark);
  font-size: 14px;
  font-weight: 700;
}

.asce-author-social-card span {
  display: block;
  color: var(--asce-gray);
  font-size: 11px;
  line-height: 1.35;
}

@media (max-width: 1050px) {
  .asce-author-section {
    padding: 70px 30px;
  }

  .asce-author-wrap {
    grid-template-columns: 1fr;
  }

  .asce-author-photo-card {
    min-height: 600px;
  }

  .asce-author-photo {
    min-height: 600px;
  }
}

@media (max-width: 700px) {
  .asce-author-section {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 35px 18px;
    box-sizing: border-box;
  }

  .asce-author-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    max-width: 100%;
  }

  .asce-author-photo-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    overflow: visible;
    border-radius: 18px;
    background: #f3f6ef;
  }

  .asce-author-photo {
    display: block;
    width: 100%;
    height: 420px;
    min-height: 0;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 18px;
  }

  .asce-author-info {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -42px auto 0;
    padding: 18px;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .asce-author-info__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
    gap: 14px;
    align-items: center;
    padding: 13px 0;
  }

  .asce-author-info__label {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    font-size: 13px;
  }

  .asce-author-info__label span {
    white-space: nowrap;
  }

  .asce-author-info__row strong {
    max-width: none;
    min-width: 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
    overflow-wrap: normal;
    word-break: normal;
  }

  .asce-author-content {
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 28px 20px;
    border-radius: 18px;
    box-sizing: border-box;
  }

  .asce-author-heading {
    gap: 12px;
    margin-bottom: 12px;
  }

  .asce-author-heading__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    font-size: 17px;
  }

  .asce-author-heading h2 {
    font-size: 27px;
    line-height: 1.15;
  }

  .asce-author-line {
    margin-bottom: 22px;
  }

  .asce-author-text {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.7;
  }

  .asce-author-socials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .asce-author-social-card {
    width: 100%;
    min-height: 72px;
    padding: 13px 16px;
    box-sizing: border-box;
  }

  .asce-author-social-card__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    font-size: 17px;
  }

  .asce-author-social-card strong {
    font-size: 14px;
  }

  .asce-author-social-card span {
    font-size: 11px;
  }
}/* End custom CSS */