@media only screen and (max-width: 800px) {
	.page-section{
		width:100% !important;
		min-width:100%;
	}
	
	.page-section .page-container{
		width:100% !important;
	}
	
	.header-section .header{
		width:100% !important;
	}
	
	.listar-preview-align .box-items .item-align{
		width:50%;
	}
}

@media only screen and (max-width: 600px) {
	.listar-preview-align .box-items .item-align{
		width:100%;
	}
	
	.vendo-servico .box-fotos .item-align{
		width:100%;
	}

	.form-upload{
		position:relative;
		width:100%;
		display:block;
	}

	.upload-align{
		width:100%;
		padding:10px 0px;
	}
	
	.header-section .header{
		width:100%;
		display:block;
	}
	
	.header-section .header .header-align{
		width:100%;
		display:block;
	}
	
	.header-section .header .menu-header{
		text-align:center;
		width:calc(100% - 20px);
		padding:5px 10px;
		background:rgba(0, 0, 0, 0.5);
	}
	
	.header-section .header .menu-header li{
		text-align:left;
	}
	
	/* Mapas */
	.mapa-align .mapa{
		display:block;
		width:100%;
		height:auto;
	}
	
	.mapa-align #map{
		display:block;
		width:100%;
		height:300px;
	}

	.mapa-align #capture{
		display:block;
		width:100%;
		height:auto;
	}