html{
    height: 100%;
}
body{
    height: 100%;
    margin: 0;
    background-color: #ffffff;
    color: #222222;
    font-family: verdana;
    font-size: 16px;
    letter-spacing: 2px;
    min-width: 320px;
    min-height: 500px;
    white-space: nowrap;
}

.wrapper{
    height: 100%;
    position: relative;
}
.content{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 45%;
    display: inline-block;
    transform: translate(-50%,-50%);
    /*    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);*/
}
.content h1{
    font-size: 28px;
    font-weight: bold;
}
.content h2{
    margin-top: 0;
    font-size: 16px;
}
.content img{
    min-width: 100px;
    max-width: 200px;
    width: 100%;
}
.content p a{
    color: #222222;
    vertical-align: bottom;
    text-decoration: none;
}
.content .icon_whatsapp29{
    margin-left: 10px;
    vertical-align: bottom;
}
.content .icon_email29{
    margin-right: 10px;
    vertical-align: middle;
}
.content .icon_email22{
    margin-right: 10px;
    vertical-align: bottom;
}
.content .icon_map40{
    margin-bottom: 10px;
}
.icon_whatsapp29{
    background-image: url("../img/whatsapp29.png");
    background-size: 29px 29px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 29px;
    height: 29px;
}
.icon_email29{
    background-image: url("../img/email29.png");
    background-size: 39px 29px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 39px;
    height: 29px;
}
.icon_email22{
    background-image: url("../img/email22.png");
    background-size: 29px 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 29px;
    height: 22px;
}
.icon_map29{
    background-image: url("../img/map29.png");
    background-size: 33px 29px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 33px;
    height: 29px;
}
.icon_map40{
    background-image: url("../img/map40.png");
    background-size: 45px 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 45px;
    height: 40px;
}

@media (max-width: 379px) {
    .content .icon_email22{
        margin: 0px auto 5px;
        display: block;
    }
}