@font-face {
  font-family: 'Beelzebrush black BB';
  src: url('fonts/Beelzebrush_Black_BB.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Medium';
  src: url('fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Bold';
  src: url('fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
/* --- wrapper que se parte en dos --- */
.form-wrapper { display: flex; flex-wrap: wrap; gap: 2vh; }
.form-left   { width: 100%; }
.form-right  { width: 100%; display: none; } /* oculta hasta “Continuar” */
.btn-secundario{
  background:#ccc;color:#333;border:none;padding:10px;margin-top:15px;
}
.btn-secundario:hover{
  background-color: #8ED8FA;
}
.layout-container {
  display: flex;
  flex-direction: row;
  height: 100vh;
  overflow: hidden;
}
.image-column {
  width: 66.66%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-column img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-column {
  width: 33.33%;
  display: flex;
  flex-direction: column; /* 👉 organiza verticalmente */
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 20px;
}

.logo-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.logo-container img {
  max-width: 27vh;
  height: auto;
  margin-top: -2vh;
  margin-bottom: 2vh;
}
.logo-container h1{
  font-size: 3vh;
  margin-top: -3vh;
  margin-left: 2vh;
}

#facturacion-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 200vh;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
#facturacion-form label{
  font-size: 2vh;
}
.form-left > fieldset > legend{
  font-size: 2vh;
}
.loader-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  display: none; /* se activa con JS */
  justify-content: center;
  align-items: center;
}

.loader-content {
  text-align: center;
  font-family: sans-serif;
  color: #2c3e50;
}

.spinner {
  border: 6px solid #eee;
  border-top: 6px solid #eb0606;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.modal-respuesta {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  display: none; /* Se activa con JS */
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 90%;
  width: 400px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.modal-content p {
  margin-bottom: 20px;
}

.modal-content button {
  padding: 10px 20px;
  background-color: #eb0606;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7fa;
    margin: 0;
    padding: 20px;
    color: #333;
  }
  
  /* Título principal */
  h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  
  /* Contenedor del formulario */
  form#facturacion-form {
    background: #ffffff;
    border-radius: 12px;
    max-width: 100vh;
    margin: 0 auto;
    padding: 30px 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  }
  
  /* Etiquetas */
  label {
    display: block;
    margin: 14px 0 6px;
    font-weight: 600;
    color: #2c3e50;
  }
  
  /* Inputs, selects y botones */
  input,
  select,
  button {
    width: 100%;
    padding: 1.5vh 2vh;
    border-radius: 6px;
    border: .1vh solid #ccc;
    font-size: 2vh;
    transition: border 0.2s ease-in-out;
  }
  
  input:focus,
  select:focus {
    border-color: #eb0606;
    outline: none;
  }
  
  /* Botones */
  button {
    background-color: #e31919;
    color: white;
    border: none;
    font-weight: 600;
    transition: background 0.3s ease;
    margin-top: 10px;
  }
  
  button:hover {
    background-color: #e05454;
  }
  
  /* Botón de búsqueda SAT */
  #btnBuscarSat {
    background-color: #e31919;
  }
  
  #btnBuscarSat:hover {
    background-color: #e05454;
  }
  
  
  /* Estilo responsivo para pantallas pequeñas */

  input[readonly] {
    background-color: #f0f0f0;
    color: #666;
    cursor: not-allowed;
  }
  
  /* Logo */
.logo-container {
    text-align: center;
    margin-top: -0px;
    margin-bottom: -0px;
  }
  
  .logo-container img {
    width: 250px;
    height: auto;
  }
  
  /* Solución a inputs desbordando */
  form#facturacion-form input,
  form#facturacion-form select,
  form#facturacion-form button {
    box-sizing: border-box; /* ← evita que el padding sume al width */
    max-width: 100%;         /* ← asegura que no excedan el contenedor */
  }
  
  /* Campo readonly visual */
  input[readonly] {
    background-color: #f0f0f0;
    color: #666;
    cursor: not-allowed;
  }
  
  /* Fieldset layout */
fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    border: 1px solid #eb0606;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  
  /* Leyenda ocupa todo el ancho */
  fieldset legend {
    flex-basis: 100%;
    font-weight: bold;
    color: #34495e;
    margin-bottom: 10px;
  }
  
  /* Radio label con layout fijo */
  .radio-option {
    display: flex;
    align-items: center;
    width: 48%; /* ← fuerza simetría entre las dos */
    gap: 10px;
    background-color: #fdfdfd;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-weight: 600;
  }
  
  /* Ajuste del radio */
  .radio-option input[type="radio"] {
    transform: scale(1.2);
    margin: 0;
  }
  
  /* Responsive: en móviles que se apilen */
  @media (max-width: 1529px) {
  .radio-option {
    width: 100%;
    display: flex;
    justify-content: space-between; /* Distribuye el input a la izquierda y el span a la derecha */
    align-items: center;
  }

  .radio-option span {
    width: auto;
    text-align: right;
  }

  .radio-option input {
    width: 50px;
    margin-right: 10px;
  }
  .image-column img {
  display: none;
}
.image-column {
  width: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-column {
  width: 100%;
  display: flex;
  flex-direction: column; /* 👉 organiza verticalmente */
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.logo-container {
  margin-top: 1vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.logo-container img {
  max-width: 18vh;
  height: auto;
}
.logo-container h1{
  font-size: 2.5vh;
}
body{
  padding: 0;
}
}

  .button-link {
    display: inline-block;
    padding: 14px 28px;
    background-color: #e31919;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s ease;
  }
  
  .button-link:hover {
    background-color: #e05454;
  }
  * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.help-icon {
  display: inline-block;
  background-color: #eb0606;
  color: white;
  border-radius: 50%;
  width: 2.3vh;
  height: 2.3vh;
  font-size: 2vh;
  text-align: center;
  line-height: 2.3vh;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #8ED8FA;
  color: #2c3e50;
}
/* 
@media (min-width: 1500px) and (max-width: 1600px) and (min-height: 700px) and (max-height: 750px) {
  .main-container {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    gap: 30px;
    position: relative;
  }

  .seccion-promocional {
    flex: 1;
    position: relative;
  }

  .img-promocional {
    width: 100%;
    border-radius: 16px;
  }

  .mensaje-inferior {
    margin-top: 9px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    gap: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 2px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 17px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 30px 22px;
    border-radius: 30px;
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 500px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: 23px;
    margin-left: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
  }

  .factura-box h1 {
    font-size: 48px;
    margin-left: 13px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 20px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    text-decoration: none;
    margin-left: 15px;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 18px;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 15px;
    max-width: 240px;
    max-height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }

  .btn-factura .icono-factura {
    width: 25px;
    height: 25px;
    fill: white;
    color: white;
  }

  .texto-ayuda {
    margin-top: 70px;
    font-size: 22px;
    margin-left: 15px;
    max-width: 360px;
    color: #081961;
    margin-bottom: 25px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 19px;
    color: #081961;
    margin-left: 15px;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }

  .clip-logo {
    position: absolute;
    bottom: -120px;
    right: -50px;
    width: 250px;
    height: auto;
    z-index: 2;
  }
}


@media (min-width: 1900px) and (min-height: 960px) {
  .main-container {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    gap: 40px;
    position: relative;
  }

  .seccion-promocional {
    flex: 1;
    position: relative;
  }

  .img-promocional {
    width: 100%;
    border-radius: 16px;
  }

  .mensaje-inferior {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 22px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-width: 585px;
    height: 650px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: 30px;
    margin-left: 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
    margin-bottom: 0px;
  }

  .factura-box h1 {
    font-size: 64px;
    margin-left: 17px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 25px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    margin-left: 20px;
    border: none;
    padding: 12px 20px;
    font-size: 28px;
    text-decoration: none;
    border-radius: 25px;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 320px;
    max-height: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }
  .btn-factura .icono-factura {
    width: 30px;
    height: 30px;
    fill: white;
    color: white;
  }

  .texto-ayuda {
    margin-top: 100px;
    font-size: 28px;
    margin-left: 20px;
    max-width: 460px;
    color: #081961;
    margin-bottom: 30px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 25px;
    color: #081961;
    margin-left: 20px;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }


  .clip-logo {
    position: absolute;
    bottom: -112px;
    right: -50px;
    width: 250px;
    height: auto;
    z-index: 2;
  }
}
@media (min-width: 428px) and (max-width: 767px) {
  .main-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .seccion-facturacion {
    order: 1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seccion-promocional {
    order: 2;
    width: 100%;
    position: relative;
  }

  .img-promocional {
    width: 112%;
    border-radius: 16px;
    margin-left: -20px;
    margin-top: 10px;
  }

  .mensaje-inferior {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 22px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-width: 585px;
    height: 280px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
    margin-bottom: 0px;
  }

  .factura-box h1 {
    font-size: 33px;
    margin-left: -3px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 18px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 163px;
    max-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }
  .btn-factura .icono-factura {
    width: 16px;
    fill: white;
    color: white;
    margin-left: -10px;
  }

  .texto-ayuda {
    margin-top: 21px;
    font-size: 12px;
    max-width: 170px;
    color: #081961;
    margin-bottom: 15px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 12px;
    color: #081961;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }


  .clip-logo {
    position: absolute;
    bottom: -64px;
    right: -27px;
    width: 186px;
    height: auto;
    z-index: 2;
  }
}
@media (max-width: 427px){
  .main-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .seccion-facturacion {
    order: 1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seccion-promocional {
    order: 2;
    width: 100%;
    position: relative;
  }

  .img-promocional {
    width: 112%;
    border-radius: 16px;
    margin-left: -20px;
    margin-top: 10px;
  }

  .mensaje-inferior {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 22px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-width: 585px;
    height: 280px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: -4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
    margin-bottom: 0px;
  }

  .factura-box h1 {
    font-size: 29px;
    margin-left: -3px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 18px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 143px;
    max-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }
  .btn-factura .icono-factura {
    width: 16px;
    fill: white;
    color: white;
    margin-left: -10px;
  }

  .texto-ayuda {
    margin-top: 32px;
    font-size: 12px;
    max-width: 170px;
    color: #081961;
    margin-bottom: 15px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 12px;
    color: #081961;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }


  .clip-logo {
    position: absolute;
    bottom: -64px;
    right: -27px;
    width: 186px;
    height: auto;
    z-index: 2;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  
  .main-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .seccion-facturacion {
    order: 1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seccion-promocional {
    order: 2;
    width: 100%;
    position: relative;
  }

  .img-promocional {
    width: 112%;
    border-radius: 16px;
    margin-left: -20px;
    margin-top: 10px;
  }

  .mensaje-inferior {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 22px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-width: 585px;
    height: 280px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: -4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
    margin-bottom: 0px;
  }

  .factura-box h1 {
    font-size: 29px;
    margin-left: -3px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 18px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 143px;
    max-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }
  .btn-factura .icono-factura {
    width: 16px;
    fill: white;
    color: white;
    margin-left: -10px;
  }

  .texto-ayuda {
    margin-top: 32px;
    font-size: 12px;
    max-width: 170px;
    color: #081961;
    margin-bottom: 15px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 12px;
    color: #081961;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }


  .clip-logo {
    position: absolute;
    bottom: -64px;
    right: -27px;
    width: 186px;
    height: auto;
    z-index: 2;
  }
}

@media (min-width: 1050px) and (max-width: 1150px) {
  
  .main-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .seccion-facturacion {
    order: 1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seccion-promocional {
    order: 2;
    width: 100%;
    position: relative;
  }

  .img-promocional {
    width: 112%;
    border-radius: 16px;
    margin-left: -20px;
    margin-top: 10px;
  }

  .mensaje-inferior {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 22px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-width: 585px;
    height: 280px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: -4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
    margin-bottom: 0px;
  }

  .factura-box h1 {
    font-size: 29px;
    margin-left: -3px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 18px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 143px;
    max-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }
  .btn-factura .icono-factura {
    width: 16px;
    fill: white;
    color: white;
    margin-left: -10px;
  }

  .texto-ayuda {
    margin-top: 32px;
    font-size: 12px;
    max-width: 170px;
    color: #081961;
    margin-bottom: 15px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 12px;
    color: #081961;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }


  .clip-logo {
    position: absolute;
    bottom: -64px;
    right: -27px;
    width: 186px;
    height: auto;
    z-index: 2;
  }
}
@media (min-width: 355px) and (max-width: 365px) and (min-height: 775px) and (max-height: 785px) {
  .main-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .seccion-facturacion {
    order: 1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seccion-promocional {
    order: 2;
    width: 100%;
    position: relative;
  }

  .img-promocional {
    width: 112%;
    border-radius: 16px;
    margin-left: -20px;
    margin-top: 10px;
  }

  .mensaje-inferior {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 22px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-width: 585px;
    height: 280px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: -7px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
    margin-bottom: 0px;
  }

  .factura-box h1 {
    font-size: 27px;
    margin-left: -3px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 18px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 143px;
    max-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }
  .btn-factura .icono-factura {
    width: 16px;
    fill: white;
    color: white;
    margin-left: -10px;
  }

  .texto-ayuda {
    margin-top: 32px;
    font-size: 12px;
    max-width: 170px;
    color: #081961;
    margin-bottom: 15px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 12px;
    color: #081961;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }


  .clip-logo {
    position: absolute;
    bottom: -56px;
    right: -24px;
    width: 172px;
    height: auto;
    z-index: 2;
  }
} */
:root {
  /* Espaciados relativos al viewport – ajústalos si los ves muy grandes/pequeños */
  --space-s: 1.5vmin;      /* ≈ 0.75rem en pantallas medianas */
  --space-m: 2vmin;
  --space-l: 3vmin;

  /* Radio y borde */
  --radius: 2vmin;
  --border: 0.25vmin solid white;

  /* Tipografía: escala fluida        min  | fórmula      |  max   */
  --fs-xs: clamp(0.7rem,  0.8vw, 0.9rem);
  --fs-s : clamp(0.9rem,  1vw,   1.1rem);
  --fs-m : clamp(1.1rem,  1.2vw, 1.4rem);
  --fs-l : clamp(1.6rem,  2vw,   2.2rem);
  --fs-xl: clamp(2.3rem,  3vw,   3rem);
}


.main-container {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    gap: 2rem;
    position: relative;
  }

  .seccion-promocional {
    flex: 1;
    position: relative;
  }

  .img-promocional {
    width: 100%;
    border-radius: 1rem;
  }

  .mensaje-inferior {
    margin-top: 0.6rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: left;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 2em 1.5em;
    border-radius: 2em;
    position: relative;
    width: 80%;
    height: 80%;
    border: 0.125em solid white;
    font-size: 1vw;
  }

  .factura-box .texto-pequeno {
    margin-top: 1.5em;
    margin-left: 1em;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
  }

  .factura-box h1 {
    font-size: 2.7em;
    margin-left: 0.35em;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 1em;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    text-decoration: none;
    margin-left: 0.9em;
    border: none;
    padding: 0.7em 1em;
    font-size: 1.2em;
    border-radius: 1.125em;
    border: 0.125em solid white;
    cursor: pointer;
    margin-bottom: 1em;
    width: 12em;
    height: 2.4em;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-family: 'Roboto Medium', sans-serif;
  }

  .btn-factura .icono-factura {
    width: 1.5em;
    height: 1.5em;
    fill: white;
    color: white;
  }

  .texto-ayuda {
    margin-top: 2.5em;
    font-size: 1.5em;
    margin-left: 1em;
    max-width: 15em;
    color: #081961;
    margin-bottom: 1.5em;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 1.5em;
    color: #081961;
    margin-left: 1em;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }

  .clip-logo {
    position: absolute;
    bottom: -7.5em;
    right: -3.12em;
    width: 15.625em; /* 250px */
    height: auto;
    z-index: 2;
  }
@media (min-width: 428px) and (max-width: 767px) {
  .main-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .seccion-facturacion {
    order: 1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seccion-promocional {
    order: 2;
    width: 100%;
    position: relative;
  }

  .img-promocional {
    width: 112%;
    border-radius: 16px;
    margin-left: -20px;
    margin-top: 10px;
  }

  .mensaje-inferior {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 22px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-width: 585px;
    height: 280px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
    margin-bottom: 0px;
  }

  .factura-box h1 {
    font-size: 33px;
    margin-left: -3px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 18px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 163px;
    max-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }
  .btn-factura .icono-factura {
    width: 16px;
    fill: white;
    color: white;
    margin-left: -10px;
  }

  .texto-ayuda {
    margin-top: 21px;
    font-size: 12px;
    max-width: 170px;
    color: #081961;
    margin-bottom: 15px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 12px;
    color: #081961;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }


  .clip-logo {
    position: absolute;
    bottom: -64px;
    right: -27px;
    width: 186px;
    height: auto;
    z-index: 2;
  }
}
@media (min-width: 355px) and (max-width: 427px) {
  .main-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .seccion-facturacion {
    order: 1;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .seccion-promocional {
    order: 2;
    width: 100%;
    position: relative;
  }

  .img-promocional {
    width: 112%;
    border-radius: 16px;
    margin-left: -20px;
    margin-top: 10px;
  }

  .mensaje-inferior {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }

  .chat-bubble {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: white;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 3px solid #f1076a;
    z-index: 2;
  }

  .chat-bubble span {
    font-size: 22px;
  }

  .chat-bubble p {
    color: #f1076a;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
  }

  .seccion-facturacion {
    flex: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .factura-box {
    padding: 40px 30px;
    border-radius: 40px;
    position: relative;
    width: 100%;
    max-width: 585px;
    height: 280px;
    border: 2px solid white;
  }

  .factura-box .texto-pequeno {
    margin-top: -7px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #003a62;
    font-family: 'Beelzebrush black BB', sans-serif;
    margin-bottom: 0px;
  }

  .factura-box h1 {
    font-size: 27px;
    margin-left: -3px;
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    text-align: left;
    margin-bottom: 18px;
  }

  .btn-factura {
    background-color: #006bff;
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 25px;
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
    margin-bottom: 20px;
    max-width: 143px;
    max-height: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto Medium', sans-serif;
  }
  .btn-factura .icono-factura {
    width: 16px;
    fill: white;
    color: white;
    margin-left: -10px;
  }

  .texto-ayuda {
    margin-top: 32px;
    font-size: 12px;
    max-width: 170px;
    color: #081961;
    margin-bottom: 15px;
    font-family: 'Roboto Bold', sans-serif;
  }

  .correo {
    font-size: 12px;
    color: #081961;
    font-weight: bold;
    font-family: 'Roboto Bold', sans-serif;
  }


  .clip-logo {
    position: absolute;
    bottom: -56px;
    right: -24px;
    width: 150px;
    height: auto;
    z-index: 2;
  }}
  .btn-omitir {
  background: none;
  border: none;
  color: #555;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-top: 15px; /* Espacio superior */
  font-size: 1.8vh; /* Un poco más pequeño */
  text-align: right; /* Alineado a la derecha */
  width: 100%;
}

.btn-omitir:hover {
  color: #eb0606; /* Color rojo al pasar el mouse */
  background: none; /* Aseguramos que no cambie el fondo */
}