@charset "utf-8";
/* CSS Document */

.boton-top{
		list-style: none;
		margin: 0;
	}
.boton-top li{
		display: inline-block;
	}
.boton-top li a{
	display:flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-size: 0.85rem;
	margin: 10px;
}
.boton-top li a div:first-child{
	display:flex;
	justify-content: center;
	align-items:center;
	width: 32px;
	height: 32px;
	/* Permalink - use to edit and share this gradient. Enlace permanente - úsalo para editar y compartir este gradiente: https://colorzilla.com/gradient-editor/#fc8632+0,c14300+100 */
background: linear-gradient(45deg,  #fc8632 0%,#c14300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color: #fff;
	border-radius: 50%;
}
.btn_cliente{
	display: flex;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 25px;
	background-color: rgba(23,9,2,1.00);
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 0.80rem;
	text-align: center;
	margin-left: 10px;
	line-height: normal;
	align-items: center;
}
.btn_cliente span{
	font-size: 1.3rem;
	margin-right: 10px;
}
