.footer {
    background-color:#f1f1f1;
}

.footer-line {
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left:45px;
    padding-right:45px;
    color: #090c33;
}

.footer-contato-wrapper {
    background-color:whitesmoke;
}
.footer-contato-wrapper .footer-contato-box {
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
    font-weight:500;
}
.footer-contato-wrapper .footer-contato-box img {
    max-width:40px;
    margin-bottom:10px;
}
.footer-contato-wrapper .footer-contato-box.middle {
    border-right:2px solid lightgray;
    border-left:2px solid lightgray;
}
.footer-copyright-wrapper {
    padding:30px 45px 30px 45px;
    color:#090c33;
    font-weight: bold;
}
.footer-copyright-wrapper .footer-copyright {
    float:left;
}
.footer-copyright-wrapper .footer-social {
    float:right;
}
