/*====================================
        FOOTER
====================================*/

.footer-likerj{
    background:#fff;
    color:#005bbb;
    padding:60px 0;
}

.footer-logo{
    width:140px;
}

.footer-likerj h5{
    color:#ffc107;
    margin-bottom:20px;
    font-weight:700;
}

.footer-likerj p{
    color:#e9ecef;
    line-height:1.8;
}

.footer-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-menu li{
    margin-bottom:12px;
}

.footer-menu a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-menu a:hover{
    color:#ffc107;
    padding-left:8px;
}

.footer-likerj hr{
    border-color:rgba(255,255,255,.20);
    margin:35px 0 20px;
}

.footer-likerj .btn{
    border-radius:30px;
}

.footer-likerj .btn:hover{
    background:#ffc107;
    color:#000;
    border-color:#ffc107;
}
/*=========================
BOTÃO WHATSAPP
==========================*/

.whatsapp-float{

    position:fixed;
    right:25px;
    bottom:25px;

    width:65px;
    height:65px;

    background:#25D366;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:34px;
    text-decoration:none;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

    z-index:9999;

    transition:background .3s, color .3s;

    animation:pulseWhats 2.5s infinite;

}

.whatsapp-float:hover{

    background:#1ebe5d;
    color:#fff;

    animation-play-state:paused;

    transform:scale(1.15);

}

/*=========================
ANIMAÇÃO WHATSAPP
==========================*/

@keyframes pulseWhats{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.60);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

@media(max-width:768px){

    .whatsapp-float{

        width:58px;
        height:58px;
        font-size:30px;

        right:18px;
        bottom:18px;

    }

}
/* AJUSTE FINAL DO RODAPÉ */

.footer-likerj h5 {
    color: #1649a0 !important;
}

.footer-likerj p {
    color: #222 !important;
}

.footer-menu a {
    color: #222 !important;
}

.footer-menu a::before {
    color: #1649a0 !important;
}

.footer-menu a:hover {
    color: #1649a0 !important;
}

.footer-likerj hr {
    border-top: 1px solid #d9dfe8 !important;
}

.social-button {
    color: #1649a0 !important;
    border-color: #1649a0 !important;
}

.social-button:hover {
    background: #1649a0 !important;
    color: #fff !important;
}

.footer-bottom {
    color: #222 !important;
}

.footer-bottom strong {
    color: #1649a0 !important;
}
/* CENTRALIZA A PARTE INFERIOR DO RODAPÉ */

.footer-bottom {
    text-align: center !important;
    color: #222 !important;
    font-size: 17px;
    line-height: 1.8;
    width: 100%;
}

.footer-bottom strong {
    color: #1649a0 !important;
}