#deslizador{
max-width: 800px;
  margin: 10px auto;
  padding: 0px 15px 15px 15px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #f9f9f9;
}

.deslizador{

}
textarea{
  font-size:1em;
  font-weight: 400;
  padding: 0;
  min-height: 3.75em;
  appearance: none;
  background-color: transparent;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-radius: 0;
  border-bottom: solid 1px #c9c9c9;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0;
  text-decoration: none;
}


#selector-estados, #username, #lastname, #selector-asunto, #cuerpo-input{
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 1em 0;
  margin-top: 0px;
  background-color:white;
  border:1px solid silver;
  border-radius:10px;
  padding-left: 20px;
}

div#deslizador label{
  display: block;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 1em 0;
  margin-top: 0px;
  
}
option{
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  
}

#bloque_asunto, #input-text-asunto{
  margin: 0 0 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  font-family: system-ui,Arial,sans-serif;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

#cuerpo-input{
   max-width: 90% !important;

}


.deslizador .enlaceboton{

line-height: 1em;
border: 1px solid #611232 !important;
font-weight: 400;
  }