#bws-help-widget {
  position: fixed;
  bottom: 5em;
  right: 2em;
  z-index: 2000;
  font-family: "Open Sans";
  font-size: 16px;
  opacity: 0;
  display: none;
}

#bws-help-widget.bws-hw-visible {
  display: block;
  overflow: visible;
}

#bws-help-widget.bws-hw-ready {
  opacity: 1;
}

#bws-help-widget > * {
  display: none;
}

#bws-help-widget .bws-hw-floating-btn {
  display: block !important;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  color: white;
  text-align: center;
  line-height: 3.9;
  cursor: pointer;
  outline: 0;
  background: white;
  border: 4px solid #00825A;
  position: relative;
  top: 0;
}

#bws-help-widget .bws-hw-floating-btn .bws-hw-icon {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#bws-help-widget .bws-hw-floating-btn .bws-hw-icon img {
  animation: bws-open-animation 0.3s;
  width: 34px;
  height: auto;
  max-width: 34px;
  max-height: 34px;
}

#bws-help-widget .bws-hw-floating-btn .bws-hw-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' xml:space='preserve'%3e%3cpath fill='%232c2a29' d='M4,19.7l0.7,0.7l7.5-7.5l7.5,7.5l0.7-0.7l-7.5-7.5l7.5-7.5L19.7,4l-7.5,7.5L4.7,4L4,4.7l7.5,7.5L4,19.7z'/%3e%3c/svg%3e");
  opacity: 0;
}

#bws-help-widget .bws-hw-floating-btn:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

#bws-help-widget::after {
  display: block;
  content: '';
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  transition: all .3s ease;
}

#bws-help-widget .bws-hw-menu {
  padding: 0;
  margin: 0;
}

#bws-help-widget .bws-hw-item {
  position: absolute;
  top: .2em;
  right: .2em;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  font-size: 16px;
  width: 48px;
  height: 48px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  background-color: white;
  transition: transform .3s ease, background .2s ease;
}

#bws-help-widget .bws-hw-item > img {
  width: 24px;
  height: auto;
  max-width: 24px;
  max-height: 24px;
}

#bws-help-widget .bws-hw-item .bws-hw-text {
  color: #2c2a29;
  font-size: 13px;
  font-weight: normal;
  width: 140px;
  position: absolute;
  top: 0;
  right: 4.2em;
  z-index: -1;
  display: flex;
  line-height: 1.2;
  text-align: right;
  min-height: 48px;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  font-family: "Open Sans";
}

#bws-help-widget .bws-hw-item:hover {
  background-color: white;
}

#bws-help-widget.bws-hw-active > * {
  display: initial;
}

#bws-help-widget.bws-hw-active .bws-hw-floating-btn .bws-hw-icon img {
  opacity: 0;
  animation: none;
}

#bws-help-widget.bws-hw-active .bws-hw-floating-btn .bws-hw-icon::after {
  opacity: 1;
  animation: bws-close-animation 0.3s;
}

#bws-help-widget.bws-hw-active::after {
  display: block;
  content: ' ';
  width: 6.2em;
  height: 6.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: #f4f4f4;
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#bws-help-widget.bws-hw-active .bws-hw-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(1) {
  transform: translate3d(-2em, -9.5em, 0);
}

#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(2) {
  transform: translate3d(-4.5em, -5.3em, 0);
}

#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(3) {
  transform: translate3d(-5.4em, -0.6em, 0);
}

#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(4) {
  transform: translate3d(-5em, 4em, 0);
}

#bws-help-widget.bws-hw-active .bws-hw-item:nth-child(n + 5) {
  display: none !important;
}

#bws-help-widget.bws-hw-active.bws-hw-count-3 .bws-hw-item:nth-child(1) {
  transform: translate3d(-3.5em, -6.3em, 0);
}

#bws-help-widget.bws-hw-active.bws-hw-count-3 .bws-hw-item:nth-child(2) {
  transform: translate3d(-5.4em, -1.6em, 0);
}

#bws-help-widget.bws-hw-active.bws-hw-count-3 .bws-hw-item:nth-child(3) {
  transform: translate3d(-5em, 3.4em, 0);
}

#bws-help-widget.bws-hw-active.bws-hw-count-2 .bws-hw-item:nth-child(1) {
  transform: translate3d(-3em, -6em, 0);
}

#bws-help-widget.bws-hw-active.bws-hw-count-2 .bws-hw-item:nth-child(2) {
  transform: translate3d(-6em, 1em, 0);
}

#bws-help-widget.bws-hw-active.bws-hw-count-1 .bws-hw-item:nth-child(1) {
  transform: translate3d(-6em, 0, 0);
}

@keyframes bws-close-animation {
  100% {
    transform: rotate(180deg);
  }
}

@keyframes bws-open-animation {
  100% {
    transform: rotate(-360deg);
  }
}

/* Ocultar el boton de widget flotante de chat zendesk */
/* iframe#launcher{
    display: none !important;
} */
