/* nuevo boton WSP */
.chat_wsp {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: fixed;
  background: #e6e6e6;
  bottom: 35px;
  left: 70px;
  width: 350px;
  overflow: hidden;
  /*display: none;*/
  opacity: 0;
  height: 195px;
  -webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.36);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 1; }

.chat_wsp input {
  border-radius: 19px;
  border: none;
  padding: 5px 10px; }

.open {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 1; }

.chat_wsp input:focus {
  outline: none; }

.chat_wsp .servicios {
  padding-bottom: 10px; }

.chat_wsp .servicios select {
  border-radius: 25px;
  padding: 5px 0px 5px 10px; }

.chat_wsp .servicios select:focus {
  outline: none; }

.chat_wsp .chat_header {
  width: 100%;
  background: #007f38;
  /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
  padding: 8px 0px; }

.chat_wsp .chat_header h4 {
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: bold;
  color: #fff;
  text-transform: uppercase; }

.chat_wsp .mensaje p {
  padding: 10px;
  margin: 0; }

.chat_wsp .formulario .boton_send {
  border-radius: 30px;
  background: #007f38;
  padding: 5px 13px 6px 13px; }

.chat_wsp .formulario .boton_send img {
  width: 15px !important;
  padding: 0px;
  margin-top: -4px;
  margin-right: -3px; }

.new_boton_wsp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  z-index: 998;
  overflow: hidden;
  background: #25d366; }

.new_boton_wsp i {
  font-size: 2.5rem !important;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff; }

@media (max-width: 992px) {
  .chat_wsp {
    bottom: 15px;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 245px; }
  .chat_wsp .formulario input {
    margin: 0px;
    width: 100%; }
  .chat_wsp .formulario .boton_send {
    border-radius: 30px;
    background: #007f38;
    padding: 5px 0px;
    width: 100%;
    margin-top: 10px; }
  .chat_wsp .servicios {
    padding: 8px 18px; }
  .chat_wsp .formulario {
    padding: 0px 18px; } }
