.whatsapp-floating {
    background-color: var(--bs-success);
    color: white;
    bottom: 105px;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    right: 65px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: var(--ltn__box-shadow-3);
    box-shadow: var(--ltn__box-shadow-3);
    position: fixed;
    z-index: 2147483647;
}
.whatsapp-floating i {
    line-height: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.whatsapp-floating:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}

@media (max-width: 991px) {
    .whatsapp-floating {
        font-size: 16px;
        height: 30px;
        width: 30px;
        bottom: 70px;
    }
    .whatsapp-floating i {
        line-height: 30px;
    }
}

.slide-brief,
.slide-brief * {
    color: white !important;

    font-size: 1.2em;
}

.text-white-all,
.text-white-all * {
    color: #fff !important;
}
