.ps-thanks-page {
  height: 80vh;
}
.ps-thanks-page .contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  align-self: stretch;
  height: 100%;
}
.ps-thanks-page .contenedor .ps-thanks-image {
  width: 350px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1;
}
.ps-thanks-page .contenedor .ps-thanks-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ps-thanks-page .contenedor .ps-thanks-title {
  color: var(--3, #1F1539);
  text-align: center;
  /* Titulo 30 Bold */
  font-family: "Polly Rounded";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 116.667% */
  letter-spacing: -1.5px;
}
.ps-thanks-page .contenedor .ps-thanks-sub {
  color: var(--Temp, #565C6C);
  text-align: center;
  /* Texto 14 Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
}
.ps-thanks-page .contenedor .ps-btn-wrapper {
  margin-top: 20px;
}
.ps-thanks-page .contenedor .ps-btn-wrapper a {
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  cursor: pointer;
  background: var(--1, #c6374f);
  color: #FFF;
  /* Titulo 14 Bold */
  font-family: "Polly Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: -0.7px;
  transition: all 0.3s ease;
}
.ps-thanks-page .contenedor .ps-btn-wrapper a:hover {
  background: #E31D3F;
}
.ps-thanks-page .contenedor .ps-btn-wrapper a {
  border: none;
  cursor: pointer;
}
.ps-thanks-page .contenedor .ps-texto-footer {
  margin-bottom: 0;
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps-thanks-page .contenedor .ps-texto-footer .texto-footer {
  color: var(--Temp, #565C6C);
  text-align: center;
  /* Texto 12 Regular */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 141.667% */
  width: 921px;
  max-width: 100%;
}/*# sourceMappingURL=index.css.map */