/* Vista de resultado (CuentaPagos.aspx) — scoped bajo #ventPago */

#ventPago {
    min-width: 400px;
    max-width: 520px;
    padding: 0 1rem;
    overflow: visible;
    clear: both;
}

#ventPago .modalparcial {
    width: 100%;
    float: none;
}

#ventPago .datosFacturacion {
    height: auto;
    min-height: 125px;
}

#ventPago .datosFacturacion span,
#ventPago .datosFacturacion p {
    font-size: 1rem !important;
}

#ventPago .pt-pagosI {
    position: relative;
    float: left;
    width: 100%;
}

#ventPago .pt-pagosI p {
    margin-top: 3px;
}

#ventPago .txtblue {
    color: #0092bc !important;
    font-weight: 600;
    margin-right: 5px;
}

#ventPago .pt-reg {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0;
}

#ventPago .pt-reg a.terms {
    color: #0092bc;
    text-decoration: underline;
}

#ventPago .parcial {
    font-family: DINPro, arial;
    color: #666666;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    height: auto;
    min-height: 60px;
    margin-top: -22px;
    float: left;
    width: 100%;
    clear: both;
}

#ventPago .cpagarp {
    color: #4A4A4A;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 8px;
    margin-bottom: 0.5rem;
    font-family: 'DINPro';
}

#ventPago .Container_contpagar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    clear: both;
    float: none;
}

#ventPago .contpagar {
    width: 100%;
    float: none;
    position: relative;
    display: block;
    margin-top: 21px;
}

#ventPago .ContainerBtnPagar {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Resetear .user-pay del formulario principal (botón CONSULTAR) */
#ventPago .user-pay {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    float: none !important;
    width: auto !important;
    min-width: unset !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-transform: none !important;
    line-height: normal !important;
    color: inherit !important;
    text-align: left !important;
    box-shadow: none !important;
}

#ventPago .user-pay:hover {
    background: transparent !important;
    color: inherit !important;
}

#ventPago .user-pay img {
    width: 50px;
    display: block;
}

#ventPago .user-pay .imgPosicion1 {
    width: 240px;
    margin: 0 auto;
}

#ventPago .user-pay .imgPosicion2 {
    width: 50px;
    margin: 0 20px 0 0 !important;
}

#ventPago #text_leyenda {
    font-size: .7rem;
    color: #666;
    line-height: 1.3;
}

#ventPago #pse_leyenda {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    background: transparent !important;
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    text-decoration: none;
    cursor: pointer;
}

#ventPago #logos_pagos {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    background: transparent !important;
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    text-decoration: none;
    cursor: pointer;
}

#ventPago #logos_pagos > img {
    height: 45px !important;
    width: auto;
}

/* Contenedor PSE: fila horizontal como en el sitio original */
#ventPago #divOcultar1.pago_container {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 480px;
    margin-bottom: 10px;
    padding: 10px 14px;
    border-radius: 20px;
    border: 1px solid #214780;
    background: #f6f6f6;
    cursor: pointer;
    box-sizing: border-box;
}

#ventPago #divOcultar1.pago_container:hover {
    background-color: #0089b74f;
}

/* Contenedor Bancolombia: caja separada debajo */
#ventPago #divOcultar2.pago_container {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    margin-bottom: 10px;
    padding: 6px 10px !important;
    border-radius: 20px;
    border: 1px solid #214780;
    background: #f6f6f6;
    cursor: pointer;
    box-sizing: border-box;
}

#ventPago #divOcultar2.pago_container:hover {
    background-color: #0089b74f;
}

#ventPago #divOcultar2 .user-pay {
    justify-content: center;
    width: 100% !important;
}

#ventPago #divOcultar2 .imgPosicion1 {
    width: 240px;
    height: auto;
}

#ventPago .dvInfoPago {
    padding-bottom: 0;
    padding-top: 40px;
    font-weight: bold;
    margin-left: 0;
    width: 86%;
}

@media (max-width: 768px) {
    #ventPago {
        min-width: 100%;
        padding: 0;
    }

    #ventPago #divOcultar1.pago_container {
        flex-wrap: wrap;
        max-width: 100%;
    }
}
