.google-play {
	height: 4.3em;
    width: 12.5em;
	font-size: 15px;
	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;
  }
  .google-play:hover{
	border-color:#32903c;
	transition: all 0.35s;
  }
  .google-play::after {
	content: "";
	background: #01a450;
	position: absolute;
	z-index: -1;
	padding: 0.85em 0.75em;
	display: block;
  }
  .google-play[class^="slide"]::after {
	transition: all 0.35s;
  }
  .google-play[class^="slide"]:hover::after {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.35s;
  }
  .google-play.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;
}
.fa-google-play{
	transform: scale(2);
	margin-top: 0.8em;
	margin-right: -1.9em;
}
.texto-google{
	transform: scale(1.55);
	margin-top: -1.3em;
	white-space: nowrap;
}
.disponivel-google-play{
	margin-top: -0.3em;
	transform: scale(0.8);
	margin-right: 2.3em;
	white-space: nowrap;
}

.google-play > div, .apple-store > div {
	flex-wrap: nowrap;
}