/* #region Sobre Nosotros */
.about-section {
  padding: 6rem 1rem;
  background: white;
  font-family: 'Montserrat', sans-serif;
}

.about-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.about-image {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 4 / 4; /* o 4/5, ajustable a lo que necesites */
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 40px;
}
.about-image2 {
  width: 100%;
      max-width: 400px;
    aspect-ratio: 8 / 5;
  overflow: hidden;
}

.about-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0 40px;
}

.about-content {
  max-width: 660px;
  text-align: justify;
}
.about-content-wide{
  max-width: 540px;
  text-align: justify;
}

.about-content h2 {
  font-size: 40px;
  font-weight: 500;
  color: #033840;
  margin-bottom: 0.5rem;
}

.about-content h3 {
  font-size: 37px;
  font-weight: 500;
  color: #44dfdf;
  margin-bottom: 1rem;
}
.about-content-wide h3 {
  font-size: 22px;
  font-weight: 900;
  color: #033840;
  margin-bottom: 2rem;
}

.about-content p 
.about-content-wide p{
  font-size: 16px;
  color: #033840;
  line-height: 1.7;
}

.triple-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centra horizontalmente */
  gap: 2rem;
  max-width: 1150px;
  margin: 0 auto;
}

.about-box {
  flex: 1 1 48%;
  max-width: 650px; /* También puedes subir esto si quieres más tope */
  padding: 2rem;
  border-radius: 20px;
  color: white;
}

.about-box.dark {
  background-color: #033840; /* color del fondo oscuro */
}

.about-box.light {
  background-color: #2dc5c6; /* color turquesa */
  color: white;
}

.about-box h3 {
  font-size: 30px;
  margin-bottom: 1rem;
  color: white;
  font-weight: 700;
  text-align: center;
}

.checklist li{
    background-color: rgba(255, 255, 255, 0.393);
    padding: 0.8rem 1rem;
    border-radius: 10px;
    margin-bottom: 0.8rem;
    margin-left: 1rem;
    margin-right: 1rem;
    list-style: none;
    line-height: 18px;
}
.checklist-icons li {
  background-color: transparent;
  padding: 0.4rem 1rem;
  border-radius: 10px;
  list-style: none;
}

.checklist-icons li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.checklist-icons .icon {
  font-weight: bold;
  font-size: 1.2rem;
}
.about-section ol,
.about-section ul {
  margin: 0.8rem ;
}
/* #endregion */

/* #region Beneficios */
.beneficios-genetica-section {
  padding: 4rem 2rem;
  background-color: #fff;
  text-align: center;
}

.beneficios-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 3rem;
  color: #022e47;
}

.beneficios-title .highlight {
  color: #44dfdf;
}

.beneficios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.beneficio-card {
  background-color: white;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.122);
  transition: all 0.3s ease;
}

.beneficio-card img.icon-beneficio {
  width: 70px;
  height: 70px;
  margin-bottom: 1rem;
}

.beneficio-card p {
  font-size: 1rem;
  color: #022e47;
}

.beneficio-card:hover {
background:
  radial-gradient(circle at top left, #44dfdf 10%, transparent 50%),
  radial-gradient(circle at bottom right, #44dfdf 20%, transparent 50%),
  radial-gradient(circle at center, #0e00da 10%, transparent 90%),
  #04262b;
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.beneficio-card:hover p,
.beneficio-card:hover img {
  filter: brightness(0) invert(1);
}

/* #endregion */

/* #region como funcionan nuestros kits */
.kit-flow-section {
  padding: 4rem 1rem;
  text-align: center;
  position: relative;
  background: white;
  margin-bottom: 12rem;
}

.kit-flow-titles h2 {
  font-size: 40px;
  font-weight: 500;
}

.kit-flow-titles p {
  font-size: 40px;
  font-weight: 500;
  color: #44dfdf;
}

.kit-flow-titles .highlight {
  color: #44dfdf;
}

.kit-flow-wrapper {
  position: relative;
  margin-top: 3rem;
  max-width: 1200px;
  margin-inline: auto;
}

.kit-flow-svg {
  width: 100%;
  height: auto;
}
.kit-numbers {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* para no interferir con clicks */
}

.kit-number {
  position: absolute;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: 600;
  color: white;
}
.kit-labels {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.kit-label {
  position: absolute;
  width: 230px;
  font-size: 20px;
  color: #1e2f43;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}

/* #endregion */

/* #region hero descarga */
.hero-descarga {
  position: relative;
  height: 300px; /* ajusta según lo delgado que quieras */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 2rem;
  overflow: hidden;
}

.hero-descarga__overlay {
  position: absolute;
  inset: 0;
  background:
radial-gradient(circle at top left, rgba(14, 0, 218, 0.4) 10%, transparent 40%),
radial-gradient(circle at 30% 10%, rgba(68, 223, 223, 0.4) 10%, transparent 40%),
radial-gradient(circle at 60% 10%, rgba(14, 0, 218, 0.4) 15%, transparent 40%),
  radial-gradient(circle at bottom right, rgba(68, 223, 223, 0.4) 10%, transparent 30%), 
  radial-gradient(circle at center, rgba(14, 0, 218, 0.2) 30%, transparent 50%),
radial-gradient(circle at 30% 80%, rgba(14, 0, 218, 0.3) 20%, transparent 30%),
  radial-gradient(circle at top right, rgba(0, 1, 1, 0.1) 15%, transparent 40%),
radial-gradient(circle at 65% 80%, rgba(68, 223, 223, 0.3) 10%, transparent 32%),
  radial-gradient(circle at bottom left, rgba(0, 1, 1, 0.1) 20%, transparent 40%),
rgba(4, 38, 43, 0.2);
  z-index: 1;
}

.hero-descarga__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-descarga__content h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

.hero-descarga__content h2 span {
  font-weight: 700;
  color: #ffffff;
}

.btn-descarga {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 1.6rem;
  background: #ffffff;
  color: #222;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.btn-descarga:hover {
  background: #f0f0f0;
  color: #000;
}

/* #endregion */