/* QUERIES FOR IPAD/TABLETPC */
@media only screen and (max-width: 1024px), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	/* ------ Estrutura Geral e Home ------ */
	body {
		background-position: top left;
		min-width: 660px;
	}
	.conteudo {width: 640px !important;}

	#txt iframe { width: 100%; }
	#txt #vantagens { margin: 40px 0 0 0; }

	#txt #vantagens .vantagem {
		float: left;
		margin: 0 40px 30px 40px;
	}

	section#newsletter .conteudo input[type="text"],
	section#newsletter .conteudo input[type="email"] {
		margin-left: 15px;
		margin-right: 0;
		width: 280px; 
	}

	section#newsletter .conteudo input[type="submit"] {
		float: none;
		margin-top: 20px;
		width: 660px;
	}

}



@media only screen and (max-width: 680px) {
	
	/* ------ Estrutura Geral e Home ------ */
	body { min-width: 300px; }
	.conteudo {width: 280px !important;}

	#txt h1#titulo { font-size: 20px; }
	#txt iframe { height: 200px; }

	.botao {
		font-size: 16px;
		line-height: normal;
		height: auto;
		padding: 20px 0;
		width: 280px;
	}

	#txt #vantagens {
		margin: 60px 0 0 0;
	}

	#txt #vantagens .vantagem {
		float: none;
		margin: 0;
		width: 280px;
	}

	.text .modulo p {
		float: none;
		width: 100%;
	}

	.text .modulo img {
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	.f100 { 
		float: none  !important;
		width: 100%  !important;
	}

	img.f100 { margin-top: 10px  !important; }

	.menos { margin-top: -40px; }

	/* Newsletter */
	section#newsletter .conteudo h3 { font-size: 16px; }

	section#newsletter .conteudo input[type="text"],
	section#newsletter .conteudo input[type="email"] {
		float: none;
		font-size: 15px;
		margin: 0;
		margin-bottom: 10px;
		padding-left: 25px;
		width: 255px;
	}

	section#newsletter .conteudo input[type="submit"] { width: 280px; }


}
