
     /*body {
	//	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	//	margin: 0;
	//	padding-top: 70px;
	//	background-color: #f9f9f9;
	}*/
@media (max-width: 400px) {
    .card.verificacion {
        width: 90vw; /* más ancho en pantallas muy pequeñas */
    }
}

.navbar {
  background-color: #f6f6f6 !important;
  border-bottom: none;
  box-shadow: none;
}


.navbar .nav-link {
  color: #000000; /* negro o gris muy oscuro para texto */
  font-weight: 500;
  margin-right: 1rem;
  transition: color 0.2s ease;
}

.navbar .nav-link:hover {
  color: #0071e3; /* azul Apple al pasar el mouse */
}

.card {
    border: none;
    border-radius: 0px;
    background-color: #fff;
    
}

.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.btn:hover {
    opacity: 0.9;
}

.btn-primary,
.btn-success {
    background-color: #000;
    color: #fff;
    border: none;
}

.btn-danger {
    background-color: #e00;
    border: none;
}

.btn-light {
    background-color: #f0f0f0;
    color: #000;
}

.valor-saldo, .valor-saldon {
    color: #000;
    font-size: 2rem;
	font-weight: 600; /* o prueba con 700 si quieres más negrito */
}

.saldo-text, .saldo-textn {
    color: #666;
}

.tarjeta-real1,
.tarjeta-real2,
.tarjeta-real3 {
    background-color: #fff;
    border-radius: 0px;
    padding: 24px;
    /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;*/
    text-align: center;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.tarjeta-real1:hover,
.tarjeta-real2:hover,
.tarjeta-real3:hover {
    transform: translateY(-4px);
    /*box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);*/
}

.tarjeta-real1 h3,
.tarjeta-real2 h3,
.tarjeta-real3 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.tarjeta-real1 p,
.tarjeta-real2 p,
.tarjeta-real3 p {
    font-size: 14px;
    color: #555;
}

.tarjeta-real1 .valor-saldo,
.tarjeta-real2 .valor-saldo,
.tarjeta-real3 .valor-saldo {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.carousel-caption {
    backdrop-filter: blur(8px);
    background-color: rgba(255,255,255,0.6);
    color: #000;
    border-radius: 12px;
}

.carousel-caption h5 {
    font-weight: 600;
}

.carousel-caption p {
    font-size: 14px;
}
.boton-pildora {
    background-color: #0071e3; /* Azul Apple clásico */
    color: white;
    border: none;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;

    display: block;
    width: 100%;
    max-width: 320px; /* 📏 Límite máximo de ancho */
    margin: 1rem auto; /* 📌 Centrado horizontal */
}


.boton-pildora:hover {
    background-color: #005ecb;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.boton-pildora:active {
    background-color: #004da8;
}

.boton-pildora:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.boton-pildora.claro {
    border: 1px solid transparent;
    transition: border 0.1s ease, background-color 0.2s ease;
}

.boton-pildora.claro:hover {
    background-color: #e5e5e7;
}

.boton-pildora.claro:active {
    border: 1px solid black;
}

.boton-pildora.negro {
    background-color: #1d1d1f;
    color: white;
}
.boton-pildora:focus,
.boton-pildora:active,
.boton-pildora.active {
    outline: none;
    background-color: #0071e3;
    box-shadow: none;
    color: white;
}


.boton-pildora.negro:hover {
    background-color: #000;
}
a.boton-pildora {
    text-decoration: none;
}
.blur {
  filter: blur(5px);
  pointer-events: none; /* Opcional: bloquea clics mientras está activo */
  transition: filter 0.3s ease;
}
.form-apple {
        text-align: center;
    }

.form-apple input[type="text"],
.form-apple input[type="tel"],
.form-apple input[type="email"],
.form-apple input[type="password"] {
    width: 100%;
    max-width: 400px;
    margin: 0.75rem auto;
    padding: 0.75rem 1.25rem;
    border: 1px solid #d2d2d2;
    border-radius: 40px;
    font-size: 1rem;
    background-color: #f9f9f9;
    color: #000;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    appearance: none;
    box-sizing: border-box;
}

.form-apple input:focus {
    border-color: #0071e3;
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.15);
    background-color: #fff;
}
.p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  margin-bottom: 1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
p.destacado {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.trans {
    position: fixed;
    top: 70px; /* deja espacio para el navbar */
    left: 0;
    width: 100%;
    height: calc(100% - 70px); /* ajusta al espacio restante */
    background: white;
    z-index: 100;
}

.activo {
    transform: translateX(0);
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}

.slide-out-left {
    transform: translateX(-100%);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.slide-in-right {
    transform: translateX(100%);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}
.navbar {
    z-index: 1050; /* o un número alto */
}
.body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
  padding-top: 70px; /* espacio para el navbar fijo */
  background-color: #f9f9f9;
}

.navbar {
  z-index: 1050;
}

.contenido {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  min-height: calc(100vh - 40px); /* Altura ajustada debajo del navbar */
  background: white;
  overflow-y: auto;
  padding: 1rem;
}

.contenido.activo {
  display: block;
  z-index: 100;
}
.contenido:not(.activo) {
  z-index: -1;
}

#menuPDF iframe {
    background: white;
    display: block;
    border: none;
    width: 100%;
    height: calc(100vh - 120px); /* ajustado al tamaño de la pantalla */
}
img[alt="QR de tu celular"] {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 10px;
    background: white;
}
.qr-usuario {
    border-radius: 16px;
    padding: 10px;
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

.qr-usuario:hover {
    transform: scale(1.03);
}
#cerrarPromoBtn {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
h1 {
  font-size: 2.5rem; /* ~40px */
}

h2 {
  font-size: 2rem; /* ~32px */
}

h3 {
  font-size: 1.6rem; /* ~26px */
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
  font-weight: 500;
  color: #555;
}
.titulo-slogan {
  font-size: 1.8rem;
  font-weight: 400;
  color: #444;
  text-align: center;
  margin-top: 1rem;
}
.titulo-central {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 1rem;
}
.contenedor-movil {
  max-width: 420px; /* típico ancho de iPhone */
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}
.dropdown-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu .eliminar-not {
  color: #e00;
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.img-carrusel-fija {
    height: 500px; /* ajusta a lo que necesites */
    object-fit: cover;
    width: 100%;
}
.carousel-inner {
    height: 500px;
}

.carousel-item {
    height: 100%;
    position: relative;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.banner-superior {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    padding: 6px 10px;
    font-size: 13px;
    z-index: 10;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.qr_img {
    max-width: 100%;
    height: 300px;
    display: block;
    margin: 0 auto;
	text-align: -webkit-center;
}
/* Contenedor para “input + botón interno” con tu look actual */
.input-with-action {
  position: relative;
  width: 100%;
  max-width: 400px;      /* mismo ancho que tus inputs .form-apple */
  margin: 0.75rem auto;  /* igual separación vertical/centrado */
}

/* Heredamos el estilo de .form-apple input: ya lo tienes arriba */
.input-with-action > input[type="text"] {
  width: 100%;
  padding-right: 3rem;  /* espacio para el botón de cámara */
}

/* Botón “flotando” dentro del input */
.input-with-action > button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  /* evita que empuje el layout en iOS */
  -webkit-tap-highlight-color: transparent;
}
/* Contenedor para “input + botón interno” con tu look actual */
.input-with-action {
  position: relative;
  width: 100%;
  max-width: 400px;      /* mismo ancho que tus inputs .form-apple */
  margin: 0.75rem auto;  /* igual separación vertical/centrado */
}

/* Heredamos el estilo de .form-apple input: ya lo tienes arriba */
.input-with-action > input[type="text"] {
  width: 100%;
  padding-right: 3rem;  /* espacio para el botón de cámara */
}

/* Botón “flotando” dentro del input */
.input-with-action > button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  /* evita que empuje el layout en iOS */
  -webkit-tap-highlight-color: transparent;
}

.input-with-action > button:hover {
  background: #e5e5e7;  /* coincide con tu hover claro */
}

.input-with-action > button:active {
  background: #d9d9db;
}

.input-with-action > button i {
  font-size: 1.8rem; /* tamaño del ícono */
}
/* Switch moderno */
.form-check-input {
  width: 50px;
  height: 26px;
  background: linear-gradient(to right, #ff5722, #ff7043); /* estado inicial: naranja/rojo */
  border-radius: 50px;
  position: relative;
  transition: background 0.3s ease;
  cursor: pointer;
  appearance: none;
  outline: none;
}

/* Círculo del switch */
.form-check-input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* Cuando está activado */
.form-check-input:checked {
  background: linear-gradient(to right, #4caf50, #66bb6a); /* verde */
  /*background-color: #4caf50; /* verde */
  /*border-color: #4caf50;*/
}

.form-check-input:checked::after {
  transform: translateX(24px); /* mueve el círculo hacia la derecha */
  
}

/* Opcional: sombra suave */
.form-check-input::after {
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  
}

/* Label al lado */
.form-check-label {
  margin-left: 10px;
  font-weight: 500;
  cursor: pointer;
}
/* Aplica solo a tu switch específico usando su id */
/* Estado inicial (desactivado) */
#activarCodigoPromo {
    width: 55px !important;       
    height: 27px !important;      
    margin-left: 0 !important;    
    background-image: none !important;  
    /*background: #ff5722; /* naranja/rojo */
    border-radius: 50px;
    position: relative;
    appearance: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Círculo del switch */
#activarCodigoPromo::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Cuando está activado */
#activarCodigoPromo:checked {
    background: #6bd55e; /* verde */
}

/* Círculo al activarse */
#activarCodigoPromo:checked::after {
    transform: translateX(28px); /* ajusta según el ancho */
    background-color: #fff; /* siempre blanco */
}
/* El overlay ya era fixed; reforzamos y aislamos el scroll en móviles */
#qr-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overscroll-behavior: contain;
}

/* Si tu contenedor blanco interno necesita scroll propio */
#qr-overlay .qr-panel {
  max-height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Bloquear scroll del body cuando la cámara está abierta */
.body-no-scroll {
  position: fixed;   /* evita “bounce” en iOS */
  overflow: hidden;
  width: 100%;
}
/* Ajusta el logo */
.logo {
    width: 100px;
    height: auto;
}
