
/* MODAL WHATSAPP ASESORAS */ 

.foto-wsp img{
    border-radius: 50%;
    width: 70%;
    border: solid 5px #3b962d;
  }
  
  .nombre-wsp{
    font-size: 18px;
    font-weight: 600;
  }
  
  .online-wsp:before {
    content: "";
    display: inline-block;
    background-image: url(../images/new-moon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
  }

  .offline-wsp:before {
    content: "";
    display: inline-block;
    background-image: url(../images/new-moon-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
  }
