/* Estilos propios de BeCam */

        .sticky-btns {
            position: fixed;
            z-index: 15;
            right: -58px;
            bottom: 10px;
            transition: right .3s
        }

        .sticky-btns .quick-contact-whatsapp {
            display: block;
            width: 300px;
            bottom: 50px;
            left: -200px;
            position: absolute;
            padding: 12px 20px 24px 20px;
            border: 0px solid #b2b2b2;
            background: transparent;
            border-radius: 0 0 0 0
        }
