.popup {
    width: 400px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    z-index: 1;

}

.popup img {
    width: 100px;
    margin-top: -50px;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.popup h2{
    font-size: 38px;
    font-weight: 500px;
    margin: 30px 0 10px;
}
.popup button{
    width: 100%;
margin-top: 50px;
padding: 10px 0;
background: #6fd649;
color: #fff;
border: 0;
outline: none;
font-size: 18px;
border-radius: 4px;
cursor: pointer;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);


}














/* -- obsoletos Styles ------------------------------------- */

.msgpos {
    position: absolute;
    left: 30%;
    top: 200px;
    width: 400px;
    z-index: 1;
}

.msgtabla {
    margin: 20px;
    border-top: 2px solid #999999;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    border-left: 2px solid #999999;
}

.msgtitulo {
    background-color: #00B072;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    padding: 5px;
    height: 15px;
    font-size: 12px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.msgcontenido {
    color: #000000;
    padding: 5px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    border: none;
    background-color: #EBEBEB;
}

/*-- obsoletos stiles ---------------------------------------- */