.elementor-16962 .elementor-element.elementor-element-7940061{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a6e9ed5 */.programas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}

.programa-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e6ece9;
  border-radius: 24px;
  padding: 40px 30px 38px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

.programa-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.programa-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(37, 43, 56, 0.10);
  border-color: #dce6df;
}

.programa-card::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -48px;
  width: 132px;
  height: 132px;
  background: #f3f8ea;
  border-radius: 50%;
  z-index: 0;
}

.programa-card > * {
  position: relative;
  z-index: 1;
}

.programa-numero {
  display: block;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  color: #2f9b4b;
}

.programa-titulo {
  margin: 0 0 20px;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  color: #252b38;
}

.programa-titulo a {
  color: inherit;
  text-decoration: none;
}

.programa-titulo a:hover {
  color: #2f9b4b;
}

.programa-descripcion {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
  padding-bottom: 13px;
  color: #60736b;
}

.programa-meta {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e6ece9;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #60736b;
}

.programa-meta p {
  margin: 0 0 8px;
}

.programa-meta p:last-child {
  margin-bottom: 0;
}

.programa-meta strong {
  margin-right: 8px;
  color: #252b38;
  font-weight: 700;
}


/* Tablet */
@media (max-width: 1024px) {
  .programas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .programa-card {
    padding: 44px 34px 34px;
  }

  .programa-titulo {
    font-size: 25px;
  }

  .programa-descripcion {
    font-size: 18px;
  }
}


/* Mobile */
@media (max-width: 767px) {
  .programas-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .programa-card {
    min-height: auto;
    padding: 38px 28px 32px;
    border-radius: 20px;
  }

  .programa-numero {
    margin-bottom: 20px;
  }

  .programa-titulo {
    font-size: 24px;
  }

  .programa-descripcion {
    font-size: 17px;
    line-height: 1.6;
  }

  .programa-meta {
    margin-top: 28px;
    font-size: 17px;
  }
}/* End custom CSS */