@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.container {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
  min-height: 0;
}

.container-landing {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0px;
}

.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

footer {
  background-color: transparent; /* Ajusta según tu diseño */
  text-align: center;
  padding: 15px 10px 15px 10px;
}

.bg-orange {
  background-color: #F89A2D;
}

.bg-green {
  background-color: #4B7430;
}

.img-w-landing {
  width: 100%;
}

.container-beige {
  border-radius: 40px 40px 0px 0px;
  margin-top: -35px;
  padding: 24px;
  background-color: #EDE8DF;
}

.error-message {
  margin-top: 3px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #d9534f;
  position: absolute;
  overflow-wrap: break-word;
  bottom: -18px; /* Ajusta este valor según sea necesario */
  left: 0;
  width: 100%;
}

.error-message-r {
  margin-top: 3px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #d9534f;
  overflow-wrap: break-word;
  bottom: -18px; /* Ajusta este valor según sea necesario */
  left: 0;
  width: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
}

.danacol-tipo {
  text-align: center;
}
.danacol-tipo img {
  width: 50%;
}

.header-space {
  display: block;
  width: 48px;
  height: auto;
}

footer {
  text-align: center;
  color: #757575;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
}
footer a {
  text-align: center;
  color: #757575;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
}

.footer-white {
  text-align: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
  background-color: transparent;
}
.footer-white a {
  text-align: center;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
}

.footer-beige {
  text-align: center;
  color: #757575;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
  background-color: #EDE8DF;
}
.footer-beige a {
  text-align: center;
  color: #757575;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px; /* 100% */
}

.mt-3 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-50 {
  margin-top: 50%;
}

.p-0 {
  padding: 0px !important;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .back-button {
  all: unset;
  cursor: pointer;
  flex-shrink: 0;
}
.header .back-button img {
  display: block;
  width: 48px;
  height: auto;
}
.header .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.header .logo img {
  display: inline-block;
  width: 75.529px;
  height: 48px;
}

.title-login {
  display: flex;
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 328px;
  align-self: center;
}

.title-scroll {
  display: flex;
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  width: 328px;
}

.input-group {
  position: relative;
}
.input-group label {
  display: block;
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.14px;
  margin-bottom: 5px;
}
.input-group input {
  border-radius: 12px;
  border: 1px solid #010101;
  padding: 16px;
  display: block;
  width: 300px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  background-color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.input-group input:focus {
  outline: none;
  border-color: #F89A2D;
  box-shadow: 0 0 4px rgba(248, 154, 45, 0.5);
}
.input-group input::-moz-placeholder {
  color: #999999;
  font-style: italic;
}
.input-group input::placeholder {
  color: #999999;
  font-style: italic;
}
.input-group input.error {
  border-color: #d9534f;
  background-color: #ffffff;
  color: #999999;
}
.input-group input.error::-moz-placeholder {
  color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
}
.input-group input.error::placeholder {
  color: rgb(235.1121495327, 164.9813084112, 162.8878504673);
}
.input-group select {
  border-radius: 12px;
  border: 1px solid #010101;
  padding: 16px;
  display: block;
  width: 300px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  background-color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.input-group select:focus {
  outline: none;
  border-color: #F89A2D;
  box-shadow: 0 0 4px rgba(248, 154, 45, 0.5);
}
.input-group select.error {
  border-color: #d9534f;
  background-color: #ffffff;
  color: #999999;
}

#togglePassword, #togglePassword1, #togglePassword2 {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-15%);
  color: #888;
}

.container-login {
  flex-wrap: wrap;
  height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.container-registro {
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.container-pass {
  flex-wrap: wrap;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.container-change-pass {
  flex-wrap: wrap;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.block-login {
  display: flex;
  width: 328px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.btn-group .btn {
  display: flex;
  width: 328px;
  height: 56px;
  padding: 14.614px;
  justify-content: center;
  align-items: center;
  gap: 9.134px;
  flex-shrink: 0;
  border-radius: 200px;
  background: #a4a4a4;
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border: none;
  margin: auto;
}
.btn-group .btn a {
  text-decoration: underline;
}
.btn-group .btn.enabled {
  background: #000;
  color: #FFF;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-group .btn.enabled:hover {
  background: #333;
}
.btn-group p {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  text-align: center;
}
.btn-group p a {
  color: #010101;
}

.text-password {
  width: 100%;
  text-align: right;
  margin: 0px;
  transform: translateY(-10px);
}
.text-password a {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline;
  font-size: 14px;
  font-style: normal;
  letter-spacing: -0.42px;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

.checkbox-group {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  width: 100%;
  justify-content: flex-start;
}

.checkbox-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  flex-shrink: 0;
  background-color: #fff;
  position: relative; /* Necesario para usar el pseudoelemento */
  transition: border-color 0.3s, background-color 0.3s;
  /* Estilo al estar seleccionado */
}
.checkbox-item input[type=checkbox]:checked {
  border: 1px solid #a4a4a4;
}
.checkbox-item input[type=checkbox] {
  /* Pseudoelemento para el círculo interior */
}
.checkbox-item input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #a4a4a4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-item label {
  font-size: 11px;
  color: #333;
  margin: 0;
  line-height: 1.5;
  word-wrap: break-word;
  white-space: normal;
  max-width: calc(100% - 20px);
}
.checkbox-item label a {
  color: #333;
}

.title-pass {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 10px;
}
.title-pass h1 {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin-top: 2rem;
}
.title-pass p {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 3rem;
}

.input-group-row {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.input-group-row .input-group select {
  border-radius: 12px;
  padding: 16px;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #010101;
  background-color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.input-group-row .input-group {
  flex: 1;
}
.input-group-row .input-group .w-input {
  width: 60%;
}
.input-group-row .input-group .w-input-2 {
  width: 140px;
}

/* Flecha hacia abajo con imagen */
.input-group select {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/a/a4/Arrow_down_font_awesome.svg");
  background-size: 16px 16px;
}

.input-group select:focus {
  outline: none;
  border-color: #F89A2D;
  box-shadow: 0 0 4px rgba(248, 154, 45, 0.5);
}

.modal {
  visibility: hidden;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
}
.modal .modal-content {
  width: 80%;
  max-width: 352px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
  border: 1px solid #888;
  text-align: center;
  position: relative;
  margin-top: 50%;
}
.modal .modal-content .close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  cursor: pointer;
}
.modal .modal-content .close:hover, .modal .modal-content .close:focus {
  color: black;
  text-decoration: none;
}
.modal .modal-content h2 {
  margin-top: 2rem;
  color: #010101;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.modal .modal-content p {
  color: #010101;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.modal .modal-content .text-modal-orange {
  color: #F89A2D;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.modal .modal-content a {
  color: #007bff;
  text-decoration: underline;
}
.modal .modal-content a:hover {
  text-decoration: underline;
}
.modal .modal-content .content-btn-a {
  display: flex;
  justify-content: center;
}
.modal .modal-content .content-btn-a .accept-button-a {
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 276px;
  height: 50.937px;
  padding: 14.614px;
  gap: 9.134px;
  flex-shrink: 0;
  background-color: #000000;
  color: #fff;
  border-radius: 200px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none; /* Elimina el subrayado del enlace */
  /* Hacer que ambos se comporten de la misma manera */
  border: none; /* Elimina bordes del botón */
  box-sizing: border-box; /* Asegura que el padding no afecte el tamaño del elemento */
}

.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.cookie-modal .cookie-content {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 270px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}
.cookie-modal .cookie-content h2 {
  margin-top: 2rem;
  color: #010101;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
}
.cookie-modal .cookie-content p {
  color: #010101;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 152.5%;
}
.cookie-modal .cookie-content p a {
  color: #000;
  text-decoration: underline;
}
.cookie-modal .cookie-content .cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.cookie-modal .cookie-content {
  /* Estilo común para ambos, botón y enlace */
}
.cookie-modal .cookie-content .accept-button {
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 50.937px;
  padding: 14.614px;
  gap: 9.134px;
  flex-shrink: 0;
  background-color: #000000;
  color: #fff;
  border-radius: 200px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none; /* Elimina el subrayado del enlace */
  /* Hacer que ambos se comporten de la misma manera */
  border: none; /* Elimina bordes del botón */
  box-sizing: border-box; /* Asegura que el padding no afecte el tamaño del elemento */
}
.cookie-modal .cookie-content {
  /* Asegurarse de que el enlace tenga el comportamiento de un botón */
}
.cookie-modal .cookie-content a.accept-button {
  color: #fff;
  display: inline-flex; /* Hace que el enlace tenga comportamiento de bloque en línea */
  padding: 14.614px 20px; /* Igualar el padding con el botón */
}

.cookie-config {
  display: flex;
  justify-content: center;
}
.cookie-config .cookie-content {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  max-width: 270px;
  text-align: center;
  position: relative;
}
.cookie-config .cookie-content h2 {
  margin-top: 2rem;
  color: #010101;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}
.cookie-config .cookie-content p {
  color: #010101;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 152.5%;
}
.cookie-config .cookie-content p a {
  color: #000;
  text-decoration: underline;
}
.cookie-config .cookie-content .cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%; /* Asegura que el contenedor ocupe todo el ancho */
  margin-top: 2rem;
}
.cookie-config .cookie-content {
  /* Estilo común para ambos, botón y enlace */
}
.cookie-config .cookie-content .accept-button {
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  width: 276px;
  height: 50.937px;
  padding: 14.614px;
  gap: 9.134px;
  flex-shrink: 0;
  background-color: #000000;
  color: #fff;
  border-radius: 200px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none; /* Elimina el subrayado del enlace */
  /* Hacer que ambos se comporten de la misma manera */
  border: none; /* Elimina bordes del botón */
  box-sizing: border-box; /* Asegura que el padding no afecte el tamaño del elemento */
}
.cookie-config .cookie-content {
  /* Asegurarse de que el enlace tenga el comportamiento de un botón */
}
.cookie-config .cookie-content a.accept-button {
  color: #fff;
  display: inline-flex; /* Hace que el enlace tenga comportamiento de bloque en línea */
  padding: 14.614px 20px; /* Igualar el padding con el botón */
}

/* ===== MODAL INICIAL pantalla puntos ===== */
#modalInicial {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
#modalInicial .modal-content {
  background: #F89A2D;
  width: 90%;
  max-width: 340px;
  border-radius: 24px;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
#modalInicial .close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
#modalInicial img {
  width: 100%;
}
#modalInicial p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 16px;
}
#modalInicial .btn-modal-aviso {
  width: 280px;
  height: 50px;
  padding: 14.614px;
  background: #0F0F0F;
  color: #FFFFFF;
  border: none;
  border-radius: 200px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  margin-top: 1rem;
}

.container-codes {
  flex-wrap: wrap;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.img-danacol-pack {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}
.img-danacol-pack img {
  width: 85%;
  max-width: 100%;
  height: auto;
}
.img-danacol-pack p {
  color: #010101;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  opacity: 0.5;
  margin-top: 10px;
}

.text-codes {
  color: #010101;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

#animacion {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-30px);
}

.header-home {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; /* Asegúrate de que ocupe todo el ancho */
}
.header-home .logo {
  text-align: center;
}
.header-home .logo img {
  width: 50%;
  height: auto;
}

.container-home {
  background: #ffffff;
}

.section-home h3 {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
  margin-bottom: 5px;
  margin-top: 15px;
  text-align: center;
}
.section-home h1 {
  color: #4B7430;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 93.75% */
  margin-top: 15px;
  margin-bottom: 3px;
  text-align: center;
}
.section-home article {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-25px);
}
.section-home article img {
  margin-right: 10px;
  width: 15%;
  transform: translateY(-10px);
}
.section-home div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-home div h2 {
  color: #F89A2D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 108px;
  font-style: normal;
  font-weight: 600;
  line-height: 108px;
  margin: 0;
  text-align: center;
}
.section-home div img {
  width: 102.944px;
  height: 65px;
}
.section-home h4 {
  color: #0F0F0F;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0px 10px 0px;
  text-align: center;
}
.section-home h4 span {
  font-weight: 800;
}
.section-home h3 {
  color: #4B7430;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-top: 3px;
  text-align: center;
}

.text-home {
  background-color: #4B7430;
  z-index: 1;
  position: relative;
}
.text-home p {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px; /* 91.667% */
  padding: 15px 10px 35px 10px;
  margin: 0px;
  text-align: center;
}

.body-home {
  border-radius: 24px 24px 0px 0px;
  background: #FFF;
}

.banner {
  background-color: #EDE8DF;
  display: flex;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
}
.banner img {
  width: 341px;
}

.section-home-premios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #EDE8DF;
  border-radius: 24px 24px 0px 0px;
  align-items: center;
  padding: 20px 20px 0px 20px;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}
.section-home-premios h5 {
  margin-top: 0px;
  display: block;
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 2px 0px 0px 0px;
  text-align: center;
}
.section-home-premios .a-card {
  text-decoration: none;
}
.section-home-premios .cards-premios-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #f2f2f2;
  padding: 16px;
  width: 309px;
  height: 118px;
  margin: 0px 0px 16px 0px;
}
.section-home-premios .cards-premios-home .cards-texto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 118px;
}
.section-home-premios .cards-premios-home div p {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  opacity: 0.5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
}
.section-home-premios .cards-premios-home div h6 {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  max-width: 145px;
}
.section-home-premios .cards-premios-home .precio-corazones {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 0px;
}
.section-home-premios .cards-premios-home .precio-corazones p {
  color: #F89A2D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 75% */
  opacity: 1;
  margin: 0px;
}
.section-home-premios .cards-premios-home .precio-corazones img {
  width: 26.167px;
  height: 16.522px;
}
.section-home-premios .cards-premios-home img {
  width: 55%;
}

.title-faq {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
}
.title-faq p {
  margin: 20px;
}

.section-faqs {
  background: #FFF;
  padding: 10px 26px 10px 26px;
}
.section-faqs h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px;
  margin-top: 0;
}
.section-faqs p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  margin-bottom: 0px;
}

.faq-subtitle {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 26px;
}

.faq-divider {
  border: none; /* Elimina el borde por defecto */
  border-top: 1px solid #D1D1D1; /* Línea gris */
  margin: 10px 0; /* Espaciado arriba y abajo de la línea */
}

.container-editar-perfil {
  flex-wrap: wrap;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
}

.btn-cancel {
  text-align: center;
  margin-top: 1rem;
}
.btn-cancel button {
  display: block;
  all: unset;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-decoration: none;
}
.btn-cancel a {
  text-decoration: none;
}

.eliminar-cuenta {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  opacity: 0.5;
  margin-top: 3rem;
}

.title-edit {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
}
.title-edit p {
  margin: 20px;
  margin-left: 0px;
}

.open-menu-btn {
  all: unset;
  text-align: right;
}
.open-menu-btn img {
  width: 70%;
}

/* Menu - contenedor*/
.menu-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100dvh;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px 0px 0px 40px;
  transition: right 0.3s ease;
  z-index: 1000;
}
.menu-overlay.open {
  right: 0;
}

/* Contenido del menú */
.menu {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.menu p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 93.75% */
  text-align: left;
  margin: 0px;
}
.menu section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu ul {
  list-style: none;
  padding: 0;
  margin-top: 3.5rem;
  margin-bottom: 0px;
}
.menu ul li {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
  margin: 24px 0px 30px 0px;
}
.menu ul li a {
  text-decoration: none;
  font-size: 29px;
  color: #010101;
}
.menu ul .divisor-menu {
  stroke-width: 1px;
  stroke: #A4A4A4;
  opacity: 0.5;
}

.footer-menu {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 4.5rem;
  margin-top: 0.3rem;
}
.footer-menu .enlace-menu {
  display: block;
  font-size: 13px;
  color: #888;
  text-decoration: none;
  margin-top: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
}

/* Botón para cerrar el menú */
.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  align-self: flex-end;
  cursor: pointer;
}

.logout-btn {
  background: #D42323;
  display: flex;
  width: 260px;
  height: 56px;
  padding: 14.614px;
  justify-content: center;
  align-items: center;
  gap: 9.134px;
  flex-shrink: 0;
  border-radius: 200px;
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border: none;
  margin: auto;
}

#fecha-menu {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
  text-transform: uppercase;
  margin: 1rem 10px 10px 0px;
}

.volver-icon {
  all: unset;
  text-align: left;
}
.volver-icon img {
  width: 55%;
}

.header-premios {
  padding-top: env(safe-area-inset-top);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.header-premios .back-button {
  all: unset;
  cursor: pointer;
  flex-shrink: 0;
}
.header-premios .back-button img {
  display: block;
  width: 48px;
  height: auto;
}
.header-premios .logo {
  text-align: center;
}
.header-premios .logo img {
  display: inline-block;
  width: 101px;
  height: auto;
}

.premio-canjeado-container {
  max-height: 700px;
}

.section-premio {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 10px;
  width: 100%;
}
.section-premio .fondo {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(78% 90% at 50% 50%, #90D761 0%, #4B7430 58%, #4B7430 100%);
  z-index: 1;
  transform: translateY(-20px);
}
.section-premio img {
  position: relative;
  z-index: 1;
  width: 85%;
  height: auto;
  padding-bottom: 10px;
}

.stock-premio-disponible {
  text-align: center;
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  opacity: 0.5;
}

.cards-premios-disponibles {
  margin-top: 1.5rem;
}
.cards-premios-disponibles h6 {
  text-align: center;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 100% */
  margin: 10px;
}
.cards-premios-disponibles p {
  text-align: center;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.5;
}
.cards-premios-disponibles .precio-corazones {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.cards-premios-disponibles .precio-corazones p {
  color: #F89A2D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42.424px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.818px; /* 75% */
  opacity: 1;
  margin-bottom: 0px;
  margin-top: 0px;
}
.cards-premios-disponibles .precio-corazones img {
  width: 34.69px;
  height: 21.904px;
}

.precio-corazones-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.precio-corazones-2 p {
  color: #F89A2D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42.424px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.818px; /* 75% */
  opacity: 1;
  margin-bottom: 0px;
  margin-top: 0px;
}
.precio-corazones-2 img {
  width: 34.69px;
  height: 21.904px;
}

.h-300 {
  height: 350px !important;
}

.w-250 {
  width: 250px !important;
}

.continuar-coleccion {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  color: #010101 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}

.t-20 {
  transform: translateY(-20px) !important;
}

.header-premio {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.header-premio .logo {
  text-align: center;
}
.header-premio .logo img {
  width: 50%;
}

.container-premio {
  background: #4B7430;
  padding: 0px 24px 0px 24px;
  border-radius: 0px 0px 24px 24px;
}

.title-error-producto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 10px;
}
.title-error-producto h1 {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin-top: 2rem;
}
.title-error-producto p {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 80%;
}

.text-decoration-0 {
  text-decoration: none;
}

.section-premios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  padding: 0px 31px 20px 31px;
}
.section-premios h5 {
  display: block;
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 20px;
  text-align: center;
}
.section-premios .a-card {
  text-decoration: none;
}
.section-premios .cards-premios-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #F2F2F2;
  padding: 16px;
  width: 309px;
  height: 118px;
  margin: 16px 0pc 16px 0px;
}
.section-premios .cards-premios-home div p {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  opacity: 0.5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
}
.section-premios .cards-premios-home div h6 {
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 10px 0px 10px 0px;
  max-width: 140px;
}
.section-premios .cards-premios-home .precio-corazones {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.section-premios .cards-premios-home .precio-corazones p {
  color: #E3730D;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 75% */
  opacity: 1;
  margin: 10px 0px 10px 0px;
}
.section-premios .cards-premios-home .precio-corazones img {
  width: 26.167px;
  height: 16.522px;
}
.section-premios .cards-premios-home img {
  width: 40%;
}

.style-rewards {
  text-align: center;
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  opacity: 0.5;
  text-align: left;
}

#animacion-premios {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-22%);
}

.scrollable {
  max-height: 550px;
  overflow-y: auto;
  padding-right: 10px;
  color: #010101;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  letter-spacing: -0.14px;
  overflow-x: hidden;
}

.scrollable::-webkit-scrollbar {
  width: 6px;
}

.scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.scrollable::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.img-qr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.img-qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: relative;
  z-index: 2; /* Asegura que el logo esté encima de otros elementos */
}

.container-landing {
  position: relative;
}
.container-landing p {
  color: #ffffff;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.container-landing h1 {
  color: #ffffff;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
}
.container-landing a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  text-decoration-line: underline;
  font-size: 16px;
  margin-top: 1rem;
}

.btn-landing {
  display: flex;
  width: 328px;
  height: 56px;
  padding: 14.614px;
  justify-content: center;
  align-items: center;
  gap: 9.134px;
  flex-shrink: 0;
  border-radius: 200px;
  background: #F89A2D;
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border: none;
  margin: auto;
}
.btn-landing.enabled {
  background: #000;
  color: #FFF;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-landing.enabled:hover {
  background: #333;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1; /* Queda por debajo del logo */
  margin-top: 120%;
}

.img-w-landing {
  width: 100%;
  height: auto;
  z-index: 0; /* Queda por debajo del logo y overlay */
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-controls {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.play-pause-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-pause-btn svg {
  width: 100%;
  height: 100%;
}

.skip-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  text-decoration: underline;
}

.pantalla-completa {
  min-height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-image: url("../img/landing.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.main-content-landing {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 375px;
  margin: 0 auto;
}

.espaciador-boton {
  height: 635px;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}

.footer-landing {
  margin-top: auto;
  background-color: transparent;
  padding: 8px 12px;
  text-align: center;
  z-index: 5;
  color: #fff;
}
.footer-landing a {
  color: #fff;
}

.contenedor-boton-landing {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedor-boton-landing a {
  display: inline-block;
  text-align: center;
}

.btn-landing-img {
  width: 328px;
  height: auto;
  cursor: pointer;
}

@media screen and (max-height: 690px) {
  .espaciador-boton {
    height: 585px;
  }
}
@media screen and (min-height: 725px) and (max-height: 741px) {
  .espaciador-boton {
    height: 585px;
  }
}
@media screen and (min-height: 825px) and (max-height: 897px) {
  .espaciador-boton {
    height: 685px;
  }
}
@media screen and (min-height: 913px) and (max-height: 924px) {
  .espaciador-boton {
    height: 700px;
  }
}
@media screen and (min-height: 925px) and (max-height: 930px) {
  .espaciador-boton {
    height: 770px;
  }
}
@media screen and (min-height: 931px) and (max-height: 936px) {
  .espaciador-boton {
    height: 710px;
  }
}
.title-mecanica {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #010101;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.title-mecanica p {
  margin: 10px;
}

.section-mecanica {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin-top: 2rem;
}
.section-mecanica .cards-mecanica {
  display: flex;
  justify-content: center;
}
.section-mecanica .cards-mecanica img {
  width: 80%;
}/*# sourceMappingURL=main.css.map */