﻿footer {
    background-color: #A10509;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

#footer-linha-2 {
    background-color: #7b0206;
    margin: 10px 10px 10px 10px;
    border-radius:5px;
}

.footer-linha-3{
    background-color: #7b0206;
    margin: 10px 10px 10px 10px;
    border-radius:5px;
}

.footer-linha-3 {
    background-color: #7b0206;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    border-radius:5px;
    text-align:left;
    height:390px;
}

    .footer-linha-3 a,
    .footer-linha-3 div,
    .footer-linha-3 p,
    .footer-linha-3 h3,
    .footer-linha-3 span 
    {
        color: #fff;
        margin: 10px 10px 10px 10px;
    }

.info-deposito-footer{
    font-size:11px;
}

.info-deposito-footer p{
    margin-left:0px !important;
}

footer .copyright{
    font-size:11px;
}

@media (max-width:767px) {
    .newsletter input.nome { position:relative; top:5px; }
    .newsletter .input-group{ position:relative; top:20px; margin-bottom:20px; }

}