.footer {
    background: #717271;
    color: #fff;
    padding: 50px 1em;
    margin-top: 50px;
}

.footer .sitemap .title {
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'FFSanukWebBold';
}

.footer .sitemap .subtitle {
    font-size: 10pt;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    font-family: 'FFSanukWebBold';
}

.footer .sitemap .item {
    font-size: 11pt;
    line-height: 30px;
}

.footer .sitemap .item a {
    color : #fff;
}

.footer .footer-info {
    margin-top: 50px;
}

.footer .footer-info address {
    line-height: 2em;
    font-size: 12pt;
    word-wrap: break-word;
}

.footer .footer-info .newsletter .form-group input.form-control {
    background-color: #cac8c8;
    font-size: 11pt;
    border-radius: 0;
}

.footer .footer-info .newsletter input::-webkit-input-placeholder,
.footer .footer-info .newsletter input::-moz-placeholder,
.footer .footer-info .newsletter input:-ms-input-placeholder {
    color: #787877;
}

.footer .footer-info .newsletter button {
    background: url('../images/button.png');
    border: none;
    background-size: 100%;
    width: 164px;
    height: 45px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.logo-blue {
    height: 90px;
    background: url('../images/logoiurodape.svg');
    background-position: center;
    background-size: 60px;
    background-repeat: no-repeat;
}