body {
			background: #fafafa;
			font-family: arial;
			text-align: center;
			color: #000
		}
		.repeatBox {
			box-shadow: 0 3px 0 #578701;
			background-image: -moz-linear-gradient(90deg, #568601 0, #71ac08 100%);
			background-image: -webkit-linear-gradient(90deg, #568601 0, #71ac08 100%);
			background-image: -ms-linear-gradient(90deg, #568601 0, #71ac08 100%);
			width: 100%;
			height: 100px;
			z-index: 19
		}
		.logo {
			top: -38px;
			position: relative
		}
		.android {
			top: 15px;
			position: relative
		}
		.btn {
			padding-top: 20px;
			padding-bottom: 20px;
			line-height: 26px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			background-color: #3f9505;
			margin-bottom: 40px;
			margin-top: 20px;
			font-size: 20px;
			font-weight: 700;
			color: #fff;
			text-shadow: 0 1px 2px #086452;
			display: block;
			text-decoration: none
		}
		.btn:hover {
			color: #fff;
			text-decoration: none
		}
		.container {
			padding-left: 10px;
			padding-right: 10px
		}
		.red {
			color: #ff4545;
			font-size: 18px;
			font-weight: 700;
			line-height: 22px;
			margin-top: 10px
		}
		.text {
			margin-top: 15px;
			line-height: 24px;
			font-family: arial, sans-serif
		}
		.title {
			font-family: arial, sans-serif;
			font-size: 20px;
			font-weight: 700;
			margin-top: 35px;
			line-height: 30px
		}
		.title span {
			font-size: 26px
		}
		.btnContainer {
			padding-left: 10px;
			padding-right: 10px
		}
		@media (max-width: 430px) {
			.repeatBox .android {
				width: 140px
			}
			.logo {
				width: 185px;
				top: -35px
			}
		}
		.como {
			color: #000;
			margin-top: 15px
		}
		.passo2 {
			margin-top: 10px
		}
		.passo,
		.text {
			font-size: 16px
		}
		.passo span {
			color: #000
		}
		.redbold {
			color: red;
			font-weight: 700
		}
		.textbold {
			font-weight: 700
		}