.containercontact {
    position: absolute;
    width: 100%;
    height: 200px;
    margin-top: 20px;
    Text-align: center;
}

.contact-method {
    width: 220px;
    height: 140px;
    display: inline-block;
    background: #3ae374;
    margin: 10px;
    color: #fff;
    position: relative;
    cursor: pointer;
    font-family: 'ubuntu';
}

.contact-method i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 5em;
    line-height: 140px;
    background: #32ff7e;
    z-index: 1;
    transition: transform 0.6s;
}

.contact-method span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    font-family: 'ubuntu';
    font-size: 17px;
}

.contact-method:hover i {
    transform: translatey(-100%);
}

#rodape {
    background-color: #000;

    height: 50px;
    margin-top: 20px;
    clear: both;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    bottom: 0px;
}

.design {
    text-align: center;
    font-family: 'ubuntu';
    font-size: 15px;
    color: white;
    margin-top: 15px;

}

.design .a {
    color: rgb(102, 101, 101);
    font-family: 'ubuntu';
    font-size: 15px;
}

.a {
    color: rgb(102, 101, 101);
    font-family: 'ubuntu';
    font-size: 15px;
}

.ultima {
    font-family: 'ubuntu';
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}