.encabezado{
    width: 310px;
    height: 35px;
    text-align: left;
    background-color: #005d52;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: -10px;
    margin-top: -10px;
}
.flecha-whatsapp{
    width: 18px;
    height: 30px;
    margin-left: 5px;
    margin-top: -3px;
    cursor: hand;
}
.icono-cuenta{
    margin-left: 7px;
    width: 25px;
    height: 25px;
    margin-top: -5px;

}
.cuenta{
    margin-left: 7px;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-top: -2px;
    font-family:Helvetica;

}

.menu{
    margin-left: 60px;
    font-size: 25px;
    color: #e8ecef;
    writing-mode: vertical-rl;
    
}

.mensaje-bienvenida{
    top: 5px;
    max-width: 100%;
    width: auto;
    float: left;
    margin-left: 0px;
    margin-right: 25px;
    background: #e8ecef;
    padding: 5px 15px;
    word-wrap: break-word;
    position: relative;
    border-radius: 7px;
}


@media (max-width: 768px) {
.image-icon-whatsapp{
    position:fixed;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 9;
    margin-bottom: 30px;
    margin-right: 60px;
}
}

@media (max-width: 576px) {
    .image-icon-whatsapp{
        position:fixed;
        bottom: 20px;
        right: 15px;
        cursor: pointer;
        transition: all 0.2s;
        z-index: 9;
        margin-bottom: 50px;
        margin-right: 60px;
        width: 35px;
        height: 35px;
    }
    }

@media (width> 769px) {
    .image-icon-whatsapp{
        position:fixed;
        bottom: 20px;
        right: 30px;
        cursor: pointer;
        transition: all 0.2s;
        z-index: 1;
    }
    }
    


.image-icon-whatsapp:hover{
    transform: scale(0.9);
}

.image-icon-whatsapp:active{
    transform: scale(0.8);
}

.formulariowtsp{
    width: 310px;
    height: 400px;
    background:orange;
    position: fixed;
    bottom: 90px;
    right: 60px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.22);
    background:rgb(188, 243, 186);
    display: none;
    z-index: 100;
    background-image: url(/assets/images/whatsapp/fondo.png);
    border-radius: 5px;
    padding: 5px 10px;
}

.inputwts{
    width: 145%;
    height: 35px;
    box-sizing: border-box;
    padding: 5px;
    font-family: arial;
    font-size: 13px;
    border-radius: 5px;
    border:1px solid rgba(0,0,0,0.19);
    color: #666;
    margin-left: -7px;
    margin-top: 15px;
    overflow-wrap: break-word;
    resize: none;
    padding-left: 30px;
    padding-top: 7px;


}

.inputwts:focus{
    outline:auto;
}

.textareawts{
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    height: 140px;
    max-height: 140px;
    min-height: 140px;
    font-family: arial;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px;
    border:1px solid rgba(0,0,0,0.19);
    color: #666;


}

.textareawts:focus{
    outline: none;
}

.newmessagewts{
    font-family: arial;
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    line-height: 10px;
}
.btnwtsp{
    width: 100%;
    border: none;
    padding: 5px;
    background: #00a82d;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}


.entrarysalir{
    display: block;
}

.btnsend{
    margin-left: 165%;
    margin-top: 15px;
    width: 27px;
    height: 27px;
}



.container .container_emojis {
    position: absolute;
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
    top: 0;
    right: 70px;
    margin-top: 120px;
    margin-left: 200%px;
    background-color: #e8ecef;
  }
  .container .container_emojis span {
    cursor: pointer;
  }
  .container .container_emojis.open_container_emojis {
    display: grid;
  }

  @media (width> 1000px){
  .icon_input {
    position: absolute;
    top: -4px;
    right: 185px;
    cursor: pointer;
    transform: translateY(-50%);
    margin-top: 8px;
  }
}

  @media (width< 1025px){
    .icon_input {
        position: absolute;
        top: -4px;
        right: 180px;
        cursor: pointer;
        transform: translateY(-50%);
        margin-top: 8px;
      }
  }
