/*********************************************************/
/*	RESPONSIVO CSS										 */
/*	DESENVOLVIDO POR: GLOBALWS							 */
/*	CEO: MICHAEL PICOLO									 */
/*********************************************************/
@media (max-width: 1680px) {
	.centro .foto {height: 240px;}
	.produtos .quadro {height: 320px;}
	.produtos .sombra {height: 300px;}
}
@media (max-width: 1600px) {
	.produtos .quadro {height: 300px;}
	.produtos .sombra {height: 280px;}
}
@media (max-width: 1440px) {
	.centro .foto {height: 200px;}
	.produtos .quadro {height: 260px;}
	.produtos .sombra {height: 240px;}
	.carrinho .frete .input {width: 100%; margin-bottom: 5px;}
}	
@media (max-width: 1366px) {
	.produtos .quadro {height: 240px;}
	.produtos .sombra {height: 220px;}
}
@media (max-width: 1280px) {
	.content {max-width: 95%;}
	.centro .foto {height: 180px;}
	.carrinho .esquerda {width: 55%;}
	.carrinho .direita {width: 40%; ;}
}
@media (max-width: 1152px) {
	.centro h2 {font-size: 1.2em;}	
	.centro .foto {height: 160px;}	
	.produtos .quadro {height: 200px;}
	.produtos .sombra {height: 180px;}
}
@media (max-width: 1024px) {
	.centro .foto {height: 140px;}	
	.produtos .quadro {height: 180px;}
	.produtos .sombra {height: 160px;}
}
@media (max-width: 950px) {
	header .logo {width: 25%; height: 110px; float: none; margin: auto;}
	header .menu {position: absolute; right: 0; top: 0px; width: 100%; margin: 0;}
	.centro .quadro-maior {width: 100%; height: auto; float: none; }
	.centro .quadro-maior p {font-size: 1.6em; line-height: 30px;}
	.centro .quadro {width: 33%; }	
	.centro .esquerda {width: 100%; height: auto; min-height: 250px; float: none; background-size: 100%;}
	.centro .direita {width: 90%; float: none; margin: auto;}
	.centro .direita-full {width: 90%; float: none; margin: auto;}	
	.centro ul {padding-top: 20px;}	
	.produtos .quadro {width: 33%; height: 220px;}
	.produtos .sombra {height: 200px;}	
	.carrinho .esquerda {width: 100%; float: none; padding: 0 20px;}
	.carrinho .direita {width: 100%; float: none; padding: 0 20px; margin: auto;}	
	.carrinho .dados .inputa {width: 100%; float: none;}
	.carrinho .dados .inputb {width: 100%; float: none;}	
	.centro .lado-a {width: 100%; float: none;}
	.centro .lado-b {width: 100%; float: none;}
	.carrinho .frete {margin-top: 10px;}

}
@media (max-width: 768px) {
	header .logo {width: 28%;}	
	.centro .foto {height: 100px;}	
	.produtos .quadro {height: 180px;}
	.produtos .sombra {height: 160px;}
}
@media (max-width: 667px) {
	header .logo {width: 32%;}	
	.centro .quadro {width: 50%; }	
	.produtos .quadro {width: 50%; height: 220px;}
	.produtos .sombra {height: 200px;}
}
@media (max-width: 600px) {
	header .logo {width: 38%;}	
	.carrinho .valores {width: 100%;}
}
@media (max-width: 480px) {
	header .logo {width: 45%; float: left;}	
	.centro .quadro {width: 95%;  }	
	.centro .esquerda {min-height: 300px; float: none; background-size: 100%;}	
	.centro .foto {width: 100%; float: none; height: 180px; }	
	.produtos .quadro {width: 100%; height: 220px; float: none;}
	.produtos .sombra {height: 200px;}	
	.carrinho .quadro-maior {width: 100%; text-align: center;}
	.carrinho .quadro-maiorfim {width: 100%; }
	.carrinho .quadro-menor {width: 100%;  margin-left: 0;}	
	.carrinho .prod-maiorfim {width: 100%; }
	.carrinho .prod-menorfim {width: 50%; margin-left: 0;}
	.carrinho .prod-maior {width: 100%;}
	.carrinho .prod-menor {width: 100%; margin-left: 0;}
	.carrinho .imagem {display: none;}
	.carrinho .texto {width: 100%; text-align: center; }
	.carrinho .titulos {text-align: center !important;}
}
@media (max-width: 414px) {
	header .logo {width: 55%;}
}
@media (max-width: 384px) {
	header .logo {width: 60%;}
}
@media (max-width: 375px) {
	header .logo {width: 65%;}
}
/*********************************************************/