#chatico, #chatico2{font-family: 'Quicksand600', sans-serif;position:fixed;box-shadow:0px 3px 16px 2px rgba(194,194,194,0.42);;bottom:25px;right:25px;background-color:var(--blanco);color:var(--negro);border-radius:25px;height:50px;width:140px;display:flex;justify-content:center;align-items:center;z-index:999999;cursor:pointer;transition:all 3s ease-in-out!important;}
#chatdivcont{font-family: 'Quicksand600', sans-serif;display:none;overflow:hidden;background-color:var(--blanco);position:fixed;border-radius:15px;bottom:90px;right:20px;width:0px;height:0px;z-index:99999999;transition:all 3s ease-in-out!important;box-shadow: 0px 3px 16px 2px rgba(194,194,194,0.42);transition-duration: 2s!important;transition-property: width, display;}
#chatdiv{font-family: 'Quicksand600', sans-serif;padding:10px;}

#chatdivcont input{font-family: 'Quicksand600', sans-serif;outline: none;}

.chat_width{font-family: 'Quicksand600', sans-serif;width:330px!important;height:480px!important;}
.opcchat{font-family: 'Quicksand600', sans-serif;width:auto;margin:5px;font-size:12px;padding:10px;border: 1px solid #2580ff;color: #2580ff;font-weight:550;border-radius:15px;cursor:pointer;transition:all 0.3s ease-in-out!important;}
.opcchat_msg{font-family: 'Quicksand600', sans-serif;position:relative;padding:10px;border-radius:7px 7px 7px 0px;background-color:#f6f6f6;color:var(--negro);margin:5px;font-size:12px;width:auto;}
.triangulo_chat{
  background-color:#f6f6f6;
  position:absolute;bottom:0px;left:-12px;
  width: 0;
  height: 0;
  border-bottom: 12px solid #f6f6f6;
  border-left: 12px solid white;
}
.opcchat_msg_resp{position:relative;padding:10px;border-radius:10px 10px 0px 10px;background-color:#2580ff;color:var(--blanco);margin:5px;font-size:12px;width:auto;}
.triangulo_chat_resp{
  position:absolute;bottom:0px;right:-10.5px;
  width: 0;
  height: 0;
  border-bottom: 12px solid #2580ff;
  border-right: 12px solid var(--blanco);
}
.opcchat:hover{background-color:#f8fbff;}
.opcchat_select{margin:5px; padding:3px;margin-left:15px;background-color:var(--celeste);color:var(--blanco);}

.opctemp{height:32px;}
.opctemp > label { 
  position: relative;
  background: transparent;
  color:#d7d7d7;overflow: hidden;
  height:5px!important;
  top:-18px;left:-3px;
  font-size: 25px;}

.opctemp > label > span {
    position:absolute;
    right:0;
    bottom:0px;
    width:0;
    height:20px;
    background-color: #f6f6f6;
    animation: escribir 1s steps(30) infinite alternate;
}

@keyframes escribir {
    from { width: 100% }
    to { width:0 }
}


@media(max-width:350px){
  .chat_width{width:290px!important;}
  #chatdivcont{right:5px;height:auto !important;}
  #chatico2{right:5px;}

  #chatdiv{height:auto;}

  .opctemp > label {top:-8px;}

  #chatdivcont label{font-size:14px !important;}
}