.popup{
    margin-top: -70px;	
	width:100%;
	height:1080px; 
	position:fixed;
	z-index:99998;
	background-image:url(../fotos/popup/fundo-preto.png);
}
.popup p {
	color:#fff;
	font-family:'segoe_uilight';
	font-weight:bold;
	font-size:20px;
	cursor:pointer;
}
.espacamento-popup{
	margin-top:100px;	
}

.tamanho-popup{
	width:600px;
}


@media screen and (max-width:800px) {	

	.popup{
		margin-top: -70px;	
		width:100%;
		height:1080px; 
		position:fixed;
		z-index:99998;
		background-image:url(../fotos/popup/fundo-preto.png);
	}
	.popup p {
		color:#fff;
		font-family:'segoe_uilight';
		font-weight:bold;
		font-size:20px;
		cursor:pointer;
	}
	.espacamento-popup{
		margin-top:100px;	
	}
	
	.tamanho-popup{
		width:100%;
	}
	.tamanho-popup img{
		width:100%;
		max-width:600px;
    }

}