.nest-manager-theme-problem {
  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-problem .info {
  width: 100%;
  min-width: 320px;
  height: auto;
}
.nest-manager-theme-problem .info > span {
  margin: 0 auto;
  width: 320px;
  height: auto;
  border-radius: 2rem;
  border: solid 2px #DBEAFE;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(15px, 1.1vw, 20px);
  line-height: clamp(16px, 1.2vw, 21px);
  font-weight: 500;
  color: #4E9EF9;
  background-color: #EFF6FF;
}
.nest-manager-theme-problem .info > span::before {
  content: url("../icons/alert.svg");
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .nest-manager-theme-problem .info > span {
    width: 22vw;
    border-radius: 2vw;
    border: solid 0.25vw #DBEAFE;
    padding: 0.5vw;
    gap: 0.5vw;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-problem .info > span {
    width: 350px;
    border-radius: 40px;
    border: solid 5px #DBEAFE;
    padding: 10px;
    gap: 10px;
  }
}
.nest-manager-theme-problem .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-problem .info h2 span {
  color: #4E9EF9;
}
.nest-manager-theme-problem .info h2 {
  text-align: left;
}
.nest-manager-theme-problem .info__text {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
.nest-manager-theme-problem .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: left;
}
.nest-manager-theme-problem .info__actions {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.nest-manager-theme-problem .info__actions .demo {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: none;
  padding: 20px;
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(16px, 1.1vw, 26px);
  line-height: clamp(18px, 1.2vw, 38px);
  font-weight: 500;
  color: #FFFFFF;
  background-color: #4E9EF9;
  text-decoration: none;
  text-align: center;
}
.nest-manager-theme-problem .info__actions .demo:focus, .nest-manager-theme-problem .info__actions .demo:hover {
  outline: none;
}
@media (min-width: 1200px) {
  .nest-manager-theme-problem .info__actions .demo {
    border-radius: 1vw;
    padding: 1vw;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-problem .info__actions .demo {
    border-radius: 20px;
    padding: 20px;
  }
}
.nest-manager-theme-problem .info__actions .tutorial {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 20px;
  border: none;
  padding: 20px;
  font-family: "Inter", "Lexend", sans-serif;
  font-size: clamp(16px, 1.1vw, 26px);
  line-height: clamp(18px, 1.2vw, 38px);
  font-weight: 500;
  color: #5F6875;
  background-color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
.nest-manager-theme-problem .info__actions .tutorial:focus, .nest-manager-theme-problem .info__actions .tutorial:hover {
  outline: none;
}
.nest-manager-theme-problem .info__actions .tutorial {
  border: solid 2px #E5E7EB;
}
@media (min-width: 1200px) {
  .nest-manager-theme-problem .info__actions .tutorial {
    border-radius: 1vw;
    padding: 1vw;
    border: solid 0.25vw #E5E7EB;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-problem .info__actions .tutorial {
    border-radius: 20px;
    padding: 20px;
    border: solid 5px #E5E7EB;
  }
}
.nest-manager-theme-problem .info__actions .tutorial img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  background-color: #E7F2FD;
  -o-object-fit: contain;
     object-fit: contain;
}
.nest-manager-theme-problem .picture {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nest-manager-theme-problem .picture > img {
  position: relative;
  z-index: 1;
  width: 90%;
  min-width: 288px;
  height: auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.nest-manager-theme-problem .picture__leyenda {
  position: absolute;
  z-index: 2;
  bottom: -10%;
  width: 80%;
  max-width: 330px;
  height: auto;
  border-radius: 20px;
  padding: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 5px 10fr;
  grid-template-columns: 2fr 10fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #FFFFFF;
  -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-problem .picture__leyenda-clock {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nest-manager-theme-problem .picture__leyenda-clock img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.nest-manager-theme-problem .picture__leyenda-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;
  gap: 5px;
}
.nest-manager-theme-problem .picture__leyenda-info-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 1vw, 18px);
  line-height: clamp(14px, 1.1vw, 20px);
  text-align: left;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.nest-manager-theme-problem .picture__leyenda-info-text {
  font-family: "Inter", sans-serif;
  font-size: clamp(13px, 1vw, 18px);
  line-height: clamp(14px, 1.1vw, 20px);
  text-align: left;
  color: #7a7a7a;
}

@media (min-width: 760px) {
  .nest-manager-theme-problem {
    padding: 2vw 0;
  }
  .nest-manager-theme-problem .info__actions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nest-manager-theme-problem .info__actions > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nest-manager-theme-problem .info__actions > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .nest-manager-theme-problem .picture img {
    width: 80%;
  }
  .nest-manager-theme-problem .picture__leyenda {
    left: 5%;
    bottom: -2.5%;
  }
  .nest-manager-theme-problem .picture__leyenda-clock {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nest-manager-theme-problem .picture__leyenda-clock img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .nest-manager-theme-problem .picture__leyenda-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;
    gap: 10px;
  }
  .nest-manager-theme-problem .picture__leyenda-info-title {
    font-family: "Inter", sans-serif;
    font-size: clamp(13px, 1vw, 18px);
    line-height: clamp(14px, 1.1vw, 20px);
    text-align: left;
    color: #000000;
    font-weight: 600;
  }
  .nest-manager-theme-problem .picture__leyenda-info-text {
    font-family: "Inter", sans-serif;
    font-size: clamp(13px, 1vw, 18px);
    line-height: clamp(14px, 1.1vw, 20px);
    text-align: left;
    color: #7a7a7a;
  }
}
@media (min-width: 1200px) {
  .nest-manager-theme-problem {
    width: 75vw;
    margin: 0 auto;
    padding: 5vw 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (6fr)[2];
    grid-template-columns: repeat(2, 6fr);
    grid-auto-rows: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nest-manager-theme-problem .info {
    width: 100%;
  }
  .nest-manager-theme-problem .info > span {
    margin: 0;
  }
  .nest-manager-theme-problem .info h2 {
    margin: 0;
    margin-top: 2vw;
    text-align: left;
  }
  .nest-manager-theme-problem .info__text {
    margin: 0;
    margin-top: 2vw;
  }
  .nest-manager-theme-problem .info__text p {
    text-align: left;
  }
  .nest-manager-theme-problem .info__actions {
    margin: 0;
    margin-top: 2vw;
    gap: 1vw;
  }
  .nest-manager-theme-problem .info__actions .tutorial {
    gap: 1vw;
  }
  .nest-manager-theme-problem .info__actions .tutorial img {
    width: 2vw;
    height: 2vw;
    padding: 0.25vw;
  }
  .nest-manager-theme-problem .picture {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nest-manager-theme-problem .picture img {
    width: 85%;
  }
  .nest-manager-theme-problem .picture__leyenda {
    position: absolute;
    z-index: 2;
    bottom: -5%;
    left: 10%;
    max-width: 30vw;
    height: auto;
    border-radius: 1vw;
    padding: 1vw;
    gap: 0.5vw;
    -webkit-box-shadow: 0 0 1vw rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 1vw rgba(0, 0, 0, 0.25);
  }
  .nest-manager-theme-problem .picture__leyenda-clock img {
    width: 2vw;
    height: 2vw;
  }
  .nest-manager-theme-problem .picture__leyenda-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;
    gap: 0.5vw;
  }
  .nest-manager-theme-problem .picture__leyenda-info-title {
    font-family: "Inter", sans-serif;
    font-size: clamp(13px, 1vw, 18px);
    line-height: clamp(14px, 1.1vw, 20px);
    text-align: left;
    color: #000000;
    font-weight: 600;
  }
  .nest-manager-theme-problem .picture__leyenda-info-text {
    font-family: "Inter", sans-serif;
    font-size: clamp(13px, 1vw, 18px);
    line-height: clamp(14px, 1.1vw, 20px);
    text-align: left;
    color: #7a7a7a;
  }
}
@media (min-width: 1600px) {
  .nest-manager-theme-problem {
    padding: 100px 0;
  }
  .nest-manager-theme-problem .info {
    width: 100%;
  }
  .nest-manager-theme-problem .info > span {
    margin: 0;
  }
  .nest-manager-theme-problem .info h2 {
    margin: 0;
    margin-top: 40px;
    text-align: left;
  }
  .nest-manager-theme-problem .info__text {
    margin: 0;
    margin-top: 40px;
  }
  .nest-manager-theme-problem .info__text p {
    text-align: left;
  }
  .nest-manager-theme-problem .info__actions {
    margin: 0;
    margin-top: 40px;
    gap: 20px;
  }
  .nest-manager-theme-problem .info__actions .tutorial {
    gap: 10px;
  }
  .nest-manager-theme-problem .info__actions .tutorial img {
    width: 25px;
    height: 25px;
    padding: 2.5px;
  }
  .nest-manager-theme-problem .picture {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nest-manager-theme-problem .picture img {
    width: 80%;
  }
  .nest-manager-theme-problem .picture__leyenda {
    left: 15%;
    max-width: 600px;
    border-radius: 20px;
    padding: 20px;
    gap: 10px;
  }
  .nest-manager-theme-problem .picture__leyenda-clock img {
    width: 40px;
    height: 40px;
  }
  .nest-manager-theme-problem .picture__leyenda-info {
    gap: 10px;
  }
}