#whats-flutuante .text-footer-whats {
    display: flex;
    position: relative;
    bottom: -66px;
    margin-right: 100px;
    padding: 0.7rem 1.1rem;
    font-size: 0.8rem;
    line-height: 14px;
    color: #00205c;
    font-weight: normal;
    background-color: #fff;
    border-radius: 12px;
}

#whats-flutuante .text-footer-whats::after {
    position: absolute;
    content: '';
    /* color: #34ff2d; */
    width: 8px;
    height: 20px;
    background-image: url(../images/arrow-whats.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 20px;
    top: 16px;
    right: -8px;
    /* transform: rotate(90deg); */
}

.btn-whats-footer {
    position: fixed;
    display: none;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

.btn-whats-footer a {
    display: block;
    text-align: right;
}