.activar-plugin {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  min-height: 100vh;
  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;
  overflow-x: hidden;
}
.activar-plugin__picture {
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 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;
}
.activar-plugin__picture img {
  width: 15rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.activar-plugin__version {
  position: relative;
  z-index: 1;
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 2.25rem;
  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: 0.25rem;
}
.activar-plugin__version p {
  width: auto;
  height: auto;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #21372D;
}
.activar-plugin__version img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: optimizeQuality;
}
.activar-plugin__button {
  position: relative;
  z-index: 1;
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  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;
}
.activar-plugin__button button {
  width: auto;
  min-width: 180px;
  height: auto;
  border: none;
  border-radius: 1.25rem;
  padding: 1.25rem 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#2D9564), to(#31a16d));
  background: linear-gradient(90deg, #2D9564, #31a16d);
  background-size: 250% 100%;
  -webkit-animation: buttonMoveSkoolHouse 5s ease-in-out infinite alternate;
          animation: buttonMoveSkoolHouse 5s ease-in-out infinite alternate;
  outline: none;
}
.activar-plugin__button button:hover {
  cursor: pointer;
}
.activar-plugin__button button:focus {
  outline: none;
}
@-webkit-keyframes buttonMoveSkoolHouse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@keyframes buttonMoveSkoolHouse {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 50% 50%;
  }
}

@media (min-width: 1200px) {
  .activar-plugin {
    background-color: transparent;
  }
  .activar-plugin__picture img {
    width: 10vw;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .activar-plugin__version {
    margin-top: 1.25vw;
    gap: 0.25vw;
  }
  .activar-plugin__version p {
    font-size: 1vw;
  }
  .activar-plugin__version img {
    width: 1vw;
    height: 1vw;
  }
  .activar-plugin__button {
    margin-top: 1vw;
  }
  .activar-plugin__button button {
    width: auto;
    min-width: 12vw;
    border-radius: 1vw;
    padding: 1vw 1.25vw;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 1vw;
  }
}