@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}

.display, .loadingContent, .img_qr_plan, .ContentTextCenter, .ContentText .OrderNumber, .ContentText, .ContentSendData, .BtnHotmart img, .BtnBinance img, .content_metodo, .lista_plan li, .btn_g span, .BtnToAction span, .SoporteBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_g, .BtnToAction, .SoporteBtn {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 400;
  font-size: 1em;
  border-radius: 5px;
  border: 0;
  color: #fff;
  min-width: 100px;
}
.btn_g:hover, .BtnToAction:hover, .SoporteBtn:hover {
  opacity: 0.8;
}
.btn_g i, .BtnToAction i, .SoporteBtn i {
  color: #fff;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 25px;
}
.btn_g span, .BtnToAction span, .SoporteBtn span {
  height: 100%;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
}

.contenido {
  margin: 50px 0;
  display: flex;
}

.layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  max-width: 50%;
}

.estandar_plan {
  background-color: #ff4747;
}

.premium_plan {
  background-color: #ff9a00;
}

.title_plan {
  border-radius: 5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 70%;
  padding: 15px 0;
}

.premium_lista li i {
  color: #ff9a00;
}

.estandar_lista li i {
  color: #ff4747;
}

.lista_plan {
  list-style: none;
  color: #757575;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .lista_plan {
    margin-bottom: 10px;
  }
}
.lista_plan li {
  justify-content: flex-start;
  margin: 10px 0;
}
.lista_plan li i {
  font-size: 40px;
}
.lista_plan li span {
  margin-left: 10px;
  font-size: 1em;
  font-weight: 500;
}

.title_page {
  font-size: 1.1em;
  color: #757575;
  font-weight: 800;
  position: relative;
  width: 80%;
  margin-bottom: 20px;
}
.title_page::after {
  content: "";
  top: -5px;
  bottom: 0;
  left: -15px;
  position: absolute;
  width: 5px;
  height: 40px;
  margin-right: 5px;
  background-color: #ff4747;
}
.title_page .subtitle_page {
  font-weight: 600;
  margin-left: 5px;
  font-size: 0.8em;
  color: #ff4747;
}

.title_page_separate {
  margin-top: 50px;
}

.TextSoporte {
  color: #757575;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.SoporteBtn {
  background-color: #E94345;
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .SoporteBtn {
    width: 70%;
    margin-bottom: 40px;
  }
}
.SoporteBtn i {
  font-size: 30px;
  padding: 10px;
  background-color: #E94345;
}

.content_metodo {
  flex-direction: column;
  width: 100%;
}

.monto_plan {
  margin: 5px 0;
  border: 2px solid #ff4747;
  border-radius: 10px;
  padding: 5px 30px;
  font-size: 1.5em;
  font-weight: 800;
  max-width: 150px;
  color: #ff4747;
}

.content_btns {
  width: 60%;
}

.TextSeparateBtns {
  color: #757575;
}

.BtnToAction {
  width: 100%;
  margin: 8px 0;
  background-color: #FF4747;
}
.BtnToAction i {
  font-size: 30px;
  padding: 15px;
  background-color: #E94345;
}
.BtnToAction span {
  font-weight: 600;
}

.BtnHotmart, .BtnBinance {
  background-color: #039929;
}
.BtnHotmart img, .BtnBinance img {
  border-radius: 5px;
  height: 30px;
  width: 40px;
  padding: 15px;
  background-color: #00771e;
}

.BtnBinance {
  background-color: #FCD435;
}
.BtnBinance i {
  background-color: #EBB42E;
}

.Instrucciones {
  width: 80%;
}

.ContentSendData {
  width: 100%;
  flex-direction: column;
}
.ContentSendData input {
  margin: 4px 0;
  border: 2px solid #A3A3A3;
  height: 50px;
  width: 80%;
  border-radius: 10px;
  color: #757575;
  font-size: 0.9em;
  padding: 0 5px;
}
.ContentSendData input::placeholder {
  padding: 0 10px;
  color: #A3A3A3;
  font-size: 1.1em;
  padding: 0 5px;
}
.ContentSendData .BtnToAction {
  width: 80%;
}

.ContentText {
  justify-content: flex-start;
  margin: 10px 0;
}
.ContentText .OrderNumber {
  font-weight: 600;
  text-decoration: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  border: 2px solid #757575;
  color: #757575;
  margin-right: 10px;
}
.ContentText p {
  color: #757575;
}

.ContentTextCenter {
  margin: 10px 0;
}

.SucessMensaggeIcon, .SucessMensaggeText {
  color: #757575;
}

.SucessMensaggeIcon {
  margin-right: 5px;
  font-size: 50px;
}

.SucessMensaggeText {
  font-weight: 600;
  text-align: center;
}

.GreenMs {
  color: #009D43;
}

.BtnGris {
  background-color: #A3A3A3;
}
.BtnGris i {
  background-color: #757575;
}

.subtitle_mensaje {
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
  color: #757575;
}

.content_qr {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.img_qr_plan {
  flex-direction: column;
}
.img_qr_plan img {
  margin: 20px 0;
  max-width: 250px;
  background-color: #28a2e9;
}

.InstruccionesHotmart, .InstruccionesQR, .InstruccionesPP {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.InstruccionesHotmartActive, .InstruccionesQRActive, .InstruccionesPPActive {
  height: 100%;
}

.loadingContent {
  margin: 20px 0;
}

#loadCircle {
  width: 40px;
  height: 40px;
  border: 5px solid #bdc6cc;
  border-top-color: #ff4747;
  border-top-style: groove;
  border-radius: 100%;
  animation: girar_load 0.3s linear infinite;
}

@keyframes girar_load {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 750px) {
  .contenido {
    flex-direction: column;
  }
  .layer {
    width: 100%;
    max-width: 100%;
  }
}