#footer {
    margin-top: 50px;
}
#footer .wrapper {
    padding: 0 8%;
}
#footer .bg {
    overflow: hidden;
    background-color: #1f1f1f;
    padding-bottom: 5px;
}
#footer .titulo {
    font-size: 2em;
    color: #a2a2a2;
    letter-spacing: -0.07em;
    margin: 20px 0;
    font-weight: 300;
}
#footer .telefones {
    margin-bottom: 10px;
    margin-right: 20px;
    white-space: nowrap;
    width: auto;
}
#footer .telefonesdiv {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#footer .telefones span {
    display: inline-block;
    font-size: 1.2em;
    color: #9a9a9a;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: 300;
}
#footer .telefones a {
    color: #a2a2a2 !important;
}
#footer .telefones a i {
    color: #a2a2a2 !important;
}
#footer .telefones a:hover {
    text-decoration: none;
}
#footer .line {
    display: inline-block;
    clear: both;
    background-color: #434343;
    width: 100%;
    height: 1px;
    margin: 30px 0 3px;
}
#footer .txt1 {
    display: inline-block;
    font-size: 0.9em;
    color: #a2a2a2;
    font-weight: 700;
    margin-top: 10px;
}
#footer .txt1 span {
    font-size: 0.8em;
    font-weight: 400;
}
#footer .logoEsmeril {
    display: inline-block;
    float: right;
}
#footer .logoEsmeril span {
    background: url('../images/site/esmeril_01.png') 0 0 no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
#footer .logoEsmeril:hover span {
    background: url('../images/site/esmeril_01.png') 0 -40px no-repeat;
}


/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 480px) {
    body #footer .telefones .imgWrapper {
        display: inline-block;
    }
}

@media only screen and (min-width: 700px) {
    body #footer .telefones {
        display: inline-block;
    }
}

@media only screen and (min-width: 1300px) {
    #footer .wrapper {
        padding: 0 4%;
    }
    body #footer .telefones {
        width: auto;
    }
}