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

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

	/*sobre titulo*/
	
	.sobre-titulo{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
	}
	
	.sobre-titulo h1{
		color:white;
	}
	
	/*sobre apresentacao*/
	
	.sobre-apresentacao{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
	}
	
	.sobre-apresentacao p{
		color:white;
	}
	
	/*sobre descricao*/
	
	.sobre-descricao{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
	}
	
	.sobre-descricao p,ul{
		color:white;
	}
	
}

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

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

/*sobre titulo*/
	
	.sobre-titulo{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
	}
	
	.sobre-titulo h1{
		color:white;
	}
	
	/*sobre apresentacao*/
	
	.sobre-apresentacao{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
	}
	
	.sobre-apresentacao p{
		color:white;
	}
	
	/*sobre descricao*/
	
	.sobre-descricao{
		margin-top:0px;
		margin-bottom:0px;
		margin-left:15px;
		margin-right:15px;
	}
	
	.sobre-descricao p,ul{
		color:white;
	}

}







