@font-face {
    font-family: 'Camber-Regular';
    src: url('fonts/Camber-W04-Regular.ttf');
}

@font-face {
    font-family: 'Camber-Medium';
    src: url('fonts/Camber-W04-Medium.ttf');
}

html, body{
    font-size: 100% !important;
    font-family: "Camber-Regular", sans-serif !important; 
    /*HUMO*/
    margin: 0;
    padding: 0;  
    overflow: auto;
     /* A esto: */
    background: #ffffff3d !important; 
    /*HUMO*/
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="orange" d="M2,2 L20,12 L14,14 L12,20 z"/></svg>'), auto;
    

    /*background: url("/api-payphone/asset/images/fondo-abstracto-blanco.jpg") no-repeat center center fixed ;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background: linear-gradient(-45deg, #fdfdfd, #f1f2f4, #dce1e4, #e8eced);   */ 
    /*background: linear-gradient(-45deg, #d8dfed, #fdfdfd, #dce1e4, #9496a5);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    height: 100%;*/
    margin: 1px;
}
body h1{ 
    text-align: center !important;
}
:root {
    line-height: inherit !important;
    font-synthesis: inherit !important;
}

/*###################################CAJITA DE PAGO###########################################*/
.ppb-body{
    background: #ffffff00 !important;
}

.ppb-text-total{
    width: 38% !important;
}
.ppb-text-amount{
    width: 62% !important;
}
.ppb-form-control {
    font-size: 1rem !important;
}
.ppb-form-control-lg {
    font-size: 1rem !important;
}
.ppb-btn-pay:hover {
    background-color: #5A00B4 !important;
}
#pp-button .payment-box{
    border: 2px solid #ff6400;
    box-shadow: 0px 0px 10px rgba(255, 100, 0, 0.856);
    border-radius: 20px;
}
.ppb-me-1 {
    background: none !important;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: initial !important;
      color: #ff7300 !important;
}
    
/*###################################CAJITA DE PAGO###########################################*/
/*###################################HUMO###########################################*/
canvas {
    position: fixed; /* cambia de absolute a fixed */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1; /* 🔽 coloca el canvas detrás de todo */
    pointer-events: none;
}

/*###################################END HUMO###########################################*/
/*###################################BOTONES###########################################*/
.Buttom{
    width: 100%;
    background: #ff6e00;
    text-align: center;
    padding: 5px;
    border-radius: 20px !important;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    display: inline-block;
    line-height: 3;
    text-transform: uppercase;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #5A00B4;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.Buttom:hover{                                                      
    border-radius: 20px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    box-shadow: inset 800px 0 0 0 #5A00B4;
}
.Buttom a{
    width: 100%;
    outline: none;
    text-decoration: none;
    display: inline-block;
    /*margin-right: 0.625%;*/
    line-height: 3.5;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px;
}
.Buttom a:hover{    
    /*filter: grayscale(1);*/
    transition: filter 0.3s ease-in-out;
}


.bottom-menu{
    /* list-style-type: none; */
    /* display: inline; */
    width: 100%;
    border: 1px solid #5A00B4;
    background: #5A00B4;
    text-align: center;
    margin: 10px;
    padding: 1px;
    border-radius: 20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    font-size: 18px;
    
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #ff6e00;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.bottom-menu:hover{
    border: 1px solid #ff6e00;
    /*background: #5A00B4;*/
    border-radius: 20px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    box-shadow: inset 800px 0 0 0 #ff6e00;
}
.bottom-menu a{
    width: 100%;
    outline: none;
    text-decoration: none;
    display: inline-block;
    /*margin-right: 0.625%;*/
    line-height: 3.5;
    color: #ffffff;
    text-transform: uppercase;
}
.buttom-morado:hover{
    border: 1px solid #5A00B4 !important;
    background: #5A00B4 !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19) !important;
}

.buttom-popup {
    width: 30%;
    text-align: center;
    padding: 5px;
    border-radius: 20px !important;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    display: inline-block;
    line-height: 3;
    text-transform: uppercase;

    background: linear-gradient(-45deg, #6a0ba4, #9b35a8  , #ff8c40  , #ff6400);
    background-size: 400% 400% !important;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    animation: gradient 20s ease infinite;
    margin-bottom: 20px;

}
.buttom-popup:hover {
    background: linear-gradient(-45deg, #42d6a4 , #00babc , #008c9e , #0033a0 );
    background-size: 400% 400% !important;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    animation: gradient 20s ease infinite;
}
.buttom-popup a{    
    width: 100%;
    outline: none;
    text-decoration: none;
    display: inline-block;
    /* margin-right: 0.625%; */
    line-height: 3.5;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px;
}
.buttom-popup img{    
    padding: 8px 0;
}

/*###################################END BOTONES###########################################*/

/*###################################SECCIONES###########################################*/
.container {
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.divCuerpo{
    width: 70%;
    margin: auto;
    border-radius: 20px;
    
}
.divSeccion{
    border: 1px solid #ccc !important;
    padding: 0 0 2rem 0;
    text-align: center !important;
    word-wrap: break-word;
    margin-top: 1em;
    border-radius: 20px;    
    backdrop-filter: blur(6px);
    background-color: rgba(243, 243, 243, 0.5);
}
.divSeccion h3{   
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
}
.divSeccionDos{     
    border: 1px solid #ccc !important;
    padding: 1rem ;
    margin-top: 1em;
    margin-bottom: 1em;            
    word-wrap: break-word !important;
    border-radius: 20px;    
    backdrop-filter: blur(6px);
    background-color: rgba(243, 243, 243, 0.5);
}
.divSeccionDos pre{             
    word-wrap: break-word !important;
    display:block;
    overflow:auto;
    margin: 0 auto;
    /*
    
    */
    height: auto;
    text-wrap: inherit;
}

.div-info-split{
    text-align: left;
    width: 70%;
    margin: auto;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');


.divSeccionTarjeta{   
    font-family: 'Roboto Mono', monospace;
    margin: auto;
    max-width: 450px;
    width: 100%; /* O 450px */
    height: auto; /* Es importante dejar el alto en auto */
    aspect-ratio: 350 / 200; 
    border-radius: 15px;
    padding: 20px;
    color: white;
    font-family: 'Inconsolata', monospace;
    box-shadow: 5px 5px 13px 3px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-between; 

    background: linear-gradient(-45deg, #0d0d0d, #333333, #0d0d0d, #1a1a1a);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
}
.div-card-head{
    display: flex;
    justify-content: space-between;
}
.divSeccionTarjeta img {
    margin-right: 10px;
    object-fit: contain;
    height: 30px;
}
.divSeccionTarjeta .bank-name label{
    margin-top: 7px;
    font-size: 18px;
    font-weight: bold;
    /*color: #b0b0b0 !important; *//* gris claro para contraste con fondo */
    letter-spacing: 1px;
    /*text-shadow: 1px 1px 1px #f5e559ac;*/
    background: linear-gradient(-45deg, #6B9DCC, #00703C, #D4AF37 , #FFA500);
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
  }
  .divSeccionTarjeta .card-number label {
    font-size: 20px;
    letter-spacing: 2.5px;
    margin: 10px 0;
    color: #ffffff;
  }
  .divSeccionTarjeta .card-number  {
    display: flex;
    justify-content: space-between;
  }
  .divSeccionTarjeta .card-number img {
    margin-top: 7px;
  }
  
  .divSeccionTarjeta .card-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #cccccc;
  }
  
  .divSeccionTarjeta .cardholder-name label {
    text-transform: uppercase;
    font-weight: 500;
    color: #e0e0e0;
    margin-bottom: 0px;
    margin-top: 6px;
  }
  
  .divSeccionTarjeta .expiry-date {
    text-align: right;
    color: #aaaaaa;
    margin-top: 6px;
  }

.div-img-marca{
    text-align: end; 
    margin: 0 0 0 auto;
}
.div-img-marca img{    
    filter: drop-shadow(1px 1px 1px #fff);/*horizontal vertical sombra color*/
}


.div-img-chip{    
    text-align: end; 
    padding-top: 20px;
    margin: 0 0 0 auto;

}


.div-contenedorQR {
    width: 100%;
    text-align: center;
}
.contenedorQR{
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8, #ff8c40, #ff6400);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    padding: 5px ;  
    display: inline-flex;     
    /*box-shadow: 0 8px 16px 0 rgba(105, 11, 164, 0.315), 0 6px 20px 0 rgba(255, 100, 0, 0.452);*/
}
.contenedorQR canvas{
    position: inherit; 
    top: inherit; 
    left: inherit; 
    width: inherit; 
    height: inherit; 
    z-index: inherit; 
    pointer-events: inherit;
}
.divSeccion form{
    padding-top: 2em;
}
.form-input{
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.1rem 0.1rem;
    /*font-size: 1.25rem;*/
    border-radius: 20px;
    border: 2px solid rgb(223, 216, 210);
    margin: 0 44px;
    font-family: inherit;
    width: 100%;
}
.divsale {
    display: flex;
    justify-content: center;
    padding: 2rem;
  }
  
  .divsale form {
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  
  .divsale table {
    width: 100%;
  }
  
  .divsale td {
    padding: 0.5rem 0;
    font-size: 14px;
    color: #333;
  }
  
  .divsale input[type="number"],
  .divsale input[type="text"]{
    width: 100%;
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    box-sizing: border-box;
  }
  
  .divsale input[type="submit"] {
    width: 100%;
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 16px;
    box-sizing: border-box;
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8, #ff8c40, #ff6400);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    padding: 23px 40px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
  }
  
  .divsale input[type="submit"]:hover {
    background: linear-gradient(-45deg, #42d6a4, #00babc, #008c9e, #0033a0);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
  }
  .divsale img {
    max-width: 100%;
    max-height: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }

.datasale{
    margin-left: auto;
    margin-right:5px;
}
.formsale{
    padding-top: 2px !important;
    margin-right: auto;
    margin-left: 5px;
}

.txtboxsale{
    font-size: 19px;
    padding: 5px 5px;
}
.formulario{
    width: 100%;
    text-align: left !important;    
    margin: 0 !important;    
}

.formulario input{  
    margin: 0 !important;  
    padding: 0 0 0 10px;  
}

.formulario select{  
    margin: 0 !important;    
    padding: 0 0 0 10px;
}
.bottom-div{
    width: 60%;
    text-align: center;
    margin: auto;
    list-style-type: none;
    padding: inherit;
}
.menu-servicios{
    display: flex;
    /*flex-wrap: wrap;*/
}
.img-menu-div{
    width: 35%;
    background: #2f2f2f;
    border-radius: 20px;
    display: flex; /* Habilita Flexbox */
    flex-direction: column; /* Apila los elementos verticalmente */
    min-height: 300px; /* Opcional: Define una altura mínima para ver el efecto */
    position: relative;
    margin: auto;
}
.img-contener-div{
    flex-grow: 1; /* Permite que este div ocupe todo el espacio disponible */
    padding: 20px;
    background-color: #f0f0f061;
}
.div-foo-movil{
    background-color: #333;
  color: white;
  padding: 10px;
  text-align: center;
}
.div-resultado {
    width: 50%;
    margin: auto ;
    background: #f4f2f0;
    padding: 10px;
    border-radius: 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.div-resultado label {
    white-space: nowrap; /* Evita que el texto se rompa en varias líneas */
}

.div-lbl-resultado{
    padding: 20px 1em;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*grid-template-columns: 50% 50%;*/
    gap: 20px;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 20px 0 ;
  }

  .grid-box {
    
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 100%;
  }

  .div-datos-tx {
    width: 90%;
    margin: auto;
}
.popup {
    display: none;
    position: relative;
    width: 40%;
    /*margin: auto;*/
    /*top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);*/
    background-color: white;
    padding: 15px 0;
    border: 2px solid #6b00d6;
    box-shadow: 0px 0px 10px rgba(83, 1, 177, 0.856);
    z-index: 1001;
    border-radius: 20px;
    text-align: end;
    
    max-height: 145vh;
    overflow-y: auto;
    position: fixed; /* Fijo respecto a la ventana */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgb(63 63 63 / 54%);
    z-index: 1000;    
    border-radius: 20px;
  }

.popup i {
    background: linear-gradient(-45deg, #6a0ba4, #6b00d6, #ff6400, #ff6400);
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}
.popup i:hover {
    background: linear-gradient(-45deg, #42d6a4 , #00babc , #008c9e , #0033a0 );
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}
.buttom-externo {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 5px;
    border-radius: 20px !important;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    line-height: 2;
    text-transform: uppercase;
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8, #ff8c40, #ff6400);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    margin-bottom: 10px;
}
.buttom-externo:hover {
    background: linear-gradient(-45deg, #42d6a4, #00babc, #008c9e, #0033a0);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
}
.configuracion-campos, .configuracion-interfaz{
    background: rgba(255, 255, 255, 0.15); /* Fondo semi-transparente */
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px); /* Efecto de desenfoque */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff; /* Texto blanco para contraste */
    max-width: 400px;
    margin: 20px auto;
    text-align: start;
}
/* Contenedor */
.checkbox-container {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    position: relative;
    padding-left: 30px;
  }
  
  /* Ocultar el checkbox original */
  .checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Estilo personalizado */
  .checkbox-container .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ccc;
    transition: all 0.2s ease;
  }
  
  /* Cuando está marcado */
  .checkbox-container input:checked ~ .checkmark {
    /*background-color: #6a0ba4;*/
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8, #ff8c40, #ff6400);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    margin-bottom: 10px;
    /*border-color: #6a0ba4;*/
  }
  
  /* Icono de check */
  .checkbox-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  .checkbox-container input:checked ~ .checkmark::after {
    display: block;
  }
  .input-text-config {
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
  }
  .select-config {
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    outline: none;
    appearance: none; /* Oculta el diseño nativo en la mayoría de navegadores */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%23666' d='M7 10L0 0h14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .select-config:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
  }
.cabecera-modal{
    display: flex;
    padding: 0 15px;
}
.cabecera-modal h2 {
    padding: 0px !important;
}

.div-redes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 1em;
    border: 1px solid #b3b2b2;
    border-radius: 20px;
  }
  
  .div-redes i {
    flex: 1 1 18%; /* Aproximadamente 5 íconos por fila */
    font-size: 3em;
    text-align: center;
    border-radius: 20px;
  }
 

.div-ctoken {
    border: 2px solid #6b00d6;
    padding: 10px;
    border-radius: 20px;    
    margin-bottom: 20px ;
}

.div-ctoken:hover {
    border: 2px solid #ff6400;
}

.div-titular {
    border: 2px solid #6b00d6;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px ;
}

.div-titular:hover {
    border: 2px solid #ff6400;
}

.div-titular label span {
    margin-left: 20px;
    font-weight: bold;
    font-size: 18px;
    background: linear-gradient(-45deg, #0033a0, #00529e, #0090bc, #427dd6);
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}
.div-titular table{
    margin: auto;
}

.div-titular h3 {
    text-align: center;
}

/* Estilo de lista horizontal */
.log-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.log-item span {
    white-space: nowrap;
}

.btn-detalle {
    padding: 4px 10px;
    font-size: 13px;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 4px;
    margin-left: auto;
    
    background: linear-gradient(-45deg, #0033a0, #00529e, #0090bc, #427dd6);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
}

.btn-detalle:hover {    
    background: linear-gradient(-45deg, #6a0ba4, #6b00d6, #ff6400, #ff6400);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
}

/* Popup */
.popup-historico {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

    overflow-y: auto; /* Permite hacer scroll si es necesario */
    -webkit-overflow-scrolling: touch; /* Para smooth scroll en móviles */
}

.popup-contenido {
    background-color: rgb(255 255 255 / 90%);
    width: 60%;
    padding: 20px;
    border-radius: 8px;
    white-space: pre-wrap;
    max-height: 85vh;
    overflow-y: auto;

    position: fixed; /* Fijo respecto a la ventana */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-contenido pre {
    text-align: left;
    padding: 1px 20px;
    background: #f7f7f7db;
    border-radius: 20px;
}
.popup-contenido h4{
    padding: 0.3rem 0 !important;
    font-size: 15px !important;
}
.popup-contenido h4 span{
    padding: 0.3rem 0 !important;
    font-size: 18px !important;
}
.iframeDetalle{
    width: 100%; 
    height: 600px;
}

.cerrar {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background: linear-gradient(-45deg, #6a0ba4, #6b00d6, #ff6400, #ff6400);
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}
.cerrar:hover {
    background: linear-gradient(-45deg, #42d6a4 , #00babc , #008c9e , #0033a0 );
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}

.has-log-date .flatpickr-day {
    background-color: #d0f0c0 !important; /* verde claro para días con logs */
    color: #000 !important;
    border-radius: 50%;
}

.flatpickr-day.selected {
    background: #ff6400 !important;
    color: white !important;
}
.flatpickr-day {
    border: 1px solid #33333300 !important;
}

.flatpickr-day:hover {
    background: #6b00d6 !important;
    color: white !important;
    border-color: #6a0ba4 !important;
}


  
  /* Colores condicionados a estar dentro de .div-redes */
  .div-redes .bi-facebook     { color: #3b5998; }
  .div-redes .bi-instagram    { 
    background: linear-gradient(45deg, #405DE6, #f73e37, #FCAF45);
    background-size: 100% 100% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .div-redes .bi-twitter-x    { color: #000000; }
  .div-redes .bi-linkedin     { color: #0077b5; }
  .div-redes .bi-tiktok       { color: #010101; }
  
  .div-redes .bi-envelope-at-fill { color: #c71610; }
  .div-redes .bi-google       { color: #db4437; }
  .div-redes .bi-reddit       { color: #ff4500; }
  .div-redes .bi-discord      { color: #5865f2; }
  .div-redes .bi-snapchat     { color: #fffc00; }
  
  .div-redes .bi-whatsapp     { color: #25d366; }
  .div-redes .bi-telegram     { color: #0088cc; }
  .div-redes .bi-messenger    { color: #0078ff; }
  .div-redes .bi-line         { color: #00c300; }
  .div-redes .bi-wechat       { color: #09b83e; }

  /* Estilos de hover individuales con color de fondo y círculo */
.div-redes .bi-facebook:hover     { background: #3b5998; color: #fff; }
.div-redes .bi-instagram:hover    { 
    background: linear-gradient(45deg, #405DE6, #f73e37, #FCAF45);
    background-size: 100% 100% !important; 
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
}
.div-redes .bi-twitter-x:hover    { background: #000000; color: #fff; }
.div-redes .bi-linkedin:hover     { background: #0077b5; color: #fff; }
.div-redes .bi-tiktok:hover       { background: #010101; color: #fff; }

.div-redes .bi-envelope-at-fill:hover { background: #c71610; color: #fff; }
.div-redes .bi-google:hover       { background: #db4437; color: #fff; }
.div-redes .bi-reddit:hover       { background: #ff4500; color: #fff; }
.div-redes .bi-discord:hover      { background: #5865f2; color: #fff; }
.div-redes .bi-snapchat:hover     { background: #fffc00; color: #000; }

.div-redes .bi-whatsapp:hover     { background: #25d366; color: #fff; }
.div-redes .bi-telegram:hover     { background: #0088cc; color: #fff; }
.div-redes .bi-messenger:hover    { background: #0078ff; color: #fff; }
.div-redes .bi-line:hover         { background: #00c300; color: #fff; }
.div-redes .bi-wechat:hover       { background: #09b83e; color: #fff; }




/*###################################END SECCIONES###########################################*/
/*###################################TEXTO###########################################*/
.lbl-resultado{
    line-height: 2;
    font-size: 1.2em;
    color: #fff;
}
.lbl-total{
    font-size: 1.5em;
}
.lbl-precio{
    font-size: 1.5em;
    color: #fe7300;
}
.strong{
    font-size: 2em;
    color: #fe7300;
}
.textSombra {
    text-shadow: 1px 1px 1px #f1ececac;
}
.text-amount {
    margin-top: 100px;
    font-family: CamberSemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    /* line-height: 22px; */
    text-align: right;
    letter-spacing: -0.24px;
    color: #ff6e00;
}
.totales{
    text-align: left;
    padding-bottom: 1em;
}
.labelscript b{ 
    color: #FFF;
}
.h1-titulo{
    padding-top: 2rem;
    margin: auto;
    text-transform: uppercase;
    background: linear-gradient(-45deg, #6a0ba4, #6b00d6, #ff6400, #ff6400);
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}
.name-titular{
    background: linear-gradient(-45deg, #0033a0  , #00529e , #0090bc , #427dd6 );
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}

.div-datos-tx h2{
    padding: 1rem 0;
    margin: auto;
    text-transform: uppercase;    
    color: #441e69;    
    text-align: center;
}
.div-datos-tx h3{
    padding: 1rem 0;
    margin: auto;
    text-transform: uppercase;    
    color: #333;
}
.div-datos-tx h4{
    padding: 0.5rem 0;
    margin: auto;
    text-transform: capitalize;    
    color: #333;
}
.div-datos-tx h4 span{     
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8, #ff8c40, #ff6400);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.div-datos-tx h5{    
    padding: 1rem 0;
    margin: 5px 0;
    font-size: 15px;   
    color: #333;
}
.div-datos-tx h5 span{     
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8, #ff8c40, #ff6400);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.div-datos-tx label{
    display: block;
    margin-bottom: 6px;
    color: #333;
}
.div-datos-tx p{
    color: #333;
}
.div-datos-usuario h3{
    padding: 1rem 0;
    margin: auto;
    text-transform: uppercase;    
    color: #333;
}
.div-datos-usuario h4 {
    padding: 0.5rem 0;
    margin: auto;
    color: #333;
}
.div-datos-usuario h4 span{     
    text-transform: capitalize;
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8, #ff8c40, #ff6400);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.datos-strong{
    color: #6b00d6;
    text-decoration: none;
}
.datos-strong:hover{
    color: #ff6400;
}
.datos-span{
    color: #ff6400;
    text-decoration: none;
}
.datos-span:hover{
    color: #00babc;
}
.div-guia{
    text-align: center;
    margin:2em 0 1em 0;
    display: flex;
}
.div-guia a{
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8  , #ff8c40  , #ff6400);
    background-size: 400% 400% !important;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    animation: gradient 20s ease infinite;
    padding: 23px 40px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    margin: auto;
}
.div-guia a:hover{
    background: linear-gradient(-45deg, #42d6a4 , #00babc , #008c9e , #0033a0 );
    background-size: 400% 400% !important;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    animation: gradient 20s ease infinite;
}

.div-guia input[type="submit"]{
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8  , #ff8c40  , #ff6400);
    background-size: 400% 400% !important;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    animation: gradient 20s ease infinite;
    padding: 23px 40px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;    
    font-size: 100%;  
    font-weight: bold;
    border: #deb8870a;   
    margin: auto; 
}
.div-guia input[type="submit"]:hover{    
    box-shadow: 5px 6px 8px 0px rgba(0, 0, 0, 0.6);
    background: linear-gradient(-45deg, #42d6a4 , #00babc , #008c9e , #0033a0 );
    background-size: 400% 400% !important;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    animation: gradient 20s ease infinite;
}


.div-selector{
    text-align: center;
    margin:1em 0 1em 0;
}
.div-selector form{
    padding-top: 0.1em;;
}
.selector-css{
    padding: 12px 40px;    
    border-radius: 20px;
    font-size: 16px;
    border: 2px solid #ff6400;
    background-color: white;
    color: #333;
    appearance: none; /* Elimina el estilo por defecto del navegador */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='5'%3E%3Cpath%20fill='black'%20d='M0%200l5%205%205-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    cursor: pointer;
}
.selector-css:focus {
    outline: none;
    border-color: #9b35a8;
    box-shadow: 0 0 5px #6a0ba4;
    
}
.div-selector option {
    background-color: #ffffffd7;
    color: #333;
    font-size: 16px;
  }
.div-selector button{
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8  , #ff8c40  , #ff6400);
    background-size: 400% 400% !important;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    animation: gradient 20s ease infinite;
    padding: 12px 40px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.div-selector button:hover{
    background: linear-gradient(-45deg, #0033a0, #00529e, #0090bc, #427dd6);
    background-size: 400% 400% !important;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    animation: gradient 20s ease infinite;
}


.param-id{
    background: linear-gradient(-45deg, #0033a0  , #00529e , #0090bc , #427dd6 );
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}
.sale-id{
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(-45deg, #42d6a4 , #00babc , #008c9e , #0033a0 );
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}
.pre-result {
    border: 2px solid #6b00d6;
    padding: 10px;
    border-radius: 20px;
}

.pre-result:hover {
    border: 2px solid #ff6400;
}
.pre-fail{
    border: 2px solid #f01e1e;
    padding: 10px;
    border-radius: 20px;
}
.pre-fail:hover {
    border: 2px solid #f82576;
}
.monto-alerta{
    font-size: 25px;
}
.div-link{
    text-align: center;
    padding: 10px 0;
}
.div-link a{    
    color: #6b00d6;
    text-decoration: none;
    font-size: 1.4em;
}
.div-link a:hover{
    color: #ff6400;
}
/*###################################END TEXTO###########################################*/
/*###################################tabla iconos###########################################*/
.tabla-icon {
    width: 100%;
    border-collapse: collapse;
    margin: 2px 0;
    table-layout: fixed;
}

.tabla-icon th,
.tabla-icon td {
    border: 1px solid #ccc;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
}

.tabla-icon thead {
    background-color: #f2f2f2;
}

.tabla-icon i {
    background: linear-gradient(-45deg, #6a0ba4, #9b35a8  , #ff8c40  , #ff6400);
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
}

.tabla-icon i:hover {
    background: linear-gradient(-45deg, #42d6a4 , #00babc , #008c9e , #0033a0 );
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
    transform: scale(1.2); /* agrandar ligeramente */
}

.tabla-icon td:nth-child(2n) {
    font-weight: bold;
    color: #333;
    font-size: 13px;
}
/*###################################END tabla iconos###########################################*/
/*###################################IMAGENES###########################################*/
.img-responsive-bottom{
    /*width: 90%;*/
    vertical-align: middle;
    max-width: 250px;
    width: 250px;
    height: 50px;
    object-fit: contain;
}
.img-responsive-menu{
    width: 100%;
    height: 300px;
    object-fit: contain;    
}
.img-responsive2 {
    width: 200px;
    height: 30px;    
    object-fit: contain;
}
.img-responsive3 {
    width: 70%;    
    object-fit: contain;
}
.bi-size{
    font-size: 3em;
}	
.youtube:hover{color: #ff0033;}				
.facebook:hover{color: #1777f2;}
.twitter:hover{color: #09c3fd;}					
.instagram i:hover{
    background: linear-gradient(45deg, #405DE6, #f73e37, #FCAF45);
    background-size: 100% 100% !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}					
.linkedin:hover{color: #2965c2;}	
.img-responsive-shadow:hover {
    filter: drop-shadow(1px 1px 3px #fff);
}				
/*###################################END IMAGENES###########################################*/
/*###################################SLIDER###########################################*/
.slider {
    /*width: 80%;
    max-width: 600px;
    margin: 50px auto;*/
    position: relative;
    overflow: hidden;
   /* border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
  }

  .slides {
    display: flex;
    /*width: 500%;*/
    animation: slideAnimation 20s infinite;
  }

  .slide {
    width: 100%;
    flex-shrink: 0;
  }

  .slide img {
    width: 100%;
    height: 300px;   
    object-fit: contain;
  }

  /* Autoplay con @keyframes */
  @keyframes slideAnimation {
    0%   { transform: translateX(0%); }
    20%  { transform: translateX(0%); }

    25%  { transform: translateX(-100%); }
    45%  { transform: translateX(-100%); }

    50%  { transform: translateX(-200%); }
    70%  { transform: translateX(-200%); }

    75%  { transform: translateX(-300%); }
    95%  { transform: translateX(-300%); }

    100% { transform: translateX(0%); }
  }

  
/*###################################end SLIDER###########################################*/
/*###################################ALERTAS###########################################*/
.alert-success {
    color: #3c763d !important;
    font-size: 20px;
    background: linear-gradient(-45deg, #d6e9c6, #93e990  , #dff0d8  , #99f076);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}
.alert-info {
    color: #31708f !important;
    font-size: 20px;
    background: linear-gradient(-45deg, #bce8f1, #7edbee  , #d9edf7  , #8cd4f8);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}
.alert-warning {
    color: #8a6d3b !important;
    font-size: 20px;
    background: linear-gradient(-45deg, #faebcc, #f1d499  , #fcf8e3  , #ecd875);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}
.alert-danger {
    color: #c42523 !important;
    font-size: 20px;
    background: linear-gradient(-45deg, #f2dede, #f39191  , #ebccd1  , #f38d9e);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
}
.resultDone{
    background-color: greenyellow;
    color: #034003 !important;
}
.resultPending{
    background-color: #ffc107;
    color: #bb2f02 !important;
}
.resultCancel{
        background-color: #ffbaba;
        color: #ff0c0c !important;
}

.pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}
/*###################################END ALERTAS###########################################*/
/*###################################TABLAS###########################################*/
.table{
    border:2px solid;
    margin: auto;
}
.table>tbody>tr>td,.table>tbody>tr>th{
    border:1px solid;        
    text-align: center;
}
.table>tbody>tr>td>pre{
    text-align: initial;
}
table {
    table-layout: fixed;
    border-collapse: collapse;
  }
table tr td{
    padding: 5px;
}
.tableForm{
    width: 60%;
    margin: auto;
}
/*###################################END TABLAS###########################################*/
/*###################################HEADER###########################################*/
.header{
    width: 90% !important;
    backdrop-filter: blur(6px);
    background-color: rgba(243, 243, 243, 0.5);
    border: 1px none var(--border-color--border-primary);
    border-radius: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    position: fixed !important;
    top: 5px !important;
    left: 50%;
    transform: translateX(-50%);    
    z-index: 9999;
    box-shadow: 2px 5px 13px 0px rgba(0,0,0,0.61);
    -webkit-box-shadow: 2px 5px 13px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: 2px 5px 13px 0px rgba(0,0,0,0.61);
}
.header-grid{
	padding:0.3em 0;
	background: #2f2f2f;
	/*-
	border-bottom:1px solid #DEDEDE;
	-*/
}
.header-left{
	float:left;
	margin-top: 1px;
}
.header-left ul li,.header-right ul li{
	display:inline-block;
	font-size:14px;
	color:#fff;
	margin: 0 1em;
}
.header-left ul li i,.header-right ul li i{
	left:-.5em;
}
.header-left ul li a,.header-right ul li a{
	text-decoration:none;
	color:#fff;
}
.header-left ul li a:hover,.header-right ul li a:hover{
	color: #fa8d45;/* #FF7000 */
}
.header-right1{
	float:left;
	margin-top: 1px;
}
.header-right2{
	float:right;
}
.header-right {
    float: right;
	width: 30%;
}



/*###################################END HEADER###########################################*/
/*###################################FOOTER###########################################*/
.footer-head{
    display: grid;
    color:#fff;
    width: 70%;
    margin: auto;
    padding: 20px 0;
}
.footer-grid{
    width: 70%;
    margin: auto;    
    display: flex;
    padding: 0 0 2em 0;    
    color:#fff;
}
.footer-grid a{   
    color:#fff;
    text-decoration: none;
}
.footer-grid a:hover{   
    color:#ff6e00;
}
.footer-left{
    /*float: left; */
    margin: auto;
    width: 49%;
}

.footer-right{
    /*float: right;*/
    width: 49%;
    margin: auto;
}
.footer-ul li{
    padding: 3px;
}
.footer-social {
    width: 70%;
    margin: auto;
    color: #fff;
    padding: 0 1em 2em 1em;
}
.footer-social ul{
    display: flex;
    justify-content: space-between;
    padding: inherit;
    
}.footer-social a{
    color: #fff;
    text-decoration: none;
    
}
.footer{
    padding-top: 1em;
    background: #2f2f2f;
    margin-top: 2em;
}



  .div-scroll{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2f2f2f;
    margin-top: 2em;   
    overflow: hidden;
    
  }
  .scroll{
    width: 80%;
    overflow: hidden;
    -webkit-mask-image:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent); 
  }
  .scroll div{
    white-space: nowrap;
    animation: animate var(--t) linear infinite;  
    width: fit-content;  
  }
  .scroll div span{
    display: inline-flex;
    margin: 10px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.5s;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  .scroll div span:hover{
    background: #4caf50;
    cursor: pointer;
  }
  @keyframes animate {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-49%);
    }
  }

  .imgbx img{
    max-width: 200px;
    padding: 10px 0;
    width: 150px;
    height: 70px;
    scale: 1;
    filter: grayscale(1);
    transition: filter 0.3s ease-in-out;
    margin-right: 20px;    
    object-fit: contain;
  }
  .imgbx img:hover{
    filter: grayscale(0);
  }
/*###################################END FOOTER###########################################*/
/*###################################MENU NAVEGADOR###########################################*/
ul li::marker {
    content: '';
    list-style-type: none;
}
.logo-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo img{
    margin-right: 10px;
    object-fit: contain;
}
.logo h1 {    
    display: flex;
	font-size:2.5em;
	text-transform: uppercase;
	font-family: "Camber-Regular", sans-serif !important;
	font-weight: 700 !important;
	line-height: normal !important;
    margin: 0 auto 0 0;
}
.logo h1 a{	
    color:#FF6400;/*# 01CFCF*/        
    text-decoration: none;
}
.logo h1 a span{
    color: #000;
	font-weight: 300;
}


.navbar {
    min-height: auto;
    margin-bottom: 0px;    
    --bs-navbar-brand-padding-y: 0 !important;    
    --bs-navbar-nav-link-padding-x: 0 !important;
    --bs-navbar-toggler-padding-y: 0 !important;
    --bs-navbar-toggler-padding-x: 0 !important;
    --bs-navbar-toggler-font-size: inherit !important;
    padding: 0 !important;
     --bs-navbar-brand-font-size: inherit !important;
     display: flex;
}

ul.nav.navbar-nav {
    float: right;
    flex-direction: inherit !important;
    display: flex;
    /*margin: auto 0;
    padding-bottom: 1em;*/
}
ul.nav.navbar-nav  li a{
   padding:10px;
   margin:1em;
   border-radius: 20px;
}
.navbar-default .navbar-nav > .active > a,  
.navbar-default .navbar-nav > .active > a:focus {
    color: #FF6400 !important;
}
.navbar-default .navbar-nav > .active > a:hover{
    background: #5A00B4 !important;
	color:#fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none !important;
}
.nav .open > a{
    color: #FF6400;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-collapse {
    padding: 0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.nav > li > a:hover {
    background: #FF6400;
	color:#fff !important;
}
.nav-item a{
    text-decoration: none;
    color: #000000;
}
/* Botón hamburguesa oculto por defecto */
.menu-toggle {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

/*###################################END MENU NAVEGADOR###########################################*/
/*###################################BANNER###########################################*/
.banner-top{
	text-align: center;
	width: 100%;
	/*height: 150px;*/
	/*display: block;
	background: url(../images/back.jpg)no-repeat center;*/
	/*padding: 3em 0;*/
	background-size: cover;
    background: linear-gradient(-45deg, #ff6400, #ff6400, #6a0ba4, #6b00d6);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    display: flex;
}
.banner-top h2{
	font-size:2.5em;
	color:#fff;
	float:left;
    font-family: "Camber-Regular", sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    margin: auto !important;
}
.banner-top label{
	float:left;
}
.banner-top h3{
	font-size:2.5em;
	color:#fff;
	float:right;
    margin: auto !important;
}
.banner-top h3 a{
	color:#01CFCF;
}
.banner-top h3 label{
	margin:0 0.4em;
}
.div-banner{
    width: 90%;
    margin: auto;
    padding: 10px;
}

/*.btn-grad {background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF  51%, #ECE9E6  100%)}*/
.btn-grad {
   /*margin: 10px;*/
   padding: 0px 35px;
   text-align: center;
   text-transform: uppercase;
 }

 .btn-grad i{
    
    background: linear-gradient(-45deg, #6a0ba4, #6b00d6, #ff6400, #ff6400);
    background-size: 400% 400% !important;
    -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    animation: gradient 20s ease infinite;
 }
 .btn-grad i:hover{
    
    background: linear-gradient(-45deg, #ECE9E6 0%, #FFFFFF 33%, #5d88e7 66%, #749ef8 100%);
    -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #6b00d6 !important;
   text-decoration: none;
 }

.footer-top{
	background-size: cover;
    background: linear-gradient(-45deg, #ff6805, #e14700, #ff7210, #ff6905);
    background-size: 400% 400% !important;
    animation: gradient 20s ease infinite;
    border-radius: 20px;
    
}
/*###################################END BANNER###########################################*/
.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";    
    clear: both;
}
.collapse.in {
    display: block;
}

.espacio{
    padding-bottom: 3.3em;
}

/*###################################funciones###########################################*/
.shadow{
    animation: pulse 1.5s infinite;
}
.pulso:hover{
    animation: pulse 1.0s infinite;
}
@-webkit-keyframes pulse {
    
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,121,44, 0.4);
      border-radius: 20px;
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(204,169,44, 0);
        border-radius: 20px;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        border-radius: 20px;
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 121, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 121, 44, 0.4);
        border-radius: 20px;
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(204,169,44, 0);
        box-shadow: 0 0 0 15px rgba(204,169,44, 0);
        border-radius: 20px;
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        border-radius: 20px;
    }
}



@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*###################################END funciones###########################################*/
/*###################################RESPONSIVO###########################################*/

@media screen and (max-width:1280px){
    .divCuerpo{
        width: 80%;
    }
    .footer-head{
        width: 80%;
    }
    .footer-grid{
        width: 80%;
    }
    .buttom-popup {
        width: 40%;
    }
    .popup {
        width: 50%;
    }
}
@media (max-width:1024px){    
    .tableForm{
        width: 70%;        
    }
    .buttom-popup {
        width: 50%;
    }
    .popup {
        width: 60%;
    }
    
}
@media screen and (max-width:992px){
    .divCuerpo{
        width: 90%;
    }
    .footer-head{
        width: 90%;
    }
    .footer-grid{
        width: 90%;
    }
    .menu-toggle {
        display: block !important;
    }
    ul.nav.navbar-nav li a {
        width: 90%;
    }
    .navbar {
        display: none;
        width: 100%;
    }    
    .navbar.open {
        display: grid !important;
    }
    ul.nav.navbar-nav {
        display: block;
    }
    ul.nav.navbar-nav  li {
        padding:10px;
    }   
    .grid-box {
        padding: 10px;
    }
    .grid-container {
        gap: 10px;
        width: 100%;
        max-width: 100%;
    }
    
    .popup {
        width: 65%;
    }

}
@media screen and (max-width:800px){
    .divCuerpo{
        width: 95%;
    }    
    .footer-head{
        width: 95%;
    }
    .footer-grid{
        width: 95%;
    }   
    .logo-nav-left {
        display: inherit;
    }
    
    .header-right {
        float: inherit;
    }
    
    .datasale{
        margin-left: auto;
        margin-right:auto;
    }
    .formsale{
        padding-top: 10px !important;
        margin-right: auto;
        margin-left: auto;
    }
    .divSeccionTarjeta{   
        width: 70%;
    }
    .tableForm{
        width: 80%;        
    }
    .div-info-split{
        width: 80%;
    } 
    .popup {
        width: 70%;
    }
    
}
@media screen and (max-width:768px){
    .menu-servicios {
        display: block;
    }
    .img-menu-div{
        margin: auto;
        width: 50%;
        padding: 0 2%;
        margin-top: 5%;
    }
    .buttom-popup {
        width: 55%;
    }
    .popup {
        width: 75%;
    }
    
}
@media screen and (max-width:720px){
    .divCuerpo{
        width: 99%;
    } 
    .footer-head{
        width: 99%;
    }
    .footer-grid{
        width: 99%;
    } 
    .divSeccionTarjeta{   
        width: 75%;
    }
    
    .footer-social {
        width: 90%;
    }
    .popup {
        width: 80%;
    }
    
}
@media  screen and (max-width:640px){
    .divCuerpo{
        width: 100%;
    }
    .bottom-div a{
        font-size: 15px;
    }
    .header-left ul li, .header-right ul li {
        display: inherit;
        padding: 2px 0;
    }
    .divSeccionTarjeta{   
        width: 85%;
    }

    .tableForm{
        width: 90%;
    }
    .img-menu-div {
        width: 70%;
    }
    
    .div-resultado {
        width: 80%;
    }
    
    .lbl-resultado {
        line-height: 1.5;
        font-size: 1.0em;
    }
    .header{
        width: 95% !important;
    }
    .div-banner {
        display: grid;
    }
    .banner-top h2 {
        font-size: 1.5em;
    }
    .banner-top h3 {
        font-size: 1.5em;
    }
    .bottom-div {
        width: 70%;
    }
    .grid-container {
        grid-template-columns: 1fr;
    }
    .divsale {
        padding: 0.5rem;
    }
    .divsale form {
        padding: 0.5rem;
    }
    .div-datos-tx {
        width: 95%;
    }
    .div-info-split{
        width: 90%;
    }
    .grid-box {
        width: 80%;
        margin: auto;
    }
    .buttom-popup {
        width: 65%;
    }
    .log-item {
        display: grid;        
        text-align: center;  
        /*justify-content: space-between;*/
        /* width: 100%; */
        /* word-wrap: break-word !important;*/
        border: 1px solid #e9e9e9;
        border-radius: 20px;
        margin: 10px 0;
        box-shadow: 0px 0px 10px rgba(107, 0, 214, 0.856);
    }.log-item:hover {
        box-shadow: 0px 0px 10px rgba(255, 100, 0, 0.856);
    }
    .btn-detalle {
        margin: auto;
    }
    .popup-contenido {
        width: 90%;
        padding: 10px;   
        max-height: 100vh;
    }
    .iframeDetalle {
        height: 750px;     
    }
    .popup {
        width: 90%;
    }
    
}
@media screen and (max-width:480px){

    .Buttom {
        width: 95%;
    }
    .bottom-div {
        width: 92%;
        width: 80%;
        padding: 0px;
    }
    .bottom-div a{
        font-size: 10px;
    }
    .divSeccionTarjeta{   
        width: 85%;
    }
    .tableForm{
        width: 100%;
    }
    .div-resultado {
        width: 90%;
    }
    .footer-grid {
        display: block;
    }
    .footer-left {
        width: 90%;
    }
    .footer-right {
        width: 90%;
    }
    .header{
        width: 99% !important;
    }
    .bi-size{
        font-size: 2em;
    }
    .div-info-split{
        width: 95%;
    }
    .grid-box {
        width: 100%;
    }
    .divSeccionDos {
        padding: 1rem 5px ;
    }
    .buttom-popup {
        width: 80%;
    }
    .img-responsive-bottom {
        width: 200px;
    }
    .div-titular label span {
        font-size: 14px;
        word-wrap: break-word !important;
    }
    .div-titular label {
        font-size: 10px;
        word-wrap: break-word !important;
    }
    .div-img-marca img {
        width: 100px;
        margin-right: 1px;
    }
    .divSeccionTarjeta .card-number label {
        font-size: 17px;
        letter-spacing: 1.5px;
    }
    .divSeccionTarjeta .card-number img {      
        width: 100px;
        margin-right: 1px;
    }
    .divSeccionTarjeta img {        
        width: 100px;
        margin-right: 1px;
    }
    .divSeccionTarjeta .expiry-date {
        padding-right: 10px;
    }
    .divSeccionTarjeta .card-info {
        padding-top: 10px;
    }
    .divSeccionTarjeta .bank-name label {
        font-size: 15px;
    }
    .div-titular table {
        width: 100%;
    }
    .popup {
        width: 99%;
    }
    
}
@media screen and (max-width:320px){
    .Buttom {
        width: 100%;
    }
    .footer-left {
        width: 99%;
    }
    .footer-right {
        width: 99%;
    }
    .footer-social {
        width: 99%;
        padding: 0 1px 2em 1px;
    }
    .bi-size{
        font-size: 1.5em;
    }    
    .grid-box {
        padding: 10px 0;
    }
    .buttom-popup {
        width: 95%;
    }    
    .div-titular label span {
        font-size: 12px;
        word-wrap: break-word !important;
    }
    .divSeccionTarjeta .card-number label {
        font-size: 14px;
        letter-spacing: 1.0px;
    }
    
}

