.hidden {
    display: none;
}

.fixed-action-btn {
    position: fixed;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
    bottom: 160px;
    right: 14px;
}

.whatsapp {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
    bottom: 84px;
    right: 14px;
}

.show li:target {
    visibility: visible;
}

.btn-floating {
    display: flex;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 57px;
    height: 57px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    vertical-align: middle;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-floating-whats {
    display: inline-block;
    color: #fff;
    overflow: hidden;
    z-index: 999;
    width: 57px;
    height: 57px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    vertical-align: middle;
    background-color: #01d14c;
    border-color: #01d14c;
}

.btn-floating.btn-large i {
    line-height: 56px;
    font-size: 30px;
}

.btn-floating-whats.btn-large i {
line-height: 56px;

    font-size: 38px;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    line-height: 40px;
}

.btn-floating-whats i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    line-height: 40px;
}

.fixed-action-btn1 {
    -webkit-transform: translateY(-50%);
    transform: translateY(0);
    width: auto;
}

.fixed-action-btn1 a {
    margin-bottom: 15px;
    margin-left: -250px;
}

.telefone {
    background-color: #00d058;
    padding: 18px 46px 20px;
    border-radius: 20px;
    color: #ffff;
    font-weight: 800;
    font-size: 16px;
    opacity: 1;
}

.btn-floating1.btn-info {
    text-decoration: none;
}

.telefone i {
    font-size: 2ch;
}

.telefone span {
    background-color: #339c60;
    font-weight: 800;
    position: absolute;
    margin: 36px 0 0 -32px;
    padding-left: 18px;
    line-height: 18px;
    font-size: 0.5em !important;
    padding-right: 13px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

@media (max-width: 575px) {
    .whatsapp {
        bottom: 87px;
        right: 10px;
    }
    .fixed-action-btn {
        position: fixed;
        padding-top: 15px;
        margin-bottom: 0;
        z-index: 997;
        bottom: 151px;
        right: 10px;
    }
    .telefone span {
        margin: 34px -50px 14px -30px;
    }
}

.btn-floating-whats::after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #ffffff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}


@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}