.alfagresalfa-chat-0-x-container-chat{position:fixed;z-index:9999;bottom:1rem;right:1rem;display:flex;flex-direction:column;align-items:flex-end}.alfagresalfa-chat-0-x-container-icon{display:flex;align-items:center;background-color:#cc3e00;border-radius:60px;padding:14px;cursor:pointer;transition:all .3s ease;height:60px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.2)}.alfagresalfa-chat-0-x-container-text-icon{opacity:0;max-width:0;overflow:hidden;white-space:nowrap;margin-left:0;transition:all .4s ease}.alfagresalfa-chat-0-x-container-icon:hover .alfagresalfa-chat-0-x-container-text-icon{opacity:1;max-width:200px;margin-left:20px;-webkit-animation:alfagresalfa-chat-0-x-fadeInSlideRight .3s ease-out forwards;animation:alfagresalfa-chat-0-x-fadeInSlideRight .3s ease-out forwards}@-webkit-keyframes alfagresalfa-chat-0-x-fadeInSlideRight{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}@keyframes alfagresalfa-chat-0-x-fadeInSlideRight{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.alfagresalfa-chat-0-x-container-items{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.alfagresalfa-chat-0-x-container-item{display:flex;align-items:center;gap:1rem;background-color:#fff;border-radius:60px;justify-content:space-between;max-width:347px;width:100%;box-shadow:0 4px 12px rgba(0,0,0,.15);text-decoration:none;transition:transform .3s ease,opacity .3s ease;-webkit-animation:alfagresalfa-chat-0-x-fadeInItem .3s forwards;animation:alfagresalfa-chat-0-x-fadeInItem .3s forwards;opacity:0;transform:translateY(10px)}.alfagresalfa-chat-0-x-container-item:hover{transform:translateY(0) scale(1.02)}.alfagresalfa-chat-0-x-container-item img.alfagresalfa-chat-0-x-icon{margin-right:10px;flex-shrink:0}.alfagresalfa-chat-0-x-container-item div{display:flex;flex-direction:column}.alfagresalfa-chat-0-x-title,.alfagresalfa-chat-0-x-title-item{font-weight:600;font-size:14px;line-height:1.2;font-family:Gilroy Light,sans-serif;margin:0}.alfagresalfa-chat-0-x-text,.alfagresalfa-chat-0-x-text-item{font-weight:400;font-size:12px;line-height:1.2;font-family:Gilroy Light,sans-serif;margin:0}.alfagresalfa-chat-0-x-text-item,.alfagresalfa-chat-0-x-title-item{text-align:right}@-webkit-keyframes alfagresalfa-chat-0-x-fadeInItem{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes alfagresalfa-chat-0-x-fadeInItem{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:40em){.alfagresalfa-chat-0-x-hidden-mobile{display:none}}@media screen and (min-width:64em){.alfagresalfa-chat-0-x-container-item{max-width:417px}.alfagresalfa-chat-0-x-container-item-text{width:300px}}