    /* The Modal (background) */
    .modalBWA {
      bottom: 40px;
      right: -5px;
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      overflow: auto; /* Enable scroll if needed */
      width: auto;
      max-width: 300px;
      min-width: 300px;
      z-index: 99;
      line-height: 1.42857143;
    }
    
    /* Modal Content/Box */
    .modal-content-BWA{
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      width: 85%; /* Could be more or less, depending on screen size */
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 4px;
      opacity: 1;
      padding-bottom: 17px;
    }
    
    /* The Close Button */
    .cerrarBWA {
      float: right;
      display: block;
      color: #45c655;
      text-align: center;
      border-radius: 100%;
      font-size:15px;
      background: #F1F1F1 0% 0% no-repeat padding-box;
      opacity: 1;
      height: 4%;
      width: 8%;
      margin-right: 6px;
    }
    
    .cerrarBWA:hover,
    .cerrarBWA:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }
    #logoSDBlancoBWA{
      width: 103px;
      height: 32px;
      border-left: 1px solid #FFFFFF; 
      padding-left: 10px;
      margin-bottom: 5px;
    }
    #logoWAM{
      width: 43px;
      height: 43px;
      padding: 5px;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 5px;
    }
    #whatsappbotonBur{
      background: #45C655 0% 0% no-repeat padding-box;
      border-radius: 4px;
      opacity: 1;
      border: 0px;
      display: block;
      margin-top: 15px;
      margin-left: auto;
      margin-right: 16px;
    }
    #imgbotonBWA{
      padding-left: 10px;
      padding-top: 9.5px;
      margin-bottom: 9.5px;
    }
    #textobotonBWA{
      text-align: left;
      font: normal normal bold 16px/20px 'Open Sans';
      letter-spacing: 0px;
      color: #FFFFFF;
      opacity: 1;
      padding-right: 13px;
      padding-top: 9.5px;
      display: inline-block;
      padding-bottom: 9.5px;
      width: 88px;
      height: 32px;
      margin-left: 3px;
    }
    #headerWA{
      background: #45C655 0% 0% no-repeat padding-box;
      border: 1px solid #45C655;
      border-radius: 4px 4px 0px 0px;
      opacity: 1;
      padding-top: 5px;
    }
    #mensajecontBWA{
      padding: 10px;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 15px;
      margin-top: 10px;
      background: #F8F8F8 0% 0% no-repeat padding-box;
      border-radius: 4px 4px 4px 0px;
      opacity: 1; 
      max-height: auto;
    }
    #mensajeCabBWA{
      text-align: left;
    }
    #listacontBWA{
      overflow: auto;
    }
    #listaDeBotonesBWA{
      position: relative; right: 35px;
      margin-bottom: 5px;
      list-style:none;
      max-height: 210px ;
    }
    #listacontBWA::-webkit-scrollbar {
      width: 7px;
    }
    #listacontBWA::-webkit-scrollbar-thumb {
      background: #c4f1ca; 
      border-radius: 10px;
    }

    
  div#whatsapp-redirect {
    position: fixed;
    bottom: 25px;
    right: 25px;
    font-size: 60px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 3px 3px 5px rgba(61,61,61,.5);
    transition: all 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  div#whatsapp-redirect a {
  width: 100%;
  }
  div#whatsapp-redirect:hover {
    font-size: 60px;
    box-shadow: 3px 3px 11px rgb(61 61 61 / 50%);
    width: 60px;
    height: 60px;
  }
  div#whatsapp-redirect img {
      width: 100%;
      /* margin-bottom: 48px; */
  }
  .MensajeApoyo{
    /* display: none !important; */
    position: absolute;
    font-size: 16px;
    width: max-content;
    color: #fff;
    font-weight: bold;
    background-color: #12A76C;
    right: 72px;
    border-radius: 5px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 3px 6px #00000029;
    padding: 0 6px;
    top: 5px;
    filter: drop-shadow(0 0 0.25rem);
    animation: .5s;
    transition: .5s;
  }
  .MensajeApoyo:hover{
    box-shadow: 1px 3px 6px #00000029;
    filter: drop-shadow(0 0 0.5rem);
  }
  .MensajeApoyo i{
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: -17px;
  }

@media screen and (max-width: 500px) {
  .MensajeApoyo {
    font-size: 14px;
    right: 65px;
    height: 40px;
  }
  div#whatsapp-redirect {
    bottom: 20px;
    right: 10px;
    font-size: 55px;
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 375px) {
  .MensajeApoyo {
      font-size: 13px;
      right: 60px;
      height: 35px;
  }
  div#whatsapp-redirect {
      bottom: 20px;
      right: 15px;
      font-size: 50px;
      width: 50px;
      height: 50px;
  }
}