/*********************************************************/
/*	RESPONSIVO CSS										 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
@media (max-width: 1440px) {
	/*********************************************************/
	header .logo-brasil {left: auto; right: 20px !important; }
	/*********************************************************/
}
@media (max-width: 1280px) {
	/*********************************************************/
	.content {max-width: 90%;}
	/*********************************************************/
}
@media (max-width: 1152px) {
	/*********************************************************/
	header {padding-bottom: 20px;}
	header h2 {font-size: 1.2em;}
	header h3 {padding-top: 40px;}
	header .logo-brasil {width: 100px; height: 140px; }
	header .logo {width: 400px; height: 140px; margin-top: 0;}
	header .direita {padding-top: 40px;}
	/*********************************************************/
	.servicos {padding: 40px 0;}
	/*********************************************************/
	.contato .esquerda {width: 40%;}
	.contato .direita {width: 58%;}
	/*********************************************************/
	.legislacao .quadro {width: 100%;}
	/*********************************************************/
}
@media (max-width: 950px) {
	/*********************************************************/	
	header .logo {margin: auto;}
	header .esquerda {width: 100%;}
	header .direita {float: none; margin: auto; width: 50%;}
	/*********************************************************/
	.esquerda {width: 100%; float: none; margin-bottom: 40px;}
	.direita {width: 100%; float: none;}
	.sumir {display: none !important;}
	/*********************************************************/
	.servicos .esquerda {display: none;}
	/*********************************************************/
	.contato {padding-top: 10px;}
	.contato .esquerda {width: 100%;}
	.contato .direita {width: 100%;}
	/*********************************************************/
	.legislacao {padding-top: 0;}
	/*********************************************************/
	.formulario {padding-top: 0;}
	/*********************************************************/
}
@media (max-width: 667px) {
	/*********************************************************/
	header .logo {width: 300px; height: 120px;}
	/*********************************************************/
	.contato iframe {height: 300px;}
	.contato li {font-size: 0.9em; line-height: 22px;}
	/*********************************************************/
	p {font-size: 0.9em; line-height: 22px;}
	/*********************************************************/
	.legislacao li {font-size: 0.9em; line-height: 22px;}
	/*********************************************************/
}
@media (max-width: 480px) {
	/*********************************************************/
	header .logo-brasil {width: 60px; height: 100px; }
	header .logo {width: 180px; height: 80px;}
	header h2 {font-size: 1em;}
	header h3 {padding-top: 20px; font-size: 1.4em;}
	header .direita {width: 70%;}
	/*********************************************************/
	.legislacao .acesso {display: none;}
	.legislacao .nome {width: 100%;}
	/*********************************************************/
	.contato iframe {height: 220px;}
	/*********************************************************/
}
/*********************************************************/