.single-pago-post {
  width: 80%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  padding: 2rem 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background-color: #FFFFFF;
}
.single-pago-post__picture {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.single-pago-post__picture img {
  width: 350px;
  height: auto;
  border: dashed 2px #e2e2e2;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-pago-post__info {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000000;
}
.single-pago-post__info p {
  margin: 0;
  display: inline-block;
}
.single-pago-post__info-estado {
  width: auto;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 2rem;
  padding: 0.25rem 1rem;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
}
.single-pago-post__info-estado--pendiente {
  background-color: #e25616;
}
.single-pago-post__info-estado--procesado {
  background-color: rgb(0, 145, 96);
}
.single-pago-post__info-key {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #757575;
}
.single-pago-post__info-value {
  margin-top: 0.25rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #131313;
}
.single-pago-post__actions {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.single-pago-post__actions-whatsapp {
  width: 250px;
  height: 50px;
  border-radius: 0.25rem;
  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: 0.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(72, 233, 101)), color-stop(rgb(44, 209, 76)), to(rgb(32, 160, 57)));
  background: linear-gradient(90deg, rgb(72, 233, 101), rgb(44, 209, 76), rgb(32, 160, 57));
  background-size: 250% 100%;
  -webkit-animation: whatsappmove 5s ease-in-out infinite alternate;
          animation: whatsappmove 5s ease-in-out infinite alternate;
  text-decoration: none;
}
@-webkit-keyframes whatsappmove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes whatsappmove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.single-pago-post__actions-whatsapp svg {
  width: 1rem;
  height: auto;
  fill: #FFFFFF;
}
.single-pago-post__actions-confirmar {
  position: relative;
  z-index: 0;
  width: 250px;
  height: auto;
  border: none;
  border-radius: 0.25rem;
  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: 0.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: #131313;
  outline: none;
  overflow: hidden;
}
.single-pago-post__actions-confirmar svg {
  width: 1rem;
  height: auto;
  fill: #FFFFFF;
}
.single-pago-post__actions-confirmar:focus {
  outline: none;
}
.single-pago-post__actions-confirmar:hover svg {
  fill: #131313 !important;
}
.single-pago-post__actions-confirmar--procesando::before {
  content: "Procesando...";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  background-color: #131313;
}
@media (min-width: 1200px) {
  .single-pago-post {
    width: 80%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    padding: 2vw 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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1vw;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1vw;
  }
  .single-pago-post__picture {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-pago-post__picture img {
    width: 35vw;
    height: auto;
    border: dashed 2px #e2e2e2;
    border-radius: 0.5vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .single-pago-post__info {
    width: 100%;
    margin: 0 auto;
    margin-top: 2vw;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000000;
  }
  .single-pago-post__info p {
    margin: 0;
    display: inline-block;
  }
  .single-pago-post__info-estado {
    width: auto;
    height: auto;
    margin-bottom: 1vw;
    border-radius: 2vw;
    padding: 0.25vw 1vw;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 1vw;
    font-weight: 400;
    color: #FFFFFF;
  }
  .single-pago-post__info-estado--pendiente {
    background-color: #e25616;
  }
  .single-pago-post__info-estado--procesado {
    background-color: rgb(0, 145, 96);
  }
  .single-pago-post__info-key {
    margin-top: 2vw;
    font-size: 1vw;
    font-weight: 400;
    color: #757575;
  }
  .single-pago-post__info-value {
    margin-top: 0.25vw;
    font-size: 1.3vw;
    font-weight: 400;
    color: #131313;
  }
  .single-pago-post__actions {
    width: 100%;
    margin: 0 auto;
    margin-top: 2vw;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1vw;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
  .single-pago-post__actions-whatsapp {
    width: 25vw;
    height: 4vw;
    border-radius: 0.25vw;
    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: 0.25vw;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1vw;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, from(rgb(72, 233, 101)), color-stop(rgb(44, 209, 76)), to(rgb(32, 160, 57)));
    background: linear-gradient(90deg, rgb(72, 233, 101), rgb(44, 209, 76), rgb(32, 160, 57));
    background-size: 250% 100%;
    -webkit-animation: whatsappmove 5s ease-in-out infinite alternate;
            animation: whatsappmove 5s ease-in-out infinite alternate;
    text-decoration: none;
  }
  @-webkit-keyframes whatsappmove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 50% 100%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes whatsappmove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 50% 100%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .single-pago-post__actions-whatsapp svg {
    width: 1vw;
    height: auto;
    fill: #FFFFFF;
  }
  .single-pago-post__actions-confirmar {
    position: relative;
    z-index: 0;
    width: 25vw;
    height: 4vw;
    border: none;
    border-radius: 0.5vw;
    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: 0.25vw;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1vw;
    color: #FFFFFF;
    background-color: #131313;
    outline: none;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .single-pago-post__actions-confirmar svg {
    width: 1vw;
    height: auto;
    fill: #FFFFFF;
  }
  .single-pago-post__actions-confirmar:focus {
    outline: none;
  }
  .single-pago-post__actions-confirmar:hover svg {
    fill: #131313 !important;
  }
  .single-pago-post__actions-confirmar--procesando::before {
    content: "Procesando...";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    background-color: #131313;
  }
}