.btn-side{
	background-color: #fff;
	color: #76B6B8;
	border-color: #fff;
}
.btn-side:hover{
	background-color: #fff;
	color: #76B6B8;
	border-color: #fff;
}
.margen_betwen{
	height: 20px;
}
.btn-center{
	width: 80px;
	height: 80px;
	border: 1px solid #FE9B91;
	border-radius: 100px;
	margin:0 auto;
	text-align: center;
	display: table;
	position: relative;
}
.fa-5x{
	color: #FE9B91;
	margin-top:18px;
	margin:0 auto;
	text-align: center;	
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);	
}

.btn-side{
	width: 80px;
	height: 80px;

	margin:0 auto;
	text-align: center;
	display: table;
	position: relative;	
}

.fa-2x{
	margin:0 auto;
	text-align: center;	
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);	

}

