
/*-------------------------------------------------------*/
/* RODAPÉ
/*-------------------------------------------------------*/
footer .sitemap {
    padding:35px 0;
}
footer .funcionamento {
    margin: 0 0 65px 0;
    font-size: 14px;
}
footer .funcionamento i {
    margin: 0 10px 0 0;
}
footer .funcionamento .opcao {
    float: right;
}
footer h3 {
    margin: 0 0 40px 0;
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
}

footer ul li {
    width: 100%;
    float: left;
    margin: 0 0 8px 0;
    color: #959595;
    font-weight: 300;
    font-size: 13px;
}
footer ul li a {
    color: rgba(255,255,255,0.6);
    transition: 0.2s;
}
footer ul li a:hover {
    color: #FFF;
    text-decoration: none;
    transition: 0.2s;
}
footer .informacoes {
    font-size: 14px;
    background:transparent url('/imagens/map-img.png') no-repeat center center;
}
footer .informacoes .email {
    font-size:16px;
    color:#FFF;
}
footer .informacoes ul li {
    width: 100%;
    float: left;
    margin: 0 0 6px 0;
    list-style: none;
    line-height: 1.9em;
}
footer .informacoes ul li i {
    margin: 0 10px 0 0;
}
footer .copyrights {
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.2em;
    border-top-width: 0px;
    border-top-style: solid;
}

footer .copyrights .mediasystems {
    float: right;
}
footer .copyrights .mediasystems img {
    height: 29px;
    margin: -3px 11px 0 0;
}
.footer-contato {
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.2em;
    /*border-top-width: 1px;
    border-top-style: solid;*/
}
.footer-contato a {
    font-size: 22px;
    text-align: right;
    margin-top: 20px;
    display: block;
    text-decoration: none;
}
.footer-contato .outro-telefone {
    margin-top:5px;
    font-size:18px;
}
.footer-contato a:hover, .footer-contato a:hover i{
    transition: 0.2s;
}
.footer-contato a i{
    font-size: 25px;
    top: 3px;
    margin-right: 2px;
    position: relative;
    padding: 10px 10px 10px 30px;
}

@media (max-width: 768px) {
    .footer-contato a{
        text-align: center!important;
    }
    .telefone{
        margin-top: -25px;
    }
}

footer .sitemap .titulo {
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: 400;
}
footer .sitemap ul {
    margin:0;
    padding:0;
    list-style-type: none;
}

.border-left {
    height: 45px;
    padding: 5px 0px 11px 0px;
}