.c-icon[data-v-5604dffe]{margin-right:.3rem}.chat-toggle{bottom:20px;background:#fff;cursor:default;z-index:1000;cursor:pointer}.chat-toggle,.whatsapp-chat{position:fixed;right:20px;width:60px;height:60px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3)}.whatsapp-chat{bottom:100px;background:#25d366;cursor:pointer;z-index:2000;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.whatsapp-chat:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.whatsapp-chat img{width:35px;height:35px}.chat-wrapper{position:fixed;bottom:20px;right:20px;z-index:9999}.chat-toggle img{width:50px;height:50px;cursor:pointer}.chat-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;pointer-events:auto}.chat-icon img{display:block;width:100px;height:100px}.chat-close{font-size:24px;color:#333;cursor:pointer}.social-icons{position:fixed;bottom:100px;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:10px;z-index:1000}.chat-toggle img,.social-icon img{width:50px;height:50px;cursor:pointer;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.chat-toggle img:hover,.social-icon img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.chat-text{background-color:#fff;color:#333;font-size:14px;padding:8px 12px;border-radius:20px;margin-right:10px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.15);box-shadow:0 2px 6px rgba(0,0,0,.15);white-space:nowrap;position:absolute;right:60px;bottom:5px;-webkit-animation:fadeIn .4s ease;animation:fadeIn .4s ease}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fade-slide-enter-active,.fade-slide-leave-active{-webkit-transition:all .3s ease;transition:all .3s ease}.fade-slide-enter,.fade-slide-leave-to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}