footer {    
    background: linear-gradient(180deg,#fff 20%,#DBEFFE 80%);    
    position: relative;
    font-weight: 400;
    margin-bottom: 160px;
}

footer div:not(.overlay) {
    z-index: 10;
}

/*- Barra 01 -*/

.footer-barra01 {
    width: 100%;
    height: auto;
    padding: 30px 0;
    overflow: hidden;
    border-top: 2px solid rgba(52, 182, 231, 0.1);
}

.footer-barra01 .menu {
    width: 100%;
    height: auto;
    color: #FFF;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.footer-barra01 .menu h4 {
    color: #014083;
    padding: 20px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.footer-barra01 .menu ul {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-barra01 .menu ul li {
    width: 100%;
    float: left;
}

.footer-barra01 .menu ul li a {
    font-size: 13px;
    color: rgba(1,64,131, 0.6);
    transition: 0.3s;
}

.footer-barra01 .menu ul li a:hover {
    color: #1daee4;
}

/*- Barra 02 -*/

.footer-barra02 {
    width: 100%;
    height: auto;
    padding: 40px 0;
    overflow: hidden;
    border-top: 1px solid rgba(52, 182, 231, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.footer-barra02 .menu {
    width: 100%;
    height: auto;
    color: #FFF;
}

.footer-barra02 .menu h4 {
    color: rgba(1,64,131, 1);
    padding: 0px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.footer-barra02 .menu .texto {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: rgba(1,64,131, 0.6);
    padding: 0px 0 10px 0;
}

.footer-barra02 .menu .contato-rodape {
    font-size: 16px;
    color: rgba(1,64,131, 1);
}

.footer-barra02 .menu .bt-rodape {
    width: 100%;
    color: #FFF;
    background-color: rgba(1,64,131, 0.8);
    margin-left: 0px;
    transition: 0.3s;
    border-radius: 0 6px;
}

.footer-barra02 .menu .bt-rodape:hover {
    background-color: rgba(1,64,131, 0.95);
}

.footer-barra02 ul {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer-barra02 ul li {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.footer-barra02 ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 7px 14px;
    text-align: center;
    color: #FFF;
    background-color: rgba(1,64,131, 0.8);
    transition: 0.3s;
    border-radius: 0 6px;
}

.footer-barra02 ul li a:hover {
    background-color: rgba(1,64,131, 0.95);
}

/*- Barra 03 -*/

.footer-barra03 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    background: rgba(1,64,131, 0.8);
}

.footer-barra03 .copyright {
    text-align: center;
    color: #FFF;
    padding: 10px 0 5px 0;
    font-size: 14px;
}

.footer-divisao{
    width: 100%;
    height: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+1,2e3715+50,202020+100 */
    background: #202020; /* Old browsers */
    background: -moz-linear-gradient(left, #202020 1%, #2e3715 50%, #202020 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #202020 1%,#2e3715 50%,#202020 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #202020 1%,#2e3715 50%,#202020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#202020',GradientType=1 ); /* IE6-9 */
}

.footer-fixo {
    position: fixed;
    z-index: 1000;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
    background-color: #E8F7FC;
    bottom: 0;
    width: 100%;
    height: 10em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid rgba(52, 182, 231, 0.1)
}
.box-footer-fixo{
    color: #014083;
    font-size: 19px;
    font-weight: bold;
}
.box-footer-fixo span{
    color: #1BADE5;
    font-weight: normal;
}
.bt-footer-fixo a{
    background: rgba(1,64,131, 0.75);
    color: #E8F7FC;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
}
.bt-footer-fixo a:hover{
    background: rgba(1,64,131, 1);
    color: #46C5F0;
}

/*Chat Rodapé site*/
.bt-footer-chat {
    width: 60px!important;
    height: 60px!important;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #28A219;
    font-size: 30px;
    border-radius: 100px;
    z-index: 999999;
    text-align: center!important;
    border: 2px solid #FFF;
    color: #FFF;
    transition: 0.2s;
    display: flex;
    align-items: center;
    padding: 0px 13px;
}

@media (max-width: 767px) {
    .bt-footer-chat {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 15px;
        bottom: 15px;
        background: #28A219;
        font-size: 27px;
        border-radius: 100px;
        z-index: 999;
        text-align: center;
        border: 2px solid #FFF;
        color: #FFF;
        transition: 0.2s;
        display: flex;
        align-items: center;
        padding: 0px 14px;
    }    
}
/* Fim Chat Rodape site*/