/*section industries-text service*/

.industries-text {
  color: #5f5f60;
  text-align: center;

}

.section-industries-text {
  padding: 6vw;
  padding-bottom: 6vw;
  color: #5f5f60;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;

}

.section-why-choose-us.section-industries-text {
  padding: 6vw;
  padding-bottom: 6vw;
  color: #5f5f60;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/*section listas */

.benefits_list li {
  text-align: left;
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.8em;
  color: var(--text-color);
}

.service-banner-text h1 {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--white);
  z-index: 2;
}

.service-banner-text h1 {
  /* font-size: 2rem; */
  line-height: 1;
  color: var(--white);
  z-index: 2;
}

/*section titulos */

h2 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  text-wrap: balance;
  text-align: center;
  padding: 0.54rem;
}

/*section boton */

.primary_btn {
  width: fit-content;
  background-color: var(--secondary-color);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

/*section fondo de la seccion partner */
.section-industries-text.partner {
  background-color: #e2e2e2;
}

/*section organizar listas en columnas */
.listas-d {
  display: flex;
  gap: 1.5rem;
}

.list-column {
  flex: 1;
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-wrap: balance;
  gap: 1rem;
}

.section-service-benefits .mesage-box {
  background-color: #a5bd39;
  padding: 3vw 1.5vw;
  border-radius: 20px 0 20px 0;
  width: 80%;
  margin-top: -1.5vw;
  display: flex;
  flex-direction: column;
}

.text-balance {
  text-wrap: balance;
}

.lista-bolitas {
  list-style: none;
  padding-left: 1.5rem;
}

.lista-bolitas li {
  position: relative;
  line-height: 1.6;
}

.lista-bolitas li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.section-service-benefits {
  text-align: center;
  background-color: var(--blue);
  padding: 6vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.section-industries-list .industries-list {
  display: flex;
  gap: 1.5rem;
  text-align: center;
  justify-content: center;
}

.section-industries-list .industries-list .industry-item {
  padding: 1rem 3rem;
  background-color: #32495e;
  color: white;
  border-radius: 20px;
}

.section-industries-list .industries-list .industry-item:hover {
  background-color: white;
  color: #32495e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s;
}

.section-industries-text.part {
  background-color: #32495e;
}

.industries-text.white {
  color: white;
  font-size: 1.1rem;
}

.primary_btn.book {
  font-size: 20px;

}

.steps-section {
  display: flex;
  flex-direction: column;
  padding: 12vh;
  gap: 1rem;
}

.steps .buttons {
  align-self: flex-start;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
  text-align: left;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.step .circle {
  background: #00a58c;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 0.2rem;
}

.step .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.step .text h3 {
  text-align: left;
  margin: 0;
}

.step .text p {
  margin: 0;
  color: #5f5f60;
  text-align: left;
}

.steps::before {
  content: "";
  left: 20px;
  top: 20px;
  bottom: 0;
  width: 2px;
  background: #00a58c33;
}

.cta {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  background: #00a58c;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.cta:hover {
  background: #0b2d4d;
}

/* Estilo general para todos los h3 */
h3.diferent {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  color: #5f5f60;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  text-wrap: balance;
}

h3 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  color: #5f5f60;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  text-wrap: balance;
}

.fade-in-up.animate-on-scroll.animate {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  text-wrap: balance;
  text-align: left;
  padding: 0.54rem;
}
.section-service-benefits .industries-text,
.section-service-benefits .benefits_list,
.section-service-benefits h2,
.section-service-benefits h3 {
  text-align: left;
}
.text-left {
  text-align: left !important;
}

.fade-in-up.animate-on-scroll.industries-animate.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {

  /*section industries-text service*/
  .industries-text {
    font-size: 1.1rem;
    text-align: center;
  }

  .section-industries-text {
    padding: 12vw 6vw;
    gap: 1rem;
  }

  /*section sbreescribir titulo*/
  .service-banner-text h1 {
    font-size: 2rem;
    line-height: 1;
    color: var(--white);
    z-index: 2;
  }

  /*section listas*/
  .benefits_list li {
    font-size: 1rem;
    padding-left: 1.2em;
  }

  /*section sobreescribir el boton*/
  .primary_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .listas-d {
    flex-direction: column;
  }

  .steps::before {
    left: 0%;
    transform: translateX(-50%);
    top: 2%;
    height: 84%;
    bottom: auto;
  }
}