﻿.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.caja {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    background: #58832b;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px r-radius: 3px 0px 35px 0px;
}

.PogressModal {
    z-index: 99999;
    position: fixed;
    height: 100%;
    width: 100%;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #003774;
    filter: alpha(opacity=50);
    opacity: 0.8;
}