#wspButton {
  position: fixed;
  top: 250px;
  right: 0;
  background: #3aaa35;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
#wspButton img {
    width: 60px;
    height: 60px;
}
.chat_wsp {
    font-family: "Arial";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: fixed;
    background: url("../img/wsp/bgwsp.png");
    top: 180px;
    right: 110px;
    width: 350px;
    overflow: hidden;
    /*display: none;*/
    opacity: 0;
    height: 270px;
    -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: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 1;
    border-radius: 10px; }
    @media (max-width: 991px) {
      .chat_wsp {
        top: 223px;
      }
    }
  
  .chat_wsp input {
    border-radius: 19px;
    border: none;
    padding: 5px 15px; }
  
  .chat_wsp input[type="text"] {
    width: 100%; }
    @media (max-width: 991px) {
      .chat_wsp input[type="text"] {
        width: 1550px; } }
  
  .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: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    z-index: 99; }
  
  .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: #2e8c7d;
    /*border-top-left-radius: 10px;
      border-top-right-radius: 10px;*/
    padding: 11px 0px; }
  
  .chat_wsp .chat_header h4 {
    font-size: 13px;
    font-family: "Arial";
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-top: 11px;
    margin-bottom: 11px; }
  
  .chat_wsp .mensaje {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%; }
  
  .chat_wsp .mensaje .msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
    width: 90%;
    position: relative;
    margin: 0; }
    .chat_wsp .mensaje .msg .triangle {
      position: absolute;
      left: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 0;
      border-color: transparent #fff transparent transparent; }
    .chat_wsp .mensaje .msg p {
      padding: 0;
      display: block;
      padding: 5px 10px;
      background: #fff;
      border: 0px solid red;
      font-size: 14px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      -webkit-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75); }
  
  .chat_wsp .mensaje2 .msg {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
    width: 90%;
    position: relative;
    margin: 0; }
    .chat_wsp .mensaje2 .msg .triangle {
      position: absolute;
      left: 15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 0;
      border-color: transparent #fff transparent transparent; }
    .chat_wsp .mensaje2 .msg p {
      padding: 0;
      display: block;
      padding: 5px 10px;
      background: #fff;
      border: 0px solid red;
      font-size: 14px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      -webkit-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75); }
      .chat_wsp .mensaje2 .msg p select {
        border: none;
        color: #18243a;
        font-weight: bold; }
  
  .chat_wsp .formulario .boton_send {
    border-radius: 30px;
    background: #007f38;
    padding: 5px 11px 4px 11px;
    margin-left: -47px !important; }
  
  .chat_wsp .formulario .boton_send img {
    width: 15px !important;
    padding: 0px;
    margin-top: -4px;
    margin-right: -3px; }
  
  .new_boton_wsp {
    position: fixed;
    top: 222px;
    right: -49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 197px;
    height: 56px;
    border-radius: 25px;
    text-align: center;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 14px;
    color: #fff !important; }
  
  @media (max-width: 991px) {
    .new_boton_wsp {
      right: -154px;
      top: 15px;
    }
  }
  .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;
    padding-right: 10px; }
  
  @media (max-width: 992px) {
    .chat_wsp {
      bottom: 15px;
      left: 5%;
      right: 5%;
      width: 90%;
      height: 340px; }
    .chat_wsp .formulario input {
      margin: 0px; }
    .chat_wsp .formulario .boton_send {
      border-radius: 30px;
      background: #007f38;
      padding: 7px 3px 5px 4px;
      width: 100%;
      margin-top: -1px;
      margin-left: -30px !important; }
    .chat_wsp .servicios {
      padding: 8px 18px; }
    .chat_wsp .formulario {
      padding: 0px 18px; } }
  
  /* 19 de marzo del 2019 */
  .chat_wsp .formulario {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 11px; }
  

@media (max-width: 992px) {
  #wspButton {
    bottom: 20px;
    right: 0px;/*53px*/
  }
  .chat_wsp {
    height: 262px;
    top: auto;
    bottom: 100px;
  }
  #wspButton { height: 70px;}
}