html, body, #wrapper {
    height:98%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
#wrapper td {
    vertical-align: middle;
    text-align: center;
}
img {
    width: 70vw;
    height: auto;
}
.img-bg {
    width: 100%;
    height: auto;
}
.button {
    font-size: 2.5em;
    width: 80vw;
    color: #ffffff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #00b050;
    border-radius: 100px;
    margin: 1.5em auto 1em;
    padding: 15px 10px;
}
.fa-whatsapp {    
    color: #00b050;
    vertical-align:middle;
}
.contato, .texto {
    font-size: 2.7em;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: none;
    color: #606060;
}
.contato {
    line-height: 2em;
}
.texto {
    margin: 2em auto 0.5em;
}
.branco {
    color: #ffffff;
}
.branco:hover {
    color: #ffffff;
}
.legenda {    
    font-size: 2.1em;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: none;
    color: #606060;
    margin: 0 auto 0.5em;
}
.espaco {
    padding: 0 1.5em;
}
a {
    color: #00b050;
    text-decoration: none;
}
a:hover {
    color: #c00000;
}
.button:hover {
    background-color: #c00000;
}
i {
    font-size: 1.4em;
    margin-right: 0.25em;
    color: #c00000;
    vertical-align:middle;
}
.fa-phone-alt {
    font-size: 1.25em;
}
footer {
    font-size: 1.5em;
    color: #3a7454;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    position: fixed;
    background-color: #abe9c7;
    padding: 10px 0;
    min-height: 20px;
    width: 100%;
    bottom: 0;
}

@media only screen and (min-device-width: 768px) {
    .mobile {
        display: none;
    }   
    img {
        width: 526px;
        height: auto;
    }
    .img-bg {
        width: 526px;
        height: auto;
        border-radius: 10px;
    }
    .button{
        font-size: 1.25em;
        width: 20vw;
        margin: 2em auto;
    }
    i {
        margin-left: 2em;
    }
    .fa-whatsapp {
        margin-left: 0;
    }
    .contato, .texto {
        font-size: 1.2em;
    }
    .legenda {    
        font-size: 1em;
    }
    footer {
        font-size: 0.7em;
    }
}

@media only screen and (max-device-width: 767px) {
    .desktop {
        display: none;
    }
    img {
        margin-top: 3em;
    }
    .img-bg {
        margin-top: 0.5em;
    }
    .texto {
        margin: 1em 1em 0.25em;
    }
}