
.help-widget-window-ca {
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  overflow: hidden;
  width: 286px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 30px 6px rgba(0, 0, 0, .25);
  height: 0px; 
  transform: translateX(0px) translateY(100%) translateZ(0px);

}

.help-widget-window-ca-consultor {
  position: fixed;
  right: 20px;
  bottom: -50px;
  z-index: 1000;
  display: block;
  overflow: hidden;
  width: 286px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  box-shadow: 0 15px 30px 6px rgba(0, 0, 0, .25);
  height: auto; 
  transform: translateX(0px) translateY(100%) translateZ(0px);

}

.help-widget-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  overflow: hidden;
  width: 48px;
  height: 48px;
  padding-left: 48px;
  border-radius: 40px;
  background-color: #4be76a;
  background-image: url(../../images/public/icon-quiestion-dark@3x.png);
  background-position: 9px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px 0 rgba(75, 231, 106, 0), 0 20px 24px -4px rgba(0, 0, 0, .12);
  -webkit-transition: all 1000ms cubic-bezier(.19, 1, .22, 1);
  transition: all 1000ms cubic-bezier(.19, 1, .22, 1);
  text-decoration: none;
  cursor: pointer;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widgetHelp {
  width: 104px;
  
}
.w-clearfix:after {
  clear: both;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  display: table;
}

.help-widget-content-block {
  padding: 20px 20px 0;
}

.help-widget-window-ca .help-widget-content-block {
  padding: 20px 20px 16px;
}

.help-btn-wrapper {
  margin-bottom: 14px;
}

.help-widget-header {
  position: relative;
  padding: 16px 20px 32px;
  background-color: #0098ff;
}

.help-widget-title {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 80%;
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: none;
}
.help-widget-title p {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 36px;
  margin-bottom: 0px;
  font-weight: 100;
}

.help-widget-title span {
  font-size: 13px;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.chat-ticket-mascot {
  position: absolute;
  right: 6px;
  bottom: -10px;
  width: 132px;
  height: 98px;
  background-image: url(../../images/public/ilustra-help-ticket.png);
  background-position: 50% 50%;
  background-size: 128px;
  background-repeat: no-repeat;
}

.text-block {
  position: relative;
  padding-top: 16px;
  padding-bottom: 17px;
  color: #000;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-close-dark.svg);
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.39;
  border:0;
}

.btn-close.help-widget {
  top: 4px;
  right: 4px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url(../../images/public/icon-close-light@3x.png);
  background-size: 12px;
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-close.help-widget:hover {
  background-color: rgba(0, 0, 0, .15);
  opacity: 1;
}

.animate-help {
  height: auto; 
  transform: translateX(0px) translateY(0%) translateZ(0px); 
  transform-style: preserve-3d; 
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.animate-help-close {
  height: 0px;    
  transform: translateX(0px) translateY(100%) translateZ(0px); 
  transform-style: preserve-3d; 
  transition: height 1000ms cubic-bezier(0.19, 1, 0.22, 1), transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.help-widget-btn:hover {
  box-shadow: 0 0 6px 1px #4be76a, 0 20px 24px -4px rgba(0, 0, 0, .12);
  text-decoration: none;
}

.help-widget-link {
  display: block;
  width: 48.5%;
  padding: 8px 7px;
  float: left;
  border: 1px solid #0098ff;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #0098ff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.0px;
  text-decoration: none;
  text-transform: uppercase;
}


.comprador.help-widget-link {
  margin-right: 7px;
}

.help-widget-link:hover {
  background-color: #0098ff;
  color: #fff;
  text-decoration: none;
}

.help-widget-content-block.chat {
  padding: 1px 0px 0px;
}

.help-widget-label {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.help-widget-chat.online {
  border-color: #4be76a;
}

a.help-widget-chat {
  position: relative;
  display: block;
  width: 192px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-radius: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.help-widget-chat.online:hover {
  background-color: #4be76a;
}

.chat-icon {
  position: static;
  left: 0px;
  top: -20px;
  right: 0px;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-left: 4px;
  float: left;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, .1);
  background-image: url(../../images/public/icon-chat-dark@3x.png);
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.chat-label {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-size: 12px;
  text-align: left;
}

.help-widget-note {
  padding: 10px 21px;
  background-color: rgba(0, 0, 0, .1);
  color: #000;
  font-size: 11px;
  line-height: 16px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2px;
}

.text-span {
  position: relative;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.animate-help *, .help-widget-btn * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

iframe#launcher {
  display: none !important;
  
}
.zopim {
  right: -10px !important;
  left: auto !important;
}
#launcher {
  display: block !important
}

.zEWidget-webWidget--active {
  right: -10px !important;
  left: auto !important;
}
.trueMobile {
  display: none;
}

@media only screen and (min-width : 992px) {
  .trueMobile {
    display: none;
  }
}



.text-span-2 {
  display: inline-block;
  color: rgba(0, 0, 0, .5);
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.2px;
}

.chat-label.offline {
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: 12px;
}

.help-widget-chat.offline {
  display: block;
  width: 196px;
  border-color: #c9c9c9;
}

.chat-icon.offline {
  margin-top: 7px;
}

.chat-off:hover{
  text-decoration: none;
}
