@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
/* Modificador: x-hd */
/* -------------------------------------------------------------- */

@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {
	
	.parede { width: 1200px !important; }
	.tijolo { width: 400px; }	
	.parede.colunas-2 .tijolo { width: 600px !important; }
	
	.barra-largura-10x2 .parede { max-width: 960px !important; }
	.barra-largura-10x2 .tijolo { width: 320px; }
	.barra-largura-10x2 .parede.colunas-2 .tijolo { width: 480px !important; }
	
	.barra-largura-9x3 .parede { max-width: 860px !important; }
	.barra-largura-9x3 .tijolo { width: 286px; }
	.barra-largura-9x3 .parede.colunas-2 .tijolo { width: 430px; }
	
	.barra-largura-8x4 .parede { max-width: 760px !important; }
	.barra-largura-8x4 .tijolo { width: 252px; }
	.barra-largura-8x4 .parede.colunas-2 .tijolo { width: 380px; }
	
	.barra-largura-6x6 .parede { max-width: 560px !important; }	
	.barra-largura-6x6 .tijolo { width: 185px; }
	.barra-largura-6x6 .parede.colunas-2 .tijolo { width: 280px; }
	
}


/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
/* Modificador: x-desktop */
/* -------------------------------------------------------------- */
@media only screen and (min-width: 981px) and (max-width: 1279px) {
	
	.parede { width: 940px !important; }
	.tijolo { width: 312px; }
	.parede.colunas-2 .tijolo { width: 470px !important; }
	
	.barra-largura-10x2 .parede { max-width: 740px !important; }
	.barra-largura-10x2 .tijolo { width: 245px; }
	.barra-largura-10x2 .parede.colunas-2 .tijolo { width: 370px; }
	
	.barra-largura-9x3 .parede { max-width: 660px !important; }
	.barra-largura-9x3 .tijolo { width: 220px; }
	.barra-largura-9x3 .parede.colunas-2 .tijolo { width: 330px; }
	
	.barra-largura-8x4 .parede { max-width: 580px !important; }
	.barra-largura-8x4 .tijolo { width: 192px; }
	.barra-largura-8x4 .parede.colunas-2 .tijolo { width: 290px; }
	
	.barra-largura-6x6 .parede { max-width: 430px !important; }	
	.barra-largura-6x6 .tijolo { width: 142px; }
	.barra-largura-6x6 .parede.colunas-2 .tijolo { width: 215px; }
	
}


/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
/* Modificador: x-tablet */
/* -------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 980px) {
	
	.parede { width: 720px !important; }
	.tijolo { width: 240px; }
	.parede.colunas-2 .tijolo { width: 360px !important; }
	
	.barra-largura-10x2 .parede { max-width: 560px !important; }
	.barra-largura-10x2 .tijolo { width: 185px; }
	.barra-largura-10x2 .parede.colunas-2 .tijolo { width: 280px; }
		
	.barra-largura-9x3 .parede { max-width: 500px !important; }
	.barra-largura-9x3 .tijolo { width: 165px; }
	.barra-largura-9x3 .parede.colunas-2 .tijolo { width: 250px; }
	
	.barra-largura-8x4 .parede { max-width: 440px !important; }
	.barra-largura-8x4 .tijolo { width: 145px; }
	.barra-largura-8x4 .parede.colunas-2 .tijolo { width: 220px; }
	
	.barra-largura-6x6 .parede { max-width: 320px !important; }	
	.barra-largura-6x6 .tijolo { width: 105px; }
	.barra-largura-6x6 .parede.colunas-2 .tijolo { width: 160px; }
	
}


/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
/* Modificador: x-mobile */
/* -------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.parede,
	.barra-largura-10x2 .parede,
	.barra-largura-9x3 .parede,
	.barra-largura-8x4 .parede,
	.barra-largura-6x6 .parede
		{ max-width: 440px !important; }
	
	.tijolo,
	.barra-largura-10x2 .tijolo,
	.barra-largura-9x3 .tijolo,
	.barra-largura-8x4 .tijolo,
	.barra-largura-6x6 .tijolo
		{ width: 220px !important; }
	 

}


/* -------------------------------------------------------------- */			
/* Tamanho maiores */
/* -------------------------------------------------------------- */
/*
@media only screen and (min-width: 1440px) {
	body#portfolio #corpo .casca { width: 1380px; }
	.parede { width: 1380px !important; }
	.tijolo { width: 460px; }	
	
}
@media only screen and (min-width: 1680px) {
	body#portfolio #corpo .casca { width: 1620px; }
	.parede { width: 1620px !important; }
	.tijolo { width: 540px; }	
	
}
@media only screen and (min-width: 1920px) {
	body#portfolio #corpo .casca { width: 1860px; }
	.parede { width: 1860px !important; }
	.tijolo { width: 620px; }	
	
}*/