/*********************************************************/
/*	RESPONSIVO CSS										 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
@media (max-width: 1400px) {
	.instagram iframe {height: 160px;}
}
@media (max-width: 1280px) {
	.content {max-width: 95%;}
}
@media (max-width: 1152px) {
	#cssmenu > ul > li > a { padding: 15px; font-size: 0.9em;}
	.tela-4 .imagem {height: 280px;}
	.tela-4 h2 {font-size: 1em;}
	.instagram iframe {height: 120px;}
	h1 {font-size: 2em !important;}
	p {font-size: 0.9em !important; line-height: 23px !important;}
}
@media (max-width: 950px) {
	.aparecer {display: inline-block;}
	.sumir {display: none !important;}
	.esquerda {width: 100%; float: none; margin-bottom: 30px;}
	.direita {width: 100%; float: none;}
	header .hd-menu_fixed {display: none;}
	#cssmenu {margin-top: 0; right: 30px;}
	.tela-1 {padding-top: 20px;}
	.tela-1 .direita {display: none;}
	footer {text-align: center;}
	footer .submenu {display: none;}
	footer .subdados li {float: none; padding-right: 0; text-align: center;}
	footer .social {float: none; width: 100%; text-align: center;}
	.sobre .quadrinho {width: 100%; float: none; min-height: 140px; margin: 0 auto 20px auto; display: table;}
	.tela-3 .quadro {width:90%; margin: auto; text-align: center;}
	.parceiros .centro {width: 100%;}
	.parceiros .partner {width: 23%; }
	.contato .lateral {width: 100%; float: none;}
	.contato .formulario {width: 100%;}
	.contato li {width: 100%;margin-bottom: 10px; }
}
@media (max-width: 667px) {
	header .inicio {display: none;}
	.tela-4 .quadro {width: 100%; float: none; margin: 0 auto 30px auto; min-height: 50px;}
	.tela-4 .imagem {height: 240px;}
	.instagram iframe {height: 70px;}
	h1 {font-size: 1.6em !important;}
	.servicos .quadro {width: 100%; float: none; margin: 0 auto 30px auto; min-height: 50px;}
	.servicos .imagem {width: 60%; height: 240px; }
	.parceiros .partner {width: 30%; }
	.wp .lg {width: 45px; height: 45px;}
}
@media (max-width: 480px) {
	.sobre .foto {width: 48%;}
}
/*********************************************************/