@charset "utf-8";

/* ########## CONTATO WHATSAPP ########## */
.e_contato_whatsapp { width: 90px; height: 90px; position: fixed; bottom: 20px; left: 20px; z-index: 998; background: rgba(255, 255, 255, 0.65); border-radius: 100%; transition: .25s cubic-bezier(0.43, 0.26, 0.15, 1.42); }
.e_contato_whatsapp:hover { transform: scale(1.2); background: #fff; }