.section_nivel_potencia_u40_p01 {
  padding: 50px 0px;
  background-color: #f5f7fa;
  .flex_nivel_potencial {
    display: flex;
    gap: 80px;
    justify-content:center;
    align-items: center;
  }
}

.image-section {
  position: relative;
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}

.left-accent {
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: linear-gradient(to bottom, #d946ef, #ec4899);
  border-radius: 2px;
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.title {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #1c46f4;
  line-height: 1.5;
}


.levels-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.level-item {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.level-icon {
  width: 100%;
  height: 100%;
  max-width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  position: relative;
  img {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
  }
}

.level-item:nth-child(1) .level-icon {
  color: white;
}

.connector {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: #1e40af;
}

.level-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.level-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1c46f5;
}

.level-title {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #081055;
}

.level-description {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #081055;
  line-height: 1.5;
}


@media (max-width: 979px) {
  .title {
    font-size: 30px;
  }
  .level-label {
    font-size: 18px;
  }
  .level-title {
    font-size: 20px;
  }
  .level-description {
    font-size: 18px;
  }
  .section_nivel_potencia_u40_p01 .flex_nivel_potencial {
    gap: 30px;
  }
  .level-item {
    gap: 30px;
  }
  {#
  .section-title * {
    font-size: 30px;
  }
  .card-title{
    font-size: 24px;
  }
  .card-subtitle {
    font-size: 24px;
  }
  .card-list li {
    font-size: 18px;
  }
  .cta_button_formacion{
    font-size: 15px;
  }#}
}

@media (max-width: 767px) {
  .title {
    font-size: 28px;
    text-align: center;
  }
  .level-label {
    font-size: 18px;
  }
  .level-title {
    font-size: 20px;
  }
  .level-description {
    font-size: 18px;
  }
  .section_nivel_potencia_u40_p01 .flex_nivel_potencial {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .level-item {
    gap: 30px;
  }
  .image-section {
    max-width: 70%;
  }
} 
@media (max-width: 767px) {
  .title {
    font-size: 28px;
    text-align: center;
  }
  .level-label {
    font-size: 16px;
  }
  .level-title {
    font-size: 18px;
  }
  .level-description {
    font-size: 17px;
  }
  .section_nivel_potencia_u40_p01 .flex_nivel_potencial {
    gap: 30px;
    flex-direction: column-reverse;
  }
  .level-item {
    gap: 30px;
  }
  .image-section {
    max-width: 70%;
  }
}