
/*-------------------------------------------------------*/
/* 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: 25px 0 15px 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:12.5px;
    color:#ffffff;
    font-weight: 500;
}

footer .informacoes li.email:hover {
    width: auto;
    white-space: normal;
    overflow: auto;
}


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 5px 0 0;
}
footer .copyrights {
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.2em;
    border-top-width: 1px;
    border-top-style: solid;
}

footer .copyrights .mediasystems {
    float: right;
}
footer .copyrights .mediasystems img {
    height: 29px;
    margin: -3px 11px 0 0;
}
.footer-contato {
    padding: 30px 0;
    font-size: 15px;
    line-height: 1.2em;
    /*border-top-width: 1px;
    border-top-style: solid;*/
}
.footer-contato a {
    font-size: 25px;
    text-align: right;
    margin-top: 30px;
    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: 28px;
    top: 3px;
    margin-right: 2px;
    position: relative;
}
.sitemap .menu-footer .row.nova-linha {
    margin-top:20px;
}
.sitemap .menu-footer .titulo a,
.sitemap .menu-footer .titulo a:hover {color:#fff;text-decoration: none;}

@media (max-width: 768px) {
    .footer-contato a{
        text-align: center!important;
    }
    .telefone{
        margin-top: -25px;
    }
}

footer .sitemap .titulo {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 400;
    margin-top: 25px;
}
footer .sitemap ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
