.jh-button{position:fixed;right:1rem;bottom:1rem;z-index:1200;display:flex;flex-direction:column;align-items:flex-end}.jh-button .jh-button__items{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;margin-bottom:1rem;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.jh-button .jh-button__items>*{opacity:0;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease;transition-delay:calc(var(--i, 0)*60ms)}.jh-button .jh-button__items.open{opacity:1;transform:translateY(0);pointer-events:auto}.jh-button .jh-button__items.open>*{opacity:1;transform:translateY(0)}.jh-button .jh-button__items a{display:inline-flex;align-items:center;gap:.8rem;white-space:nowrap}.jh-button .jh-button__items a>span.item--title{display:inline-flex;align-items:center;border:1px solid var(--color-greybase);padding:1rem;border-radius:10px;color:var(--color-primary);font-weight:500;background-color:var(--color-white);box-shadow:0 2px 6px rgba(0,0,0,.12)}.jh-button .jh-button__items a>span:last-child{display:inline-flex;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:0;line-height:1;color:var(--color-white)}.jh-button .jh-button__items a>span:last-child::before{width:1.5rem;height:1.5rem;display:block;background:rgba(0,0,0,0);transition:transform .25s ease,opacity .25s ease;transform:rotate(0deg) scale(1.25);opacity:1}.jh-button .jh-button__items a>span:last-child.icon--call-us::before{content:url("/themes/custom/jubierp2/img/icon-call-us.svg")}.jh-button .jh-button__items a>span:last-child.icon--whatsapp::before{content:url("/themes/custom/jubierp2/img/icon-whatsapp.svg")}.jh-button .jh-button__items a>span:last-child.icon--whatsapp{background-color:#25d366}.jh-button .parent{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;font-size:0;line-height:1;transition:transform .25s ease;background-color:var(--color-secondary)}.jh-button .parent::before{content:url("/themes/custom/jubierp2/img/chat.svg");width:1.5rem;height:1.5rem;display:block;background:rgba(0,0,0,0);transition:transform .25s ease,opacity .25s ease;transform:rotate(0deg) scale(1.25);opacity:1}.jh-button .parent.open{background-color:#000}.jh-button .parent.open::before{content:url("/themes/custom/jubierp2/img/close.svg");transform:rotate(90deg) scale(1.15)}@media(max-width: 768px){.jh-button{right:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom))}}