.apple-store {
	height: 4.3em;
    width: 12.5em;
	font-size: 14px;
	background: transparent;
	color: #fff;
	border: 1px solid white;
	padding: 0.85em 0.75em;
	margin: 1rem;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	height: 66px;
  }
  .apple-store:hover{
	border-color:#32903c;
	transition: all 0.35s;
  }
  .apple-store::after {
	content: "";
	background: #01a450;
	position: absolute;
	z-index: -1;
	padding: 0.85em 0.75em;
	display: block;
  }
  .apple-store[class^="slide"]::after {
	transition: all 0.35s;
  }
  .apple-store[class^="slide"]:hover::after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.35s;
  }
  .apple-store.slide_from_left::after {
	top: 0;
	bottom: 0;
	left: -100%;
	right: 100%;
  }
.fa-apple{
	transform: scale(2.8);
	margin-top: 0.6em;
	margin-right: -2em;
}
.texto-apple{
	transform: scale(1.7);
	margin-top: -1.3em;
	white-space: nowrap;
}
.disponivel{
	margin-top: -0.3em;
	transform: scale(0.8);
	margin-right: 2.3em;
	white-space: nowrap;
}