.clienteapp_popup{
    display:none;
    position: fixed;
    width: 100%;
    z-index: 99999;
    height: 100%;
    top: 0px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    left: 0px;
    max-width: 100% !important;
    background: rgba(0, 0, 0, 0.5);
    margin: 0px !important;
    padding: 0px !important;
}
.clienteapp_popup_div{
    background: #FFF;
    width: 80%;
    padding: 10px;
    left: 10%;
    position: absolute;
    top: 50px;
    height: 76%;

}
.clienteapp_popup h3{
    float: left;
    font-size: 4vw;
    text-align: center;
    margin: 5px 0px;
}
.clienteapp_popup iframe {
    border: 0px;
    width: 100%;
    height: 100%;
}

.iclient-iframe {
    border-radius: 25px;
    padding: 10px 20px;
    margin: 17px 0px;
    white-space: nowrap;
}
