body{
    font-family: Arial, Helvetica, sans-serif;
}
.mensajeIphone2{
    position: absolute;
    width: 350px;
    height: 50px;
    z-index: 10;
    font-size: 13px;
    color: #fff;
    text-align: center;
    bottom: 8px;
    transform: translate(15%);
}
.ventana2{
    display: none;
    position: absolute;
    width: 450px;
    height: 580px;
    left: 50%;
    transform: translate(-50%);
    top: 15px;
    background-color: #22623C;
    border-radius: 5%;
}
.imagen2{
    position: relative;
    text-align: center;
    top:20px;
}
.texto2{
    color:#fff;
    font-weight: bolder;
    position: relative;
    text-align: center;
    text-wrap: wrap;
    top:20px;
}
.txtBig2{
    font-weight:700;
    font-size: 50px;
}
.txtMedium2{
    font-weight:600;
    font-size: 30px;
}
.botones2{
    position: relative;
    text-align: center;
    width: 550px;
    top:40px;
    left: 50%;
    translate: -50%;
}