.muestraField {
  width: 75% !important;
}

.wa-widget-wrapper {
  position: fixed;
  right: 40px;
  bottom: 45px;
  display: flex;
  flex-direction: column;
  z-index: 99999;
}

.wa-button-size-with-words {
  padding-right: 40px!important;
  padding-left: 40px!important;
}

.wa-button-size {
  padding: 17px;
}

.wa-cta-button {
  cursor: pointer;
  justify-content: center;
  border-width: 0;
  display: flex;
  width: auto;
  align-items: center;
  align-self: end;
  border-radius: 500px;
  background-color: #25d466;
}

@media (max-width: 767px) {
  .muestraField {
    width: 90% !important;
  }

  .wa-widget-wrapper {
    right: 24px;
  }
}
