.popup
{   
    display: none;
    background: #FFF;
    position: fixed;
    z-index: 9999;
    transform: translateZ;
    padding: 2em;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: -moz-max-content;
    max-width: -moz-max-content;
    max-height: fit-content;
    max-width: fit-content;
}

.over-lay,
.over-lay-cargando
{
    position: fixed;
    width: 100%;
    height: 150%;
    background: #FFF;
    display: none;
    z-index: 9998;
    top: 0;
    left: 0;
}

.popupLoading 
{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 1em;
    max-width: 350px;
    background: #FFF;
}

.popup_close
{
    text-align: right;
    cursor: pointer;
    margin-bottom: 1em;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    float: right;
    position: absolute;
    right: .5em;
    top: .5em;
    color: #CCC;
}