﻿label {
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    color: #706262;
    width: 272px;
    height: 25px;
    left: calc(50% - 272px/2 - 280px);
    top: 770px;
}

.custom-container-logo {
    width: 40%;
    background: #FFFFFF;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    margin: auto;
}

.custom-container-pasarela {
    width: 60%;
    margin: auto;
    margin-top: 2%;
    height: auto;
    transform: translateY(-40px);
    background: rgb(255 245 245); /* //rgba(217, 217, 217, 0.15); */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.custom-container-informacion-clientes {
    padding: 0 36px;
    text-align: start;
    color: #B4424B !important;
}

    .custom-container-informacion-clientes h5 {
        font-weight: bold;
        padding: 0 36px;
        text-align: center;
        font-size: 18px;
    }

    .custom-container-informacion-clientes ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        text-align: start;
        font-weight: 500;
    }

@media(max-width: 1000px) {
    .custom-container-pasarela {
        width: 90%;
    }

    .custom-boton-pay {
        width: 40% !important;
    }
}

@media(max-width: 1300px) {
    .custom-container-pasarela {
        width: 95%;
        transform: translateY(-25px);
    }

    .img-fluid {
        max-width: 60%;
        margin-bottom: 30px;
    }
}

@media(max-width: 900px) {
    .custom-container-pasarela {
        width: 95%;
    }
}

@media(max-width: 700px) {
    .custom-container-pasarela {
        width: 95%;
    }

    .label-error {
        width: 95%;
        font-size: 16px;
    }

    .custom-container-informacion-clientes h5 {
        padding: 0 5px;
        font-size: 16px;
        text-align: center;
    }

    .custom-container-informacion-clientes {
        padding: 0;
    }

    #frmAvalPay {
        width: 100%;
    }

    .custom-container-logo {
        width: 60%;
    }

    .custom-ubicacion-logo {
        padding-left: 40px !important;
    }

    .custom-person-logo {
        padding-left: 40px !important;
    }

    .custom-container-pay-method {
        width: 40% !important;
        height: 90px !important;
    }

    .custom-bank-logo {
        padding-left: 40px !important;
    }
}

@media(max-width: 550px) {
    section {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .container-flex-input {
        width: 100%;
    }

    .custom-container-div {
        width: 95% !important;
    }

    .custom-container-div-select {
        width: 95% !important;
    }

    .img-fluid {
        max-width: 40%;
    }

    .custom-container-div-text {
        width: 95% !important;
    }

    .custom-container-title {
        padding: 0 10px !important;
    }
}

.custom-image-pagos-en-linea {
    width: 100%;
    height: 50px;
    left: calc(50% - 377px/2 + 0.5px);
    top: 305px;
    text-align: center;
    margin: 4% 0% 4% 0%;
}

.custom-container-pay-methods {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-container-pay-method input[type="radio"] {
    display: none; /* Oculta los radio buttons pero todavia son funcionales */
}

.custom-container-pay-method label {
    cursor: pointer;
}

.custom-container-pay-method.non-interactive img {
    cursor: default;
}

.custom-container-pay-method.non-interactive {
    pointer-events: none;
}



.custom-container-pay-method.selected {
    border: 4px solid #F8A410;
}

.custom-container-pay-method.no-border {
    border: none;
}


.custom-container-pay-method {
    cursor: pointer;
    width: 146px;
    height: 70px;
    left: 820px;
    top: 531px;
    margin: 3% 0 0 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.custom-container-pay-method-alternative {
    cursor: pointer;
    width: 30%;
    height: 118px;
    left: 820px;
    top: 531px;
    margin: 3% 0 0 0;
    background: rgb(255 245 245);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-image-pay-method.custom-image-pse {
    width: 120px;
    height: 120px;
    left: 820px;
    top: 531px;
    margin: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-image-pay-method.custom-image-avalpay {
    width: 111px;
    height: 32px;
    left: 820px;
    top: 531px;
    margin: auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-image-pay-method {
    width: 70%;
    display: flex;
    cursor: pointer;
}

.custom-container-data {
    width: auto;
    height: auto;
}

.custom-container-data-invisible {
    display: none;
}

.custom-space-logo {
    padding: 4%;
}

.custom-container-div-text {
    width: 85%;
    margin: 0 auto;
    text-align: start;
}

    .custom-container-div-text label {
        width: 100%;
        font-weight: 500;
        font-size: 16.5px;
        color: #706262;
    }

.custom-container-div-concept {
    text-align: left;
    padding: 2% 0% 2% 0%;
}

    .custom-container-div-concept label {
        font-weight: 400;
    }

        .custom-container-div-concept label span {
            font-weight: 700;
        }

.custom-select-selection {
    display: block;
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    color: #706262;
    padding-right: 40px;
    box-sizing: border-box;
}

    .custom-select-selection option:hover {
        color: white;
        background-color: #7CBE17;
    }

.custom-container-div-select {
    width: 40%;
    display: inline-block;
    text-align: left;
    margin: 3% 2% 0% 2%;
    margin-top: 3%;
    position: relative;
}

.custom-container-div {
    width: 40%;
    display: inline-block;
    text-align: left;
    margin: 3% 2% 0% 2%;
    margin-top: 3%;
    position: relative;
    font-size: 17px;
}

.custom-container-div-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.container-flex-input {
    display: flex;
    position: relative;
}

.iconselect {
    transform: translate(-10px, 15px);
    position: absolute;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}


.custom-container-div-select label span {
    color: #F9A40C;
}

.custom-container-div label span {
    color: #F9A40C;
}

.custom-person-logo {
    background-image: url("../../img/persona.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 10px;
    padding-left: 35px;
}

.custom-bank-logo {
    background-image: url("../../img/banco.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 10px;
    padding-left: 14%;
}

.custom-identificacion-logo {
    background-image: url("../../img/identificacion.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 10px;
    padding-left: 45px;
}

.custom-email-logo {
    background-image: url("../../img/email.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 10px;
    padding-left: 45px;
}

.custom-ubicacion-logo {
    background-image: url("../../img/ubicacion.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 10px;
    padding-left: 30px;
}

.custom-movil-logo {
    background-image: url("../../img/movil.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-position-x: 10px;
    padding-left: 45px;
}

.ph-center::-webkit-input-placeholder {
    text-align: center;
    line-height: 100px; /* Centrado vertical */
}

.custom-container-buttons {
    padding: 4% 0% 0% 0%;
}

.custom-boton-pay {
    width: 12%;
    height: 34px;
    right: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: none;
    margin: 0% 2% 0% 2%;
}

.custom-boton-gray {
    background: #D9D9D9;
    color: #474747;
    font-weight: 700;
}

.custom-boton-green {
    transition: all 0.2s ease;
    background: #F8A410;
    color: white;
    font-weight: 700;
}

.custom-boton-green-disabled {
    transition: all 0.2s ease;
    background: #474747;
    color: white;
    font-weight: 700;
}

.container-image-apl-bottom {
    text-align: right;
}

.custom-message-error {
    display: none;
    margin: 10px;
}

    .custom-message-error label {
        font-size: 14px;
    }

.label-center {
    text-align: center;
}

.label-error {
    font-weight: bold !important;
    color: #B4424B;
    width: 100% !important;
}

.yellow {
    color: #FFC104;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}

.custom-container-title {
    text-align: start;
    padding: 0 60px;
}

.bg-gray {
    background-color: #d9d9d9;
    pointer-events: none;
}

.disabled-pay-methods {
    opacity: 0.5; /* Reducir opacidad para indicar deshabilitado */
    pointer-events: none; /* Evitar interacciones con los elementos dentro del contenedor */
    cursor: not-allowed; /* Cambiar cursor para indicar deshabilitado */
}
