.whats-app {
    background-color: #29A71A !important;
}

.whats-app:hover {
    color: #29A71A !important;
    background-color: #ffffff !important;
}

.whats-app:before {
    border: 3px solid #29A71A !important;
}

.btn-share {
    color: #feda46 !important;
}

.btn-share:hover {
    color: #feda46 !important;
    background-color: #ffffff !important;
} 

.btn-share:hover i {
    color: #fa441d !important;
    transition: 0.5s;
}

.btn-share:before {
    border: 3px solid #feda46 !important;
}

/* Equipe de Trabalho - Slider */
.team-slider .item {
    padding: 15px;
}

.team-slider .owl-nav {
    position: absolute;
    width: fit-content;
    top: -80px;
    right: 0;
}

.team-slider .owl-nav i {
    font-size: 16px;
    border: 1px solid #999;
    background-color: #fff;
    color: #999;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.team-slider .owl-nav i:hover {
    color: #fff;
}

.team-slider.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

@media (max-width: 767px) {
    .team-slider.owl-theme .owl-nav {
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin-top: 20px !important;

        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
}
/* FIM - Equipe de Trabalho - Slider */

.mobile-nav {
    display: flex !important;
    flex-direction: column;
    box-sizing: border-box;
}

.mobile-nav .login-mobile {
    margin-top: auto;
    color: #722c5c;
    text-decoration: none;
    transition: color 0.25s ease;
}

.login-mobile-cor {
    color: #feda46 !important;
}

.mobile-nav .login-mobile:hover {
    color: #ffffff;
}

.social-media-icons a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-icons li {
    margin-right: 6px !important;
}

.social-media-icons img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.call-us .call-us-whatsapp {
    width: 56px;
    height: 50px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    color: #25d366;
    font-size: 44px;
    line-height: 1;
}

#whats-app {
    position: fixed;
    right: 10px;
    bottom: 92px;
    z-index: 1111;
    height: 60px;
    width: 60px;
    display: block;
    text-decoration: none;
}

#whats-app img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 767px) {
    #whats-app {
        bottom: 82px;
        height: 50px;
        width: 50px;
    }

}
