.flutuantWhatsapp {
    position: fixed;
    bottom: 100px;
    left: 10px;
}

/****************** SECTION CONTATO ******************/
section.contato {
    background-color: #4b4841;
}

section.contato h3,
section.contato p {
    color: #FFF;
}

section.footer .divLogo img {
    width: 180px;
}

section.footer ul.nav {
    position: absolute;
}

section.footer ul.nav li {
    border-right: 1px solid #325481;
}

section.footer ul.nav li:hover a {
    color: #4b4841 !important;
}

section.footer ul.nav li:last-child {
    border-right: none;
}

section.footer ul.nav li a {
    font-size: 14px;
    color: #325481;
    font-weight: bold;
}

section.footer .divCopyright span {
    color: #6f6f6f;
}

/*******************************************************/
/********************* RESPONSIVO **********************/
/*******************************************************/

@media (min-width: 320px) and (max-width: 768px) {
    .flutuantWhatsapp {
        z-index: 999;
        bottom: 100px;
    }

    .flutuantWhatsapp img {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    section.contato .formularioContato {
        top: -30px;
    }
}