body{
	
	/*
	background-image: url("../Img/Templates/wallpaper-sobre.png");
	background-repeat: no-repeat, repeat-x;
	background-attachment:fixed;
	background-size:100% 100%;
	*/
	
	background-color:black;
}
/**********************************************************************/

/*SMARTPHONE*/
@media screen and (max-width:767px){

	/*projeto*/
	
	.projeto{
		margin-top:100px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
	}
	
	/*projeto decricao*/
	
	.projeto-descricao p{
		color:white;
	}
	
	/*projeto portfolio*/
		
	.projeto-portfolio{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-evenly;
		gap:4vw;
		padding:4vw;
	}
	
	.projeto-portfolio video{
		display:inline;
		width:140px;
		height:250px;
		border:solid 3px white;
	}
	
	/*projeto pedido*/
	
	.projeto-pedido p{
		color:white;
	}
	
	.projeto-pedido h2{
		font-family:"Bebas Neue";
		color:white;
	}
	
	/*projeto formulario*/
	
	.projeto-formulario label{
		color:white;
	}
	
	.projeto-formulario button{
		padding:10px;
	}
	
	/*projeto formulario pagamento*/
	
	.projeto-formulario-pagamento img{
		width:40px;
		height:40px;
	}

}

/*TABLET*/
@media screen and (min-width:767px) and (max-width:1023px){}

/*DESKTOP*/
@media screen and (min-width:1024px){

/*projeto*/
	
	.projeto{
		margin-top:100px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
	}
	
	/*projeto decricao*/
	
	.projeto-descricao p{
		color:white;
	}
		
	/*projeto portfolio*/
	
	.projeto-portfolio{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-evenly;
		gap:4vw;
		padding:4vw;
	}
	
	.projeto-portfolio video{
		display:inline;
		width:140px;
		height:250px;
		border:solid 3px white;
	}
	
	/*projeto pedido*/
	
	.projeto-pedido p{
		color:white;
	}
	
	.projeto-pedido h2{
		font-family:"Bebas Neue";
		color:white;
	}
	
	/*projeto formulario*/
	
	.projeto-formulario label{
		color:white;
	}
	
	.projeto-formulario button{
		padding:10px;
	}
	
	/*projeto formulario pagamento*/
	
	.projeto-formulario-pagamento img{
		width:40px;
		height:40px;
	}

}







