@font-face { 
	font-family: GOLSans; 
	src: url('../fonts/GOLSans-text-regular.ttf');
	font-weight: normal;
}

@font-face { 
	font-family: GOLSans; 
	src: url('../fonts/GOLSans-text-bold.ttf');
	font-weight: bold;
}

html, body {
	height: 100%;
}

body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url('../img/wallpaper_aviao_gol.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family:'GOLSans';
}

.text-center {
	flex-direction: column;
}

#logo-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 110px;
}

#app-name {
	color: "#37322d";
	font-size: 16px;
	margin: 0;
}

#app-version {
	color: #37322d;
	font-size: 13px;
	opacity: 0.5;
	margin: 0;
}

.go-back-container {
	width: 100%;
	max-width: 600px;
	margin: auto;
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.go-back-button {
	display: flex;
	margin-bottom: 14px;
	height: 25px;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.go-back-icon {
	margin-right: 10px;
}

.go-back-text {
	font-size: 13px;
	color: #37322d;
}

.content-container {
	width: 100%;
	max-width: 600px;
	margin: auto;
	margin-bottom: 15px;
	border-radius: 14px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
    align-items: center;
    padding: 15px 15px 15px 15px;
}

.thanks {
	color: #37322d;
	font-weight: bold;
	font-size: 17px;
	margin: 0;
}

.description-card {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    align-items: center;
}

.description-text {
	font-size: 14px;
	color: #37322d;
	margin: 0;
}

.home-button {
    display: flex;
    flex-direction: column;
	height: 25px;
	width: 140px;
	background-color: #ff7020;
	align-items: center;
	justify-content: center;
    border-radius: 21px;
	margin: 15px 15px 0px 15px;
}

.download-button:active {
	background-color: #ff7020;
	opacity: 0.5;
}

.home-title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

.btn:focus {
	outline: none;
	box-shadow: none!important;
}
