.archivo{
	font-size: 10em;
}

.excel{
	color: #138535;
}

.txt{
	color: #808080;
}

.docx{
 	color: #0070C0;
}

.pdf{
 	color: #D70A11;
}

.container_archivo{
 	text-align:center;
 	padding: 3em 0em;
 	height:17em;
}
.container_imagen{
 	width:100%;
 	height:17em;
}

.number_ticket{
 	font-weight: 600;
}
.status{
 	font-weight: 700;
 	text-transform: uppercase;	
}

.title{
	color: #404040;
	padding: 1em 0em;
	font-weight: 700;
}

.section-reply{
	display:grid;
	align-items: center;
  	grid-template: 
    "input input input button"
}

#btn_reply{
	grid-area: button;
	width: 10em;
 }


 #input_reply{
	grid-area: input;
	height: 2em; 
 }

 #icon-default{
 	font-size: 7em;
 }