/*Primeros paso*/
.contenedor-all{
    margin-top: calc(5vh);
    margin-bottom: 50px;
    width: 100%;
    margin: 0 auto;
    border: 1.5px solid gray;
    border-radius: 10px;

}
.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: bold
}

.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;
}

.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
}


.contenbedor-pasos{
    border: none;
    margin-bottom: 15px;
    max-height: 82vh !important;
    overflow-y: auto !important;
}



/*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: 2rem !important;
    font-weight: bold !important;
    color: #D8282F !important;
    border-radius: 50% !important;
    background-color: #f1f1f1 !important;
    padding: 0.625rem !important;
    width: 2.5rem !important;
    height: 2.5rem !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: 1.25rem !important; /* Ajusta el tamaño en rem */
    font-family: 'Arial', sans-serif !important;
    font-weight: bold !important;
    color: #333 !important; /* Color del texto del paso */
}

/* 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: #D8282F !important;
    color: white !important;
    border: #D8282F !important;
}
.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;

}


