footer {
    max-height: 100px;   
    background: #002E6E;
}
@media screen and (max-width: 480px) {
    footer {
        max-height: 200px;
        height: 200px;
    }
}

footer .info-footer {
    padding: 10px!important;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
}

footer .contact {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #002E6E;
}

@media screen and (max-width: 480px) {
    footer .contact {
        margin-top: 30px;
    }
}

footer .icon-footer {
    margin-right: 10px;
}
footer a {
    color: #fff;
    transition: all .2s ease;
}

    footer a:hover {
        color: #4a89dc;
        text-decoration:underline;
    }
    footer .icon-footer.wtsapp {
        width: 35px;
        height: 35px;
        position: relative;
        bottom: -7px;
    }

    footer .icon-footer.email {
        width: 32px;
        height: 20px;
        margin-right: 0;
        top: -6px;
        position: relative;
        left: -11px;
    }
    .contact-info .phone sup {
    font-size: 11px;
    top: -10px;
}
    .contact-info .phone {
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 100;
}
