.arrow-up svg {
        fill: none !important
    }

    .whatsapp {
        z-index: 20;
        width: 50px;
        height: 50px;
        bottom: 85px;
        right: 30px;
        position: fixed;
        font-size: 1.5em;
        text-align: center;
        color: #fff;
        background: linear-gradient(212.59deg, #5EFA79 16.07%, #32BD2E 85.53%);
        border: 1px solid linear-gradient(#5EFA79, #32BD2E);
        border-radius: 30px;
        padding: 9px 0px;
    }

    .squareChatButtonRight {
        z-index: 20;
        width: 50px;
        height: 50px;
        top: inherit;
        right: 30px;
        position: fixed;
        font-size: 1.5em;
        text-align: center;
        color: #fff;
        background: #DE9726;
        border: 1px solid #DE9726;
        border-radius: 30px;
        padding: 5px 0px;
        bottom: 80px;
    }

    .squareChatButtonRight:hover {
        background: #DE9726;
        border: 1px solid #DE9726;
    }

    .arrow-up:hover {
        background: #DE9726;
        border: 1px solid #DE9726;
    }
    .arrow-up {
        z-index: 20;
        width: 50px;
        height: 50px;
        bottom: 25px;
        right: 30px;
        position: fixed;
        font-size: 1.5em;
        text-align: center;
        color: #fff;
        background: #DE9726;
        border: 1px solid #DE9726;
        border-radius: 30px;
        padding: 9px 0px;
    }

    .fa-2x {
        font-size: 1em;
    }

    .squareChatButtonLeft {
        display: none
    }