@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Dosis:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');


/* GERAL */

html {
	font-size: 12px;
}

h1, h2 {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 3.3152em;
	text-align: center;
}

.subtitulo {
	clear: left;
	color: #007ee5;
}

.titulo-principal {
	text-align: center;
	color: #fff;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: #454545;
}

/* HEADER */

#header {
	background-image: url(../img/header_image.jpg);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
	position: relative;
	padding: 20% 0 3% 0;

}

.logo {
	width: 10%;
	position: absolute;
	top: 4%;
	left: 10%;
}



.highlight-line-1 {
	background-color: rgba(0,126,229,0.9);
	line-height: 1.79em;
	padding: 1% 3%;
}

.highlight-line-2 {
	background-color: rgba(0,126,229,0.9);
	line-height: 1.79em;
	padding: 1% 3%;
}

/* APRESENTACAO */

.apresentacao {
	background-color: #007ee5;
	padding: 4% 20%;
}

.apresentacao p {
	color: #fff;
}

/* SECTION COMO FUNCIONA */

#como-funciona{
	width: 75%;
	margin: 0 auto;
}
.como-funciona-passos {
	float: left;
	text-align: center;
	border: 1px solid #007ee5;
	width: 35%;
	box-sizing: border-box;
	padding: 3%;
	position: relative;
	height: 33.4666666667em;
}

.esquerda {
	margin: 5% 5% 5% 10%;
}

.direita {
	margin: 5% 10% 5% 5%;
}

.passo-numeracao {
	width: 50px;
	position: absolute;
	top: 5px;
	left: -15px;
}


/* FORMULARIO */

.ppformap {
	clear: both;
}

.m-prtnrsForm05 {
	margin: 0 auto;
}

.m-prtnrsForm05__label {
	display: none;
}

.m-prtnrsForm05__heading {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
	font-size: 3.3152rem;
	color: #007ee5;
}

/* RODAPÉ */

#rodape {
	background-color: #007ee5;
	color: #fff;
	padding: 0.1% 0 1% 0;
	margin: 0;
}

#rodape p {
	color: #fff;
}



/* MEDIA QUERIES */


@media (max-width: 709px) {
	
	
	
	/* GERAL */
	
	html {
		font-size: 10px;
	}
	
	.subtitulo {
		padding: 3%;
	}
	
	.titulo-principal {
		margin: auto 10px;
		font-size: 2.5em;
	}
	
	
	/* HEADER */

	.logo {
		width: 35%;
		position: absolute;
		top: 4%;
		left: 10%;
	}
	
	
	.highlight-line-1 {
		background-color: rgba(0,126,229,0.9);
		line-height: 1.5em;
		padding: 1% 3%;
	}
	
	.highlight-line-2 {
		background-color: rgba(0,126,229,0.9);
		line-height: 1.5em;
		padding: 1% 3%;
	}
	
	
	
	/* APRESENTACAO */

	.apresentacao {
		background-color: #007ee5;
		padding: 4% 10%;
	}
	
	
	/* SECTION COMO FUNCIONA */
	
	#como-funciona{
		width: 90%;
	}
	
	.como-funciona-passos {
		float: none;
		width: 90%;
		margin: 0 auto;
		height: 33em;
	}
	
	.esquerda {
		margin: 10% auto;
	}
	
	.direita {
		margin: 10% auto;
	}
	
	/* FORMULÁRIO */
	
	.m-prtnrsForm05 {
		width: 98%;
	}
	
	.m-prtnrsForm05__getButton {
		width: auto;
	}
	
	
	.m-prtnrsForm05__panel:nth-child(2) {
		float: none;
		left: auto;
		width: auto;
	}
	
	.m-prtnrsForm05__panel:nth-child(1) {
		float: none;
		width: auto;
	}
	
	
	
	
}