@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root{
    --primary: #7c3aed;
    --primary-soft: #efe8ff;
    --text-strong: #1f2937;
    --text-muted: #6b7280;
    --border-soft: #e5e7eb;
    --panel-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

body{
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: var(--text-strong);
    background: #f4f6fb;
}

.noscript-iframe{
    display: none;
    visibility: hidden;
}

.img-full{
    width: 100%;
}

.page-section{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.blocks-wrapper{
    width: 100%;
    margin-bottom: 20px;
}

.whatsapp-icon{
    font-size: 2rem !important;
}

.panel-borderless{
    border: none !important;
    box-shadow: none !important;
}

.panel-full{
    width: 100%;
}

.grid-full{
    width: 100%;
}

.center-flex{
    display: flex;
    justify-content: center;
}

.row-flex{
    display: flex;
}

.width-60{
    width: 60%;
}

.width-90{
    width: 90%;
}

.min-width-full{
    min-width: 100%;
}

.pad-left-30{
    padding-left: 30px;
}

.error-message-text{
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.borderless-list{
    border: none !important;
}

.impuesto-text{
    font-size: 16px;
}

.btn-gap-right{
    margin-right: 10px;
}

.btn-gap-left{
    margin-left: 2rem;
}

.btn-gap-left-sm{
    margin-left: 1rem;
}

.checkbox-gap-right{
    margin-right: 10px;
}

.botones-margin-bottom{
    margin-bottom: 20px;
}

.separador-row{
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.margin-bottom-5{
    margin-bottom: 5px;
}

.text-danger-bold{
    color: red;
    font-weight: bold;
}

.icon-danger-left{
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

.mensaje-importante{
    font-size: 18px;
    color: #b24533;
    font-weight: bold;
}

.confirm-value{
    color: #c02c2c;
    font-size: 16px;
}

.panelgrid-center{
    margin-top: 20px;
    text-align: center;
}

.is-hidden{
    display: none !important;
}

/*Primeros paso*/
.contenedor-all{
    margin-top: calc(5vh);
    margin-bottom: 50px;
    width: min(100%, 980px);
    margin: 0 auto;
    border: 1px solid #e7ebf3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    padding: 22px 26px 22px 26px;
    position: relative;

}
.contenedor-all::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #7c3aed 0%, #9333ea 60%, #a855f7 100%);
    border-radius: 14px 14px 0 0;
}
.registro-tab{
    display: inline-block;
    padding: 6px 12px;
    background: var(--primary-soft);
    color: var(--primary);
    font-weight: 600;
    border-radius: 10px;
    font-size: 0.75rem;
    margin-bottom: 14px;
}

.registro-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0 18px 0;
}

.registro-header-left{
    display: flex;
    align-items: center;
    gap: 12px;
}

.registro-title-block{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.registro-icon{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 1.15rem;
}

.registro-subtitle{
    margin: 0;
    font-size: 0.9rem;
    color: #94a3b8;
}

.registro-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    background: #f1e9ff;
    color: #7c3aed;
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.registro-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.field-group{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.field-group .ui-outputlabel{
    display: block;
    font-size: 0.95rem;
    color: #6b7280;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.field-static{
    border: 1px solid #dbe1ea;
    border-radius: 10px;
    padding: 0.7rem 0.85rem;
    min-height: 2.6rem;
    display: flex;
    align-items: center;
    color: #9ca3af;
    background: #fff;
}

.textarea-field{
    border: 1px solid #dbe1ea !important;
    border-radius: 10px !important;
    padding: 0.9rem !important;
    min-height: 100px;
    resize: none;
}

.input-wrapper{
    position: relative;
    width: 100%;
}

.input-wrapper .field-icon{
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 0.95rem;
    pointer-events: none;
}

.input-wrapper .ui-inputfield,
.input-wrapper .ui-inputtextarea{
    padding-left: 2.4rem !important;
}

.input-wrapper .ui-selectonemenu-label{
    padding-left: 2.4rem !important;
}

.textarea-wrapper .field-icon{
    top: 1.05rem;
    transform: none;
}

.email-icon{
    background-image: url("../imagen/icons/email.svg") !important;
}

.phone-icon{
    background-image: url("../imagen/icons/phone.svg") !important;
}

.idtype-icon{
    background-image: url("../imagen/icons/idtype.svg") !important;
}

.id-icon{
    background-image: url("../imagen/icons/id.svg") !important;
}

.building-icon{
    background-image: url("../imagen/icons/building.svg") !important;
}

.store-icon{
    background-image: url("../imagen/icons/store.svg") !important;
}

.activity-icon{
    background-image: url("../imagen/icons/activity.svg") !important;
}

.field-span-2{
    grid-column: 1 / -1;
}

.form-divider{
    height: 1px;
    background: #edf1f7;
    margin: 14px 0 18px 0;
}

.scrollable-content {
    max-height: 100vh !important; /* Altura máxima definida (ajusta según necesidad) */
    overflow-y: auto !important;  /* Scroll solo vertical */
    overflow-x: auto !important; /* Evita el scroll horizontal */
    padding: 0px !important;      /* Espaciado interno */
    border-radius: 8px !important; /* Bordes redondeados para estética */

}
.main-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px
}

.label-ancho{
    width: 200px
}
.oscuro{
    font-weight: 600;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.oscuroextra{
    font-weight: bold;
    font-size: 10rem;
    text-align: right;
     color: #555;
      margin: 5px 0;
}
 
.color{
    font-weight: bold;
    color: #8b42c6;
    font-size: 15rem;
}

.full-width{
    width: 100% !important
}
.texto-llenar-datos{
    display: block;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--text-strong);
}

.contenedor-superori{
    display: grid;
    grid-template-columns: 4fr 1fr;
    justify-content: space-between
}
body .ui-state-disabled {
    opacity: 1.6 !important;
}


.child-container2{
    width: 55%;
    margin-left: 20px
}
.child-container div {
    padding: 5px;
}
.label-sistemas {
    display: inline-block;
    width: 150px;
    font-weight: bold
}

.label-sistemas-forma-pago {
    display: inline-block;
    width: 150px;
    font-weight: bold
}
.panelRuc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.tamanImp{
    width: 30%;
}
.input-sistemas{
    border-radius: 10px;
}

.botones-isstemas-pagos{
    margin-top: 10px;
    display: flex;
    gap: 10px;
}


.contenbedor-pasos{
    border: none;
    margin-bottom: 15px;
    max-height: 82vh !important;
    overflow-y: auto !important;
}

body .ui-panelgrid .ui-panelgrid-cell{
    padding: 0.35rem 0.6rem;
}

body .ui-inputfield,
body .ui-selectonemenu{
    border: 1px solid #dbe1ea !important;
    border-radius: 10px !important;
    padding: 0.75rem 0.9rem !important;
    box-shadow: none !important;
    background: #fff !important;
}

body .ui-inputfield:focus,
body .ui-selectonemenu.ui-state-focus{
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15) !important;
}

body .ui-selectonemenu .ui-selectonemenu-trigger{
    border: none !important;
    background: transparent !important;
    color: var(--text-muted) !important;
}

body .ui-selectonemenu .ui-selectonemenu-label{
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

body .ui-inputfield::placeholder{
    color: #9ca3af;
}



/*Segundo paso*/

/*pAQUETES*/
.main-container-paquetesProm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-wrap: wrap;
    color: black;
}
.separador{
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.child-container-paquetesProm1{
    width: 35%;
}

.child-container-paquetesProm2{
    width: 60%;
}
.descripcion-planes-sistemas{
    display: block;
    font-size: 12px;
    font-style: oblique;
    margin-bottom: 20px
}

.valor-sistemas{
    margin-right: 20px;
    font-weight: bold
}

.child-container-step2 {
    width: 40%;
    padding: 20px;
}

.child-container-step2 div{
    padding: 10px
}

.contenedor-precios-paquetes{
    display: flex;
    flex-direction: column
}

.precios-paquetes {
    display: flex;
    flex-wrap: wrap;
    color: black
}

/*PAGOS*/
.main-container-pasalelaPa{
    display: flex;
    flex-wrap: wrap;
    gap: 10px

}
.child-main-container-pasalelaPa1{
    width: 65%
}
.child-main-container-pasalelaPa2{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.totales-pasarela-pagos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.total-pasarela-pago-nombre{
    font-weight: bold;
    display: block;
    width: 150px;
    padding-right: 30px
}

.hr{
    width: auto;
    height: 1px;
    border: 1px solid gray
}

.forma-pago{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    max-height: 14vh !important;
    overflow-y: scroll !important;
}

/*PANTALLA EXITO */
.container-exito{
    border: 1px solid gray;
    border-radius: 20px;
    height: auto;
    width: 60%;
    margin:calc(30vh - 210px) auto;
    padding: 20px;


}

.text-agradecimiento-exito{
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    background:#c02c2c;
    color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px
}
.resumen-exito{
    display: flex;
    flex-direction: column;
    gap: 20px;


}
.resumen-exito div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.text-aviso{
    font-style: oblique;
    margin-bottom: 20px
}

.label-resumen-exito{
    font-weight: bold;
    font-size: 15px !important
}
.botones-exito{
    margin-top: 20px
}
.valor-resumen-exito-importnates{
    font-weight: bold !important;
    font-size: 20px !important
}
/*Footer*/
.container-footer-sistema{
    text-align: center;
    display: flex;
    background: #c02c2c;
    justify-content: space-around;
    padding: 20px;
    color: white;
    font-size: 15px;
    flex-wrap: wrap;

}


.footter-position{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
}
/*sri*/
.contenedor-flex-row{
    display: flex;
    column-gap: 30px;
    align-items: center
}


@media (max-width: 900px) {
    .child-container-paquetesProm1{
        width: 100%;
    }

    .child-container-paquetesProm2{
        width: 100%;
    }


    .main-container {
        display: grid;
        grid-template-columns:1fr;
        gap: 20px;
        overflow-y: scroll !important;
    }
}


@media (max-width: 813px) {
    .container-exito{
        text-align: center
    }

    .container-exito{
        width: 80%;
    }
    .label-resumen-exito{
        display: block;
        width: 100%
    }
    .valor-resumen-exito{
        display: block;
        width: 100%
    }

    .container-exito{
        width: 80%
    }
    .botones-exito{
        margin-left: 25%;
    }
    .child-container-step2 {
        width: 100%;
    }

    .botones-exito{
        margin-left: 0%
    }
    .valor-sistemas-inscripcion{
        width: 100% !important
    }
}

@media (max-width: 700px) {
    .text-agradecimiento-exito{
        font-size: 30px
    }
    .container-exito{
        width: 95%
    }
    .botones-exito{
        margin-left: 0%
    }
}


@media (max-width: 500px) {
    .contenedor-all{

        width: 100%;
        margin-bottom: 70px

    }

    .contenedor-flex-row{
        flex-direction: column;
        align-items: flex-start
    }

    .text-agradecimiento-exito{
        font-size: 20px
    }

    .contenedor-superori{
        grid-template-columns: 1fr
    }
    .botones-exito{
        margin-left: 2%;
    }
    .valor-totales-pagar{
        display: block;
        width: 30%;
        text-align: right;
    }
    .hr{
        width: auto;
    }
    .child-main-container-pasalelaPa1{
        width: 100%
    }
    .child-main-container-pasalelaPa2{
        width: 100%
    }


}

/* Aumentar el tamaño del número de los pasos utilizando rem */
.custom .ui-steps-number {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    border-radius: 999px !important;
    background-color: #e5e7eb !important;
    width: 2.1rem !important;
    height: 2.1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* Cambiar el estilo del texto del paso utilizando rem */
.custom .ui-steps-title {
    font-size: 0.85rem !important; /* Ajusta el tamaño en rem */
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title{
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    color: #6b7280 !important;
}

body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title{
    color: var(--text-strong) !important;
}

body .ui-steps .ui-steps-item .ui-menuitem-link{
    padding: 0.35rem 0.5rem !important;
}

/* Estilo para el contenedor de los pasos */
.custom .ui-steps-item {
    padding: 0rem !important; /* Equivalente a 10px */
}
body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {

    margin-top: 1rem !important;

}
body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
    background-color: #7c3aed !important;
    color: white !important;
    border: #7c3aed !important;
}

body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title{
    color: #7c3aed !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

body .ui-steps{
    margin: 6px auto 16px auto;
}

body .ui-steps .ui-steps-item{
    width: 50%;
}

body .ui-steps .ui-steps-item:not(:last-child)::after{
    background: #e5e7eb !important;
    height: 3px !important;
    top: 1.05rem !important;
}

body .ui-steps .ui-steps-item.ui-state-highlight:not(:last-child)::after{
    background: linear-gradient(90deg, #7c3aed 0%, #7c3aed 55%, #e5e7eb 55%, #e5e7eb 100%) !important;
}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number{
    margin: 0 auto 6px auto !important;
}

body .ui-steps .ui-menuitem-icon{
    display: none !important;
}

.botones-isstemas-pagos .ui-button{
    border-radius: 10px !important;
    padding: 0.65rem 1.4rem !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
}

.botones-isstemas-pagos .ui-button:not(.botones){
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #475569 !important;
}

.botones-isstemas-pagos .botones{
    background: #7c3aed !important;
    border: 1px solid #7c3aed !important;
    color: #ffffff !important;
    box-shadow: 0 8px 16px rgba(124, 58, 237, 0.25) !important;
}

.botones-isstemas-pagos .ui-button:not(.botones):hover{
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08) !important;
    transform: translateY(-1px);
}

.botones-isstemas-pagos .botones:hover{
    background: #6d28d9 !important;
    border-color: #6d28d9 !important;
    box-shadow: 0 10px 18px rgba(109, 40, 217, 0.3) !important;
    transform: translateY(-1px);
}

.botones-isstemas-pagos .ui-button:active{
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.15) !important;
}

.registro-actions{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 720px) {
    .contenedor-all{
        padding: 18px 16px 18px 16px;
        margin-bottom: 70px;
    }

    .registro-header{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .registro-grid{
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .field-span-2{
        grid-column: auto;
    }

    .registro-actions{
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .botones-isstemas-pagos .ui-button{
        width: 100%;
    }
}
.custom-select-menu {
    transition: all 0.3s ease !important;
}

.custom-select-menu:focus {
    border-color: #00aaff !important;
    box-shadow: 0 0 5px rgba(0, 170, 255, 0.5) !important;
}
/* Estilo para el diálogo */
.qr-dialog {
    background: linear-gradient(to bottom, #ffffff, #f0f0f5);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    text-align: center; /* Asegura que el contenido esté centrado */
}

/* Estilo del encabezado */
.qr-dialog-header {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #6d089e;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Estilo para el contenedor del QR */
.qr-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* Estilo del texto de escaneo */
.scan-text {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

/* Estilo para el código QR */
.qr-image {
    width: 180px;
    height: 180px;
    margin-bottom: 20px; /* Añade espacio entre QR y el link */
    border-radius: 12px;
    border: 3px solid #6d089e;
    padding: 10px;
    background-color: #fff;
}

/* Estilo del enlace */
.qr-link {
    font-size: 18px;
    color: #6d089e;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px; /* Añade un espacio sobre el enlace */
}

/* Botón de cerrar */
.close-btn {
    background-color: #6d089e;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
}

.close-btn:hover {
    background-color: #8b42c6;
    transition: background-color 0.3s ease;
}


.dialog-header {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #c02c2c;
}

.pnl-columns {
    gap: 10px;
}
body .ui-dialog .ui-dialog-titlebar {
  background: #2196f3 !important;
  color: #eee7e7 !important;;
  font-weight: 700;
  border-bottom: 0 none;
  padding: 1.5rem;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
 
  color: #eef4f9 !important;
 
}
.whatsapp-button {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 5px;
    right: 40px;
    background-color: #25D366;
    color: white !important;
    border-radius: 50%;
    text-align: center;
    font-size: 71px !important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

.whatsapp-button:hover {
    background-color: #1ebe57;
    transform: scale(1.1); /* Efecto de zoom al pasar el mouse */
}
.whatsapp-icon {
    font-size: 36px; /* Aumenta el tamaño del icono */
    color: white; /* Asegura que sea blanco */
}
.whatsapp-tooltip {
 
    position: absolute;
    transform: translateX(-50%);
    background-color: #25D366;
    color: white;
    padding: 1px 8px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 42px;

}


