.white{color:#fff}
.center-box{justify-content:center;flex-direction:column}
.center-box img{margin-left:0;margin-right:0}
.cmp-componente{position:fixed;z-index:3;right:20px;bottom:140px}
.cmp-componente iframe{width:300px;height:400px}
.cmp-chat-custom{border-radius:12px;position:fixed;z-index:3;right:20px;bottom:90px}
.cmp-chat-custom__button{border:0;width:46px;height:46px;cursor:pointer;background:#faa632;border-radius:12px;box-shadow:0 8px 16px #0000001A}
.cmp-chat-custom__button__img{max-width:30px}
.cmp-chat-custom__container{width:152px;max-width:152px;min-height:127px;border-radius:12px;box-shadow:0 8px 16px #0000001A}
.cmp-chat-custom__header{background:#faa632;padding:4px 7px 2px 16px;border-radius:12px 12px 0 0;-webkit-display:flex;-moz-display:flex;-ms-display:flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between}
.cmp-chat-custom__header__close{width:11px;height:24px;cursor:pointer;position:relative}
.cmp-chat-custom__header__close:after,.cmp-chat-custom__header__close:before{content:'';height:13px;position:absolute;border-left:1px solid #fff;left:5px;top:7px}
.cmp-chat-custom__header__close:after{transform:rotate(45deg)}
.cmp-chat-custom__header__close:before{transform:rotate(-45deg)}
.cmp-chat-custom__content{background:#fff;border-radius:0 0 12px 12px;padding:12px 16px 22px 16px}
.cmp-chat-custom__content__ul__list{cursor:pointer;font-size:1.2rem;padding-bottom:7px;-webkit-display:flex;-moz-display:flex;-ms-display:flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}
.cmp-chat-custom__content__ul__list__img{max-width:19px}
.cmp-chat-custom__content__ul__list__text{margin-left:8px}
@media only screen and (max-width:640px){.cmp-componente iframe{max-width:fit-content}
}