@charset "utf-8";
/* CSS Document */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 6, 2017 */
@font-face {
    font-family: 'oxygenbold';
    src: url('fontes/oxygen-bold-webfont.woff2') format('woff2'),
         url('fontes/oxygen-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oxygenlight';
    src: url('fontes/oxygen-light-webfont.woff2') format('woff2'),
         url('fontes/oxygen-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oxygenregular';
    src: url('fontes/oxygen-regular-webfont.woff2') format('woff2'),
         url('fontes/oxygen-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* RESET */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
html, body {
	height: 100%;
}
.limite {
	width: 800px;
	margin: 0 auto;
}

/* mensagem */
#sucesso {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 50;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#sucesso .mensagem {
	width: 500px;
	height: 150px;
	background-color: #FFF;
	font-family: "OxygenRegular";
	font-size: 20px;	
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(img/bg_4.png) center center;
}
#sucesso .fechar {
	width: 50px;
	height: 50px;
	margin-top: 20px;
	background-color: #F1A800;
	font-family: "OxygenBold";
	color: #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s linear;
	cursor: pointer;
}
#sucesso .fechar:hover {
	background-color: #000;
	color: #FFF;
}

/* TOPO */
header {
	width: 100%;
	height: 230px;
	background:url(img/bg_0.png) center top no-repeat;
	color: #FFF;
}

header .area {
	width: 100%;
	height: 230px;
	position: relative;
}

header .area .box {
	float: left;
	width: 100%;
	margin-top: 35px;
    font-family: 'oxygenbold';
	text-align: center;
	font-size: 40px;
}
header .area img {
	width: 170px;
	position: absolute;
	top: 155px;
	left: 520px;
}

#pg1 {
	width: 100%;
	height: 500px;
	background:url(img/bg_1.png) center top no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pg1 .area{
	display: flex;
	justify-content: center;
	align-items: center;
}
#pg1 #box_01 {
	width: 50%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pg1 #box_01 img {
	width: 90%;
}

#pg1 #box_02 {
	width: 40%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pg1 #box_02 img {
	width: 90%;
}

/* LINHA 02 */
#pg2 {
	width: 100%;
	height: 400px;
	background:url(img/bg_2.png) center no-repeat;
}
#pg2 .area {
	float: left;
	width: 100%;
}
#pg2 .a {
	width: 100%;
	height: 80px;
	text-align: center;
	color: #FFF;
	font-size: 60px;
    font-family: 'oxygenbold';
}
#pg2 #box_03 {
	float: left;
	width: 100%; /* PARA 2 BOX USE 50% */
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
    font-family: 'oxygenbold';
}
#pg2 #box_03 .texto {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#pg2 #box_03 .texto .b {
	text-align: center;
	margin-top: 5px;
	color: yellow;
	font-size: 28px;
}
#pg2 #box_03 .texto .c {
	text-align: center;
	margin-top: 5px;
	color: #FFF;
	font-size: 35px;
}
#pg2 .d {
	float: left;
	width: 100%;
	text-align: center;
    font-family: 'oxygenbold';
	font-size: 26px;
	color: #FFF;
}
#pg2 .e {
	width: 100%;
	text-align: center;
    font-family: 'oxygenregular';
	font-size: 18px;
	color: #FFF;
}
#pg2 #box_03 .texto .comprar1,
#pg2 #box_03 .texto .comprar2 {
	padding: 8px 15px;
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
	background-color: dodgerblue;
	border-radius: 5px;
	cursor: pointer;
}
#pg2 #box_03 .texto .comprar1:hover,
#pg2 #box_03 .texto .comprar2:hover {
	background-color:#001FCF;
}

/* LINHA 03 */
#pg3 {
	width: 100%;
	height: 200px;
	background:url(img/bg_3.png) center top no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
#pg3 .area {
	display: flex;
	justify-content: center;
	align-items: center;
}
#pg3 .area .texto .frase p {
	text-align: center;
	color: #FFF;
    font-family: 'oxygenbold';
	font-size: 25px;
	margin-top: 20px;
}
#pg3 .area .texto .frase p span {
	color: yellow;
    font-family: 'oxygenbold';
}
#pg3 .area .texto .empresa p {
	text-align: center;
	color: #FFF;
    font-family: 'oxygenregular';
	font-size: 15px;
	margin-top: 18px;
}
#pg3 .area .texto .empresa p span {
	color: yellow;
    font-family: 'oxygenbold';
}

/* LINHA 04 */

.hide_1, .hide_2 {
	display: none;
}

#pg4 {
	padding: 50px 0;
	width: 100%;
	background:url(img/bg_4.png) center top no-repeat;
	background-size: auto 100%;
}
#pg4 .area {
	width: 100%;
}
#pg4 .texto {
	width: 100%;
}
#pg4 .texto .a {
	text-align: center;
	color: #FFF;
	font-size: 40px;
    font-family: 'oxygenbold';
}
#pg4 .texto .a span {
	color: #FFF;
	font-size: 25px;
    font-family: 'oxygenbold';
}
#pg4 .texto .a img {
	width: 150px;
}
#pg4 .texto .b {
	text-align: center;
	margin-top: 30px;
	color: yellow;
	font-size: 30px;
    font-family: 'oxygenbold';
}
#pg4 .texto .c {
	text-align: center;
	margin-top: 30px;
	color: #FFF;
	font-size: 20px;
    font-family: 'oxygenregular';
}
#pg4 .texto .c span {
	color: yellow;
    font-family: 'oxygenbold';
}
#pg4 .texto .c span a {
	color: yellow;
	text-decoration: none;
}
#pg4 .texto .c span a:hover {
	color: #E09C00;
}
#pg4 #form {
	width: 70%;
	margin-left: 15%;
	margin-top: 30px;
	text-align: center;
}
#pg4 #form .label {
	margin-bottom: 10px;
	float: left;
	width: 20%;
	height: 40px;
	background-color:rgba(0,0,0,0.4);
	color: #FFF;
	border-radius: 5px 0 0 5px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
    font-family: 'oxygenregular';
	font-size: 15px;
	padding-right: 8px;
}
#pg4 #form .input {
	margin-bottom: 10px;
	padding: 10px;
	float: left;
	width: 80%;
	height: 40px;
	border-radius: 0 5px 5px 0;
    font-family: 'oxygenbold';
	font-size: 15px;
}
#pg4 #form .submit {
	margin-top: 20px;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 20px;
	color: #FFF;
	background-color: dodgerblue;
	border-radius: 5px;
	cursor: pointer;
}
#pg4 #form .submit:hover {
	background-color:#001FCF;
}