/*********************************************************/
/*	RESPONSIVO CSS										 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
@media (max-width: 1600px) {
	/*********************************************************/
	.tela-2 .quadro-2 {width: 60%;}
	/*********************************************************/
}
@media (max-width: 1440px) {
	/*********************************************************/
	.tela-2 .quadro-2 {padding: 0 30px 0 16%; width: 66%;}
	/*********************************************************/
}
@media (max-width: 1366px) {
	/*********************************************************/
	header h1 {font-size: 2em;}
	header .logo {width: 240px; height: 120px;}
	header .esquerda {padding-top: 7%;}
	header .logo_caixa {width: 100px; height: 80px; right: 10px; top: 10px;}
	/*********************************************************/
}
@media (max-width: 1280px) {
	/*********************************************************/
	.content {max-width: 90%;}
	/*********************************************************/
}
@media (max-width: 1152px) {
	/*********************************************************/
	.tela-2 .quadro-2 {padding: 0 30px 0 16%; width: 100%; opacity: 0.6;}
	p {font-size: 0.9em; line-height: 22px;}
	.tela-3 .quadro { min-height: 280px;}
	.rodape .esquerda {padding: 40px 40px 20px 5%;}
	/*********************************************************/
}
@media (max-width: 950px) {
	/*********************************************************/
	header {min-height: auto; display: table; padding-bottom: 40px;}
	.esquerda {width: 100%; padding-bottom: 40px; float: none;}
	.direita {width: 100%; float: none;}
	.tela-1 h1 {padding-top: 0;}
	.tela-2 .esquerda {width: 100%;}
	.tela-2 .quadro-1 {width: 100%; height: auto; min-height: 50px;}
	.tela-2 .quadro-2 {width: 100%; background-color: var(--cor_1); padding: 30px 5%; height: auto; background-image: none !important; opacity: 1; text-align: center !important;}
	.chamada h3 {font-size: 2em;}
	.rodape .esquerda {width: 100%; height: auto; padding: 40px;}
	.rodape .direita {width: 100%;}
	.rodape iframe {height: 300px;}
	/*********************************************************/
}
@media (max-width: 667px) {
	/*********************************************************/
	header {padding-bottom: 0;}
	header .esquerda {width: 90%; padding-top: 60px;}
	header h1 {font-size: 1.4em; text-align: center;}
	header p {text-align: center;}
	header .logo {width: 200px; height: 100px;}
	header .logo_caixa {width: 80px; right: 0;}
	.img2 { height: 240px; position: relative; float: right;}
	.chamada h3 {font-size: 1.4em;}
	.rodape .dados li {font-size: 0.9em; line-height: 20px;}
	/*********************************************************/
}
@media (max-width: 480px) {
	/*********************************************************/
	header {background-position: right -80px top;}
	.img2 { height: 145px; }
	/*********************************************************/
}
@media (max-width: 414px) {
	/*********************************************************/
	.img2 { height: 240px; width: 80%;}
	/*********************************************************/
}
@media (max-width: 380px) {
	/*********************************************************/
	.img2 { height: 200px; width: 80%;}
	/*********************************************************/
}