*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
font-size:62.5%;
background-color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
}
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-size: 1.5rem;
  }
  main {
    flex: 1;
    z-index: 1;
}
  header {
      text-align: center;
      background-color: #e52a1b;
      padding: 10px 0;
  }

.select-box {
    position: relative;
    width: 100%; 
    border: 1px solid #b4b4b4;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    margin-bottom: 2rem;
    margin-top: -1rem;
    border-radius: 7px;    
}


/* 

*/
.options-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: rgb(243, 243, 243);
    padding: 5px 0;
    overflow-y: auto;
    border-radius: 7px;
    max-height:900%;
    height: auto;
}

.options-list li {
    list-style-type: none;
    padding: 5px 10px;
    cursor: pointer;
}

.options-list li:hover {
    background-color: #fff;
}



.caja_img {
    display: inline-block;
    max-width: 12%;
    max-height: 120%;
}

.logo{
    width: 9rem;
    height: 2.8rem;
    margin-left: -15px;
    margin-bottom: 5px;
    margin-top: -4px;
}

.rojo{
    color: #e52a1b;
    font-weight: 600;
}
.texto_gris {
    background-color: rgb(243, 243, 243);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17); /* Gris desvanecido */
    font-size: 2.26rem;
    color: #5c5c5c;
    position: relative; /* Permitirá posicionar las imágenes absolutamente dentro de este div */

}
.texto1{
    margin-top: -1rem;
}

.imagen {
    flex: 1; /* Ocupa el mismo espacio entre las imágenes */
    max-width: 5.7rem; /* Máximo ancho de la imagen */
    width: 5.7rem; /* Ajusta el ancho según sea necesario */
    height: auto; /* Altura automática para mantener la proporción */
    position: absolute; /* Posicionamiento absoluto para las imágenes */
    bottom: -30px; /* Posiciona las imágenes arriba del borde inferior */
}

.imagen:nth-child(1) { left: calc(10% - 15px); }
.imagen:nth-child(2) { left: calc(36% - 15px); }
.imagen:nth-child(3) { left: calc(61% - 15px); }
.imagen:nth-child(4) { left: calc(84% - 15px); }

.imagen2 {
    font-size: 1rem;
    margin: 0 2rem; /* Espacio entre las imágenes */
    position: absolute; /* Posicionamiento absoluto para las imágenes */
    bottom: -55px; /* Posiciona las imágenes arriba del borde inferior */
}



.imagen2:nth-child(5) { left: calc(4% - 15px); }
.imagen2:nth-child(6) { left: calc(29% - 15px); }
.imagen2:nth-child(7) { left: calc(56% - 15px); }
.imagen2:nth-child(8) { left: calc(79% - 15px); }

.gris2 {
    background-color: white;
    padding: 20px;
    padding-top: 9rem;
    text-align: center;
    font-size: 1.8rem;

}



#input_numeric{
    width: 83%; /* Ajusta el ancho según sea necesario */
    padding: 10px;
    margin-bottom: 2rem;
    margin-top: -1rem;
    border-radius: 7px;
    border-width: 1px;
    border-color: #b4b4b4;
    height: 4rem;
    font-size: 1.5rem;
    color: #5a4f4f;

}
#input_numeric:focus {
    border-width: 2px;
    border-color: #e5281bbd;
    outline: none;
}

#input1 {
    width: 83%; /* Ajusta el ancho según sea necesario */
    padding: 10px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border-radius: 7px;
    border-width: 1px;
    border-color: #b4b4b4;
    height: 4rem;
    font-size: 1.5rem;
    color: #5a4f4f;
}

#input1:focus {
    border-width: 2px;
    border-color: #e5281bbd;
    outline: none;
}

.boton_continuar {
    padding: 10px 20px;
    border-radius: 4px;
    width: 80%;
    height: 4.5rem;
    color: white;
    border-color: rgba(255, 255, 255, 0);
    background-color: #e52a1b;
    margin-bottom: -27rem;
    font-size: 2rem;
}
.texto2{
    color: #606a6d;
    margin-bottom: 2rem;
    margin-top: 0rem;
}

.azul{
    color: #2c97ad ;
    margin-bottom: 1rem;
}
.inputst{
    text-align: center;
    width: 83%; /* Ajusta el ancho según sea necesario */
    padding: 10px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    border-radius: 7px;
    border-width: 1px;
    border-color: #b4b4b4
  
}

.inputst:focus {
    border-width: 2px;
    border-color: #e5281bbd;
    outline: none;
}
footer{
    padding: 1rem 0rem 2rem;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    margin-top: -5rem;
}

.logo2{
    width: 9rem;
    height: 2.8rem;
    margin-bottom: 1rem;
}
.android{
    margin-right: 3rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ios{

    margin-bottom: 1rem;
}
.botonr{
    border: none;
    background-color: transparent;
}

.check{
    width:3rem;
    height: 3rem;
}
.iconitos{
    width:4.6rem;
    height: 4.8rem;
    margin-top: 0.5rem;
}

#section4 {
    transition: opacity 1.5s; /* Transición de opacidad de 0.5 segundos */
}

.tabla {
    margin-top: 5rem !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-bottom: 2rem;
}

.fila {
    display: flex;
    height: 4rem;
    width: 100%;
}

.celda {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    text-align:left;
    font-size: 1.3rem;
    background-color: #f5f4f4;
}

.celda2{
    background-color: #e52a1b;
    text-align:center;
    color: white;
    font-size: 1.5rem;
    font-weight: bolder;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color:#e52a1b;
}

.celda4{
    border-radius: 0px 0px 10px 10px;

    
}

.celda.largo {
    flex-grow: 3; /* El cuadro largo ocupa 3 veces más espacio */
}

.boton2{
    padding: 10px 20px;
    margin: 2rem 0px;
    border-radius: 4px;
    width: 45%;
    height: 4.5rem;
    color: white;
    border-color: rgba(255, 255, 255, 0);
    background-color: #e52a1b;
    font-size: 1.5rem;
    font-weight: bolder;
}
section,
#section{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    align-items: center;
    margin-top: 6rem;
    text-align: center;
}
.datos{
    width: 100%;
}
input{
    width: 80%;
}

.parrafodatos{
    font-size: 1.4rem;
    font-weight:500;
    margin-bottom: 1.6rem;
}

.litio{
    border: 1px solid #ccc;
    height: 4rem;
}
.tabla3 {
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    height:auto;
    position: relative;
    border: 1px solid rgba(185, 185, 185, 0.37);
    background-color: #fff;
    margin-bottom: 2rem;
    z-index: 3;
    border-radius: 0.3rem;
}
.todo{
    position: fixed;
    background-color: transparent;
    height: 61vh;
    width: 100vw;
    z-index: 1;
    border: transparent;
}


.fila3 {
    display: flex;
    justify-content: space-between; /* Espacio entre los elementos */
    align-items: center; /* Alinear verticalmente al centro */
}

.celda3 {
    flex: 1;
    padding: 1px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}
.fila3 .celdalargo{
    width: 100%;
    background-color: #1A73E8;
    padding: 1rem;
    margin-bottom: 4px;
}
.puente{
    width: 100%;
    height: 100%;
}
.raya{
    margin-top: 0.5rem;
    padding: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
    border-top: 1.5px solid rgba(185, 185, 185, 0.37);
}
.logito{
    width: 2.5rem;
    height: auto; /* Para mantener la proporción */
    margin-right: 10px; /* Espacio entre las imágenes */
}
.btn_veri{
    background-color: #1A73E8;
    border-radius: 4px;
    width: 30%;
    height: 4rem;
    color: white;
    font-weight: 600;
    border: transparent;
}
.imagenes {
    display: flex;
    padding-left: 1rem;
}
.recuadro{
    padding: 0.3rem;
    border: 2px solid white;
    width:11rem;
    margin-left: 1rem;
}
.celdalargo{
    display: flex;
    justify-content: space-between; /* Espacio entre los elementos */
    align-items: center; /* Alinear verticalmente al centro */
}
.parrafo22{
    color: white;
    font-size: 1.3rem;
}

.grande{
    font-size: 2.2rem;
}
.cajita{
    display: flex;
    background-color: #f9f9f9;
    height: 7rem;
    width: 23rem;
    color: black;
    border: 1px solid #d3d3d3;
    margin-bottom: 2rem;
    justify-content: space-between; /* Espacio entre los elementos */
    align-items: center; /* Alinear verticalmente al centro */
    padding: 1rem;
}

.cajita2{
    display: flex;
    background-color: #f9f9f9;
    height: 7rem;
    width: 23rem;
    color: black;
    border: 1px solid #d3d3d3;
    margin-bottom: 2rem;
    justify-content: space-between; /* Espacio entre los elementos */
    align-items: center; /* Alinear verticalmente al centro */
    padding: 1rem;
    border-radius: 0.5rem;
}

#cuadrito{
    width: 2.3rem;
    height: 2.3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; /* opcional, para quitar el contorno al hacer clic */
    border-color: #5555554f;
    background-color: #ffffff;
    border-radius: 3px;
}

.flechitas{
    width: 3rem;
}
.letras{
    font-size: 1rem;
    color: #555;
    border: none;
    background-color: transparent;
}

.letricas{
    font-size: 0.8rem;
    margin-left: -2rem;
}
.no{
    font-size: 1.2rem;
    font-weight: 400;
}
.cajitaimg{
    width: 7.5rem;
}

.pes{
    display: flex;
    justify-content: space-between; /* Espacio entre los elementos */
    align-items: center; /* Alinear verticalmente al centro */
    background-color: #fff;
    margin-top: -6rem;
    margin-left: -4.3rem;
}
.izq{
    width: 80%;
}
.desvane{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Gris desvanecido */
    width: 100vw;
    margin-top: -1rem;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.2); /* sombreado */
}
.gif{
    margin-top: 9.5rem;
    margin-bottom: 2rem;
    width:10rem ;
}
.lola{
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 3.5rem;
}
.cajavig{
    display: flex;
    width: 100vw;
    align-items: flex-start; /* Alinea la imagen al inicio (izquierda) */

}
.vig{
    margin-top: 19.5rem;
    width: 7rem;
    height: 22rem;
    margin-left: 1rem;
}








/* Estilo personalizado para la barra de progreso */
.progress-bar-custom {
    background-color: rgba(66, 139, 202, 1); /* Color de fondo de la barra de progreso */
    color: #fff; /* Color del texto dentro de la barra de progreso */
    height: 3rem;
    border-radius: 5px
    
  }
  
  /* Estilo para la animación de la barra de progreso */
  @keyframes progress-bar-stripes2 {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  
  /* Estilo para las rayas animadas de la barra de progreso */
  .progress-bar-striped {
    animation: progress-bar-stripes2 1s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 3rem 3rem; /* Tamaño de las rayas animadas */
  }
  .container{
    width: 119%;
  }

  .equiv{
    color: #DB4836;
  }


  .containertd {
    width: 120%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;

}

.card-preview {
    flex: 1;
    min-width: 300px;
    perspective: 1000px;
}

.card {
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.card.flipped {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #5a0303, #E52A1B);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.card-back {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #0072ff, #00c6ff);
}

.chip {
    width: 50px;
    height: 40px;
    background: linear-gradient(135deg, #ffd700, #ffa500);
    border-radius: 8px;
    margin-bottom: 20px;
}

.card-number {
    font-size: 20px;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-family: 'Courier New', monospace;
}

.card-info {
    display: flex;
    justify-content: space-between;
    color: white;
}

.card-holder, .card-expiry {
    font-size: 14px;
}

.card-back .black-strip {
    background: #000;
    height: 40px;
    margin: 20px 0;
}

.card-back .cvv-strip {
    background: white;
    height: 40px;
    margin: 20px 0;
    padding: 10px;
    text-align: right;
}

.form-container {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 4rem;
}

.form-group1 {
    margin-bottom: 20px;
}

.label1 {
    display: block;
    margin-bottom: 8px;
    margin-top: 1rem;
    color: #333;
    font-weight: bold;
}

.inputt, .selectt {
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.inputt:focus, .selectt:focus {
    border-color: #0072ff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,114,255,0.2);
}

.row {
    display: flex;
    flex-direction: column;
}

.buttont {
    width: 100%;
    padding: 15px;
    background: #E52A1B;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.buttont:hover {
    background: #380603;
}

.card-type {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 40px;
    background: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.selectt {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

.countdown-circle {
    position: relative;
    width: 140px;  /* Ajusta según tu preferencia de tamaño */
    height: 150px;
    margin: 0 auto; /* Centrar horizontalmente */
  }
  
  .countdown-circle svg {
    position: absolute; /* Para que el SVG se superponga en el contenedor */
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    transform: rotate(-90deg); 
    /* Rota -90° para que el "inicio" del trazo aparezca arriba */
  }
  
  /* Círculo base (gris) */
  .countdown-circle circle {
    fill: none;
    stroke: #e6e6e6;
    stroke-width: 6;
    stroke-linecap: round;
  }
  
  /* Círculo que se irá "borrando" (progreso) */
  #progress-circle {
    stroke: #e52a1b; 
    /* Para un círculo de radio 60, la circunferencia ~ 376.99 */
    stroke-dasharray: 377;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear; 
    /* Así se ve una transición suave por cada segundo */
  }
  
  /* GIF centrado en la mitad del contenedor */
  .center-gif {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 70px;  /* Ajusta el tamaño del GIF */
    height: 70px;
  }
  
  /* Texto de conteo superpuesto (opcional) */
  .countdown-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    font-weight: bold;
    color: #555;
  }
  