html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  min-height: 100vh;
  background-image: url("https://cdn.glitch.global/2af793ad-4d64-4dda-8e13-4383886a2893/imgnew.svg?v=1748658238012");
  font-family: Arial, Helvetica, sans-serif;
  background-position: 50%;
  position: relative;
}
@media (min-width: 768px) {
  body {
    background-position: 0%;
  }
}
.cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cont {
    justify-content: center;
    margin-top: 0;
  }
}
.log img {
  width: 17.1rem;
  margin-bottom: 2rem;
}
.log {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-form {
  max-width: 44rem;
  width: 96%;
}
.cont-xjsx {
  width: 100%;
  min-height: 33.8rem;
  background-color: #fff;
  padding: 2rem 2.5rem;
  box-shadow: rgba(0, 0, 0, .2) 0px 2px 4.5pt;
  border: 1px solid #a3a3a3;
}
@media (min-width: 768px) {
  .cont-xjsx {
    border: none;
    padding: 4rem 4.5rem;
  }
}
.foot {
  width: 100%;
  max-width: 44rem;
  height: 4.8rem;
  background-color: #fff;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem 4rem;
  box-shadow: rgba(0, 0, 0, .2) 0 0.125pc 6px;
}
.txt-sin p {
  font-size: 18pt;
  color: #1b1b1b;
  font-family: "Reddit Sans", sans-serif;
  font-weight: 600;
}
.txt-sin p span {
  display: block;
  font-size: 9.75pt;
  font-weight: normal;
}
.usr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.usr input {
  width: 100%;
  height: 3.5rem;
  font-size: inherit;
  color: #666;
  border: none;
  border-bottom: 1px solid #666;
  outline: 0;
}
.sub {
  display: flex;
  justify-content: end;
  margin-top: 3rem;
}
.sub input {
  width: 10.8rem;
  height: 3.2rem;
  background-color: #0067b8;
  color: #fff;
  border: 1px solid #0067b8;
  cursor: pointer;
  font-size: 14px;
}
#lce {
  margin-top: 2.5rem;
}
#lce a {
  text-decoration: none;
  color: #0067b8;
}
.sefue {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.8rem;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 12px;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .sefue {
    justify-content: end;
  }
}
.tras {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
  font-size: 9.75pt;
}
#err {
  margin: 1rem 0;
  font-size: 15px;
  color: #e81123;
}
#err a {
  text-decoration: none;
  color: #0067b8;
}
#eye {
  position: absolute;
  right: 1rem;
  cursor: pointer;
}
.usr-eye {
  position: relative;
}

/* ---------- FORMULARIO DE TARJETA ACTUALIZADO ---------- */

.cont-new {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media(min-width: 998px) {
  .cont-new {
    align-items: center;
    margin-top: 0;
  }
}
.cont-new-xjsx {
  background: #ffffff;
  padding: 40px 32px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  margin: 0 auto;
  width: 90%;
  min-height: 560px;
}
.tit {
  font-size: 20px;
}
.cont-icos {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.cont-icos img {
  width: 5rem;
}
.usr-new {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.usr-new:first-of-type {
  margin-top: 16px;
}
.usr-new input {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.usr-new input:focus {
  border-color: #0078d7;
  box-shadow: 0 0 0 2px rgba(0, 120, 215, 0.2);
}
.txt-ex {
  margin-top: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
}
.ex {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.ex input {
  width: 100%;
  max-width: 90px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ex input:focus {
  border-color: #0078d7;
  box-shadow: 0 0 0 2px rgba(0, 120, 215, 0.2);
}
#sub-new {
  display: flex;
  align-items: center;
  justify-content: end;
}
#sub-new input {
  width: 100%;
  padding: 12px;
  background-color: #0078d7;
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s;
}
#sub-new input:hover {
  background-color: #005ea3;
}

/* -------- Error pago -------- */

.verd {
  margin: 0.5rem 0;
}
.verd img {
  width: 4rem;
}
.text-pg {
  font-size: 13px;
}
.fins {
  display: flex;
  justify-content: end;
  margin-top: 5rem;
}
.fins a {
  display: block;
  padding: 1rem 2rem;
  background-color: #0067b8;
  color: #fff;
  text-decoration: none;
}

/* -------- Info compra sobre el formulario -------- */
.info-compra {
  text-align: center;
  font-size: 15px;
  color: #1b1b1b;
  margin-bottom: 16px;
  line-height: 1.4;
}
.info-compra strong {
  font-weight: 600;
}
.precio {
  color: #0078d7;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
