.nest-manager-theme-solucion {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 320px;
  max-width: 1800px;
  height: auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nest-manager-theme-solucion .info {
  width: 100%;
  min-width: 320px;
  height: auto;
}
.nest-manager-theme-solucion .info h2 {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  font-family: "Instrument Sans", "Lexend", sans-serif;
  font-size: clamp(30px, 2.9vw, 60px);
  line-height: clamp(32px, 3.1vw, 62px);
  font-weight: 600;
  text-align: center;
  color: #111827;
}
.nest-manager-theme-solucion .info h2 span {
  color: #4E9EF9;
}
.nest-manager-theme-solucion .info h2 {
  text-align: center;
}
.nest-manager-theme-solucion .info__text {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
.nest-manager-theme-solucion .info__text p {
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(18px, 1.3vw, 32px);
  line-height: clamp(21px, 1.5vw, 38px);
  font-weight: 400;
  text-align: center;
  color: #5F6875;
  text-align: center;
}
.nest-manager-theme-solucion .cards {
  width: 90%;
  min-width: 288px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nest-manager-theme-solucion .cards .card {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 20px;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 10fr;
  grid-template-columns: 1fr 10fr;
  grid-auto-rows: auto;
  gap: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.nest-manager-theme-solucion .cards .card__picture {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nest-manager-theme-solucion .cards .card__picture img {
  width: 50px;
  height: 50px;
  border-radius: 2rem;
  padding: 15px;
  display: inline-block;
}
.nest-manager-theme-solucion .cards .card__picture--uno img {
  background-color: #EFF6FF;
}
.nest-manager-theme-solucion .cards .card__picture--dos img {
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(14px, 1.1vw, 25px);
  line-height: clamp(15px, 1.3vw, 26px);
  font-weight: 400;
  text-align: center;
  color: #FFF7ED;
}
.nest-manager-theme-solucion .cards .card__picture--tres img {
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(14px, 1.1vw, 25px);
  line-height: clamp(15px, 1.3vw, 26px);
  font-weight: 400;
  text-align: center;
  color: #ECFDF5;
}
.nest-manager-theme-solucion .cards .card__info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.nest-manager-theme-solucion .cards .card__info .step {
  width: 100%;
  height: auto;
}
.nest-manager-theme-solucion .cards .card__info .step--uno {
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(14px, 1.1vw, 25px);
  line-height: clamp(15px, 1.3vw, 26px);
  font-weight: 400;
  text-align: center;
  color: #4E9EF9;
}
.nest-manager-theme-solucion .cards .card__info .step--dos {
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(14px, 1.1vw, 25px);
  line-height: clamp(15px, 1.3vw, 26px);
  font-weight: 400;
  text-align: center;
  color: #F59E0B;
}
.nest-manager-theme-solucion .cards .card__info .step--tres {
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(14px, 1.1vw, 25px);
  line-height: clamp(15px, 1.3vw, 26px);
  font-weight: 400;
  text-align: center;
  color: #10B981;
}
.nest-manager-theme-solucion .cards .card__info .step {
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
}
.nest-manager-theme-solucion .cards .card__info .title {
  width: 100%;
  font-family: "Instrument Sans", "Lexend", sans-serif;
  font-size: clamp(18px, 1.3vw, 28px);
  line-height: clamp(20px, 1.5vw, 30px);
  font-weight: 600;
  text-align: center;
  color: #0F172A;
  margin-top: 10px;
  text-align: left;
}
.nest-manager-theme-solucion .cards .card__info .text {
  width: 100%;
  height: auto;
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(14px, 1.1vw, 25px);
  line-height: clamp(15px, 1.3vw, 26px);
  font-weight: 400;
  text-align: center;
  color: #5F6875;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 1200px) {
  .nest-manager-theme-solucion {
    width: 75vw;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .nest-manager-theme-solucion .info {
    width: 100%;
  }
  .nest-manager-theme-solucion .info h2 {
    width: 100%;
    margin: 0;
  }
  .nest-manager-theme-solucion .info__text {
    width: 100%;
    margin: 0;
    margin-top: 1vw;
  }
  .nest-manager-theme-solucion .cards {
    width: 100%;
    height: auto;
    margin-top: 2vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 2vw;
  }
  .nest-manager-theme-solucion .cards .card {
    margin-top: 0;
    border-radius: 1.5vw;
    padding: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
    -webkit-box-shadow: 0 0 0.25vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0.25vw rgba(0, 0, 0, 0.25);
  }
  .nest-manager-theme-solucion .cards .card__picture img {
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 1vw;
    padding: 1vw;
  }
  .nest-manager-theme-solucion .cards .card__info .title {
    margin-top: 0.5vw;
  }
  .nest-manager-theme-solucion .cards .card__info .text {
    margin-top: 1vw;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-solucion {
    padding: 100px 0;
  }
  .nest-manager-theme-solucion .info {
    width: 100%;
  }
  .nest-manager-theme-solucion .info > span {
    margin: 0;
  }
  .nest-manager-theme-solucion .info h2 {
    margin: 0;
    margin-top: 40px;
  }
  .nest-manager-theme-solucion .info__text {
    margin: 0;
    margin-top: 40px;
  }
  .nest-manager-theme-solucion .info__actions {
    margin: 0;
    margin-top: 40px;
    gap: 20px;
  }
  .nest-manager-theme-solucion .info__actions .tutorial {
    gap: 10px;
  }
  .nest-manager-theme-solucion .info__actions .tutorial img {
    width: 25px;
    height: 25px;
    padding: 2.5px;
  }
  .nest-manager-theme-solucion .cards {
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 40px;
  }
  .nest-manager-theme-solucion .cards .card {
    margin-top: 0;
    border-radius: 40px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .nest-manager-theme-solucion .cards .card__picture img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
  }
  .nest-manager-theme-solucion .cards .card__info .title {
    margin-top: 10px;
  }
  .nest-manager-theme-solucion .cards .card__info .text {
    margin-top: 20px;
  }
}