﻿@charset "UTF-8";
/* CSS Document */

body {
	background: url("img/bg.png");
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.desktop {
	display: block;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.mobile {
	display: none;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.logo {
	width: 100%;
	text-align: center;
}

.logo img {
	width: 100%;
	max-width: 150px;
}

.flecha {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.mensagem {
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

.mensagem img {
	width: 80%;
	max-width: 1024px;
}

.premios {
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

.premios img {
	width: 100%;
	max-width: 540px;
}

.btn {
	width: 100%;
	padding-top: 60px;
	text-align: center;
}

.btn2 {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 100px;
	text-align: center;
}

.btn img {
	width: 100%;
	max-width: 540px;
}

.btn2 img {
	width: 100%;
	max-width: 540px;
}

#footer {
	width: 100%;
	height: auto;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#footer img {
	width: 50%;
	margin: 0px;

}

/* RESPONSIVE LAYOUT */
@media only screen /*  */
and (min-device-width : 800px)
and (max-device-width : 1280px) {
	.logo img {
	width: 100%;
	max-width: 100px;
}

.mensagem img {
	width: 80%;
	max-width: 720px;
}

.premios img {
	width: 100%;
	max-width: 340px;
}

.btn img {
	width: 100%;
	max-width: 340px;
}
.btn {
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

	.btn2 img {
	width: 100%;
	max-width: 340px;
}
.btn2 {
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

}

@media only screen /* IPHONE 6 */
and (min-device-width : 375px)
and (max-device-width : 667px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

}

@media only screen /* IPHONE 7 */
and (min-device-width : 414px)
and (max-device-width : 736px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}

@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
    .desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

}
