
/*
Footer 
---------------------------*/
#footer {
    background: #373737;
    margin-top: 0px;
    overflow: hidden;
    display: block;
    margin-top: 50px;
}
.barra-footer{
    background-color: #316AA2;
    padding: 70px 0 60px 0;
    float: left;
    width: 100%;
    margin-top: -1px;
    border-top: 5px solid #CEB539;
}
.barra-footer .logo {
    color: #aaa;
    width: 95%;
    margin-bottom: 20px;
}
.barra-footer .atendimento h2 {
    color: #f2f2f2;
    font-size: 13px;
    font-weight: bold;
}
.barra-footer .atendimento p {
    color: #f2f2f2;
    font-size: 12px;
}
.barra-footer p{
    color: #aaa;
}
.barra-footer .footer-social > a{
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 37px !important;
    background-color: rgba(0, 0, 0, .15);
    text-align: center;
    color: #CEB539;
    margin-top: 15px;
}
.barra-footer .footer-social > a:nth-last-of-type(1){
    margin-right: 0;
}
.barra-footer.footer-social > a:hover{
    background-color: #0067aa;
    color: #fff;
}
.barra-footer .titulo {
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
}
.barra-footer .links{
    margin-top: 35px;
    padding-left: 0;
    list-style: none;
}
.barra-footer .links > li{
    margin-bottom: 20px;
    text-align: left;
}
.barra-footer .links > li:nth-last-of-type(1){
    margin-bottom: 0;
}
.barra-footer .links > li > a{
    color: #f2f2f2;
    font-size: 13px;
}
.barra-footer .links > li > a:hover{
    opacity: 0.7;
}
.barra-footer .localizacao {
    line-height: 24px;
    font-size: 13px;
    color: #f2f2f2;
    margin-top: 30px;
    display: block;
}
.barra-footer .localizacao span {
    display: block;
}
.barra-footer .botao-localizacao {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #4188cd;
    -webkit-box-shadow: 0 2px 9px rgba(0,0,0,.08);
    -moz-box-shadow: 0 2px 9px rgba(0,0,0,.08);
    box-shadow: 0 2px 9px rgba(0,0,0,.08);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 20px;
}
.barra-footer .botao-localizacao span {
    display: inline-block;
    padding: 10px 26px 9px;
    color: #ffffff;
    font-size: 12px;
    text-transform: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.barra-footer .botao-localizacao i {
    padding: 12px 15px;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background: #2B5E8F;
    border-radius: 0 3px 3px 0;
}
.barra-footer .botao-localizacao:hover {
    -webkit-box-shadow: 0 2px 9px rgba(0,0,0,.20);
    -moz-box-shadow: 0 2px 9px rgba(0,0,0,.20);
    box-shadow: 0 2px 9px rgba(0,0,0,.20);
}
.barra-footer .botao-localizacao:hover i {
    background: #00568e;
}
.copyright{
    background-color: #2B5E8F;
    color: #aaa;
    float: left;
    width: 100%;
}
.copyright a{
    color: #f2f2f2;
}
.copyright span {
    line-height: 50px;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0.03em;
    color: #f2f2f2;
}
.margin-top-30px {
    margin-top: 30px !important;
}