.styles_floatingWhatsapp__Gtd5x{width:100%;height:100%;text-align:left;position:relative}.styles_whatsappButton__GIUKK{width:60px;height:60px;display:flex;justify-content:center;align-items:center;position:fixed;bottom:2rem;right:2rem;cursor:pointer;background-color:#25d366;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 4px 12px 0 rgba(0,0,0,.15)}.styles_whatsappButton__GIUKK:after{content:"";border-color:inherit;width:60px;height:60px;border-radius:50%;position:absolute;opacity:0;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:1.2s;animation-name:styles__pulse__iDr4z;animation-iteration-count:infinite;animation-delay:1s}.styles_whatsappButton__GIUKK svg{fill:#fff;padding:.5rem;width:55px;height:55px}.styles_whatsappChatBox__wU1wT{display:flex;flex-direction:column;justify-content:space-between;border-radius:18px;overflow:hidden;background-color:#fff;touch-action:auto;position:fixed;bottom:7rem;right:4rem;width:375px;opacity:0;transition:height .2s ease-out;box-shadow:0 4px 12px 0 rgba(0,0,0,.5)}.styles_whatsappChatBox__wU1wT.styles_open__ENz3V{animation-name:styles__bounceIn__EaHuY;animation-duration:.4s;transition-timing-function:ease-out;animation-fill-mode:both}.styles_whatsappChatBox__wU1wT.styles_close__OiudA{animation-name:styles__bounceOut__ceU82;animation-duration:.6s;transition-timing-function:ease-in;animation-fill-mode:both}@media (min-width:320px) and (max-width:480px){.styles_whatsappChatBox__wU1wT{right:0;left:0;max-width:90%;margin:auto}}.styles_chatHeader__if28P{background-color:#075e54;display:flex;align-items:center;margin-bottom:auto;min-height:65px;padding:.25rem}.styles_chatHeader__if28P .styles_avatar__MRTXb{padding:.25rem;max-width:20%;position:relative}.styles_chatHeader__if28P .styles_avatar__MRTXb img{vertical-align:middle;border-radius:50%;height:60px;width:60px;border:1px solid hsla(0,0%,100%,.473)}.styles_chatHeader__if28P .styles_avatar__MRTXb:after{content:"";width:10px;height:10px;background:#4fbe86;border:1px solid #fff;position:absolute;border-radius:50%;bottom:5px;right:8px}.styles_chatHeader__if28P .styles_avatar__MRTXb svg{fill:#fff;vertical-align:middle}.styles_chatHeader__if28P .styles_status__BlFum{color:#fff;display:flex;flex-direction:column;width:70%;padding:.5rem}.styles_chatHeader__if28P .styles_statusTitle__ODnYM{font-size:16px;font-weight:700}.styles_chatHeader__if28P .styles_statusSubtitle__fJ_xg{font-size:80%;margin-top:.25px;color:#f0f0f0}.styles_chatHeader__if28P .styles_close__OiudA{padding:1rem;display:flex;cursor:pointer}.styles_chatHeader__if28P .styles_close__OiudA svg{fill:#fff;width:24px;height:24px}.styles_chatBody__gZXhZ{padding:20px;background-size:cover;background-repeat:repeat;max-height:382px;background-color:#e5ddd5;height:100%;opacity:.9}.styles_chatBubble__hgHLC{background-color:#e6f8f1;padding:16px 28px;border-radius:20px;border-bottom-left-radius:2px;display:inline-block}.styles_typing__ZBgHW{align-items:center;display:flex;height:17px}.styles_typing__ZBgHW .styles_dot___QoMD{animation:styles_typingAnimation__9ub7S 1.8s ease-in-out infinite;background-color:rgba(20,105,69,.7);border-radius:50%;height:7px;margin-right:4px;vertical-align:middle;width:7px;display:inline-block}.styles_typing__ZBgHW .styles_dot___QoMD:first-child{animation-delay:.2s}.styles_typing__ZBgHW .styles_dot___QoMD:nth-child(2){animation-delay:.3s}.styles_typing__ZBgHW .styles_dot___QoMD:nth-child(3){animation-delay:.4s}.styles_typing__ZBgHW .styles_dot___QoMD:last-child{margin-right:0}.styles_chatBody__gZXhZ .styles_message__hA9Ti{padding:7px 14px 6px;background-color:#fff;border-radius:0 8px 8px;position:relative;margin-top:4px;max-width:calc(100% - 120px);z-index:2;box-shadow:0 1px .5px rgba(0,0,0,.13)}.styles_chatBody__gZXhZ .styles_accountName__T2r8S{font-size:13px;font-weight:700;line-height:18px;color:hsla(0,0%,7%,.5)}.styles_chatBody__gZXhZ .styles_messageBody__vWvdR{font-size:14px;line-height:19px;margin-top:4px;color:#111;white-space:pre-wrap}.styles_chatBody__gZXhZ .styles_message__hA9Ti .styles_triangle__KSkAH{display:inline-block;width:0;height:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:0 20px 20px 0;position:absolute;left:-10px;top:0}.styles_chatBody__gZXhZ .styles_messageTime__FAzEa{display:flex;margin-top:4px;font-size:12px;line-height:16px;color:hsla(0,0%,7%,.5);justify-content:flex-end}.styles_chatFooter__k7sdQ{margin-top:auto}.styles_chatFooter__k7sdQ form{display:flex;padding:8px;align-items:center;background-color:#f0f0f0}.styles_chatFooter__k7sdQ form .styles_input__Uh5SS{border-radius:20px;padding:0 10px;border:none;background-color:#fefefe;width:100%;min-height:45px;transition:box-shadow .2s ease-in-out}.styles_chatFooter__k7sdQ form .styles_input__Uh5SS:focus{border-color:#075e54;outline:0;box-shadow:0 0 0 1px rgba(7,94,84,.5)}.styles_chatFooter__k7sdQ form .styles_input__Uh5SS::-moz-placeholder{color:#949494}.styles_chatFooter__k7sdQ form .styles_input__Uh5SS:-ms-input-placeholder{color:#949494}.styles_chatFooter__k7sdQ form .styles_input__Uh5SS::placeholder{color:#949494}.styles_chatFooter__k7sdQ form .styles_buttonSend__CFKIo{flex:0 1;padding:8px;background-color:transparent;border:0;cursor:pointer}.styles_chatFooter__k7sdQ form .styles_buttonSend__CFKIo svg{vertical-align:middle;fill:#919191}.styles_chatFooter__k7sdQ form .styles_input__Uh5SS.styles_arabic___EitT{font-family:tahoma}.styles_chatFooter__k7sdQ form .styles_buttonSend__CFKIo:disabled{pointer-events:none;opacity:.5}.styles_dark__fpEsB .styles_chatBody__gZXhZ{background-color:#0d1418}.styles_dark__fpEsB .styles_chatBody__gZXhZ .styles_message__hA9Ti{background-color:#056162;box-shadow:0 1px .5px rgba(0,0,0,.7)}.styles_dark__fpEsB .styles_chatBody__gZXhZ .styles_accountName__T2r8S{color:hsla(0,0%,100%,.5)}.styles_dark__fpEsB .styles_chatBody__gZXhZ .styles_messageBody__vWvdR{color:hsla(240,4%,95%,.9)}.styles_dark__fpEsB .styles_chatBody__gZXhZ .styles_message__hA9Ti .styles_triangle__KSkAH{border-color:transparent #056162 transparent transparent}.styles_dark__fpEsB .styles_chatBody__gZXhZ .styles_messageTime__FAzEa{color:hsla(0,0%,100%,.5)}.styles_dark__fpEsB .styles_chatFooter__k7sdQ form{background-color:#1e2428}.styles_dark__fpEsB .styles_chatFooter__k7sdQ form .styles_input__Uh5SS{background-color:#33383b;color:#f1f1f2}.styles_dark__fpEsB .styles_chatFooter__k7sdQ form .styles_input__Uh5SS:focus{border-color:#0da896;outline:0;box-shadow:0 0 0 1px rgba(13,168,150,.5)}.styles_dark__fpEsB .styles_chatFooter__k7sdQ form .styles_buttonSend__CFKIo svg{fill:#686868}.styles_dark__fpEsB .styles_chatBubble__hgHLC{background-color:#32373a}.styles_dark__fpEsB .styles_typing__ZBgHW .styles_dot___QoMD{background-color:rgba(46,148,106,.7)}@keyframes styles__pulse__iDr4z{0%{box-shadow:0 0 0 0 #25d366;opacity:1}to{box-shadow:0 0 0 15px #25d366;opacity:0}}@keyframes styles__bounceIn__EaHuY{0%{opacity:0;transform:scale(0);transform-origin:bottom right}50%{transform:scale(1.03);transform-origin:bottom right}to{opacity:1;transform:scale(1);transform-origin:bottom right}}@keyframes styles__bounceOut__ceU82{0%{opacity:1;height:scale(1,1);transform-origin:bottom right}to{opacity:0;transform:scale(0);transform-origin:bottom right}}@keyframes styles_typingAnimation__9ub7S{0%{transform:translateY(0);background-color:rgba(20,105,69,.7)}28%{transform:translateY(-7px);background-color:rgba(20,105,69,.4)}44%{transform:translateY(0);background-color:rgba(20,105,69,.2)}}.styles_notificationIndicator__x53kG{border-radius:50%;font-size:11px;font-weight:700;color:#fff;background-color:#ff5454;padding:3px;text-align:center;line-height:14px;width:20px;height:20px;position:absolute;top:-5px;right:0}.styles_header__YaD2D{padding:10px 30px}.styles_welcome__8VsxP{justify-content:center;margin:30px auto 100px;max-width:1280px;width:100%}@media(min-width:1280px){.styles_welcome__8VsxP{justify-content:space-around}}.styles_title__LCBlh{font-size:32px}.styles_description__dqQrn{color:#ff0;font-size:24px}.styles_button__b13Ht{background:rgba(155,123,63,.933);font-size:18px;padding:20px 40px}.styles_column__3CTdf{display:flex;justify-items:center;align-items:center;flex:100% 1;margin-bottom:10px;max-width:100%;padding:0 50px;width:100%}@media(min-width:1280px){.styles_column__3CTdf{flex:calc(33.3333333333% - 50px) 1;max-width:calc(33.3333333333% - 50px);padding:10px;width:300px}}.styles_document__Nz_YF{padding-top:95%;position:relative;width:100%}.styles_document__Nz_YF .styles_pdf__mIoFG{height:100%;left:0;position:absolute;top:0;width:100%}.styles_page__dugN_ canvas{height:auto!important;max-width:100%;padding:10px 30px}.styles_radio__QQ8xS{margin:0 auto;width:300px}.styles_whatsapp__Ugxq6{font-size:18px;font-weight:700}.styles_footer__7L8iX{background-blend-mode:hard-light;background-image:linear-gradient(#560d0d,#000),url(/assets/tienda-dondechepe-en-medellin-fondo.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px 50px;text-align:center}