/*
Author: Diego Fernandes
Author URI: https://parnet.com.br
*/

/*--GERAL--------------------------------*/

body { margin:0; font-weight:400; font-size: 16px; antialiased; font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; }
::-moz-selection{background:#3FC918}
::selection{background:#3FC918}
a { text-decoration:none; cursor: pointer}
img { border:0; vertical-align:top;}


.topo { width: 100%; padding: 20px 0 0 0; position: absolute; height: 75px; z-index: 99; background-color: #1B4DE0; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25)}
		.topo img { width: 250px; display: block; margin: 0 auto; }
		.resto { position: absolute; bottom: 0; left: 0; width: 100%; height: calc(100vh - 95px);  background-position: center; background-repeat: no-repeat; background-size: cover}
		
		.p1 { width: 100%; height: 50%; position: absolute; top: 0; left: 0; }
		.p1 table { width: 100%; min-height: 100%; height: 100%; position: absolute; top: 0; left: 0; text-align: center; }
		
		h1 { width: 90%;  margin: 0 auto 30px auto; display: block; font-size: 50px; font-weight: 700; color: #FFF;  }
		p { width: 90%; max-width: 460px; margin: 0 auto; font-size: 22px; color: #FFF; line-height: 29px; display: block; }
		
		.p2 { width: 100%; max-height: 50%; position: absolute; bottom: 0; left: 0; }
		
		.lesM { width: 95%; max-width: 360px; background-color: rgba(27, 77, 224, 0.9); margin: 0 auto; box-sizing: border-box; padding: 50px 30px 30px 30px;}
			
		.linhaP { display: block; color: #FFF; font-size: 14px; margin: 0 0 15px 0; text-align: center;}
		.linhaP i { display: block; margin: 0 auto 10px auto; font-size: 20px; }


@media screen and (max-width:1000px)
{
	h1 { font-size: 40px}
	p { font-size: 19px; line-height: 25px;}
}
@media screen and (max-width:600px)
{
	h1 { font-size: 30px}
	p { font-size: 17px; line-height: 22px;}
	
	.topo { padding: 10px 0 0 0; height: 60px;}
	.topo img { width: 220px;}
	.resto { height: calc(100vh - 70px);}
	
	.lesM { padding: 30px 30px 20px 30px;}
}