.loadingDiv.modal-backdrop.in {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    line-height: 1.428571429;
    font-family: -apple-system,BlinkMacSystemFont,"San Francisco",Roboto,"Segoe UI","Helvetica Neue",sans-serif;
    font-size: 14px;
    color: black;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100 !important;
    background-color: #000;
    opacity: .2;
}

.loadingIcon {
    position: fixed;
    left: 47vw;
    z-index: 1101 !important;
    margin-top: 40vh;
}
body {
    color:black;
}
    #titulo-fichapago{
    color:black;
}
body {
    overflow-y: auto;
}

.modal-backdrop {
    z-index: 99 !important;
}

.modal {
    z-index: 100 !important;
}

.pagos-detalles {
    margin-top: 10px;
    color: #898989;

}

.pagos-informacion {
    margin-top: 10px;
    color: #515050;
}

.pagos-bienvenido {
    color: #569fdc;
    font-size: x-large;
}

.pagos-body > p {
    margin-left: 1em;
}

.pagos-formapago {
    padding: 2em;
    background: #f8f7f7;
}

.pagos-resumen {
    padding: 2em;
    background: #E6E7E8;
}

.pagos-monto {
    margin-top: 10px;
    color: #33C481;
    font-weight:bolder;
    font-size:xx-large;
}

.ProfactLogo {
    text-align: center;
    display: block;
    background: white;
}

.opps {
    border-radius: 0.2em;
    box-sizing: border-box;
    padding: 0 45px;
    overflow: hidden;
    border: 1px solid #b0afb5;
    font-family: 'Open Sans', sans-serif;
}

.h3 {
    color: black;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-body.fichapago {
    padding: 0 1rem 1rem 1rem;
}

.opps-reminder {
    position: relative;
    top: -1px;
    padding: 0.5em 0 0.5em;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: #000000;
}

.opps-info {
    margin-top: 1em;
    position: relative;
}

    .opps-info:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.opps-brand {
    width: 45%;
    float: left;
}

    .opps-brand img {
        max-width: 150px;
        margin-top: 2px;
    }

.opps-ammount {
    width: 55%;
    float: right;
}

    .opps-ammount h2 {
        font-size: 1.5em;
        color: #000000;
        line-height: 24px;
        margin-bottom: 15px;
    }

#Moneda {
    font-size: 0.7em;
    position: relative;
    top: -2px
}

.opps-ammount p {
    font-size: 0.7em;
    line-height: 1em;
}

#Referencia {
    font-size: 1em;
    color: #000000;
    text-align: center;
    margin-top: -1px;
    padding: 0.3em 0 0.3em;
    border: 1px solid #b0afb5;
    border-radius: 4px;
    background: #f8f9fa;
}

.opps-instructions {
    margin: 32px -45px 0;
    padding: 0.3em 0.5em 0.3em;
    border-top: 1px solid #b0afb5;
    background: #f8f9fa;
}

.olFicha {
    margin: 0.7em 0 0 0.7em;
}

li {
    font-size: 0.8em;
    color: #000000;
}

.olFicha > li + li {
    margin-top: 10px;
}

.olFicha > li > a {
    color: #1155cc;
}


#btnOxxo {
    color: #5b5b5b;
    border-color: #FFC526;
    background-color: #FFC526;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    #btnOxxo:hover {
        color: #525f7f;
        border-color: #fff176;
        background-color: #fff176
    }

    #btnOxxo.focus, #btnOxxo:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(247,250,252,.5)
    }

    #btnOxxo.disabled, #btnOxxo:disabled {
        color: #525f7f;
        border-color: #fff176;
        background-color: #fff176
    }

    #btnOxxo:not(:disabled):not(.disabled).active, #btnOxxo:not(:disabled):not(.disabled):active, .show > #btnOxxo.dropdown-toggle {
        color: #525f7f;
        border-color: #fff176;
        background-color: #ffeb3b;
    }

        #btnOxxo:not(:disabled):not(.disabled).active:focus, #btnOxxo:not(:disabled):not(.disabled):active:focus, .show > #btnOxxo.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(247,250,252,.5)
        }

#btnPagar {
    color: white;
    border-color: #434343;
    background-color: #434343;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    #btnPagar:hover {
        color: white;
        border-color: #adb5bd;
        background-color: #adb5bd
    }

    #btnPagar.focus, #btnPagar:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(247,250,252,.5)
    }

    #btnPagar.disabled, #btnPagar:disabled {
        color: white;
        border-color: #adb5bd;
        background-color: #adb5bd
    }

    #btnPagar:not(:disabled):not(.disabled).active, #btnPagar:not(:disabled):not(.disabled):active, .show > #btnPagar.dropdown-toggle {
        color: white;
        border-color: #adb5bd;
        background-color: #8898aa;
    }

        #btnPagar:not(:disabled):not(.disabled).active:focus, #btnPagar:not(:disabled):not(.disabled):active:focus, .show > #btnPagar.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(247,250,252,.5)
        }
